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 process definition extensions for task management related information. 
org.jbpm.taskmgmt.exe extensions of runtime process instance data structure for tasks. 
 

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 someone's task list) and that can trigger the continuation of execution of the token upon completion.
 

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



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