Package com.flowable.engage.api.manage
Interface EngageManagementService
-
- All Known Implementing Classes:
EngageManagementServiceImpl
public interface EngageManagementService
- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChangeTenantIdBuilder
createChangeTenantIdBuilder(String fromTenantId, String toTenantId)
Create aChangeTenantIdBuilder
that can be used to change the tenant id of the engage instances and all the related instances.
-
-
-
Method Detail
-
createChangeTenantIdBuilder
ChangeTenantIdBuilder createChangeTenantIdBuilder(String fromTenantId, String toTenantId)
Create aChangeTenantIdBuilder
that can be used to change the tenant id of the engage instances and all the related instances. SeeEngageChangeTenantIdEntityTypes
for related instances.You must provide the source tenant id and the destination tenant id. All instances from the source tenant id in the engage scope will be changed to the target tenant id.
-
-