Package org.camunda.bpm.engine.impl.cmd
Class GetStartFormVariablesCmd
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmd.AbstractGetFormVariablesCmd
-
- org.camunda.bpm.engine.impl.cmd.GetStartFormVariablesCmd
-
- All Implemented Interfaces:
Serializable
,Command<VariableMap>
public class GetStartFormVariablesCmd 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
Constructors Constructor Description GetStartFormVariablesCmd(String resourceId, Collection<String> formVariableNames, boolean deserializeObjectValues)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
checkGetStartFormVariables(ProcessDefinitionEntity definition, CommandContext commandContext)
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
-
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
-
-
-
Constructor Detail
-
GetStartFormVariablesCmd
public GetStartFormVariablesCmd(String resourceId, Collection<String> formVariableNames, boolean deserializeObjectValues)
-
-
Method Detail
-
execute
public VariableMap execute(CommandContext commandContext)
-
checkGetStartFormVariables
protected void checkGetStartFormVariables(ProcessDefinitionEntity definition, CommandContext commandContext)
-
-