Package com.sap.cds.services.mt
Interface AppUiUrlEventContext
- All Superinterfaces:
EventContext
-
Method Summary
Modifier and TypeMethodDescriptionstatic AppUiUrlEventContextcreate()Creates anEventContextalready overlaid with this interface.voidsetOptions(Map<String, Object> options) Sets the optional additional optionsvoidSets the app UI URLvoidsetSubdomain(String subdomain) Sets the subdomainvoidSets the tenant IDMethods inherited from interface com.sap.cds.services.EventContext
as, get, getAuthenticationInfo, getCdsRuntime, getChangeSetContext, getEvent, getFeatureTogglesInfo, getMessages, getModel, getParameterInfo, getService, getServiceCatalog, getTarget, getUserInfo, isCompleted, keySet, proceed, put, setCompleted
-
Method Details
-
create
Creates anEventContextalready overlaid with this interface. The event is set to beDeploymentService.EVENT_APP_UI_URL- Returns:
- the
AppUiUrlEventContext
-
getTenant
String getTenant()- Returns:
- the tenant ID
-
setTenant
Sets the tenant ID- Parameters:
tenant- the tenant ID
-
getSubdomain
String getSubdomain()- Returns:
- the subdomain
-
setSubdomain
Sets the subdomain- Parameters:
subdomain- the subdomain
-
getOptions
- Returns:
- the optional additional options
-
setOptions
Sets the optional additional options- Parameters:
options- the optional additional options
-
getResult
String getResult()- Returns:
- the app UI URL
-
setResult
Sets the app UI URL
-