Class EngageManagementServiceImpl
java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<EngageEngineConfiguration>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<EngageEngineConfiguration>
com.flowable.engage.engine.impl.manage.EngageManagementServiceImpl
- All Implemented Interfaces:
EngageManagementService
public class EngageManagementServiceImpl
extends org.flowable.common.engine.impl.service.CommonEngineServiceImpl<EngageEngineConfiguration>
implements EngageManagementService
- Author:
- Filip Hrisafov
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
commandExecutorFields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.flowable.common.engine.api.tenant.ChangeTenantIdBuildercreateChangeTenantIdBuilder(String fromTenantId, String toTenantId) Create aChangeTenantIdBuilderthat can be used to change the tenant id of the engage instances and all the related instances.Methods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
getCommandExecutor, setCommandExecutorMethods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
getConfiguration
-
Constructor Details
-
EngageManagementServiceImpl
-
-
Method Details
-
createChangeTenantIdBuilder
public org.flowable.common.engine.api.tenant.ChangeTenantIdBuilder createChangeTenantIdBuilder(String fromTenantId, String toTenantId) Description copied from interface:EngageManagementServiceCreate aChangeTenantIdBuilderthat can be used to change the tenant id of the engage instances and all the related instances. SeeEngageChangeTenantIdEntityTypesfor 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.
- Specified by:
createChangeTenantIdBuilderin interfaceEngageManagementService
-