Class ProvisioningService
java.lang.Object
com.sap.cds.feature.mt.lib.subscription.ProvisioningService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondetermineJobStatus(String jobId) subscribe(String tenantId, SubscriptionPayload subscriptionPayload, ServiceCreateOptions serviceCreateOptions) unsubscribe(String tenantId, DeletePayload deletePayload)
-
Field Details
-
MTX_PROVISIONING_SERVICE_DESTINATION
- See Also:
-
-
Constructor Details
-
ProvisioningService
- Throws:
InternalError
-
-
Method Details
-
determineJobStatus
- Throws:
InternalErrorNotFound
-
subscribe
public String subscribe(String tenantId, SubscriptionPayload subscriptionPayload, ServiceCreateOptions serviceCreateOptions) throws InternalError - Throws:
InternalError
-
unsubscribe
- Throws:
InternalError
-
upgrade
public Map<String,Object> upgrade(Set<String> tenantIds, boolean asynchronously) throws InternalError - Throws:
InternalError
-
getServiceSpecification
-