Class FlowableChangeTenantIdEventImpl
java.lang.Object
org.flowable.common.engine.impl.event.FlowableEventImpl
org.flowable.common.engine.impl.event.FlowableChangeTenantIdEventImpl
- All Implemented Interfaces:
FlowableChangeTenantIdEvent,FlowableEvent
public class FlowableChangeTenantIdEventImpl
extends FlowableEventImpl
implements FlowableChangeTenantIdEvent
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class org.flowable.common.engine.impl.event.FlowableEventImpl
type -
Constructor Summary
ConstructorsConstructorDescriptionFlowableChangeTenantIdEventImpl(String engineScopeType, String sourceTenantId, String targetTenantId, String definitionTenantId) -
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 class org.flowable.common.engine.impl.event.FlowableEventImpl
getType, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent
getType
-
Field Details
-
engineScopeType
-
sourceTenantId
-
targetTenantId
-
definitionTenantId
-
-
Constructor Details
-
FlowableChangeTenantIdEventImpl
-
-
Method Details
-
getEngineScopeType
Description copied from interface:FlowableChangeTenantIdEventThe scope type of the engine for which the change tenant id was done- Specified by:
getEngineScopeTypein interfaceFlowableChangeTenantIdEvent
-
getSourceTenantId
Description copied from interface:FlowableChangeTenantIdEventThe id of the tenant from which the data needs to be moved- Specified by:
getSourceTenantIdin interfaceFlowableChangeTenantIdEvent
-
getTargetTenantId
Description copied from interface:FlowableChangeTenantIdEventThe id of the tenant to which the data needs to be moved- Specified by:
getTargetTenantIdin interfaceFlowableChangeTenantIdEvent
-
getDefinitionTenantId
Description copied from interface:FlowableChangeTenantIdEventThe id of the definition tenant whose instances need to be moved.- Specified by:
getDefinitionTenantIdin interfaceFlowableChangeTenantIdEvent
-