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

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

public abstract class AbstractGetFormVariablesCmd
extends Object
implements Command<VariableMap>, Serializable

Author:
Daniel Meyer
See Also:
Serialized Form

Field Summary
protected  boolean deserializeObjectValues
           
 Collection<String> formVariableNames
           
 String resourceId
           
 
Constructor Summary
AbstractGetFormVariablesCmd(String resourceId, Collection<String> formVariableNames, boolean deserializeObjectValues)
           
 
Method Summary
protected  TypedValue createVariable(FormField formField, VariableScope variableScope)
           
 
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

deserializeObjectValues

protected boolean deserializeObjectValues
Constructor Detail

AbstractGetFormVariablesCmd

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

createVariable

protected TypedValue createVariable(FormField formField,
                                    VariableScope variableScope)


Copyright © 2015 camunda services GmbH. All rights reserved.