public class CompleteTaskCmd extends Object implements Command<Void>, Serializable
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
taskId  | 
protected Map<String,Object> | 
variables  | 
| Constructor and Description | 
|---|
CompleteTaskCmd(String taskId,
               Map<String,Object> variables)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
checkCompleteTask(TaskEntity task,
                 CommandContext commandContext)  | 
protected void | 
completeTask(TaskEntity task)  | 
Void | 
execute(CommandContext commandContext)  | 
public Void execute(CommandContext commandContext)
protected void completeTask(TaskEntity task)
protected void checkCompleteTask(TaskEntity task, CommandContext commandContext)
Copyright © 2017. All rights reserved.