public interface ProcessInstanceParent extends ModelInstanceAware, ModelIdentifiable
ProcessInstance.| Modifier and Type | Method and Description |
|---|---|
ProcessInstance |
addNewProcessInstance(Context context)
Adds new child process instance.
|
ProcessInstance |
addNewProcessInstance(com.whitestein.lsps.model.ContextModelElement element)
Adds new child process instance.
|
ProcessInstance |
addProcessInstance(ProcessInstance processInstance)
Adds a process instances as a child of this module instance.
|
Context |
getContext()
Returns the context of this element.
|
ModuleInstance |
getModuleInstance()
Returns the enclosing module instance.
|
String |
getPath()
Returns the full path to this element as a string.
|
QID |
getPathQID()
Returns the full path to this element as a QID.
|
boolean |
removeProcessInstance(ProcessInstance processInstance)
Removes a process instance.
|
getModelInstance, rebindgetElement, getElementIdProcessInstance addNewProcessInstance(com.whitestein.lsps.model.ContextModelElement element)
element - NullPointerException - if element is nullProcessInstance addNewProcessInstance(Context context)
context - NullPointerException - if context is nullProcessInstance addProcessInstance(ProcessInstance processInstance)
processInstance - boolean removeProcessInstance(ProcessInstance processInstance)
processInstance - ModuleInstance getModuleInstance()
QID getPathQID()
String getPath()
Context getContext()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.