|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
| org.jbpm.taskmgmt.exe | |
| 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 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(java.lang.String template,
java.lang.String actors,
java.lang.String to,
java.lang.String subject,
java.lang.String text)
|
protected Delegation |
JpdlXmlReader.readAssignmentDelegation(org.dom4j.Element assignmentElement)
|
| Uses of Delegation in org.jbpm.taskmgmt.def |
|---|
| Fields in org.jbpm.taskmgmt.def declared as Delegation | |
|---|---|
protected Delegation |
Task.assignmentDelegation
|
protected Delegation |
Swimlane.assignmentDelegation
|
| Methods in org.jbpm.taskmgmt.def that return Delegation | |
|---|---|
Delegation |
Task.getAssignmentDelegation()
|
Delegation |
Swimlane.getAssignmentDelegation()
|
Delegation |
TaskController.getTaskControllerDelegation()
|
| Methods in org.jbpm.taskmgmt.def with parameters of type Delegation | |
|---|---|
void |
Task.setAssignmentDelegation(Delegation assignmentDelegation)
sets the swimlane. |
void |
Swimlane.setAssignmentDelegation(Delegation assignmentDelegation)
|
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,
java.lang.String actorIdExpression,
java.lang.String pooledActorsExpression,
Assignable assignable,
ExecutionContext executionContext)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||