Class ClassificationUtility

java.lang.Object
com.ptc.windchill.enterprise.classification.ClassificationUtility
All Implemented Interfaces:
RemoteAccess

public class ClassificationUtility extends Object implements 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
  • 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:
      WTException
      WTPropertyVetoException