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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.AbstractGetFormVariablesCmd
      extended by org.camunda.bpm.engine.impl.cmd.GetTaskFormVariablesCmd
All Implemented Interfaces:
Serializable, Command<org.camunda.bpm.engine.variable.VariableMap>

public class GetTaskFormVariablesCmd
extends AbstractGetFormVariablesCmd

Author:
Daniel Meyer
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractGetFormVariablesCmd
deserializeObjectValues, formVariableNames, resourceId
 
Constructor Summary
GetTaskFormVariablesCmd(String taskId, Collection<String> variableNames, boolean deserializeObjectValues)
           
 
Method Summary
protected  void checkGetTaskFormVariables(TaskEntity task, CommandContext commandContext)
           
 org.camunda.bpm.engine.variable.VariableMap execute(CommandContext commandContext)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractGetFormVariablesCmd
createVariable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetTaskFormVariablesCmd

public GetTaskFormVariablesCmd(String taskId,
                               Collection<String> variableNames,
                               boolean deserializeObjectValues)
Method Detail

execute

public org.camunda.bpm.engine.variable.VariableMap execute(CommandContext commandContext)

checkGetTaskFormVariables

protected void checkGetTaskFormVariables(TaskEntity task,
                                         CommandContext commandContext)


Copyright © 2017 camunda services GmbH. All rights reserved.