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

Quick Search    Search Deep

org.jbpm.workflow.execution.ejb.* (9)org.jbpm.workflow.execution.ejb.impl.* (3)
org.jbpm.workflow.execution.impl.* (10)

org.jbpm.workflow.execution: Javadoc index of package org.jbpm.workflow.execution.


Package Samples:

org.jbpm.workflow.execution.impl: contains the interface for execution of processes .  
org.jbpm.workflow.execution.ejb.impl
org.jbpm.workflow.execution.ejb

Classes:

ExecutionComponent: is the session facade that exposes the interface for the execution of processes. WfMC In WfMC-terminology this is interface 2 : Workflow Client API. Authentication Authentication is letting the ExecutionSession-bean know which user is calling a method. There are 2 ways of authenticating the User that executes a method upon an ExecutionSession-bean. using J2EE-security and the stateless session bean. See ExecutionSecuredSessionLocalHome using the statefull non-secure session bean. See ExecutionSessionLocalHome . In this case, the client can freely specify the user-name. Component interface The two ...
AttributeInstance: is a process-variable associated with one process instance. The value can be changed during the execution of the flow in following ways : field input : In the org.jbpm.workflow.definition.ProcessDefinition , a org.jbpm.workflow.definition.Field associates an attribute with an Activity . When an actor performs that Activity , it has to provide input for the attribute. The value that is provided by the actor is stored in the AttributeInstance. interaction : In every org.jbpm.workflow.delegation.Interaction -implementation the implementor has read & write access to all AttributeInstances through the ...
Flow: represents one 'thread-of-execution' for a sequence of Activity s. Flows hierarchically ordered. When starting a process instance, a root-flow will be created. At a fork, the parent-flow will spawn a set of child-flows and then wait until they join again. The 3 methods getActivity(), getFork() and getJoin() combined represent the state of a flow. A flow is always in one of 4 states : activity : the flow is waiting until an actor performs the activity. All state-getters will return null except getActivity() fork : a flow is assigned to a fork when it is waiting on its subflows to join again. All ...
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 .
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.
OpenExecutionSessionRemoteHome: is the unsecured version of the EJB-remote-home-interface for the org.jbpm.workflow.execution.ExecutionComponent
OpenExecutionSessionLocalHome: is the unsecured version of the EJB-local-home-interface for the org.jbpm.workflow.execution.ExecutionComponent
SecureExecutionSessionRemoteHome: is the secured version of the EJB-remote-home-interface for the org.jbpm.workflow.execution.ExecutionComponent
SecureExecutionSessionLocalHome: is the secured version of the EJB-local-home-interface for the org.jbpm.workflow.execution.ExecutionComponent
ExecutionSessionRemote: is the EJB-remote-interface for the org.jbpm.workflow.execution.ExecutionComponent
ExecutionSessionLocal: is the EJB-local-interface for the org.jbpm.workflow.execution.ExecutionComponent
ProcessInstance: is one execution of a org.jbpm.workflow.definition.ProcessDefinition .
AuthorizationException: is a RuntimeException that is thrown when an actor tries to perform an operation that is not permitted by the ExecutionAuthorizationMgr.
RequiredFieldException: is a RuntimeException that is thrown when an actor performs an activity and no value is supplied for one of the required fields.
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.
OpenExecutionSessionBean
ExecutionSessionBean
SecureExecutionSessionBean
AttributeInstanceImpl
ProcessInstanceImpl
ExecutionComponentImpl
Reminder
ExecutionAuthorizationMgr
ExecutionEngineImpl

Home | Contact Us | Privacy Policy | Terms of Service