Uses of Interface
com.flowable.platform.api.manage.PlatformChangeTenantIdBuilder
Packages that use PlatformChangeTenantIdBuilder
-
Uses of PlatformChangeTenantIdBuilder in com.flowable.platform.api.manage
Methods in com.flowable.platform.api.manage that return PlatformChangeTenantIdBuilderModifier and TypeMethodDescriptionPlatformManagementService.createPlatformChangeTenantIdBuilder(String fromTenantId, String toTenantId) Create aPlatformChangeTenantIdBuilderthat 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
Classes in com.flowable.platform.engine.impl.management that implement PlatformChangeTenantIdBuilderMethods in com.flowable.platform.engine.impl.management that return PlatformChangeTenantIdBuilderModifier and TypeMethodDescriptionPlatformManagementServiceImpl.createPlatformChangeTenantIdBuilder(String fromTenantId, String toTenantId) PlatformChangeTenantIdBuilderImpl.definitionTenantId(String definitionTenantId) PlatformChangeTenantIdBuilderImpl.scopeTypes(Collection<String> scopeTypes)