Package 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<VariableMap>
- Author:
- Daniel Meyer
- See Also:
- 
Field SummaryFields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractGetFormVariablesCmddeserializeObjectValues, formVariableNames, resourceId
- 
Constructor SummaryConstructorsConstructorDescriptionGetTaskFormVariablesCmd(String taskId, Collection<String> variableNames, boolean deserializeObjectValues) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidcheckGetTaskFormVariables(TaskEntity task, CommandContext commandContext) execute(CommandContext commandContext) Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractGetFormVariablesCmdcreateVariableMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.engine.impl.interceptor.CommandisRetryable
- 
Constructor Details- 
GetTaskFormVariablesCmdpublic GetTaskFormVariablesCmd(String taskId, Collection<String> variableNames, boolean deserializeObjectValues) 
 
- 
- 
Method Details- 
execute
- 
checkGetTaskFormVariables
 
-