jBPM distribution 6.0.0.Alpha9

org.jbpm.task.api
Interface TaskDeadlinesService

All Known Implementing Classes:
TaskDeadlinesServiceImpl

public interface TaskDeadlinesService

The Task Deadlines Service is intended to handle all the Deadlines associated with a Task


Method Summary
 void schedule(long taskId, long deadlineId, long delay)
           
 void unschedule(long taskId)
           
 

Method Detail

schedule

void schedule(long taskId,
              long deadlineId,
              long delay)

unschedule

void unschedule(long taskId)

jBPM distribution 6.0.0.Alpha9

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