Package com.ptc.windchill.csm.view
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
Supported API: true
Extendable: false
-
Constructor Summary
ConstructorsConstructorDescriptionClassificationNodeView(String internalName, String parent, String namespace, Map<PropertyEnum, Object> propertyValues, Map<PropertyEnum, Map<Locale, String>> localizedPropertyValues, List<AttributeView> attributes) -
Method Summary
Methods inherited from class com.ptc.core.lwc.common.view.AttributeTemplateView
addAttribute, addAttributes, getAttributes, getAttributeTemplateClass, getId, getInternalName, getLocalizedPropertyValues, getNamespace, getParent, getPropertyValues, getWritableView, setAttirbutesInTdr, setInternalName, setLocalizedPropertyValue, setLocalizedPropertyValues, setPropertyValue, setPropertyValue, setPropertyValues
-
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 nodeparent- - Internal name of the parent. If parent is null then this is a root nodepropertyValues- - A map of node'sproperty and propertie's value.localizedPropertyValues- - A map of node's property and its localized property valuesattributes- - A list of node attributes
Supported API: true
-