Class ActionDelegateHelper
java.lang.Object
com.ptc.windchill.enterprise.object.ActionDelegateHelper
Helper class used by some of the command class, form processors, and
validators for Change and Maturity.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisPDMLinkContainerValidOnCreate(Object object, WTContainerRef containerRef, WTPrincipal currentUser) Validate if container is a valid PDMLink container for a create action.
-
Method Details
-
isPDMLinkContainerValidOnCreate
public boolean isPDMLinkContainerValidOnCreate(Object object, WTContainerRef containerRef, WTPrincipal currentUser) throws WTException Validate if container is a valid PDMLink container for a create action. PDMLink containers arewt.inf.library.WTLibraryandwt.pdmlink.PDMLinkProduct.
Supported API: true- Parameters:
object- context objectcontainerRef- container of objectcurrentUser- current session user- Returns:
- true valid PDMLink container
- Throws:
WTException
-