Uses of Class
wt.step.processor.expressParser.EntityDefinition.AttributeDefinition

Packages that use EntityDefinition.AttributeDefinition
wt.step.processor   
 

Uses of EntityDefinition.AttributeDefinition in wt.step.processor
 

Methods in wt.step.processor with parameters of type EntityDefinition.AttributeDefinition
private  Object ExportToP21Processor.getAssociatedWindchillObjects(Object windchillInstance, EntityDefinition instanceType, TypeDefinition attributeType, EntityDefinition.AttributeDefinition attribute)
          Returns associated objects by traversing Windchill ObjectToObject links for an attribute which represents a role of an association.
private  Object ExportToP21Processor.getRelatedWindchillObject(Object windchillInstance, EntityDefinition instanceType, EntityDefinition.AttributeDefinition attribute)
           
private  void ExportToP21Processor.appendEntityAttributeToStatement(StringBuffer statement, EntityDefinition instanceType, Object windchillInstance, EntityDefinition.AttributeDefinition attribute)
           
private  Object ExportToP21Processor.getWindchillAttributeValue(Object windchillInstance, EntityDefinition instanceType, EntityDefinition.AttributeDefinition attribute)
          Gets the 'raw' value for a particular Windchill object instance.