public class CompleteTaskCmd extends Object implements Command<Void>, Serializable
protected String
taskId
protected Map<String,Object>
variables
CompleteTaskCmd(String taskId, Map<String,Object> variables)
protected void
completeTask(TaskEntity task)
Void
execute(CommandContext commandContext)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected String taskId
protected Map<String,Object> variables
public CompleteTaskCmd(String taskId, Map<String,Object> variables)
public Void execute(CommandContext commandContext)
execute
Command<Void>
protected void completeTask(TaskEntity task)
Copyright © 2015. All rights reserved.