Uses of Interface
com.sap.cds.feature.ucl.services.SpiiContext
Packages that use SpiiContext
Package
Description
-
Uses of SpiiContext in com.sap.cds.feature.ucl.adapter
Methods in com.sap.cds.feature.ucl.adapter that return SpiiContext -
Uses of SpiiContext in com.sap.cds.feature.ucl.services
Methods in com.sap.cds.feature.ucl.services that return SpiiContextModifier and TypeMethodDescriptionstatic SpiiContextSpiiContext.create()AssignEventContext.getUclContext()Returns the `context` node of the payload provided by UCL which includes metadata of the formation assignment notification.UnassignEventContext.getUclContext()Returns the `context` node of the payload provided by UCL which includes metadata of the formation assignment notification.Methods in com.sap.cds.feature.ucl.services with parameters of type SpiiContextModifier and TypeMethodDescriptionUclService.assign(String receiverApplicationTenantId, SpiiContext context, SpiiTenant receiverTenant, SpiiTenant assignedTenant) voidAssignEventContext.setUclContext(SpiiContext spiiContext) Sets the `context` node of the formation assignment notification.voidUnassignEventContext.setUclContext(SpiiContext spiiContext) Sets the `context` node of the formation assignment notification.voidUclService.unassign(String receiverApplicationTenantId, SpiiContext context, SpiiTenant receiverTenant, SpiiTenant assignedTenant) -
Uses of SpiiContext in com.sap.cds.feature.ucl.services.impl
Methods in com.sap.cds.feature.ucl.services.impl with parameters of type SpiiContextModifier and TypeMethodDescriptionUclServiceImpl.assign(String tenantId, SpiiContext context, SpiiTenant receiverTenant, SpiiTenant assignedTenant) voidUclServiceImpl.unassign(String tenantId, SpiiContext context, SpiiTenant receiverTenant, SpiiTenant assignedTenant)