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
  • Method Details

    • isCreateChangeActivity2Valid

      protected boolean isCreateChangeActivity2Valid(Object object) throws WTException
      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

      protected boolean isCreateChangeRequest2Valid(Object object)
      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

      protected boolean isCreateChangeReviewValid(Object object)
      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

      protected boolean isCreateWTVarianceValid(Object object)
      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

      protected boolean isCreateChangeIssueValid(Object object)
      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