public class FlowableProcessEventImpl extends FlowableEventImpl implements FlowableProcessEngineEvent
executionId, processDefinitionId, processInstanceId, type| Constructor and Description |
|---|
FlowableProcessEventImpl(FlowableEngineEventType type) |
| Modifier and Type | Method and Description |
|---|---|
DelegateExecution |
getExecution()
Return the execution this event is associated with.
|
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getType, setExecutionId, setProcessDefinitionId, setProcessInstanceId, setType, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExecutionId, getProcessDefinitionId, getProcessInstanceIdgetTypepublic FlowableProcessEventImpl(FlowableEngineEventType type)
public DelegateExecution getExecution()
FlowableProcessEngineEventDelegateExecution instance when a command context is active.getExecution in interface FlowableProcessEngineEventCopyright © 2017 Flowable. All rights reserved.