Class BPMNSequenceFlowTakenImpl
- java.lang.Object
-
- org.activiti.api.runtime.event.impl.RuntimeEventImpl<BPMNSequenceFlow,SequenceFlowEvent.SequenceFlowEvents>
-
- org.activiti.api.runtime.event.impl.BPMNSequenceFlowTakenImpl
-
- All Implemented Interfaces:
Serializable,RuntimeEvent<BPMNSequenceFlow,SequenceFlowEvent.SequenceFlowEvents>,BPMNSequenceFlowTakenEvent,SequenceFlowEvent
public class BPMNSequenceFlowTakenImpl extends RuntimeEventImpl<BPMNSequenceFlow,SequenceFlowEvent.SequenceFlowEvents> implements BPMNSequenceFlowTakenEvent
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.activiti.api.process.model.events.SequenceFlowEvent
SequenceFlowEvent.SequenceFlowEvents
-
-
Constructor Summary
Constructors Constructor Description BPMNSequenceFlowTakenImpl()BPMNSequenceFlowTakenImpl(BPMNSequenceFlow entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SequenceFlowEvent.SequenceFlowEventsgetEventType()StringtoString()-
Methods inherited from class org.activiti.api.runtime.event.impl.RuntimeEventImpl
equals, getBusinessKey, getEntity, getId, getParentProcessInstanceId, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionVersion, getProcessInstanceId, getTimestamp, hashCode, setBusinessKey, setEntity, setParentProcessInstanceId, setProcessDefinitionId, setProcessDefinitionKey, setProcessDefinitionVersion, setProcessInstanceId
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.activiti.api.model.shared.event.RuntimeEvent
getBusinessKey, getEntity, getId, getParentProcessInstanceId, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionVersion, getProcessInstanceId, getTimestamp
-
-
-
-
Constructor Detail
-
BPMNSequenceFlowTakenImpl
public BPMNSequenceFlowTakenImpl()
-
BPMNSequenceFlowTakenImpl
public BPMNSequenceFlowTakenImpl(BPMNSequenceFlow entity)
-
-
Method Detail
-
getEventType
public SequenceFlowEvent.SequenceFlowEvents getEventType()
- Specified by:
getEventTypein interfaceRuntimeEvent<BPMNSequenceFlow,SequenceFlowEvent.SequenceFlowEvents>
-
toString
public String toString()
- Overrides:
toStringin classRuntimeEventImpl<BPMNSequenceFlow,SequenceFlowEvent.SequenceFlowEvents>
-
-