Uses of Interface
org.jbpm.taskmgmt.exe.Assignable

Packages that use Assignable
org.jbpm.instantiation is for instantiating delegation classes and making them persistable with class Delegation. 
org.jbpm.taskmgmt.def   
org.jbpm.taskmgmt.exe   
 

Uses of Assignable in org.jbpm.instantiation
 

Methods in org.jbpm.instantiation with parameters of type Assignable
 void UserCodeInterceptor.executeAssignment(AssignmentHandler assignmentHandler, Assignable assignable, ExecutionContext executionContext)
           
 

Uses of Assignable in org.jbpm.taskmgmt.def
 

Methods in org.jbpm.taskmgmt.def with parameters of type Assignable
 void AssignmentHandler.assign(Assignable assignable, ExecutionContext executionContext)
          assigns the assignable (=TaskInstance or a SwimlaneInstance to an swimlaneActorId or a set of PooledActors.
 

Uses of Assignable in org.jbpm.taskmgmt.exe
 

Classes in org.jbpm.taskmgmt.exe that implement Assignable
 class SwimlaneInstance
          is a process role for a one process instance.
 class TaskInstance
          is one task instance that can be assigned to an actor (read: put in someones task list) and that can trigger the coninuation of execution of the token upon completion.
 

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



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