org.camunda.bpm.engine.impl.cmd
Class AbstractGetFormVariablesCmd
java.lang.Object
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
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 |
resourceId
public String resourceId
formVariableNames
public Collection<String> formVariableNames
deserializeObjectValues
protected boolean deserializeObjectValues
AbstractGetFormVariablesCmd
public AbstractGetFormVariablesCmd(String resourceId,
Collection<String> formVariableNames,
boolean deserializeObjectValues)
createVariable
protected TypedValue createVariable(FormField formField,
VariableScope variableScope)
Copyright © 2015 camunda services GmbH. All rights reserved.