Class ActionManagementServiceImpl
java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<C>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<ActionEngineConfiguration>
com.flowable.action.engine.impl.manage.ActionManagementServiceImpl
- All Implemented Interfaces:
ActionManagementService
public class ActionManagementServiceImpl
extends CommonEngineServiceImpl<ActionEngineConfiguration>
implements ActionManagementService
- 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 TypeMethodDescriptioncreateChangeTenantIdBuilder(String fromTenantId, String toTenantId) Create aChangeTenantIdBuilderthat can be used to change the tenant id of the action 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
-
ActionManagementServiceImpl
-
-
Method Details
-
createChangeTenantIdBuilder
Description copied from interface:ActionManagementServiceCreate aChangeTenantIdBuilderthat can be used to change the tenant id of the action instances and all the related instances. SeeActionChangeTenantIdEntityTypesfor related instances.You must provide the source tenant id and the destination tenant id. All instances from the source tenant id in the action scope will be changed to the target tenant id.
- Specified by:
createChangeTenantIdBuilderin interfaceActionManagementService
-