org.camunda.bpm.engine.impl.cmd
Class AbstractGetFormVariablesCmd
java.lang.Object
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
| 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
AbstractGetFormVariablesCmd
public AbstractGetFormVariablesCmd(String resourceId,
Collection<String> formVariableNames)
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.