Uses of Class
org.jbpm.task.Reassignment

Packages that use Reassignment
org.jbpm.task   
org.jbpm.task.utils   
 

Uses of Reassignment in org.jbpm.task
 

Methods in org.jbpm.task that return types with arguments of type Reassignment
 List<Reassignment> Escalation.getReassignments()
           
 

Method parameters in org.jbpm.task with type arguments of type Reassignment
 void Escalation.setReassignments(List<Reassignment> reassignments)
           
 

Uses of Reassignment in org.jbpm.task.utils
 

Methods in org.jbpm.task.utils that return types with arguments of type Reassignment
static List<Reassignment> CollectionUtils.readReassignmentList(ObjectInput in)
           
 

Method parameters in org.jbpm.task.utils with type arguments of type Reassignment
static void CollectionUtils.writeReassignmentList(List<Reassignment> list, ObjectOutput out)
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.