Class SAEventInstance
- java.lang.Object
-
- org.bonitasoft.engine.core.process.instance.model.archive.SAFlowNodeInstance
-
- org.bonitasoft.engine.core.process.instance.model.archive.event.SAEventInstance
-
- All Implemented Interfaces:
java.io.Serializable,ArchivedPersistentObject,PersistentObject
- Direct Known Subclasses:
SACatchEventInstance,SAThrowEventInstance
@Entity public abstract class SAEventInstance extends SAFlowNodeInstance
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SAEventInstance(SEventInstance eventInstance)
-
Method Summary
-
Methods inherited from class org.bonitasoft.engine.core.process.instance.model.archive.SAFlowNodeInstance
getLogicalGroup, getParentActivityInstanceId, getParentProcessInstanceId, getProcessDefinitionId, getRootProcessInstanceId, getType, 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.ArchivedPersistentObject
getArchiveDate, getPersistentObjectInterface, getSourceObjectId
-
Methods inherited from interface org.bonitasoft.engine.persistence.PersistentObject
getId, setId, setTenantId
-
-
-
-
Constructor Detail
-
SAEventInstance
public SAEventInstance(SEventInstance eventInstance)
-
-