org.camunda.bpm.engine.impl.form.validator
Class FormFieldValidatorInvocation
java.lang.Object
org.camunda.bpm.engine.impl.delegate.DelegateInvocation
org.camunda.bpm.engine.impl.form.validator.FormFieldValidatorInvocation
public class FormFieldValidatorInvocation
- extends DelegateInvocation
- Author:
- Roman Smirnov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
formFieldValidator
protected FormFieldValidator formFieldValidator
submittedValue
protected Object submittedValue
validatorContext
protected FormFieldValidatorContext validatorContext
FormFieldValidatorInvocation
public FormFieldValidatorInvocation(FormFieldValidator formFieldValidator,
Object submittedValue,
FormFieldValidatorContext validatorContext)
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.