org.camunda.bpm.engine.impl.cmd
Class GetTaskFormVariablesCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractGetFormVariablesCmd
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetTaskFormVariablesCmd
public GetTaskFormVariablesCmd(String taskId,
Collection<String> variableNames,
boolean deserializeObjectValues)
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.