public abstract class FlowElementInstanceImpl extends NamedElementImpl implements FlowElementInstance
| Constructor and Description |
|---|
FlowElementInstanceImpl(FlowElementInstance flowElementInstance) |
| Modifier and Type | Method and Description |
|---|---|
long |
getParentContainerId() |
long |
getRootContainerId() |
boolean |
isAborting()
Is this flow element instance currently aborting?
|
void |
setAborting(boolean aborting) |
void |
setParentContainerId(long parentContainerId) |
void |
setRootContainerId(long rootContainerId) |
String |
toString() |
equals, getName, hashCode, setNamegetId, setIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetNamepublic FlowElementInstanceImpl(FlowElementInstance flowElementInstance)
public long getRootContainerId()
getRootContainerId in interface FlowElementInstancepublic void setRootContainerId(long rootContainerId)
public long getParentContainerId()
getParentContainerId in interface FlowElementInstancepublic void setParentContainerId(long parentContainerId)
public boolean isAborting()
FlowElementInstanceisAborting in interface FlowElementInstancepublic void setAborting(boolean aborting)
public String toString()
toString in class NamedElementImplCopyright © 2018 Bonitasoft S.A.. All rights reserved.