org.camunda.bpm.engine.impl.cmd
Class GetTaskFormCmd

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.GetTaskFormCmd
All Implemented Interfaces:
Serializable, Command<TaskFormData>

public class GetTaskFormCmd
extends Object
implements Command<TaskFormData>, Serializable

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  String taskId
           
 
Constructor Summary
GetTaskFormCmd(String taskId)
           
 
Method Summary
 TaskFormData execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

taskId

protected String taskId
Constructor Detail

GetTaskFormCmd

public GetTaskFormCmd(String taskId)
Method Detail

execute

public TaskFormData execute(CommandContext commandContext)
Specified by:
execute in interface Command<TaskFormData>


Copyright © 2016 camunda services GmbH. All rights reserved.