public class FlowableChangeTenantIdEventImpl extends FlowableEventImpl implements FlowableChangeTenantIdEvent
| Modifier and Type | Field and Description |
|---|---|
protected String |
definitionTenantId |
protected String |
engineScopeType |
protected String |
sourceTenantId |
protected String |
targetTenantId |
type| Constructor and Description |
|---|
FlowableChangeTenantIdEventImpl(String engineScopeType,
String sourceTenantId,
String targetTenantId,
String definitionTenantId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefinitionTenantId() |
String |
getEngineScopeType() |
String |
getSourceTenantId() |
String |
getTargetTenantId() |
getType, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTypeprotected String engineScopeType
protected String sourceTenantId
protected String targetTenantId
protected String definitionTenantId
public String getEngineScopeType()
getEngineScopeType in interface FlowableChangeTenantIdEventpublic String getSourceTenantId()
getSourceTenantId in interface FlowableChangeTenantIdEventpublic String getTargetTenantId()
getTargetTenantId in interface FlowableChangeTenantIdEventpublic String getDefinitionTenantId()
getDefinitionTenantId in interface FlowableChangeTenantIdEventCopyright © 2021 Flowable. All rights reserved.