Class SWaitingErrorEvent
- java.lang.Object
-
- org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingEvent
-
- org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingErrorEvent
-
- All Implemented Interfaces:
java.io.Serializable,PersistentObject
@Entity public class SWaitingErrorEvent extends SWaitingEvent
- Author:
- Elias Ricken de Medeiros
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SWaitingErrorEvent(SBPMEventType eventType, long processdefinitionId, java.lang.String processName, long flowNodeDefinitionId, java.lang.String flowNodeName, java.lang.String errorCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SEventTriggerTypegetEventTriggerType()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bonitasoft.engine.persistence.PersistentObject
getId, setId, setTenantId
-
-
-
-
Constructor Detail
-
SWaitingErrorEvent
public SWaitingErrorEvent(SBPMEventType eventType, long processdefinitionId, java.lang.String processName, long flowNodeDefinitionId, java.lang.String flowNodeName, java.lang.String errorCode)
-
-
Method Detail
-
getEventTriggerType
public SEventTriggerType getEventTriggerType()
- Specified by:
getEventTriggerTypein classSWaitingEvent
-
-