org.camunda.bpm.engine.impl.form.handler
Class DefaultFormFieldValidatorContext
java.lang.Object
org.camunda.bpm.engine.impl.form.handler.DefaultFormFieldValidatorContext
- All Implemented Interfaces:
- FormFieldValidatorContext
public class DefaultFormFieldValidatorContext
- extends Object
- implements FormFieldValidatorContext
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
execution
protected DelegateExecution execution
configuration
protected String configuration
submittedValues
protected Map<String,Object> submittedValues
DefaultFormFieldValidatorContext
public DefaultFormFieldValidatorContext(DelegateExecution execution,
String configuration,
Map<String,Object> submittedValues)
getExecution
public DelegateExecution getExecution()
- Specified by:
getExecution in interface FormFieldValidatorContext
- Returns:
- the execution
setExecution
public void setExecution(DelegateExecution execution)
getConfiguration
public String getConfiguration()
- Specified by:
getConfiguration in interface FormFieldValidatorContext
- Returns:
- the configuration of this validator
setConfiguration
public void setConfiguration(String configuration)
getSubmittedValues
public Map<String,Object> getSubmittedValues()
- Specified by:
getSubmittedValues in interface FormFieldValidatorContext
- Returns:
- all values submitted in the form
setSubmittedValues
public void setSubmittedValues(Map<String,Object> submittedValues)
Copyright © 2014 camunda services GmbH. All Rights Reserved.