Uses of Class
org.jbpm.task.Deadline

Packages that use Deadline
org.jbpm.task   
org.jbpm.task.service   
org.jbpm.task.utils   
 

Uses of Deadline in org.jbpm.task
 

Methods in org.jbpm.task that return types with arguments of type Deadline
 List<Deadline> Deadlines.getEndDeadlines()
           
 List<Deadline> Deadlines.getStartDeadlines()
           
 

Method parameters in org.jbpm.task with type arguments of type Deadline
 void Deadlines.setEndDeadlines(List<Deadline> endDeadlines)
           
 void Deadlines.setStartDeadlines(List<Deadline> startDeadlines)
           
 

Uses of Deadline in org.jbpm.task.service
 

Methods in org.jbpm.task.service that return Deadline
 Deadline TaskServiceSession.getDeadline(long deadlineId)
           
 

Methods in org.jbpm.task.service with parameters of type Deadline
 void EscalatedDeadlineHandler.executeEscalatedDeadline(Task task, Deadline deadline, Content content, TaskService service)
           
 void DefaultEscalatedDeadlineHandler.executeEscalatedDeadline(Task task, Deadline deadline, Content content, TaskService service)
           
 

Uses of Deadline in org.jbpm.task.utils
 

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

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



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