Package com.ptc.core.businessRules.validation


package com.ptc.core.businessRules.validation
  • Class
    Description
    This class validates the objects against the attributes check criteria below.
    This class is a validator configured to execute with the BusinessRules engine.
    All the collection rule validation business rules will implement CollectionRuleValidation interface for its execution included in the rules processing framework.
    This class validates the release target business rule.



    Supported API: true

    Extendable: true
    All the validation business rules will implement Rule Validation interface for its execution included in the rules processing framework.
    The RuleValidationCriteria contains information that is used by all business rules within a business rule set.
    Validation key for the business rule.
    The RuleValidationObject contains a specific target object and target object link.
    A Business RuleValidationResult object contains one validation output per business rule.
    A container of Business RuleValidationResult objects.
    An EnumeratedType to indicate the status of evaluating a business rule for a object.