public class DefaultFormFieldValidatorContext extends Object implements FormFieldValidatorContext
| Modifier and Type | Field and Description |
|---|---|
protected String |
configuration |
protected FormFieldHandler |
formFieldHandler |
protected VariableMap |
submittedValues |
protected VariableScope |
variableScope |
| Constructor and Description |
|---|
DefaultFormFieldValidatorContext(VariableScope variableScope,
String configuration,
VariableMap submittedValues,
FormFieldHandler formFieldHandler) |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfiguration() |
DelegateExecution |
getExecution() |
FormFieldHandler |
getFormFieldHandler() |
Map<String,Object> |
getSubmittedValues() |
VariableScope |
getVariableScope() |
void |
setConfiguration(String configuration) |
protected VariableScope variableScope
protected String configuration
protected VariableMap submittedValues
protected FormFieldHandler formFieldHandler
public DefaultFormFieldValidatorContext(VariableScope variableScope, String configuration, VariableMap submittedValues, FormFieldHandler formFieldHandler)
public FormFieldHandler getFormFieldHandler()
getFormFieldHandler in interface FormFieldValidatorContextpublic DelegateExecution getExecution()
getExecution in interface FormFieldValidatorContextFormFieldValidatorContext.getVariableScope()public VariableScope getVariableScope()
getVariableScope in interface FormFieldValidatorContextpublic String getConfiguration()
getConfiguration in interface FormFieldValidatorContextpublic void setConfiguration(String configuration)
public Map<String,Object> getSubmittedValues()
getSubmittedValues in interface FormFieldValidatorContextCopyright © 2013–2019 camunda services GmbH. All rights reserved.