|
|||||||||
| Home >> All >> org >> jbpm >> workflow >> [ delegation overview ] | PREV NEXT | ||||||||
A
- AbstractConfigurable - class org.jbpm.workflow.delegation.AbstractConfigurable.
- AbstractConfigurable() - Constructor for class org.jbpm.workflow.delegation.AbstractConfigurable
- ActionContext - interface org.jbpm.workflow.delegation.ActionContext.
- allows the Interaction-implementor to interact with and get information from the process engine.
- ActionHandler - interface org.jbpm.workflow.delegation.ActionHandler.
- is the delegation-interface for the execution of process-initiated actions.
- AssignmentContext - interface org.jbpm.workflow.delegation.AssignmentContext.
- allows the Assigner-implementator to interact with and get information from the process execution engine.
- AssignmentHandler - interface org.jbpm.workflow.delegation.AssignmentHandler.
- is the delegation interface for selecting the org.jbpm.workflow.organisation.User or org.jbpm.workflow.organisation.Group that will be assigned as actor for an acitivity.
- AuthorizationHandler - interface org.jbpm.workflow.delegation.AuthorizationHandler.
- verifies if an authenticated user has enough privileges.
C
- Configurable - interface org.jbpm.workflow.delegation.Configurable.
- checkCancelFlow(String, Long) - Method in interface org.jbpm.workflow.delegation.AuthorizationHandler
- checkCancelProcessInstance(String, Long) - Method in interface org.jbpm.workflow.delegation.AuthorizationHandler
- checkDelegateActivity(String, Long, String) - Method in interface org.jbpm.workflow.delegation.AuthorizationHandler
- checkGetActivityForm(String, Long) - Method in interface org.jbpm.workflow.delegation.AuthorizationHandler
- checkGetFlow(String, Long) - Method in interface org.jbpm.workflow.delegation.AuthorizationHandler
- checkGetStartForm(String, Long) - Method in interface org.jbpm.workflow.delegation.AuthorizationHandler
- checkPerformActivity(String, Long, Map, String) - Method in interface org.jbpm.workflow.delegation.AuthorizationHandler
- checkRemoveProcessDefinition(String, Long) - Method in interface org.jbpm.workflow.delegation.AuthorizationHandler
- checkRemoveProcessInstance(String, Long) - Method in interface org.jbpm.workflow.delegation.AuthorizationHandler
- checkStartProcessInstance(String, Long, Map, String) - Method in interface org.jbpm.workflow.delegation.AuthorizationHandler
- collectResults(ProcessInvocationContext) - Method in interface org.jbpm.workflow.delegation.ProcessInvocationHandler
- collects the data from the sub-process and feeds it in the parent-process.
- configuration - Variable in class org.jbpm.workflow.delegation.AbstractConfigurable
D
- DecisionContext - interface org.jbpm.workflow.delegation.DecisionContext.
- allows Decision-implementators to interact with and get information from the execution engine.
- DecisionHandler - interface org.jbpm.workflow.delegation.DecisionHandler.
- if more then one org.jbpm.workflow.definition.Transition leaves an
org.jbpm.workflow.definition.Activity, a Decision chooses the org.jbpm.workflow.definition.Transition that has to be activated when theorg.jbpm.workflow.definition.Activityis performed. - Delegation - interface org.jbpm.workflow.delegation.Delegation.
- decide(DecisionContext) - Method in interface org.jbpm.workflow.delegation.DecisionHandler
- decides which of the org.jbpm.workflow.definition.Transition's, after
performing an
org.jbpm.workflow.definition.Activity, has to be activated. - deserialize(String) - Method in interface org.jbpm.workflow.delegation.Serializer
- serializes the value of an org.jbpm.workflow.execution.AttributeInstance to store it in the database.
F
- ForkContext - interface org.jbpm.workflow.delegation.ForkContext.
- allows a Forker-implementor to interact with ant get information from the process engine.
- ForkHandler - interface org.jbpm.workflow.delegation.ForkHandler.
- specifies the behaviour of a org.jbpm.workflow.definition.Fork.
- fork(ForkContext) - Method in interface org.jbpm.workflow.delegation.ForkHandler
- calculates the names of the org.jbpm.workflow.definition.Transitions to be activated concurrently.
- forkFlow(String) - Method in interface org.jbpm.workflow.delegation.ForkContext
- forkFlow(String, Map) - Method in interface org.jbpm.workflow.delegation.ForkContext
G
- getAttribute(String) - Method in interface org.jbpm.workflow.delegation.HandlerContext
- gets the value of an org.jbpm.workflow.execution.AttributeInstance associated with this org.jbpm.workflow.execution.ProcessInstance.
- getClassName() - Method in interface org.jbpm.workflow.delegation.Delegation
- getCompletionTransitionName(ProcessInvocationContext) - Method in interface org.jbpm.workflow.delegation.ProcessInvocationHandler
- specifies which transition of the parent-process needs to be taken after completion of the sub-process.
- getConfiguration() - Method in class org.jbpm.workflow.delegation.AbstractConfigurable
- getConfiguration() - Method in interface org.jbpm.workflow.delegation.Delegation
- getConfiguration() - Method in interface org.jbpm.workflow.delegation.HandlerContext
- gets the configuration, specified with the 'parameter'-tags in the process archive.
- getExceptionHandlingType() - Method in interface org.jbpm.workflow.delegation.Delegation
- getFlow() - Method in interface org.jbpm.workflow.delegation.ActionContext
- gets the org.jbpm.workflow.execution.Flow in which the
Actionis executed. - getFlow() - Method in interface org.jbpm.workflow.delegation.HandlerContext
- gets the org.jbpm.workflow.execution.Flow in which this delegation is executed.
- getId() - Method in interface org.jbpm.workflow.delegation.Delegation
- getInvokedProcessContext() - Method in interface org.jbpm.workflow.delegation.ProcessInvocationContext
- gets the ActionContext for the invoked process instance;
- getNode() - Method in interface org.jbpm.workflow.delegation.AssignmentContext
- gets the org.jbpm.workflow.definition.ActivityState for which an org.jbpm.workflow.organisation.Actor has to be selected.
- getNode() - Method in interface org.jbpm.workflow.delegation.HandlerContext
- gets the org.jbpm.workflow.definition.Node in which this delegation is executed.
- getOrganisationComponent() - Method in interface org.jbpm.workflow.delegation.AssignmentContext
- since Assigner-implementations tend to use the organisation-component this is a convenient way to get it.
- getOtherActiveConcurrentFlows() - Method in interface org.jbpm.workflow.delegation.JoinContext
- gets all active concurrent flows other then the one that is actually arriving in the join.
- getPreviousActor() - Method in interface org.jbpm.workflow.delegation.AssignmentContext
- gets the org.jbpm.workflow.organisation.Actor that performed the previous activity-state.
- getProcessDefinition() - Method in interface org.jbpm.workflow.delegation.Delegation
- getProcessDefinition() - Method in interface org.jbpm.workflow.delegation.HandlerContext
- gets the org.jbpm.workflow.definition.ProcessDefinition.
- getProcessInstance() - Method in interface org.jbpm.workflow.delegation.HandlerContext
- gets the org.jbpm.workflow.execution.ProcessInstance.
- getStartAttributeValues(ProcessInvocationContext) - Method in interface org.jbpm.workflow.delegation.ProcessInvocationHandler
- fills the fields in the subProcessStartActivityForm when the sub-process-activity is entered.
- getStartTransitionName(ProcessInvocationContext) - Method in interface org.jbpm.workflow.delegation.ProcessInvocationHandler
- specifies which transition of the sub-process needs to be taken from the start-state.
H
- HandlerContext - interface org.jbpm.workflow.delegation.HandlerContext.
- super interface for all handler context's.
- HtmlFormatter - interface org.jbpm.workflow.delegation.HtmlFormatter.
- is an interface used for the automatic generation of activity-forms in the web-interface.
J
- JoinContext - interface org.jbpm.workflow.delegation.JoinContext.
- allows a Joiner-implementor to interact with and get information from the execution engine.
- JoinHandler - interface org.jbpm.workflow.delegation.JoinHandler.
- allows to specify all kinds of org.jbpm.workflow.definition.Join-behaviour, including run-time process-specific behaviour.
- join(JoinContext) - Method in interface org.jbpm.workflow.delegation.JoinHandler
- for every org.jbpm.workflow.execution.Flow that arrives in a org.jbpm.workflow.definition.Join a Joiner calculates if the parent-org.jbpm.workflow.execution.Flow should be reactivated.
L
- log(String) - Method in interface org.jbpm.workflow.delegation.HandlerContext
- allows the Delegate-implementations to log events to the database.
O
- objectToHtml(Object, String, HttpServletRequest) - Method in interface org.jbpm.workflow.delegation.HtmlFormatter
- generates a HTML-fragment that is used to produce the automatically generated web-form that allows a user to perform an activity.
- org.jbpm.workflow.delegation - package org.jbpm.workflow.delegation
P
- ProcessInvocationContext - interface org.jbpm.workflow.delegation.ProcessInvocationContext.
- allows a ProcessInvocationHandler-implementor to interact with and get information from the execution engine.
- ProcessInvocationHandler - interface org.jbpm.workflow.delegation.ProcessInvocationHandler.
- handles the launching and the processing of the results of a sub-process inside an activity.
- parseHttpParameter(String, HttpServletRequest) - Method in interface org.jbpm.workflow.delegation.HtmlFormatter
- parses the text that is returned by the web-client to an java-object before it is stored in an org.jbpm.workflow.execution.AttributeInstance.
R
- run(ActionContext) - Method in interface org.jbpm.workflow.delegation.ActionHandler
- implements the process-initiated action.
- run(TaskContext) - Method in interface org.jbpm.workflow.delegation.TaskHandler
S
- Serializer - interface org.jbpm.workflow.delegation.Serializer.
- performs (de)serialisation of org.jbpm.workflow.execution.AttributeInstance-values (which are ordinary java-objects), for storage in the database.
- schedule(Job) - Method in interface org.jbpm.workflow.delegation.HandlerContext
- convenience method for scheduling jobs
- schedule(Job, String) - Method in interface org.jbpm.workflow.delegation.HandlerContext
- convenience method for scheduling jobs
- selectActor(AssignmentContext) - Method in interface org.jbpm.workflow.delegation.AssignmentHandler
- performs the assignment of a org.jbpm.workflow.organisation.User or a
org.jbpm.workflow.organisation.Group to an
org.jbpm.workflow.definition.Activityin a org.jbpm.workflow.execution.Flow. - serialize(Object) - Method in interface org.jbpm.workflow.delegation.Serializer
- serializes the value of an org.jbpm.workflow.execution.AttributeInstance to store it in the database.
- setAttribute(String, Object) - Method in interface org.jbpm.workflow.delegation.ActionContext
- sets the org.jbpm.workflow.execution.AttributeInstance for the attribute with name attributeName to the value attributeValue.
- setConfiguration(Map) - Method in class org.jbpm.workflow.delegation.AbstractConfigurable
- setConfiguration(Map) - Method in interface org.jbpm.workflow.delegation.Configurable
T
- TaskContext - interface org.jbpm.workflow.delegation.TaskContext.
- TaskHandler - interface org.jbpm.workflow.delegation.TaskHandler.
A C D F G H J L O P R S T
|
|||||||||
| Home >> All >> org >> jbpm >> workflow >> [ delegation overview ] | PREV NEXT | ||||||||