Class ChangeMgmtCreateWizardsValidator
java.lang.Object
com.ptc.core.ui.validation.DefaultValidationFilter
com.ptc.core.ui.validation.DefaultUIComponentValidator
com.ptc.core.components.validators.DefaultCreateValidator
com.ptc.windchill.enterprise.change2.validators.ChangeMgmtCreateWizardsValidator
- All Implemented Interfaces:
UIComponentValidator,ValidationFilter
public class ChangeMgmtCreateWizardsValidator
extends com.ptc.core.components.validators.DefaultCreateValidator
This validator is used to validate whether the "Create" Change wizard actions
are shown.
Supported API: true
Supported API: true
-
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisCreateChangeActivity2Valid(Object object) This validation method is used to validate whether the "New Change Task" action is shown.protected booleanisCreateChangeIssueValid(Object object) This validation method is used to validate whether the "New Problem Report" action is shown.protected booleanisCreateChangeRequest2Valid(Object object) This validation method is used to validate whether the "New Change Request" action is shown.protected booleanisCreateChangeReviewValid(Object object) This validation method is used to validate whether the "New Review" action is shown.protected booleanisCreateWTVarianceValid(Object object) This validation method is used to validate whether the "New Variance" action is shown.Methods inherited from class com.ptc.core.ui.validation.DefaultUIComponentValidator
getSubValidator, getSubValidator, preValidateAction, preValidateAttribute, preValidateMultiTargetAction, validateFormSubmission, validateSelectedMultiSelectActionMethods inherited from class com.ptc.core.ui.validation.DefaultValidationFilter
populateResultSet
-
Method Details
-
isCreateChangeActivity2Valid
This validation method is used to validate whether the "New Change Task" action is shown.
Supported API: true- Parameters:
object- validation context object- Returns:
- true for action enabled
- Throws:
WTException
-
isCreateChangeRequest2Valid
This validation method is used to validate whether the "New Change Request" action is shown.
Supported API: true- Parameters:
object- validation context object- Returns:
- true for action enabled
-
isCreateChangeReviewValid
This validation method is used to validate whether the "New Review" action is shown.
Supported API: true- Parameters:
object- validation context object- Returns:
- true for action enabled
-
isCreateWTVarianceValid
This validation method is used to validate whether the "New Variance" action is shown.
Supported API: true- Parameters:
object- validation context object- Returns:
- true for action enabled
-
isCreateChangeIssueValid
This validation method is used to validate whether the "New Problem Report" action is shown.
Supported API: true- Parameters:
object- validation context object- Returns:
- true for action enabled
-