Uses of Class
com.axway.apim.api.API
-
Packages that use API Package Description com.axway.apim.adapter com.axway.apim.adapter.apis com.axway.apim.api.model com.axway.apim.api.specification com.axway.apim.lib.utils -
-
Uses of API in com.axway.apim.adapter
Methods in com.axway.apim.adapter with parameters of type API Modifier and Type Method Description voidAPIStatusManager. update(API apiToUpdate, String desiredState)voidAPIStatusManager. update(API apiToUpdate, String desiredState, boolean enforceBreakingChange)voidAPIStatusManager. update(API apiToUpdate, String desiredState, String vhost)voidAPIStatusManager. update(API apiToUpdate, String desiredState, String vhost, boolean enforceBreakingChange) -
Uses of API in com.axway.apim.adapter.apis
Methods in com.axway.apim.adapter.apis that return API Modifier and Type Method Description APIAPIManagerAPIAdapter. createAPIProxy(API api)APIAPIManagerAPIAdapter. getAPI(APIFilter filter, boolean logMessage)APIAPIManagerAPIAdapter. getAPIWithId(String id)APIAPIManagerAPIAdapter. importBackendAPI(API api)APIAPIManagerAPIAdapter. updateAPIProxy(API api)Methods in com.axway.apim.adapter.apis that return types with arguments of type API Modifier and Type Method Description List<API>APIManagerAPIAdapter. getAPIs(APIFilter filter, boolean logProgress)Methods in com.axway.apim.adapter.apis with parameters of type API Modifier and Type Method Description voidAPIManagerAPIAdapter. addClientApplications(API api)voidAPIManagerAPIAdapter. addClientOrganizations(API api)voidAPIManagerAPIAdapter. addQuotaConfiguration(API api)APIAPIManagerAPIAdapter. createAPIProxy(API api)voidAPIManagerAPIAdapter. deleteAPIProxy(API api)voidAPIManagerAPIAdapter. deleteBackendAPI(API api)booleanAPIFilter. filter(API api)byte[]APIManagerAPIAdapter. getAPIDatFile(API api, String password)APIQuotaAPIManagerQuotaAdapter. getQuota(String quotaId, API api, boolean addRestrictedAPI, boolean ignoreSystemQuotas)Returns the configured quotas for the quota ID from the API manager.voidAPIManagerAPIAdapter. grantClientOrganization(List<Organization> grantAccessToOrgs, API api, boolean allOrgs)APIAPIManagerAPIAdapter. importBackendAPI(API api)voidAPIManagerAPIAdapter. publishAPI(API api, String vhost)voidAPIManagerAPIAdapter. translateMethodIds(API api, APIFilter.METHOD_TRANSLATION mode)Translates the methodIds of the given api.voidAPIManagerAPIAdapter. translateMethodIds(API api, String apiId, APIFilter.METHOD_TRANSLATION mode)Translates the methodIds of the given api.voidAPIManagerAPIAdapter. updateAPIImage(API api, Image image)APIAPIManagerAPIAdapter. updateAPIProxy(API api)voidAPIManagerAPIAdapter. updateAPIStatus(API api, String desiredState, String vhost)voidAPIManagerAPIAdapter. updateRetirementDate(API api, Long retirementDate)voidAPIManagerAPIAdapter. upgradeAccessToNewerAPI(API apiToUpgradeAccess, API referenceAPI)booleanAPIManagerAPIAdapter. upgradeAccessToNewerAPI(API apiToUpgradeAccess, API referenceAPI, Boolean deprecateRefApi, Boolean retireRefApi, Long retirementDateRefAPI)Method parameters in com.axway.apim.adapter.apis with type arguments of type API Modifier and Type Method Description voidAPIManagerAPIAdapter. translateMethodIds(List<API> apis, List<String> apiIds, APIFilter.METHOD_TRANSLATION mode) -
Uses of API in com.axway.apim.api.model
Methods in com.axway.apim.api.model that return API Modifier and Type Method Description APIQuotaRestriction. getRestrictedAPI()Methods in com.axway.apim.api.model with parameters of type API Modifier and Type Method Description voidQuotaRestriction. setRestrictedAPI(API restrictedAPI) -
Uses of API in com.axway.apim.api.specification
Methods in com.axway.apim.api.specification with parameters of type API Modifier and Type Method Description abstract voidAPISpecification. configureBasePath(String backendBasePath, API api)voidOAS3xSpecification. configureBasePath(String backendBasePath, API api)voidODataSpecification. configureBasePath(String backendBasePath, API api)voidSwagger1xSpecification. configureBasePath(String backendBasePath, API api)voidSwagger2xSpecification. configureBasePath(String backendBasePath, API api)voidUnknownAPISpecification. configureBasePath(String backendBasePath, API api)voidWADLSpecification. configureBasePath(String backendBasePath, API api)voidWSDLSpecification. configureBasePath(String backendBasePath, API api) -
Uses of API in com.axway.apim.lib.utils
Methods in com.axway.apim.lib.utils with parameters of type API Modifier and Type Method Description static StringUtils. getAPILogString(API api)
-