public class SaveTaskCmd extends Object implements Command<Void>, Serializable
Modifier and Type | Field and Description |
---|---|
protected TaskEntity |
task |
Constructor and Description |
---|
SaveTaskCmd(Task task) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkCreateTask(TaskEntity task,
CommandContext commandContext) |
protected void |
checkTaskAssign(TaskEntity task,
CommandContext commandContext) |
Void |
execute(CommandContext commandContext) |
protected void |
validateStandaloneTask(TaskEntity task,
CommandContext commandContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isRetryable
protected TaskEntity task
public SaveTaskCmd(Task task)
public Void execute(CommandContext commandContext)
protected void validateStandaloneTask(TaskEntity task, CommandContext commandContext)
protected void checkTaskAssign(TaskEntity task, CommandContext commandContext)
protected void checkCreateTask(TaskEntity task, CommandContext commandContext)
Copyright © 2022. All rights reserved.