Class CollectionRuleValidation

java.lang.Object
com.ptc.core.businessRules.validation.CollectionRuleValidation
All Implemented Interfaces:
RuleValidation

public abstract class CollectionRuleValidation extends Object implements RuleValidation
All the collection rule validation business rules will implement CollectionRuleValidation interface for its execution included in the rules processing framework. The interface will be used to determine the rule validation is for structured objects and implement structure rule specific APIs. The rule config will be required to have the attribute collectionComponentID which will be used to do the collection.

Supported API: true

Extendable: true
  • Method Details

    • isObjectApplicableForValidation

      public abstract boolean isObjectApplicableForValidation(RuleValidationKey validationKey, RuleValidationObject validationObject)
      Determines if the object is applicable for collecting related objects and performing validation on.

      Supported API: true
      Parameters:
      validationKey -
      validationObject -
      Returns: