Interface EvaluateFieldRulesResponse


public interface EvaluateFieldRulesResponse
Provides methods to retrieve information about an evaluated field rule; returned from IntegrationRuleService.evaluateFieldRules(EvaluateFieldRulesRequest).
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the result of evaluation of field rules of an integration rule.
    boolean
    Identifies if there was an error in any of the field rule evaluations.
  • Method Details

    • getFieldRuleResults

      Collection<FieldRuleResult> getFieldRuleResults()
      Retrieves the result of evaluation of field rules of an integration rule.
      Returns:
      a list of FieldRuleResult objects
    • hasError

      boolean hasError()
      Identifies if there was an error in any of the field rule evaluations.
      Returns:
      true if there was an error in at least one of the field rule evaluation, otherwise false