Class DataObjectManagementServiceImpl

java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<DataObjectEngineConfiguration>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<DataObjectEngineConfiguration>
com.flowable.dataobject.engine.impl.manage.DataObjectManagementServiceImpl
All Implemented Interfaces:
DataObjectManagementService

public class DataObjectManagementServiceImpl extends org.flowable.common.engine.impl.service.CommonEngineServiceImpl<DataObjectEngineConfiguration> implements DataObjectManagementService
Author:
Filip Hrisafov
  • Field Summary

    Fields inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl

    commandExecutor

    Fields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl

    configuration
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.flowable.common.engine.api.tenant.ChangeTenantIdBuilder
    Create a ChangeTenantIdBuilder that 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, setCommandExecutor

    Methods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl

    getConfiguration

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • createMasterDataChangeTenantIdBuilder

      public org.flowable.common.engine.api.tenant.ChangeTenantIdBuilder createMasterDataChangeTenantIdBuilder(String fromTenantId, String toTenantId)
      Description copied from interface: DataObjectManagementService
      Create a ChangeTenantIdBuilder that can be used to change the tenant id of the master data instances and all the related instances. See DataObjectChangeTenantIdEntityTypes for 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:
      createMasterDataChangeTenantIdBuilder in interface DataObjectManagementService