public abstract class SFlowElementInstanceImpl extends SNamedElementImpl implements org.bonitasoft.engine.core.process.instance.model.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() |
org.bonitasoft.engine.core.process.instance.model.SFlowElementsContainerType |
getParentContainerType() |
long |
getParentProcessInstanceId() |
long |
getProcessDefinitionId() |
long |
getRootContainerId() |
long |
getRootProcessInstanceId() |
org.bonitasoft.engine.core.process.instance.model.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(org.bonitasoft.engine.core.process.instance.model.SStateCategory stateCategory) |
void |
setTerminal(boolean terminal) |
String |
toString() |
getName, setNamegetId, getTenantId, setId, setTenantIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic SFlowElementInstanceImpl()
public SFlowElementInstanceImpl(String name)
public SFlowElementInstanceImpl(String name, long rootContainerId, long parentContainerId, long logicalGroup1, long logicalGroup2)
public long getParentContainerId()
getParentContainerId in interface org.bonitasoft.engine.core.process.instance.model.SFlowElementInstancepublic long getRootContainerId()
getRootContainerId in interface org.bonitasoft.engine.core.process.instance.model.SFlowElementInstancepublic long getProcessDefinitionId()
getProcessDefinitionId in interface org.bonitasoft.engine.core.process.instance.model.SFlowElementInstancepublic long getRootProcessInstanceId()
getRootProcessInstanceId in interface org.bonitasoft.engine.core.process.instance.model.SFlowElementInstancepublic long getParentActivityInstanceId()
getParentActivityInstanceId in interface org.bonitasoft.engine.core.process.instance.model.SFlowElementInstancepublic long getParentProcessInstanceId()
getParentProcessInstanceId in interface org.bonitasoft.engine.core.process.instance.model.SFlowElementInstancepublic org.bonitasoft.engine.core.process.instance.model.SFlowElementsContainerType getParentContainerType()
getParentContainerType in interface org.bonitasoft.engine.core.process.instance.model.SFlowElementInstancepublic long getLogicalGroup(int index)
getLogicalGroup in interface org.bonitasoft.engine.core.process.instance.model.SFlowElementInstancepublic void setParentContainerId(long parentContainerId)
public void setRootContainerId(long rootContainerId)
public boolean isAborting()
isAborting in interface org.bonitasoft.engine.core.process.instance.model.SFlowElementInstancepublic boolean isCanceling()
isCanceling in interface org.bonitasoft.engine.core.process.instance.model.SFlowElementInstancepublic org.bonitasoft.engine.core.process.instance.model.SStateCategory getStateCategory()
getStateCategory in interface org.bonitasoft.engine.core.process.instance.model.SFlowElementInstancepublic void setStateCategory(org.bonitasoft.engine.core.process.instance.model.SStateCategory stateCategory)
public void setLogicalGroup(int index,
long value)
public String getDescription()
getDescription in interface org.bonitasoft.engine.core.process.instance.model.SFlowElementInstancepublic void setDescription(String description)
public boolean isStable()
isStable in interface org.bonitasoft.engine.core.process.instance.model.SFlowElementInstancepublic void setStable(boolean stable)
public boolean isTerminal()
isTerminal in interface org.bonitasoft.engine.core.process.instance.model.SFlowElementInstancepublic void setTerminal(boolean terminal)
public int hashCode()
hashCode in class SNamedElementImplpublic boolean equals(Object obj)
equals in class SNamedElementImplCopyright © 2017 Bonitasoft S.A.. All rights reserved.