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

Quick Search    Search Deep

Package org.jbpm.workflow.execution

Interface Summary
ActivityForm contains all data necessary for the web-application to create a html-form that enables a human-user to perform an org.jbpm.workflow.definition.ActivityState.
AttributeInstance is a process-variable associated with one process instance.
ExecutionComponent is the session facade that exposes the interface for the execution of processes.
Flow represents one 'thread-of-execution' for a sequence of Activitys.
ProcessInstance is one execution of a org.jbpm.workflow.definition.ProcessDefinition.
 

Exception Summary
AttributeSerializationException is a RuntimeException that is thrown when one of the fieldValues that was submitted in a ExecutionSessionLocal#performActivity(Long,Map) is not serializable by the associated Serializer.
AuthorizationException is a RuntimeException that is thrown when an actor tries to perform an operation that is not permitted by the ExecutionAuthorizationMgr.
DefinitionRuntimeException is a RuntimeException that is thrown when a process definition error is detected during execution of a process.
ExecutionRuntimeException is a RuntimeException that serves as a base-class for exceptions that are related to process execution.
RequiredFieldException is a RuntimeException that is thrown when an actor performs an activity and no value is supplied for one of the required fields.