Class ClassificationUtility
java.lang.Object
com.ptc.windchill.enterprise.classification.ClassificationUtility
- All Implemented Interfaces:
RemoteAccess
This class contains methods for creating the data models needed for attribute tables and panels in
create and edit wizards
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Field Summary
Fields inherited from interface wt.method.RemoteAccess
versionID -
Method Summary
Modifier and TypeMethodDescriptionstatic ArrayList<TypeInstance> getItemClassificationAttributes(ComponentDescriptor compDescriptor, NmCommandBean cb, com.ptc.netmarkets.util.misc.NmContext nmcontext) Gets a TypeInstance for a wizard table displaying the classification attributes of a part being created or edited.
-
Method Details
-
getItemClassificationAttributes
public static ArrayList<TypeInstance> getItemClassificationAttributes(ComponentDescriptor compDescriptor, NmCommandBean cb, com.ptc.netmarkets.util.misc.NmContext nmcontext) throws WTException, WTPropertyVetoException Gets a TypeInstance for a wizard table displaying the classification attributes of a part being created or edited. This method is typically invoked from a jsp page using the getModel tag.- Parameters:
compDescriptor- - Descriptor for the table to be displayed. This contains descriptors for each attribute to be displayed. Required. Input.cb- - Bean holding the identity of the object being displayed and its form data. Required. Input.nmcontext- - The NmContext for the current jsp page. Required. Input- Returns:
- a List containing one TypeInstance
Supported API: true - Throws:
WTExceptionWTPropertyVetoException
-