Class SAFlowNodeInstance
- java.lang.Object
-
- org.bonitasoft.engine.core.process.instance.model.archive.SAFlowNodeInstance
-
- All Implemented Interfaces:
java.io.Serializable,ArchivedPersistentObject,PersistentObject
- Direct Known Subclasses:
SAActivityInstance,SAEventInstance,SAGatewayInstance
@Entity public abstract class SAFlowNodeInstance extends java.lang.Object implements ArchivedPersistentObject
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SAFlowNodeInstance(SFlowNodeInstance flowNodeInstance)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description longgetLogicalGroup(int index)longgetParentActivityInstanceId()longgetParentProcessInstanceId()longgetProcessDefinitionId()longgetRootProcessInstanceId()abstract SFlowNodeTypegetType()voidsetLogicalGroup(int index, long id)-
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
-
SAFlowNodeInstance
public SAFlowNodeInstance(SFlowNodeInstance flowNodeInstance)
-
-
Method Detail
-
getProcessDefinitionId
public long getProcessDefinitionId()
-
getRootProcessInstanceId
public long getRootProcessInstanceId()
-
getParentActivityInstanceId
public long getParentActivityInstanceId()
-
getParentProcessInstanceId
public long getParentProcessInstanceId()
-
setLogicalGroup
public void setLogicalGroup(int index, long id)
-
getLogicalGroup
public long getLogicalGroup(int index)
-
getType
public abstract SFlowNodeType getType()
-
-