Class SAFlowNodeInstance
java.lang.Object
org.bonitasoft.engine.core.process.instance.model.archive.SAFlowNodeInstance
- All Implemented Interfaces:
Serializable,ArchivedPersistentObject,PersistentObject
- Direct Known Subclasses:
SAActivityInstance,SAEventInstance,SAGatewayInstance
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetLogicalGroup(int index) longlonglonglongabstract SFlowNodeTypegetType()voidsetLogicalGroup(int index, long id) 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.ArchivedPersistentObject
getArchiveDate, getPersistentObjectInterface, getSourceObjectIdMethods inherited from interface org.bonitasoft.engine.persistence.PersistentObject
getId, setId
-
Constructor Details
-
SAFlowNodeInstance
-
-
Method Details
-
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
-