Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.jbpm.workflow.execution.impl

contains the interface for execution of processes.

See:
          Description

Class Summary
ActivityFormImpl  
AttributeInstanceImpl  
ExecutionAuthorizationMgr  
ExecutionComponentImpl  
ExecutionContextImpl  
ExecutionEngineImpl  
FlowImpl  
ForkedFlow  
ProcessInstanceImpl  
Reminder  
 

Package org.jbpm.workflow.execution.impl Description

contains the interface for execution of processes.

WfMC
In WfMC-terminology this is interface 2 : Workflow Client API.

The session facade that exposes this component's interface
The execution interface is exposed through the session-facade org.jbpm.workflow.execution.ExecutionSessionLocal.

The delegation principle
One thing you certainly should know about before diving into the process definition interface is the delegation principle. For more information about this principle, see 'The delegation principle' on the jBpm website.