Uses of Class
wt.iba.definition.litedefinition.AbstractAttributeDefinizerView

Packages that use AbstractAttributeDefinizerView
com.ptc.core.meta.type.mgmt.common   
com.ptc.windchill.counterpart.metadata.attribute   
wt.csm.navigation   
wt.iba.definition   
wt.iba.definition.litedefinition   
wt.iba.definition.service   
wt.iba.value.service   
 

Uses of AbstractAttributeDefinizerView in com.ptc.core.meta.type.mgmt.common
 

Subclasses of AbstractAttributeDefinizerView in com.ptc.core.meta.type.mgmt.common
 class LocalizedAttributeDefinitionNodeView
          

Supported API: false

Extendable: false
 

Uses of AbstractAttributeDefinizerView in com.ptc.windchill.counterpart.metadata.attribute
 

Methods in com.ptc.windchill.counterpart.metadata.attribute with parameters of type AbstractAttributeDefinizerView
(package private)  boolean cAttributeOrganizer.isParentOf(AbstractAttributeDefinizerView child)
           
 

Uses of AbstractAttributeDefinizerView in wt.csm.navigation
 

Methods in wt.csm.navigation that return AbstractAttributeDefinizerView
static AbstractAttributeDefinizerView NavigationLoader.getAttributeDefinition(String definition_path)
           
 

Methods in wt.csm.navigation with parameters of type AbstractAttributeDefinizerView
static AbstractValueView NavigationLoader.internalCreateValue(AbstractAttributeDefinizerView def, String value1, String value2)
           
 

Uses of AbstractAttributeDefinizerView in wt.iba.definition
 

Methods in wt.iba.definition that return AbstractAttributeDefinizerView
static AbstractAttributeDefinizerView DefinitionLoaderWithCache.getAttributeDefinition(String parentID)
          Pass parent path from root to the new node's parent, return the parent attribute deninition or organizer back
static AbstractAttributeDefinizerView DefinitionLoaderWithCache.getAttributeOrganizer(String parentID)
          Pass parent path include organizer from root to the new node's parent, return the parent attribute deninition or organizer back
static AbstractAttributeDefinizerView DefinitionLoaderWithCache.getFromAHCache(String parentPath, boolean organizer)
          get AbstractAttributeDefinizerView from Cache to reduce DB access.
static AbstractAttributeDefinizerView DefinitionLoader.getAttributeDefinition(String parentID)
          Pass parent path from root to the new node's parent, return the parent attribute deninition or organizer back
static AbstractAttributeDefinizerView DefinitionLoader.getAttributeDefinizer(String parentID)
          Pass parent path include organizer from root to the new node's parent, return the parent attribute deninition or organizer back
 

Methods in wt.iba.definition with parameters of type AbstractAttributeDefinizerView
private static boolean DefinitionLoaderWithCache.createAttributeDefinitionUnderDefinition(String name, String hierarchyDisplayName, String displayName, String description, String logicalIdentifier, String dataType, String referencedClassName, String parentClassName, AbstractAttributeDefinizerView parent_aadv)
           
private static boolean DefinitionLoaderWithCache.createUnittedAttributeDefinition(String nameValuePairs, String name, String hierarchyDisplayName, String displayName, String description, String logicalIdentifier, QuantityOfMeasureDefaultView qomdv, AbstractAttributeDefinizerView parent_aadv)
           
private static boolean DefinitionLoaderWithCache.createAttributeDefinitionUnderOrganizer(String name, String hierarchyDisplayName, String displayName, String description, String logicalIdentifier, String dataType, String referencedClassName, AbstractAttributeDefinizerView parent_aadv)
           
static boolean DefinitionLoaderWithCache.addToAHCache(AbstractAttributeDefinizerView aadv, String path)
           
private static boolean DefinitionLoader.createAttributeDefinitionUnderDefinition(String name, String displayName, String description, String dataType, String referencedClassName, String parentClassName, AbstractAttributeDefinizerView parent_aadv)
           
private static boolean DefinitionLoader.createUnittedAttributeDefinition(Hashtable nv, String name, String displayName, String description, QuantityOfMeasureDefaultView qomdv, AbstractAttributeDefinizerView parent_aadv)
           
private static boolean DefinitionLoader.createAttributeDefinitionUnderOrganizer(String name, String displayName, String description, String dataType, String referencedClassName, AbstractAttributeDefinizerView parent_aadv)
           
 

Uses of AbstractAttributeDefinizerView in wt.iba.definition.litedefinition
 

Subclasses of AbstractAttributeDefinizerView in wt.iba.definition.litedefinition
 class AbstractAttributeDefinizerDefaultView
          Abstract class that represents Attribute Definition and Organizer.
 class AbstractAttributeDefinizerNodeView
          Abstract class for Attribute Definition and Organizer Nodes.
 class AttributeDefDefaultView
          The default view of the AttributeDefinition class; Represents the complete view of the AttributeDefinition class.
 class AttributeDefNodeView
          A node view of the AttributeDefinition; Represents a subset of the AttributeDefinition class.
 class AttributeOrgDefaultView
          The default view of the AttributeOrganizer; Represents the complete view of the AttributeOrganizer class.
 class AttributeOrgNodeView
          A node view of the AttributeOrganizer; Represents a subset of the AttributeOrganizer class.
 class BooleanDefView
          Liteweight Boolean type definition.
 class FloatDefView
          Float Definition

Supported API: false

Extendable: false
 class IntegerDefView
          Liteweight integer type definition.
 class RatioDefView
          Definition class for Ratio type.
 class ReferenceDefView
          Liteweight Reference type definition.
 class StringDefView
          Liteweight String type definition.
 class TimestampDefView
          Definition class for TimeStamp.
 class UnitDefView
          Liteweight Unit type definition.
 class URLDefView
          Liteweight URL type definition

Supported API: false

Extendable: false
 

Methods in wt.iba.definition.litedefinition with parameters of type AbstractAttributeDefinizerView
protected  boolean AbstractAttributeDefinizerView.readVersion(AbstractAttributeDefinizerView thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 boolean AbstractAttributeDefinizerView.isParentOf(AbstractAttributeDefinizerView child)
          Checks if this node is the parent of the given node.
 

Constructors in wt.iba.definition.litedefinition with parameters of type AbstractAttributeDefinizerView
URLDefView(String name, String description, AbstractAttributeDefinizerView parent)
          Client side constructor of this class.
URLDefView(String name, String hierarchyDisplayName, String description, AbstractAttributeDefinizerView parent)
          

Supported API: false
UnitDefView(String name, String description, AbstractAttributeDefinizerView parent, QuantityOfMeasureDefaultView quantityOfMeasure)
          Client side constructor of this class.
UnitDefView(String name, String hierarchyDisplayName, String description, AbstractAttributeDefinizerView parent, QuantityOfMeasureDefaultView quantityOfMeasure)
          

Supported API: false
TimestampDefView(String name, String description, AbstractAttributeDefinizerView parent)
          client side constructor of this class.
TimestampDefView(String name, String hierarchyDisplayName, String description, AbstractAttributeDefinizerView parent)
          client side constructor of this class.
StringDefView(String name, String description, AbstractAttributeDefinizerView parent)
          client side constructor of this class.
StringDefView(String name, String hierarchyDisplayName, String description, AbstractAttributeDefinizerView parent)
          

Supported API: false
ReferenceDefView(String name, String description, AbstractAttributeDefinizerView parent)
          client side constructor of this class.
ReferenceDefView(String name, String description, AbstractAttributeDefinizerView parent, String refClassname)
          client side constructor of this class.
ReferenceDefView(String name, String hierarchyDisplayName, String description, AbstractAttributeDefinizerView parent)
          client side constructor of this class.
ReferenceDefView(String name, String hierarchyDisplayName, String description, AbstractAttributeDefinizerView parent, String refClassname)
          client side constructor of this class.
RatioDefView(String name, String description, AbstractAttributeDefinizerView parent)
          Client side constructor of this class.
RatioDefView(String name, String hierarchyDisplayName, String description, AbstractAttributeDefinizerView parent)
          

Supported API: false
IntegerDefView(String name, String description, AbstractAttributeDefinizerView parent)
          Client side constructor of this class.
IntegerDefView(String name, String hierarchyDisplayName, String description, AbstractAttributeDefinizerView parent)
          

Supported API: false
FloatDefView(String name, String description, AbstractAttributeDefinizerView parent)
          Client side constructor of this class.
FloatDefView(String name, String hierarchyDisplayName, String description, AbstractAttributeDefinizerView parent)
          

Supported API: false
BooleanDefView(String name, String description, AbstractAttributeDefinizerView parent)
          Client side constructor of this class.
BooleanDefView(String name, String hierarchyDisplayName, String description, AbstractAttributeDefinizerView parent)
          

Supported API: false
AttributeOrgDefaultView(String name, String description, AbstractAttributeDefinizerView parent)
          Client side constructor of this class.
AttributeOrgDefaultView(String name, String hierarchyDisplayName, String description, AbstractAttributeDefinizerView parent)
          Client side constructor of this class.
AttributeDefDefaultView(String name, String description, AbstractAttributeDefinizerView parent)
          Client side constructor of this class.
AttributeDefDefaultView(String name, String hierarchyDisplayName, String description, AbstractAttributeDefinizerView parent)
          Client side constructor of this class.
 

Uses of AbstractAttributeDefinizerView in wt.iba.definition.service
 

Methods in wt.iba.definition.service that return AbstractAttributeDefinizerView
private  AbstractAttributeDefinizerView StandardIBADefinitionService.removeInvalidCharactersFromName(AbstractAttributeDefinizerView aadv)
           
 

Methods in wt.iba.definition.service with parameters of type AbstractAttributeDefinizerView
private  AbstractAttributeDefinizerView StandardIBADefinitionService.removeInvalidCharactersFromName(AbstractAttributeDefinizerView aadv)
           
 

Uses of AbstractAttributeDefinizerView in wt.iba.value.service
 

Methods in wt.iba.value.service that return AbstractAttributeDefinizerView
static AbstractAttributeDefinizerView LoadValue.getCachedAttributeDefinition(String definition_path)
           
 

Methods in wt.iba.value.service with parameters of type AbstractAttributeDefinizerView
private static AbstractValueView LoadValue.internalCreateValue(AbstractAttributeDefinizerView def, String value1, String value2)
           
static AbstractValueView LoadValue.newFloatValue(AbstractAttributeDefinizerView def, String s_value, String s_precision)
           
static AbstractValueView LoadValue.newUnitValue(AbstractAttributeDefinizerView def, String s_value, String s_precision)
           
static AbstractValueView LoadValue.newRatioValue(AbstractAttributeDefinizerView def, String s_value, String s_denominator)
           
static AbstractValueView LoadValue.newReferenceValue(AbstractAttributeDefinizerView def, String s_class, String s_identifier)
           
static AbstractValueView LoadValue.newStringValue(AbstractAttributeDefinizerView def, String svalue)
           
static AbstractValueView LoadValue.newTimestampValue(AbstractAttributeDefinizerView def, String s_value)
           
static AbstractValueView LoadValue.newBooleanValue(AbstractAttributeDefinizerView def, String s_value)
           
static AbstractValueView LoadValue.newURLValue(AbstractAttributeDefinizerView def, String s_value, String description)
           
static AbstractValueView LoadValue.newIntegerValue(AbstractAttributeDefinizerView def, String svalue)