|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Execution | |
|---|---|
| org.jbpm.api | the jBPM API, Start by creating a Configuration,
build a ProcessEngine from that, and then you can find
the workflow methods on the services like ExecutionService,
TaskService. |
| org.jbpm.api.activity | interfaces for implementing customized
runtime behaviour of activities. |
| org.jbpm.api.job | Job, Message and Timer interfaces related to the ManagementService |
| org.jbpm.api.listener | interfaces for implementing
event listeners, which represent
runtime behaviour that can be associated as listeners to process events. |
| org.jbpm.api.model | common process execution model interfaces used in services and
delegation interfaces like ActivityBehaviour and
EventListener. |
| Uses of Execution in org.jbpm.api |
|---|
| Subinterfaces of Execution in org.jbpm.api | |
|---|---|
interface |
ProcessInstance
a process instance is one execution of a process definition. |
| Methods in org.jbpm.api that return Execution | |
|---|---|
Execution |
Execution.findActiveExecutionIn(java.lang.String activityName)
search for an execution that is active and in the given activityName. |
Execution |
ExecutionService.findExecutionById(java.lang.String executionId)
the path of execution that is uniquely defined by the execution id. |
Execution |
Execution.getExecution(java.lang.String name)
the child execution for the given name or null in case such execution doesn't exist. |
Execution |
Execution.getParent()
the parent execution in the execution structure. |
Execution |
Execution.getProcessInstance()
the main path of execution in the execution structure. |
Execution |
Execution.getSubProcessInstance()
the sub path of execution in the execution structure. |
| Methods in org.jbpm.api that return types with arguments of type Execution | |
|---|---|
java.util.Collection<? extends Execution> |
Execution.getExecutions()
the child executions in the execution structure. |
java.util.Map<java.lang.String,? extends Execution> |
Execution.getExecutionsMap()
maps child execution names to execution objects. |
| Uses of Execution in org.jbpm.api.activity |
|---|
| Subinterfaces of Execution in org.jbpm.api.activity | |
|---|---|
interface |
ActivityExecution
view upon an Execution exposed to
ActivityBehaviour implementations. |
| Uses of Execution in org.jbpm.api.job |
|---|
| Methods in org.jbpm.api.job that return Execution | |
|---|---|
Execution |
Job.getExecution()
the related execution |
Execution |
Job.getProcessInstance()
the related process instance |
| Uses of Execution in org.jbpm.api.listener |
|---|
| Subinterfaces of Execution in org.jbpm.api.listener | |
|---|---|
interface |
EventListenerExecution
view upon an path of execution exposed to
EventListener implementations. |
| Uses of Execution in org.jbpm.api.model |
|---|
| Subinterfaces of Execution in org.jbpm.api.model | |
|---|---|
interface |
OpenExecution
execution that opens up access to the related objects in the execution and process definition model. |
interface |
OpenProcessInstance
process instance for which the relations are exposed. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||