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 String
protected String
protected String
protected String
Fields 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, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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:FlowableChangeTenantIdEvent
The scope type of the engine for which the change tenant id was done- Specified by:
getEngineScopeType
in interfaceFlowableChangeTenantIdEvent
-
getSourceTenantId
Description copied from interface:FlowableChangeTenantIdEvent
The id of the tenant from which the data needs to be moved- Specified by:
getSourceTenantId
in interfaceFlowableChangeTenantIdEvent
-
getTargetTenantId
Description copied from interface:FlowableChangeTenantIdEvent
The id of the tenant to which the data needs to be moved- Specified by:
getTargetTenantId
in interfaceFlowableChangeTenantIdEvent
-
getDefinitionTenantId
Description copied from interface:FlowableChangeTenantIdEvent
The id of the definition tenant whose instances need to be moved.- Specified by:
getDefinitionTenantId
in interfaceFlowableChangeTenantIdEvent
-