public class ExecuteDeadlinesCommand extends TaskCommand<Void>
DESCRIPTION_PROPERTY, EXPIRATION_DATE_PROPERTY, FAULT_PROPERTY, groupsIds, OUTPUT_PROPERTY, PRIORITY_PROPERTY, SKIPPABLE_PROPERTY, SUB_TASK_STRATEGY_PROPERTY, targetEntityId, TASK_NAMES_PROPERTY, taskId, userId
Constructor and Description |
---|
ExecuteDeadlinesCommand() |
ExecuteDeadlinesCommand(long taskId,
long deadlineId,
org.kie.internal.task.api.TaskDeadlinesService.DeadlineType type) |
ExecuteDeadlinesCommand(long taskId,
long deadlineId,
org.kie.internal.task.api.TaskDeadlinesService.DeadlineType type,
NotificationListener notificationListener) |
Modifier and Type | Method and Description |
---|---|
Void |
execute(org.kie.internal.command.Context context) |
getGroupsIds, getTargetEntityId, getTaskId, getUserId, setGroupsIds, setTargetEntityId, setTaskId, setUserId
public ExecuteDeadlinesCommand()
public ExecuteDeadlinesCommand(long taskId, long deadlineId, org.kie.internal.task.api.TaskDeadlinesService.DeadlineType type)
public ExecuteDeadlinesCommand(long taskId, long deadlineId, org.kie.internal.task.api.TaskDeadlinesService.DeadlineType type, NotificationListener notificationListener)
public Void execute(org.kie.internal.command.Context context)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.