org.camunda.bpm.engine.impl.form.validator
Class FormFieldValidatorInvocation

java.lang.Object
  extended by org.camunda.bpm.engine.impl.delegate.DelegateInvocation
      extended by org.camunda.bpm.engine.impl.form.validator.FormFieldValidatorInvocation

public class FormFieldValidatorInvocation
extends DelegateInvocation

Author:
Roman Smirnov

Field Summary
protected  FormFieldValidator formFieldValidator
           
protected  Object submittedValue
           
protected  FormFieldValidatorContext validatorContext
           
 
Fields inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
contextExecution, invocationParameters, invocationResult
 
Constructor Summary
FormFieldValidatorInvocation(FormFieldValidator formFieldValidator, Object submittedValue, FormFieldValidatorContext validatorContext)
           
 
Method Summary
 Boolean getInvocationResult()
           
 Object getTarget()
          returns the target of the current invocation, ie.
protected  void invoke()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
getContextExecution, getInvocationParameters, proceed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

formFieldValidator

protected FormFieldValidator formFieldValidator

submittedValue

protected Object submittedValue

validatorContext

protected FormFieldValidatorContext validatorContext
Constructor Detail

FormFieldValidatorInvocation

public FormFieldValidatorInvocation(FormFieldValidator formFieldValidator,
                                    Object submittedValue,
                                    FormFieldValidatorContext validatorContext)
Method Detail

invoke

protected void invoke()
               throws Exception
Specified by:
invoke in class DelegateInvocation
Throws:
Exception

getInvocationResult

public Boolean getInvocationResult()
Overrides:
getInvocationResult in class DelegateInvocation
Returns:
the result of the invocation (can be null if the invocation does not return a result)

getTarget

public Object getTarget()
Description copied from class: DelegateInvocation
returns the target of the current invocation, ie. JavaDelegate, ValueExpression ...

Specified by:
getTarget in class DelegateInvocation


Copyright © 2015 camunda services GmbH. All rights reserved.