Class ClassificationNodeView

java.lang.Object
com.ptc.core.lwc.common.view.AttributeTemplateView
com.ptc.windchill.csm.view.ClassificationNodeView

public class ClassificationNodeView extends com.ptc.core.lwc.common.view.AttributeTemplateView
A view class for Classification node

Supported API: true

Extendable: false
  • Constructor Details

    • ClassificationNodeView

      public ClassificationNodeView(String internalName, String parent, String namespace, Map<PropertyEnum,Object> propertyValues, Map<PropertyEnum,Map<Locale,String>> localizedPropertyValues, List<AttributeView> attributes)
      Parameters:
      internalName - - Internal name of the node
      parent - - Internal name of the parent. If parent is null then this is a root node
      propertyValues - - A map of node'sproperty and propertie's value.
      localizedPropertyValues - - A map of node's property and its localized property values
      attributes - - A list of node attributes

      Supported API: true