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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.AbstractGetFormVariablesCmd
      extended by org.camunda.bpm.engine.impl.cmd.GetStartFormVariablesCmd
All Implemented Interfaces:
Serializable, Command<org.camunda.bpm.engine.variable.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
GetStartFormVariablesCmd(String resourceId, Collection<String> formVariableNames, boolean deserializeObjectValues)
           
 
Method Summary
protected  void checkGetStartFormVariables(ProcessDefinitionEntity definition, 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

GetStartFormVariablesCmd

public GetStartFormVariablesCmd(String resourceId,
                                Collection<String> formVariableNames,
                                boolean deserializeObjectValues)
Method Detail

execute

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

checkGetStartFormVariables

protected void checkGetStartFormVariables(ProcessDefinitionEntity definition,
                                          CommandContext commandContext)


Copyright © 2017 camunda services GmbH. All rights reserved.