Class ChangeablePreReleaseValidator

java.lang.Object
com.ptc.core.ui.validation.DefaultValidationFilter
com.ptc.core.ui.validation.DefaultUIComponentValidator
com.ptc.windchill.enterprise.change2.validators.ChangeablePreReleaseValidator
All Implemented Interfaces:
UIComponentValidator, ValidationFilter

@Deprecated public class ChangeablePreReleaseValidator extends DefaultUIComponentValidator
Deprecated.
- The changeable release check is updated to use Business rules engine framework. Replaced with wt.businessRules.BusinessRulesHelper.engine.execute(String ruleSetKey, RuleValidationCriteria criteria)
This class validates whether or not a ChangeOrder2 is ready for release. A Change Order is ready for release if it is not checked out and it is not checked out to a sandbox.

Supported API: true

Extendable: true