public interface FlowableChangeTenantIdEvent extends FlowableEvent
| Modifier and Type | Method and Description |
|---|---|
String |
getDefinitionTenantId()
The id of the definition tenant whose instances need to be moved.
|
String |
getEngineScopeType()
The scope type of the engine for which the change tenant id was done
|
String |
getSourceTenantId()
The id of the tenant from which the data needs to be moved
|
String |
getTargetTenantId()
The id of the tenant to which the data needs to be moved
|
getTypeString getEngineScopeType()
String getSourceTenantId()
String getTargetTenantId()
String getDefinitionTenantId()
Copyright © 2022 Flowable. All rights reserved.