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>
- Author:
- Daniel Meyer
- See Also:
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractGetFormVariablesCmd
deserializeObjectValues, formVariableNames, resourceId
-
Constructor Summary
ConstructorDescriptionGetStartFormVariablesCmd
(String resourceId, Collection<String> formVariableNames, boolean deserializeObjectValues) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
checkGetStartFormVariables
(ProcessDefinitionEntity definition, CommandContext commandContext) 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 Details
-
GetStartFormVariablesCmd
public GetStartFormVariablesCmd(String resourceId, Collection<String> formVariableNames, boolean deserializeObjectValues)
-
-
Method Details
-
execute
-
checkGetStartFormVariables
protected void checkGetStartFormVariables(ProcessDefinitionEntity definition, CommandContext commandContext)
-