public interface ChangeTenantIdBuilder
An instance can be created with the corresponding management service of each of the BPMN, CMMN or DMN scopes.
| Modifier and Type | Method and Description |
|---|---|
ChangeTenantIdResult |
complete()
Executes change in the tenant id, returning the number of instances that were affected
|
ChangeTenantIdBuilder |
definitionTenantId(String definitionTenantId)
Perform the change only for instances that were created using a definition from the given tenant.
|
ChangeTenantIdResult |
simulate()
Executes a simulation of the change of tenant id, calculating the number of instances that will be affected
|
ChangeTenantIdBuilder definitionTenantId(String definitionTenantId)
ChangeTenantIdResult simulate()
ChangeTenantIdResultChangeTenantIdResult complete()
ChangeTenantIdResultCopyright © 2022 Flowable. All rights reserved.