Interface DataObjectManagementService
-
- All Known Implementing Classes:
DataObjectManagementServiceImpl
public interface DataObjectManagementService- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChangeTenantIdBuildercreateMasterDataChangeTenantIdBuilder(String fromTenantId, String toTenantId)Create aChangeTenantIdBuilderthat can be used to change the tenant id of the master data instances and all the related instances.
-
-
-
Method Detail
-
createMasterDataChangeTenantIdBuilder
ChangeTenantIdBuilder createMasterDataChangeTenantIdBuilder(String fromTenantId, String toTenantId)
Create 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.
-
-