Package | Description |
---|---|
org.kie.internal.task.api |
Modifier and Type | Method and Description |
---|---|
static TaskDeadlinesService.DeadlineType |
TaskDeadlinesService.DeadlineType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskDeadlinesService.DeadlineType[] |
TaskDeadlinesService.DeadlineType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskDeadlinesService.schedule(long taskId,
long deadlineId,
long delay,
TaskDeadlinesService.DeadlineType type) |
void |
TaskDeadlinesService.unschedule(long taskId,
TaskDeadlinesService.DeadlineType type) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.