Package wt.step.processor

Interface Summary
TraversalMechanism The interface that defines a link mechanism for traversing from a Windchill instance to associated instances through a given role.
WTImportEventListener The listener interface for receiving WTImportService events
 

Class Summary
EntityTraverser A utility class used to traverse a StepData structure following Entity attributes.
ExportTest Test for export functionality.
ExportToP21Processor Processes export requests generating a STEP file in Windchill Schema.
ExpressTest Various Unit Tests for Express/STEP data
ImportFromP21Processor Process a Part21 file in order to import its content into Windchill.
ImportLog  
ImportScheme Defines a 'scheme' for handling imported instances.
ImportTest Tests of import functionality.
ImportTestHarness Test Harness for construction of test import data in Windchill Schema.
LinkTraversalMechanism A traversal from one windchill instance to associated instances through a ObjectToObjectLink subclass.
MappingUtilities A set of utilities for mapping between Windchill and Express entity names and Strings.
StepProcessor Performs import and export from/to local STEP files and associated document structures.
WTImportEvent An event fired from the WTImportService when instances are found/created.
WTImportService A utilities class providing high-level utility methods used during STEP import.
WTStepProcessor Extends the StepProcessor functionality to manage the import and export of STEP related files through packaged archives attached to WTDocuments as content.
WTStepProcessorTests  
 

Exception Summary
MandatoryAttributeException An exception thrown when it is discovered that a mandatory attribute (for the transfer process) is missing.
TransferException The exception thrown when the STEP Import or Export processes fails.