Class DataObjectManagementServiceImpl
java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<C>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<DataObjectEngineConfiguration>
com.flowable.dataobject.engine.impl.manage.DataObjectManagementServiceImpl
- All Implemented Interfaces:
DataObjectManagementService
public class DataObjectManagementServiceImpl
extends CommonEngineServiceImpl<DataObjectEngineConfiguration>
implements DataObjectManagementService
- 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
ConstructorsConstructorDescriptionDataObjectManagementServiceImpl(DataObjectEngineConfiguration engineConfiguration) -
Method Summary
Modifier and TypeMethodDescriptioncreateMasterDataChangeTenantIdBuilder(String fromTenantId, String toTenantId) Create aChangeTenantIdBuilderthat can be used to change the tenant id of the master data 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
-
DataObjectManagementServiceImpl
-
-
Method Details
-
createMasterDataChangeTenantIdBuilder
public ChangeTenantIdBuilder createMasterDataChangeTenantIdBuilder(String fromTenantId, String toTenantId) Description copied from interface:DataObjectManagementServiceCreate aChangeTenantIdBuilderthat can be used to change the tenant id of the master data instances and all the related instances. SeeDataObjectChangeTenantIdEntityTypesfor related instances.You must provide the source tenant id and the destination tenant id. All instances from the source tenant id in the Data Object scope will be changed to the target tenant id.
- Specified by:
createMasterDataChangeTenantIdBuilderin interfaceDataObjectManagementService
-