wt.ixb.publicforhandlers
Interface ClassExporterImporter

All Superinterfaces:
ClassExporter, ElementImporter
All Known Implementing Classes:
ClassExporterImporterTemplateGeneral

public interface ClassExporterImporter
extends ClassExporter, ElementImporter

This interface combines interfaces wt.ixb.publicforhandlers.ClassImporter and ElementImporter.
Though generally it is possible to specify two different handlers to export object of given class and to import corresponding XML element back into Windchill database, usually it is more convinient to define that in the single handler.
This interface is the interface that such single handler should implement. Most standard IXB handlers implements this interface.

Supported API: true

Extendable: false


Methods inherited from interface wt.ixb.publicforhandlers.ClassExporter
exportObject, finalizeExport
 
Methods inherited from interface wt.ixb.publicforhandlers.ElementImporter
checkConflicts, finalizeCheckConflicts, finalizeImport, getAdditionalImportPriority, getImportPriority, getObjectDisplayID, importElement, outputLog, prepareForCheckConflicts, prepareForImport, previewElement