jBPM distribution 6.0.0.Beta1

Uses of Class
org.jbpm.task.Escalation

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

Uses of Escalation in org.jbpm.task
 

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

Method parameters in org.jbpm.task with type arguments of type Escalation
 void Deadline.setEscalations(List<Escalation> escalations)
           
 

Uses of Escalation in org.jbpm.task.utils
 

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

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


jBPM distribution 6.0.0.Beta1

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