public abstract class SFlowElementInstanceImpl extends SNamedElementImpl implements SFlowElementInstance
| Constructor and Description |
|---|
SFlowElementInstanceImpl() |
SFlowElementInstanceImpl(String name) |
SFlowElementInstanceImpl(String name,
long rootContainerId,
long parentContainerId,
long logicalGroup1,
long logicalGroup2) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
long |
getLogicalGroup(int index) |
long |
getParentActivityInstanceId() |
long |
getParentContainerId() |
SFlowElementsContainerType |
getParentContainerType() |
long |
getParentProcessInstanceId() |
long |
getProcessDefinitionId() |
long |
getRootContainerId() |
long |
getRootProcessInstanceId()
the root process instance is the top level process containing this element
|
SStateCategory |
getStateCategory() |
int |
hashCode() |
boolean |
isAborting() |
boolean |
isCanceling() |
boolean |
isStable() |
boolean |
isTerminal() |
void |
setDescription(String description) |
void |
setLogicalGroup(int index,
long value) |
void |
setParentContainerId(long parentContainerId) |
void |
setRootContainerId(long rootContainerId) |
void |
setStable(boolean stable) |
void |
setStateCategory(SStateCategory stateCategory) |
void |
setTerminal(boolean terminal) |
String |
toString() |
getName, setNamegetId, getTenantId, setId, setTenantIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetName, setNamegetDiscriminator, getId, setId, setTenantIdpublic SFlowElementInstanceImpl()
public SFlowElementInstanceImpl(String name)
public SFlowElementInstanceImpl(String name, long rootContainerId, long parentContainerId, long logicalGroup1, long logicalGroup2)
public long getParentContainerId()
getParentContainerId in interface SFlowElementInstancepublic long getRootContainerId()
getRootContainerId in interface SFlowElementInstancepublic long getProcessDefinitionId()
getProcessDefinitionId in interface SFlowElementInstancepublic long getRootProcessInstanceId()
SFlowElementInstancegetRootProcessInstanceId in interface SFlowElementInstancepublic long getParentActivityInstanceId()
getParentActivityInstanceId in interface SFlowElementInstancepublic long getParentProcessInstanceId()
getParentProcessInstanceId in interface SFlowElementInstancepublic SFlowElementsContainerType getParentContainerType()
getParentContainerType in interface SFlowElementInstancepublic long getLogicalGroup(int index)
getLogicalGroup in interface SFlowElementInstancepublic void setParentContainerId(long parentContainerId)
public void setRootContainerId(long rootContainerId)
public boolean isAborting()
isAborting in interface SFlowElementInstancepublic boolean isCanceling()
isCanceling in interface SFlowElementInstancepublic SStateCategory getStateCategory()
getStateCategory in interface SFlowElementInstancepublic void setStateCategory(SStateCategory stateCategory)
public void setLogicalGroup(int index,
long value)
public String getDescription()
getDescription in interface SFlowElementInstancepublic void setDescription(String description)
public boolean isStable()
isStable in interface SFlowElementInstancepublic void setStable(boolean stable)
public boolean isTerminal()
isTerminal in interface SFlowElementInstancepublic void setTerminal(boolean terminal)
public int hashCode()
hashCode in class SNamedElementImplpublic boolean equals(Object obj)
equals in class SNamedElementImplCopyright © 2019 Bonitasoft S.A.. All rights reserved.