Interface FlowableChangeTenantIdEvent
- All Superinterfaces:
FlowableEvent
- All Known Implementing Classes:
FlowableChangeTenantIdEventImpl
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionThe id of the definition tenant whose instances need to be moved.The scope type of the engine for which the change tenant id was doneThe id of the tenant from which the data needs to be movedThe id of the tenant to which the data needs to be movedMethods inherited from interface FlowableEvent
getType
-
Method Details
-
getEngineScopeType
String getEngineScopeType()The scope type of the engine for which the change tenant id was done -
getSourceTenantId
String getSourceTenantId()The id of the tenant from which the data needs to be moved -
getTargetTenantId
String getTargetTenantId()The id of the tenant to which the data needs to be moved -
getDefinitionTenantId
String getDefinitionTenantId()The id of the definition tenant whose instances need to be moved.
-