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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.AbstractGetFormVariablesCmd
All Implemented Interfaces:
Command<Map<String,VariableInstance>>
Direct Known Subclasses:
GetStartFormVariablesCmd, GetTaskFormVariablesCmd

public abstract class AbstractGetFormVariablesCmd
extends Object
implements Command<Map<String,VariableInstance>>

Author:
Daniel Meyer

Field Summary
 Collection<String> formVariableNames
           
 String resourceId
           
 
Constructor Summary
AbstractGetFormVariablesCmd(String resourceId, Collection<String> formVariableNames)
           
 
Method Summary
protected  VariableInstance createVariable(FormField formField)
          Converts a FormField into a VariableInstance.
 
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
execute
 

Field Detail

resourceId

public String resourceId

formVariableNames

public Collection<String> formVariableNames
Constructor Detail

AbstractGetFormVariablesCmd

public AbstractGetFormVariablesCmd(String resourceId,
                                   Collection<String> formVariableNames)
Method Detail

createVariable

protected VariableInstance createVariable(FormField formField)
Converts a FormField into a VariableInstance. Reads name, type information and default value.



Copyright © 2014 camunda services GmbH. All Rights Reserved.