public class FlowableEngineEventImpl extends FlowableEventImpl implements FlowableEngineEvent
FlowableEngineEvent implementations.| Modifier and Type | Field and Description |
|---|---|
protected String |
executionId |
protected String |
processDefinitionId |
protected String |
processInstanceId |
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.
|
| 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) |
toStringprotected String executionId
protected String processInstanceId
protected String processDefinitionId
public FlowableEngineEventImpl(FlowableEngineEventType type)
public FlowableEngineEventImpl(FlowableEngineEventType type, String executionId, String processInstanceId, String processDefinitionId)
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)
Copyright © 2019 Flowable. All rights reserved.