public abstract class SAFlowNodeInstance extends java.lang.Object implements ArchivedPersistentObject
| Constructor and Description |
|---|
SAFlowNodeInstance(SFlowNodeInstance flowNodeInstance) |
| Modifier and Type | Method and Description |
|---|---|
long |
getLogicalGroup(int index) |
long |
getParentActivityInstanceId() |
long |
getParentProcessInstanceId() |
long |
getProcessDefinitionId() |
long |
getRootProcessInstanceId() |
abstract SFlowNodeType |
getType() |
void |
setLogicalGroup(int index,
long id) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetArchiveDate, getPersistentObjectInterface, getSourceObjectIdgetId, setId, setTenantIdpublic SAFlowNodeInstance(SFlowNodeInstance flowNodeInstance)
public long getProcessDefinitionId()
public long getRootProcessInstanceId()
public long getParentActivityInstanceId()
public long getParentProcessInstanceId()
public void setLogicalGroup(int index,
long id)
public long getLogicalGroup(int index)
public abstract SFlowNodeType getType()