Class AttributeRuleValidator
java.lang.Object
com.ptc.core.businessRules.validation.AttributeRuleValidator
- All Implemented Interfaces:
RuleValidation
This class validates the objects against the attributes check criteria below.
Supported API: true
Extendable: true
- validate attribute is not null
- validate attribute is not 0
- Confirm boolean attribute value
- validate a string attribute value
- validate a missing attribute
- Ability to skip validation for excluded types
- validate range for attributes
BusinessRulesHelper.engine.execute("CHANGEABLE_PRE_RELEASE", criteria); Supported API: true
Extendable: true
-
Method Summary