public class ActivitiEventImpl extends Object implements FlowableEngineEvent
FlowableEvent implementations.| Modifier and Type | Field and Description |
|---|---|
protected String |
executionId |
protected String |
processDefinitionId |
protected String |
processInstanceId |
protected FlowableEngineEventType |
type |
| Constructor and Description |
|---|
ActivitiEventImpl(FlowableEngineEventType type)
Creates a new event implementation, not part of an execution context.
|
ActivitiEventImpl(FlowableEngineEventType type,
String executionId,
String processInstanceId,
String processDefinitionId)
Creates a new event implementation, part of an execution context.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getExecutionId() |
String |
getProcessDefinitionId() |
String |
getProcessInstanceId() |
String |
getScopeDefinitionId()
The scope definition id of the entity associated with this event.
|
String |
getScopeId()
The scope id of the entity associated with this event.
|
String |
getScopeType()
The scope type of the entity associated with this event.
|
String |
getSubScopeId()
The sub scope id of the entity associated with this event.
|
FlowableEngineEventType |
getType() |
void |
setExecutionId(String executionId) |
void |
setProcessDefinitionId(String processDefinitionId) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setType(FlowableEngineEventType type) |
protected FlowableEngineEventType type
protected String executionId
protected String processInstanceId
protected String processDefinitionId
public ActivitiEventImpl(FlowableEngineEventType type)
public ActivitiEventImpl(FlowableEngineEventType type, String executionId, String processInstanceId, String processDefinitionId)
public FlowableEngineEventType getType()
getType in interface FlowableEventpublic 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()
FlowableEngineEventgetScopeType in interface FlowableEngineEventpublic String getScopeId()
FlowableEngineEventgetScopeId in interface FlowableEngineEventpublic String getSubScopeId()
FlowableEngineEventgetSubScopeId in interface FlowableEngineEventpublic String getScopeDefinitionId()
FlowableEngineEventgetScopeDefinitionId in interface FlowableEngineEventCopyright © 2023 Flowable. All rights reserved.