Class SWaitingEvent
java.lang.Object
org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingEvent
- All Implemented Interfaces:
Serializable,PersistentObject
- Direct Known Subclasses:
SWaitingErrorEvent,SWaitingMessageEvent,SWaitingSignalEvent
- Author:
- Zhao Na, Elias Ricken de Medeiros, Celine Souchet
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSWaitingEvent(SBPMEventType eventType, long processdefinitionId, String processName, long flowNodeDefinitionId, String flowNodeName) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bonitasoft.engine.persistence.PersistentObject
getId, setId
-
Constructor Details
-
SWaitingEvent
public SWaitingEvent(SBPMEventType eventType, long processdefinitionId, String processName, long flowNodeDefinitionId, String flowNodeName)
-
-
Method Details
-
getEventTriggerType
-