Interface FlowableChangeTenantIdEvent

All Superinterfaces:
FlowableEvent
All Known Implementing Classes:
FlowableChangeTenantIdEventImpl

public interface FlowableChangeTenantIdEvent extends FlowableEvent
Author:
Filip Hrisafov
  • 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.