org.camunda.bpm.engine.impl.form.validator
Interface FormFieldValidatorContext

All Known Implementing Classes:
DefaultFormFieldValidatorContext

public interface FormFieldValidatorContext

Object passed in to a FormFieldValidator providing access to validation properties

Author:
Daniel Meyer

Method Summary
 String getConfiguration()
           
 DelegateExecution getExecution()
          Deprecated. 
 FormFieldHandler getFormFieldHandler()
           
 Map<String,Object> getSubmittedValues()
           
 VariableScope getVariableScope()
           
 

Method Detail

getFormFieldHandler

FormFieldHandler getFormFieldHandler()

getExecution

@Deprecated
DelegateExecution getExecution()
Deprecated. 

Returns:
the execution Deprecated, use getVariableScope()

getVariableScope

VariableScope getVariableScope()
Returns:
the variable scope in which the value is submitted

getConfiguration

String getConfiguration()
Returns:
the configuration of this validator

getSubmittedValues

Map<String,Object> getSubmittedValues()
Returns:
all values submitted in the form


Copyright © 2017 camunda services GmbH. All rights reserved.