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. |