public class FlowableProcessCancelledEventImpl extends FlowableProcessEventImpl implements FlowableCancelledEvent
FlowableCancelledEvent implementation.| Modifier and Type | Field and Description |
|---|---|
protected Object |
cause |
executionId, processDefinitionId, processInstanceIdtype| Constructor and Description |
|---|
FlowableProcessCancelledEventImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCause() |
void |
setCause(Object cause) |
getExecutiongetExecutionId, getProcessDefinitionId, getProcessInstanceId, getType, setExecutionId, setProcessDefinitionId, setProcessInstanceId, setTypetoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExecutionId, getProcessDefinitionId, getProcessInstanceIdgetTypeprotected Object cause
public void setCause(Object cause)
public Object getCause()
getCause in interface FlowableCancelledEventCopyright © 2018 Flowable. All rights reserved.