public class FlowableEventImpl 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 |
|---|
FlowableEventImpl(FlowableEngineEventType type)
Creates a new event implementation, not part of an execution context.
|
FlowableEventImpl(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() |
FlowableEngineEventType |
getType() |
void |
setExecutionId(String executionId) |
void |
setProcessDefinitionId(String processDefinitionId) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setType(FlowableEngineEventType type) |
String |
toString() |
protected FlowableEngineEventType type
protected String executionId
protected String processInstanceId
protected String processDefinitionId
public FlowableEventImpl(FlowableEngineEventType type)
public FlowableEventImpl(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)
Copyright © 2017 Flowable. All rights reserved.