|
|||||||||
| Home >> All >> org >> jbpm >> workflow >> [ execution overview ] | PREV NEXT | ||||||||
A
- ActivityForm - interface org.jbpm.workflow.execution.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 - interface org.jbpm.workflow.execution.AttributeInstance.
- is a process-variable associated with one process instance.
- AttributeSerializationException - exception org.jbpm.workflow.execution.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. - AttributeSerializationException(AttributeInstanceImpl, Object) - Constructor for class org.jbpm.workflow.execution.AttributeSerializationException
- AuthorizationException - exception org.jbpm.workflow.execution.AuthorizationException.
- is a RuntimeException that is thrown when an actor tries to perform an operation that is not permitted by the ExecutionAuthorizationMgr.
- AuthorizationException(String, String) - Constructor for class org.jbpm.workflow.execution.AuthorizationException
- actorId - Variable in class org.jbpm.workflow.execution.AuthorizationException
- attributeInstance - Variable in class org.jbpm.workflow.execution.AttributeSerializationException
C
- cancelFlow(Long) - Method in interface org.jbpm.workflow.execution.ExecutionComponent
- cancels one flow without cancelling the complete process instance.
- cancelProcessInstance(Long) - Method in interface org.jbpm.workflow.execution.ExecutionComponent
- cancels a complete process instance including all flows that are part of this process instance.
D
- DefinitionRuntimeException - exception org.jbpm.workflow.execution.DefinitionRuntimeException.
- is a RuntimeException that is thrown when a process definition error is detected during execution of a process.
- DefinitionRuntimeException(String) - Constructor for class org.jbpm.workflow.execution.DefinitionRuntimeException
- delegateActivity(Long, String) - Method in interface org.jbpm.workflow.execution.ExecutionComponent
- reassigns the Flow to the specified
Actor.
E
- ExecutionComponent - interface org.jbpm.workflow.execution.ExecutionComponent.
- is the session facade that exposes the interface for the execution of processes.
- ExecutionRuntimeException - exception org.jbpm.workflow.execution.ExecutionRuntimeException.
- is a RuntimeException that serves as a base-class for exceptions that are related to process execution.
- ExecutionRuntimeException(String) - Constructor for class org.jbpm.workflow.execution.ExecutionRuntimeException
F
- Flow - interface org.jbpm.workflow.execution.Flow.
- represents one 'thread-of-execution' for a sequence of
Activitys. - field - Variable in class org.jbpm.workflow.execution.RequiredFieldException
G
- getActivity() - Method in interface org.jbpm.workflow.execution.ActivityForm
- gets the org.jbpm.workflow.definition.ActivityState for which all this fuzz is about.
- getActivityForm(Long) - Method in interface org.jbpm.workflow.execution.ExecutionComponent
- fetches all web-interface information for the activity of a flow.
- getActor() - Method in interface org.jbpm.workflow.execution.Flow
- specifies which User or Group is supposed to act upon the Flow.
- getActorId() - Method in class org.jbpm.workflow.execution.AuthorizationException
- getAttribute() - Method in interface org.jbpm.workflow.execution.AttributeInstance
- is the org.jbpm.workflow.definition.Attribute of this AttributeInstance.
- getAttributeInstance() - Method in class org.jbpm.workflow.execution.AttributeSerializationException
- getAttributeInstances() - Method in interface org.jbpm.workflow.execution.Flow
- are the flow-local attributes.
- getAttributeValues() - Method in interface org.jbpm.workflow.execution.ActivityForm
- for attributes that are readable in this activity, the returned object will map attribute-names to attribute-values.
- getChildren() - Method in interface org.jbpm.workflow.execution.Flow
- is the collection of child-Flows for this Flow.
- getEnd() - Method in interface org.jbpm.workflow.execution.Flow
- is the time at which this flow ended, null if it didn't end yet.
- getEnd() - Method in interface org.jbpm.workflow.execution.ProcessInstance
- the date this instance ended or null if this instance has not yet ended.
- getField() - Method in class org.jbpm.workflow.execution.RequiredFieldException
- getFields() - Method in interface org.jbpm.workflow.execution.ActivityForm
- contains the information to build up the form.
- getFlow() - Method in interface org.jbpm.workflow.execution.ActivityForm
- gets the Flow which is waiting in the org.jbpm.workflow.definition.ActivityState to be performed.
- getFlow(Long) - Method in interface org.jbpm.workflow.execution.ExecutionComponent
- collects a flow.
- getFlow(Long, Relations) - Method in interface org.jbpm.workflow.execution.ExecutionComponent
- collects a flow.
- getId() - Method in interface org.jbpm.workflow.execution.AttributeInstance
- the meaningless primary-key for this object.
- getId() - Method in interface org.jbpm.workflow.execution.Flow
- the meaningless primary-key for this object.
- getId() - Method in interface org.jbpm.workflow.execution.ProcessInstance
- the meaningless primary-key for this object.
- getInitiator() - Method in interface org.jbpm.workflow.execution.ProcessInstance
- is the actor that started this process instance.
- getLogs() - Method in interface org.jbpm.workflow.execution.Flow
- are the logged events related to this flow.
- getName() - Method in interface org.jbpm.workflow.execution.Flow
- is the name of the flow.
- getNode() - Method in interface org.jbpm.workflow.execution.Flow
- is a pointer to the org.jbpm.workflow.definition.Node in the activity diagram that represents the state of this flow.
- getOperation() - Method in class org.jbpm.workflow.execution.AuthorizationException
- getParent() - Method in interface org.jbpm.workflow.execution.Flow
- is the parent-Flow of this flow.
- getProcessDefinition() - Method in interface org.jbpm.workflow.execution.ActivityForm
- gets the org.jbpm.workflow.definition.ProcessDefinition of this org.jbpm.workflow.definition.ActivityState.
- getProcessDefinition() - Method in interface org.jbpm.workflow.execution.ProcessInstance
- the org.jbpm.workflow.definition.ProcessDefinition of this instance.
- getProcessInstance() - Method in interface org.jbpm.workflow.execution.Flow
- is the ProcessInstance of this flow.
- getRootFlow() - Method in interface org.jbpm.workflow.execution.ProcessInstance
- the top-level flow of this instance.
- getScope() - Method in interface org.jbpm.workflow.execution.AttributeInstance
- is the Flow to which this AttributeInstance is associated.
- getStart() - Method in interface org.jbpm.workflow.execution.Flow
- is the time at which this flow started.
- getStart() - Method in interface org.jbpm.workflow.execution.ProcessInstance
- the date this instance started.
- getStartForm(Long) - Method in interface org.jbpm.workflow.execution.ExecutionComponent
- fetches all web-interface information for the start of a process instance.
- getSubProcessInstance() - Method in interface org.jbpm.workflow.execution.Flow
- is the sub-process-instance on which this flow is waiting in a sub-process-activity.
- getSuperProcessFlow() - Method in interface org.jbpm.workflow.execution.ProcessInstance
- if this instance is executed as an activity of a higher-level process, this is the Flow which is waiting in a activity for this instance to complete.
- getTaskList() - Method in interface org.jbpm.workflow.execution.ExecutionComponent
- collects all Flows for which the authenticated user has to perform an activity.
- getTaskList(Relations) - Method in interface org.jbpm.workflow.execution.ExecutionComponent
- collects all Flows for which the authenticated user has to perform an activity.
- getTaskList(String) - Method in interface org.jbpm.workflow.execution.ExecutionComponent
- collects all Flows for which the given actor has to perform an activity.
- getTaskList(String, Relations) - Method in interface org.jbpm.workflow.execution.ExecutionComponent
- collects all Flows for which the given actor has to perform an activity.
- getTransitionNames() - Method in interface org.jbpm.workflow.execution.ActivityForm
- gets the list of all named transitions leaving the org.jbpm.workflow.definition.ActivityState.
- getValue() - Method in interface org.jbpm.workflow.execution.AttributeInstance
- is the java-object-value for this AttributeInstance.
- getValue() - Method in class org.jbpm.workflow.execution.AttributeSerializationException
- is the java-object that was unserializable according to the Attribute's Serializer.
- getValueText() - Method in interface org.jbpm.workflow.execution.AttributeInstance
- gets the text as it is store in the database in serialized form.
I
- isRootFlow() - Method in interface org.jbpm.workflow.execution.Flow
- tells if this flow is the root-flow of a processInstance.
O
- operation - Variable in class org.jbpm.workflow.execution.AuthorizationException
- org.jbpm.workflow.execution - package org.jbpm.workflow.execution
P
- ProcessInstance - interface org.jbpm.workflow.execution.ProcessInstance.
- is one execution of a org.jbpm.workflow.definition.ProcessDefinition.
- performActivity(Long) - Method in interface org.jbpm.workflow.execution.ExecutionComponent
- provides default values (=null) for the optional parameters of
ExecutionComponent.startProcessInstance(Long,Map,String,Relations)55 - performActivity(Long, Map) - Method in interface org.jbpm.workflow.execution.ExecutionComponent
- provides default values (=null) for the optional parameters of
ExecutionComponent.startProcessInstance(Long,Map,String,Relations)55 - performActivity(Long, Map, String) - Method in interface org.jbpm.workflow.execution.ExecutionComponent
- provides default values (=null) for the optional parameters of
ExecutionComponent.startProcessInstance(Long,Map,String,Relations)55 - performActivity(Long, Map, String, Relations) - Method in interface org.jbpm.workflow.execution.ExecutionComponent
- performs an
ActivityState.
R
- RequiredFieldException - exception org.jbpm.workflow.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.
- RequiredFieldException(Field) - Constructor for class org.jbpm.workflow.execution.RequiredFieldException
S
- startProcessInstance(Long) - Method in interface org.jbpm.workflow.execution.ExecutionComponent
- provides default values (=null) for the optional parameters of
ExecutionComponent.startProcessInstance(Long,Map,String,Relations)55 - startProcessInstance(Long, Map) - Method in interface org.jbpm.workflow.execution.ExecutionComponent
- provides default values (=null) for the optional parameters of
ExecutionComponent.startProcessInstance(Long,Map,String,Relations)55 - startProcessInstance(Long, Map, String) - Method in interface org.jbpm.workflow.execution.ExecutionComponent
- provides default values (=null) for the optional parameters of
ExecutionComponent.startProcessInstance(Long,Map,String,Relations)55 - startProcessInstance(Long, Map, String, Relations) - Method in interface org.jbpm.workflow.execution.ExecutionComponent
- creates a new process instance for the given process definition.
V
- value - Variable in class org.jbpm.workflow.execution.AttributeSerializationException
A C D E F G I O P R S V
|
|||||||||
| Home >> All >> org >> jbpm >> workflow >> [ execution overview ] | PREV NEXT | ||||||||