Uses of Class
org.jbpm.instantiation.Delegation

Packages that use Delegation
org.jbpm.graph.def contains all structural elements of a process graph. 
org.jbpm.graph.node contains basic node implementations. 
org.jbpm.jpdl.xml jpdl xml parsing. 
org.jbpm.taskmgmt.def process definition extensions for task management related information. 
org.jbpm.taskmgmt.exe extensions of runtime process instance data structure for tasks. 
 

Uses of Delegation in org.jbpm.graph.def
 

Fields in org.jbpm.graph.def declared as Delegation
protected  Delegation Action.actionDelegation
           
 

Methods in org.jbpm.graph.def that return Delegation
 Delegation Action.getActionDelegation()
           
 

Methods in org.jbpm.graph.def with parameters of type Delegation
 void Action.setActionDelegation(Delegation instantiatableDelegate)
           
 

Constructors in org.jbpm.graph.def with parameters of type Delegation
Action(Delegation actionDelegate)
           
 

Uses of Delegation in org.jbpm.graph.node
 

Methods in org.jbpm.graph.node that return Delegation
 Delegation Decision.getDecisionDelegation()
           
 

Methods in org.jbpm.graph.node with parameters of type Delegation
 void Decision.setDecisionDelegation(Delegation decisionDelegation)
           
 

Uses of Delegation in org.jbpm.jpdl.xml
 

Methods in org.jbpm.jpdl.xml that return Delegation
 Delegation JpdlXmlReader.createMailDelegation(String template, String actors, String to, String subject, String text)
          Deprecated. call JpdlXmlReader.readMailDelegation(Element) instead
protected  Delegation JpdlXmlReader.readAssignmentDelegation(org.dom4j.Element assignmentElement)
           
 Delegation JpdlXmlReader.readMailDelegation(org.dom4j.Element element)
           
 

Uses of Delegation in org.jbpm.taskmgmt.def
 

Fields in org.jbpm.taskmgmt.def declared as Delegation
protected  Delegation Swimlane.assignmentDelegation
           
protected  Delegation Task.assignmentDelegation
           
 

Methods in org.jbpm.taskmgmt.def that return Delegation
 Delegation Swimlane.getAssignmentDelegation()
           
 Delegation Task.getAssignmentDelegation()
           
 Delegation TaskController.getTaskControllerDelegation()
           
 

Methods in org.jbpm.taskmgmt.def with parameters of type Delegation
 void Swimlane.setAssignmentDelegation(Delegation assignmentDelegation)
           
 void Task.setAssignmentDelegation(Delegation assignmentDelegation)
          sets the swimlane.
 void TaskController.setTaskControllerDelegation(Delegation taskControllerDelegation)
           
 

Uses of Delegation in org.jbpm.taskmgmt.exe
 

Methods in org.jbpm.taskmgmt.exe with parameters of type Delegation
 void TaskMgmtInstance.performAssignment(Delegation assignmentDelegation, String actorIdExpression, String pooledActorsExpression, Assignable assignable, ExecutionContext executionContext)
           
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.