Uses of Interface
com.sap.cds.feature.ucl.services.SpiiTenant
Packages that use SpiiTenant
Package
Description
-
Uses of SpiiTenant in com.sap.cds.feature.ucl.adapter
Methods in com.sap.cds.feature.ucl.adapter that return SpiiTenantModifier and TypeMethodDescriptionSpiiRequest.getAssignedTenant()SpiiRequest.getReceiverTenant() -
Uses of SpiiTenant in com.sap.cds.feature.ucl.services
Methods in com.sap.cds.feature.ucl.services that return SpiiTenantModifier and TypeMethodDescriptionstatic SpiiTenantSpiiTenant.create()AssignEventContext.getUclAssignedTenant()Returns an instanceSpiiTenantrepresenting the assigned tenant of the formation assignment notification.UnassignEventContext.getUclAssignedTenant()Returns an instanceSpiiTenantrepresenting the assigned tenant of the formation assignment notification.AssignEventContext.getUclReceiverTenant()Returns an instanceSpiiTenantrepresenting the receiver tenant of the formation assignment notification.UnassignEventContext.getUclReceiverTenant()Returns an instanceSpiiTenantrepresenting the receiver tenant of the formation assignment notification.Methods in com.sap.cds.feature.ucl.services with parameters of type SpiiTenantModifier and TypeMethodDescriptionUclService.assign(String receiverApplicationTenantId, SpiiContext context, SpiiTenant receiverTenant, SpiiTenant assignedTenant) voidAssignEventContext.setUclAssignedTenant(SpiiTenant uclAssignedTenant) Sets the assigned tenant of the formation assignment notification.voidUnassignEventContext.setUclAssignedTenant(SpiiTenant uclAssignedTenant) Sets the assigned tenant of the formation assignment notification.voidAssignEventContext.setUclReceiverTenant(SpiiTenant uclReceiverTenant) Sets the receiver tenant of the formation assignment notification.voidUnassignEventContext.setUclReceiverTenant(SpiiTenant uclReceiverTenant) Sets the receiver tenant of the formation assignment notification.voidUclService.unassign(String receiverApplicationTenantId, SpiiContext context, SpiiTenant receiverTenant, SpiiTenant assignedTenant) -
Uses of SpiiTenant in com.sap.cds.feature.ucl.services.impl
Methods in com.sap.cds.feature.ucl.services.impl with parameters of type SpiiTenantModifier and TypeMethodDescriptionUclServiceImpl.assign(String tenantId, SpiiContext context, SpiiTenant receiverTenant, SpiiTenant assignedTenant) voidUclServiceImpl.unassign(String tenantId, SpiiContext context, SpiiTenant receiverTenant, SpiiTenant assignedTenant)