Class DefaultFormFieldValidatorContext
java.lang.Object
org.camunda.bpm.engine.impl.form.handler.DefaultFormFieldValidatorContext
- All Implemented Interfaces:
FormFieldValidatorContext
- Author:
- Daniel Meyer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected FormFieldHandlerprotected VariableMapprotected VariableScope -
Constructor Summary
ConstructorsConstructorDescriptionDefaultFormFieldValidatorContext(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:
getFormFieldHandlerin interfaceFormFieldValidatorContext
-
getExecution
- Specified by:
getExecutionin interfaceFormFieldValidatorContext- Returns:
- the execution
Deprecated, use
FormFieldValidatorContext.getVariableScope()
-
getVariableScope
- Specified by:
getVariableScopein interfaceFormFieldValidatorContext- Returns:
- the variable scope in which the value is submitted
-
getConfiguration
- Specified by:
getConfigurationin interfaceFormFieldValidatorContext- Returns:
- the configuration of this validator
-
setConfiguration
-
getSubmittedValues
- Specified by:
getSubmittedValuesin interfaceFormFieldValidatorContext- Returns:
- all values submitted in the form
-