|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OpenExecution | |
|---|---|
| org.ow2.orchestra.pvm.activity | |
| org.ow2.orchestra.pvm.client | |
| org.ow2.orchestra.pvm.internal.model | |
| org.ow2.orchestra.pvm.listener | |
| org.ow2.orchestra.pvm.model | |
| Uses of OpenExecution in org.ow2.orchestra.pvm.activity |
|---|
| Subinterfaces of OpenExecution in org.ow2.orchestra.pvm.activity | |
|---|---|
interface |
ActivityExecution
view upon an path of execution exposed to Activity
implementations. |
| Uses of OpenExecution in org.ow2.orchestra.pvm.client |
|---|
| Subinterfaces of OpenExecution in org.ow2.orchestra.pvm.client | |
|---|---|
interface |
ClientExecution
view upon an path of execution exposed to external clients. |
interface |
ClientProcessInstance
|
| Uses of OpenExecution in org.ow2.orchestra.pvm.internal.model |
|---|
| Classes in org.ow2.orchestra.pvm.internal.model that implement OpenExecution | |
|---|---|
class |
ExecutionImpl
|
| Fields in org.ow2.orchestra.pvm.internal.model with type parameters of type OpenExecution | |
|---|---|
protected Map<String,OpenExecution> |
ExecutionImpl.executionsMap
caches the child executions by execution name. |
| Methods in org.ow2.orchestra.pvm.internal.model that return types with arguments of type OpenExecution | |
|---|---|
Collection<OpenExecution> |
ExecutionImpl.getExecutions()
|
Map<String,OpenExecution> |
ExecutionImpl.getExecutionsMap()
|
| Uses of OpenExecution in org.ow2.orchestra.pvm.listener |
|---|
| Subinterfaces of OpenExecution in org.ow2.orchestra.pvm.listener | |
|---|---|
interface |
EventListenerExecution
view upon an path of execution exposed to
EventListener implementations. |
| Uses of OpenExecution in org.ow2.orchestra.pvm.model |
|---|
| Methods in org.ow2.orchestra.pvm.model that return OpenExecution | |
|---|---|
OpenExecution |
OpenExecution.getExecution(String name)
the child execution for the given name or null in case such execution doesn't exist. |
OpenExecution |
OpenExecution.getParent()
the parent execution in the execution structure. |
OpenExecution |
OpenExecution.getProcessInstance()
the main path of execution in the execution structure. |
OpenExecution |
OpenExecution.getSubProcessInstance()
the related sub process execution. |
| Methods in org.ow2.orchestra.pvm.model that return types with arguments of type OpenExecution | |
|---|---|
Collection<OpenExecution> |
OpenExecution.getExecutions()
the child executions in the execution structure. |
Map<String,OpenExecution> |
OpenExecution.getExecutionsMap()
maps child execution names to execution objects. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||