jBPM distribution 6.0.0.Alpha9

Uses of Class
org.jbpm.task.Reassignment

Packages that use Reassignment
org.jbpm.process.workitem.wsht   
org.jbpm.task   
org.jbpm.task.utils   
 

Uses of Reassignment in org.jbpm.process.workitem.wsht
 

Methods in org.jbpm.process.workitem.wsht that return types with arguments of type Reassignment
protected static List<Reassignment> HumanTaskHandlerHelper.parseReassignment(String reassignString)
           
 

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)
           
 


jBPM distribution 6.0.0.Alpha9

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