| Package | Description |
|---|---|
| com.axway.apim.adapter | |
| com.axway.apim.adapter.apis | |
| com.axway.apim.api | |
| com.axway.apim.api.state |
| Modifier and Type | Method and Description |
|---|---|
void |
APIStatusManager.update(API apiToUpdate,
String desiredState) |
void |
APIStatusManager.update(API apiToUpdate,
String desiredState,
boolean enforceBreakingChange) |
void |
APIStatusManager.update(API apiToUpdate,
String desiredState,
String vhost) |
void |
APIStatusManager.update(API apiToUpdate,
String desiredState,
String vhost,
boolean enforceBreakingChange) |
| Modifier and Type | Method and Description |
|---|---|
API |
APIManagerAPIAdapter.createAPIProxy(API api) |
API |
APIManagerAPIAdapter.getAPI(APIFilter filter,
boolean logMessage) |
API |
APIManagerAPIAdapter.getAPIWithId(String id) |
API |
APIManagerAPIAdapter.importBackendAPI(API api) |
API |
APIManagerAPIAdapter.updateAPIProxy(API api) |
| Modifier and Type | Method and Description |
|---|---|
List<API> |
APIManagerAPIAdapter.getAPIs(APIFilter filter,
boolean logProgress) |
| Modifier and Type | Method and Description |
|---|---|
void |
APIManagerAPIAdapter.addClientApplications(API api,
APIFilter filter) |
API |
APIManagerAPIAdapter.createAPIProxy(API api) |
void |
APIManagerAPIAdapter.deleteAPI(API api) |
void |
APIManagerAPIAdapter.deleteAPIProxy(API api) |
void |
APIManagerAPIAdapter.deleteBackendAPI(API api) |
boolean |
APIFilter.filter(API api) |
void |
APIManagerAPIAdapter.grantClientOrganization(List<Organization> grantAccessToOrgs,
API api,
boolean allOrgs) |
API |
APIManagerAPIAdapter.importBackendAPI(API api) |
<profile> void |
APIManagerAPIAdapter.translateMethodIds(API api,
APIFilter.METHOD_TRANSLATION mode)
Translates the methodIds of the given api.
|
<profile> void |
APIManagerAPIAdapter.translateMethodIds(API api,
String apiId,
APIFilter.METHOD_TRANSLATION mode)
Translates the methodIds of the given api.
|
void |
APIManagerAPIAdapter.updateAPIImage(API api,
Image image) |
API |
APIManagerAPIAdapter.updateAPIProxy(API api) |
void |
APIManagerAPIAdapter.updateAPIStatus(API api,
String desiredState,
String vhost) |
void |
APIManagerAPIAdapter.updateRetirementDate(API api,
Long retirementDate) |
void |
APIManagerAPIAdapter.upgradeAccessToNewerAPI(API newAPI,
API oldAPI) |
| Modifier and Type | Method and Description |
|---|---|
<profile> void |
APIManagerAPIAdapter.translateMethodIds(List<API> apis,
List<String> apiIds,
APIFilter.METHOD_TRANSLATION mode) |
| Modifier and Type | Class and Description |
|---|---|
class |
APIBaseDefinition
Not sure if this class is really needed.
|
| Modifier and Type | Method and Description |
|---|---|
API |
APIChangeState.getActualAPI() |
API |
APIChangeState.getDesiredAPI() |
| Modifier and Type | Method and Description |
|---|---|
static void |
APIChangeState.copyChangedProps(API desiredAPI,
API createdAPI,
List<String> changes) |
static void |
APIChangeState.copyProps(API sourceAPI,
API targetAPI,
List<String> propsToCopy,
boolean logMessage)
Copied all changed properties of the API having APIPropertyAnnotation set to copyProp = true (default)
|
static void |
APIChangeState.initCreatedAPI(API desiredAPI,
API createdAPI) |
void |
APIChangeState.setActualAPI(API actualAPI) |
void |
APIChangeState.setDesiredAPI(API desiredAPI) |
| Constructor and Description |
|---|
APIChangeState(API actualAPI,
API desiredAPI)
Constructs the APIChangeState based on the given Actual- and Desired-API.
|
Copyright © 2020. All rights reserved.