Uses of Interface
com.flowable.platform.api.manage.PlatformChangeTenantIdBuilder
-
Uses of PlatformChangeTenantIdBuilder in com.flowable.platform.api.manage
Modifier and TypeMethodDescriptionPlatformManagementService.createPlatformChangeTenantIdBuilder
(String fromTenantId, String toTenantId) Create aPlatformChangeTenantIdBuilder
that can be used to change the tenant id of the provided all scopes.PlatformChangeTenantIdBuilder.definitionTenantId
(String definitionTenantId) Perform the change only for instances that were created using a definition from the given tenant.PlatformChangeTenantIdBuilder.scopeTypes
(Collection<String> scopeTypes) Perform the change for the defined engine scope types -
Uses of PlatformChangeTenantIdBuilder in com.flowable.platform.engine.impl.management
Modifier and TypeMethodDescriptionPlatformManagementServiceImpl.createPlatformChangeTenantIdBuilder
(String fromTenantId, String toTenantId) PlatformChangeTenantIdBuilderImpl.definitionTenantId
(String definitionTenantId) PlatformChangeTenantIdBuilderImpl.scopeTypes
(Collection<String> scopeTypes)