Package com.sap.cds.services.mt
Interface MtAsyncSubscribeEventContext
- All Superinterfaces:
EventContext
Deprecated.
The
EventContext used for the MtSubscriptionService.EVENT_ASYNC_SUBSCRIBE event.-
Method Summary
Modifier and TypeMethodDescriptionstatic MtAsyncSubscribeEventContextcreate()Deprecated.Creates anEventContextalready overlayed with this interface.com.sap.xsa.core.instancemanager.client.InstanceCreationOptionsDeprecated.Deprecated.Deprecated.Deprecated.com.sap.cloud.mt.subscription.json.SubscriptionPayloadDeprecated.Deprecated.voidsetInstanceCreationOptions(com.sap.xsa.core.instancemanager.client.InstanceCreationOptions options) Deprecated.voidDeprecated.voidDeprecated.voidsetSubscriptionPayload(com.sap.cloud.mt.subscription.json.SubscriptionPayload payload) Deprecated.voidsetTenantId(String tenantId) Deprecated.Methods inherited from interface com.sap.cds.services.EventContext
as, get, getAuthenticationInfo, getCdsRuntime, getChangeSetContext, getEvent, getFeatureTogglesInfo, getMessages, getModel, getParameterInfo, getServiceCatalog, getTarget, getUserInfo, isCompleted, keySet, proceed, put, setCompleted
-
Method Details
-
create
Deprecated.Creates anEventContextalready overlayed with this interface. The event is set to beMtSubscriptionService.EVENT_ASYNC_SUBSCRIBE- Returns:
- the
MtAsyncSubscribeEventContext
-
getService
MtSubscriptionService getService()Deprecated.- Specified by:
getServicein interfaceEventContext
-
getSubscriptionPayload
com.sap.cloud.mt.subscription.json.SubscriptionPayload getSubscriptionPayload()Deprecated.- Returns:
- the payload to subscribe the tenant
-
setSubscriptionPayload
void setSubscriptionPayload(com.sap.cloud.mt.subscription.json.SubscriptionPayload payload) Deprecated.- Parameters:
payload- the information to subscribe the tenant
-
getTenantId
String getTenantId()Deprecated.- Returns:
- the tenant ID to subscribe
-
setTenantId
Deprecated.- Parameters:
tenantId- the tenant ID to subscribe
-
getSaasRegistryCallbackUrl
String getSaasRegistryCallbackUrl()Deprecated.- Returns:
- the callback URL of the SaaS Registry
-
setSaasRegistryCallbackUrl
Deprecated.- Parameters:
url- the callback URL of the SaaS Registry
-
getResult
String getResult()Deprecated.- Returns:
- the callback URL of the SaaS Registry
-
setResult
Deprecated.- Parameters:
url- the callback URL of the SaaS Registry
-
getInstanceCreationOptions
com.sap.xsa.core.instancemanager.client.InstanceCreationOptions getInstanceCreationOptions()Deprecated.- Returns:
- the options when creating a new Database instance
-
setInstanceCreationOptions
void setInstanceCreationOptions(com.sap.xsa.core.instancemanager.client.InstanceCreationOptions options) Deprecated.- Parameters:
options- the options when creating a new Database instance
-
DeploymentService.subscribe(String, java.util.Map)andSubscribeEventContextinstead.