Class SEventInstance
- java.lang.Object
-
- org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance
-
- org.bonitasoft.engine.core.process.instance.model.event.SEventInstance
-
- All Implemented Interfaces:
java.io.Serializable,PersistentObject
- Direct Known Subclasses:
SCatchEventInstance,SThrowEventInstance
@Entity public abstract class SEventInstance extends SFlowNodeInstance
- Author:
- Elias Ricken de Medeiros
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance
loopCounter
-
-
Constructor Summary
Constructors Constructor Description SEventInstance(java.lang.String name, long flowNodeDefinitionId, long rootContainerId, long parentContainerId, long logicalGroup1, long logicalGroup2)
-
Method Summary
-
Methods inherited from class org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance
getContainerType, getLogicalGroup, getParentActivityInstanceId, getParentContainerType, getParentProcessInstanceId, getProcessDefinitionId, getRootProcessInstanceId, getType, isAborting, isCanceling, mustExecuteOnAbortOrCancelProcess, setLogicalGroup
-
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
-
-