KIE Internal 6.0.0.Beta1

org.kie.internal.task.api
Interface TaskDeadlinesService


public interface TaskDeadlinesService

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


Nested Class Summary
static class TaskDeadlinesService.DeadlineType
           
 
Method Summary
 void schedule(long taskId, long deadlineId, long delay, TaskDeadlinesService.DeadlineType type)
           
 void unschedule(long taskId, TaskDeadlinesService.DeadlineType type)
           
 

Method Detail

schedule

void schedule(long taskId,
              long deadlineId,
              long delay,
              TaskDeadlinesService.DeadlineType type)

unschedule

void unschedule(long taskId,
                TaskDeadlinesService.DeadlineType type)

KIE Internal 6.0.0.Beta1

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