Class ExchangeManagementClient
java.lang.Object
com.aeontronix.enhancedmule.tools.anypoint.provisioning.ExchangeManagementClient
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteSnapshots(Organization organization, ExchangeAssetDescriptor asset) booleanpublish(ExchangeAssetDescriptor asset, Organization organization, ApplicationSource source, ProvisioningRequest provisioningRequest)
-
Field Details
-
SNAPSHOT_SUFFIX
- See Also:
-
SNAPSHOT_SUFFIX_LEN
public static final int SNAPSHOT_SUFFIX_LEN
-
-
Constructor Details
-
ExchangeManagementClient
public ExchangeManagementClient()
-
-
Method Details
-
publish
public boolean publish(ExchangeAssetDescriptor asset, Organization organization, ApplicationSource source, ProvisioningRequest provisioningRequest) throws AssetProvisioningException - Throws:
AssetProvisioningException
-
deleteSnapshots
public void deleteSnapshots(Organization organization, ExchangeAssetDescriptor asset) throws HttpException - Throws:
HttpException
-