public class FlowableEngineEventImpl extends FlowableEventImpl implements FlowableEngineEvent
FlowableEngineEvent implementations.| Modifier and Type | Field and Description |
|---|---|
protected String |
scopeDefinitionId |
protected String |
scopeId |
protected String |
scopeType |
protected String |
subScopeId |
type| Constructor and Description |
|---|
FlowableEngineEventImpl(FlowableEngineEventType type)
Creates a new event implementation, not part of an execution context.
|
FlowableEngineEventImpl(FlowableEngineEventType type,
String executionId,
String processInstanceId,
String processDefinitionId)
Creates a new event implementation, part of an execution context.
|
FlowableEngineEventImpl(FlowableEngineEventType type,
String scopeType,
String scopeId,
String subScopeId,
String scopeDefinitionId)
Creates a new event implementation, part of an execution context.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getExecutionId() |
String |
getProcessDefinitionId() |
String |
getProcessInstanceId() |
String |
getScopeDefinitionId() |
String |
getScopeId() |
String |
getScopeType() |
String |
getSubScopeId() |
FlowableEngineEventType |
getType() |
void |
setExecutionId(String executionId) |
void |
setProcessDefinitionId(String processDefinitionId) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setScopeDefinitionId(String scopeDefinitionId) |
void |
setScopeId(String scopeId) |
void |
setScopeType(String scopeType) |
void |
setSubScopeId(String subScopeId) |
void |
setType(FlowableEngineEventType type) |
toStringprotected String scopeType
protected String scopeId
protected String subScopeId
protected String scopeDefinitionId
public FlowableEngineEventImpl(FlowableEngineEventType type)
public FlowableEngineEventImpl(FlowableEngineEventType type, String executionId, String processInstanceId, String processDefinitionId)
public FlowableEngineEventImpl(FlowableEngineEventType type, String scopeType, String scopeId, String subScopeId, String scopeDefinitionId)
public FlowableEngineEventType getType()
getType in interface FlowableEventgetType in class FlowableEventImplpublic void setType(FlowableEngineEventType type)
public String getExecutionId()
getExecutionId in interface FlowableEngineEventpublic void setExecutionId(String executionId)
public String getProcessDefinitionId()
getProcessDefinitionId in interface FlowableEngineEventpublic void setProcessDefinitionId(String processDefinitionId)
public String getProcessInstanceId()
getProcessInstanceId in interface FlowableEngineEventpublic void setProcessInstanceId(String processInstanceId)
public String getScopeType()
getScopeType in interface FlowableEngineEventpublic void setScopeType(String scopeType)
public String getScopeId()
getScopeId in interface FlowableEngineEventpublic void setScopeId(String scopeId)
public String getSubScopeId()
getSubScopeId in interface FlowableEngineEventpublic void setSubScopeId(String subScopeId)
public String getScopeDefinitionId()
getScopeDefinitionId in interface FlowableEngineEventpublic void setScopeDefinitionId(String scopeDefinitionId)
Copyright © 2021 Flowable. All rights reserved.