Class DefaultFormFieldValidatorContext
java.lang.Object
org.camunda.bpm.engine.impl.form.handler.DefaultFormFieldValidatorContext
- All Implemented Interfaces:
FormFieldValidatorContext
- Author:
- Daniel Meyer
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected FormFieldHandler
protected VariableMap
protected VariableScope
-
Constructor Summary
ConstructorDescriptionDefaultFormFieldValidatorContext
(VariableScope variableScope, String configuration, VariableMap submittedValues, FormFieldHandler formFieldHandler) -
Method Summary
-
Field Details
-
variableScope
-
configuration
-
submittedValues
-
formFieldHandler
-
-
Constructor Details
-
DefaultFormFieldValidatorContext
public DefaultFormFieldValidatorContext(VariableScope variableScope, String configuration, VariableMap submittedValues, FormFieldHandler formFieldHandler)
-
-
Method Details
-
getFormFieldHandler
- Specified by:
getFormFieldHandler
in interfaceFormFieldValidatorContext
-
getExecution
- Specified by:
getExecution
in interfaceFormFieldValidatorContext
- Returns:
- the execution
Deprecated, use
FormFieldValidatorContext.getVariableScope()
-
getVariableScope
- Specified by:
getVariableScope
in interfaceFormFieldValidatorContext
- Returns:
- the variable scope in which the value is submitted
-
getConfiguration
- Specified by:
getConfiguration
in interfaceFormFieldValidatorContext
- Returns:
- the configuration of this validator
-
setConfiguration
-
getSubmittedValues
- Specified by:
getSubmittedValues
in interfaceFormFieldValidatorContext
- Returns:
- all values submitted in the form
-