|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ui.validation.DefaultValidationFilter
com.ptc.core.ui.validation.DefaultUIComponentValidator
com.ptc.core.components.validators.DefaultCreateValidator
com.ptc.windchill.enterprise.change2.validators.ChangeMgmtCreateWizardsValidator
public class ChangeMgmtCreateWizardsValidator
This validator is used to validate whether the "Create" Change wizard actions
are shown.
Supported API: true
| Method Summary | |
|---|---|
protected boolean |
isCreateChangeActivity2Valid(Object object)
This validation method is used to validate whether the "New Change Task" action is shown. |
protected boolean |
isCreateChangeIssueValid(Object object)
This validation method is used to validate whether the "New Problem Report" action is shown. |
protected boolean |
isCreateChangeRequest2Valid(Object object)
This validation method is used to validate whether the "New Change Request" action is shown. |
protected boolean |
isCreateWTVarianceValid(Object object)
This validation method is used to validate whether the "New Variance" action is shown. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
protected boolean isCreateChangeActivity2Valid(Object object)
throws WTException
object - validation context object
WTExceptionprotected boolean isCreateChangeRequest2Valid(Object object)
object - validation context object
protected boolean isCreateWTVarianceValid(Object object)
object - validation context object
protected boolean isCreateChangeIssueValid(Object object)
object - validation context object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||