Class CollectionRuleValidation
java.lang.Object
com.ptc.core.businessRules.validation.CollectionRuleValidation
- All Implemented Interfaces:
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
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionabstract booleanisObjectApplicableForValidation(RuleValidationKey validationKey, RuleValidationObject validationObject) Determines if the object is applicable for collecting related objects and performing validation on.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.ptc.core.businessRules.validation.RuleValidation
getSupportedClasses, performValidation, prepareForValidation
-
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:
-