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

Packages that use EntityDefinition
wt.step.processor   
wt.step.processor.expressParser   
wt.step.processor.stepParser   
 

Uses of EntityDefinition in wt.step.processor
 

Methods in wt.step.processor with parameters of type EntityDefinition
private  int ExportToP21Processor.translateWindchillInstance(EntityDefinition entityDef, Object windchillInstance)
           
private  StringBuffer ExportToP21Processor.createP21EntityStatement(EntityDefinition entityType, Object windchillInstance)
           
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.writeEntityLinksFrom(EntityDefinition entityType, Object windchillInstance)
           
private  boolean ExportToP21Processor.appendEntityAttributesToStatement(StringBuffer statement, boolean isFirstAttribute, EntityDefinition entityType, Object windchillInstance, Hashtable writtenTypes)
           
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.
 

Uses of EntityDefinition in wt.step.processor.expressParser
 

Fields in wt.step.processor.expressParser declared as EntityDefinition
private  EntityDefinition ExpressSchema._theLastestEntity
           
 

Methods in wt.step.processor.expressParser that return EntityDefinition
 EntityDefinition ExpressSchema.getEntityDefinition(String entityName)
           
 

Uses of EntityDefinition in wt.step.processor.stepParser
 

Methods in wt.step.processor.stepParser that return EntityDefinition
private  EntityDefinition StepEntity.getEntityDefinition(ExpressSchema schemaOfEntity)