|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExpressSchema | |
wt.step.processor | |
wt.step.processor.expressParser | |
wt.step.processor.stepParser |
Uses of ExpressSchema in wt.step.processor |
Fields in wt.step.processor declared as ExpressSchema | |
private ExpressSchema |
StepProcessor._wtSchema
The Windchill Schema containing entities with fields |
private static ExpressSchema |
ImportTest._wtSchema
|
private ExpressSchema |
ImportFromP21Processor._wtSchema
|
private ExpressSchema |
ExportToP21Processor._theWtSchema
|
private ExpressSchema |
ExportTest._wtSchema
|
private ExpressSchema |
EntityTraverser._schema
|
Methods in wt.step.processor with parameters of type ExpressSchema | |
static void |
WTImportService.setInstanceAttributes(Persistable wtObject,
StepEntity stepObject,
ExpressSchema wtSchema,
StepData dataForEntityReferences)
Given a parse StepEntity and its corresponding imported Windchill instance set all the attributes it has values for. |
protected static Object |
WTImportService.convertToEnumTypeValue(Object rawValue,
String enumTypeName,
ExpressSchema wtSchema,
StepData dataForEntityRefs)
Takes a parsed value for an enumeration type ( result of EnumeratedType.getStringValue() ) and converts it into a Windchill enumeration type value. |
Constructors in wt.step.processor with parameters of type ExpressSchema | |
ImportTest.MockImportProcessor(ExpressSchema schema)
|
|
ImportFromP21Processor(ExpressSchema wtSchema)
Constructs the import engine ready for performing STEP imports |
|
ExportToP21Processor(ExpressSchema wtSchema,
Properties exportEntityScope,
String outputFilename,
WTObject[] objects,
boolean downloadAssociatedFiles)
|
|
ExportToP21Processor(ExpressSchema wtSchema,
Properties exportEntityScope,
String outputFilename,
FileOutputStream outputStream,
WTObject[] objects,
boolean downloadAssociatedFiles)
|
|
ExportToP21Processor(ExpressSchema wtSchema,
Properties exportEntityScope,
String outputFilename,
PrintWriter outputWriter,
WTObject[] objects,
boolean downloadAssociatedFiles)
|
|
EntityTraverser(ExpressSchema schemaForEntitiesInTraversal,
StepData stepDataToTraverse)
|
Uses of ExpressSchema in wt.step.processor.expressParser |
Fields in wt.step.processor.expressParser declared as ExpressSchema | |
static ExpressSchema |
ExpressParser._theSchema
|
Methods in wt.step.processor.expressParser with parameters of type ExpressSchema | |
void |
ExpressParser.parseExpress(ExpressSchema aSchema)
PRODUCTION 302 |
(package private) boolean |
EntityDefinition.addRoleLink(String roleName,
TraversalMechanism mechanism,
ExpressSchema schema)
Adds a role link to the entity. |
Vector |
EntityDefinition.getTraversalMechanismsForRole(ExpressSchema schema,
String roleName)
|
private void |
EntityDefinition.flattenTypeHierarchy(ExpressSchema schema)
|
private void |
EntityDefinition.collectUniqueSubTypes(Vector collection,
ExpressSchema schema)
|
int |
EntityDefinition.getFullAttributeCount(ExpressSchema schema)
A count of all the attributes in this Entity (including inherited). |
int |
EntityDefinition.getAttributeIndex(ExpressSchema schema,
String attributeName)
Gets the index of an attribute in this entity as it would appear in a STEP file. |
Uses of ExpressSchema in wt.step.processor.stepParser |
Methods in wt.step.processor.stepParser with parameters of type ExpressSchema | |
private EntityDefinition |
StepEntity.getEntityDefinition(ExpressSchema schemaOfEntity)
|
private Object |
StepEntity.getAttributeValue(String attributeName,
ExpressSchema schemaOfEntity)
|
boolean |
StepEntity.hasAttributeValue(String attributeName,
ExpressSchema schemaOfEntity)
|
Enumeration |
StepEntity.getAttributeDefinitions(ExpressSchema schemaOfEntity)
Access to the EntityDefinition.AttributeDefinition's of all attributes of this entity. |
Object |
StepEntity.getAttribute(String attributeName,
ExpressSchema schemaOfEntity,
StepData dataForResolvingEntityReferences)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |