Package wt.projmgmt.msproject

Interface Summary
ContentHandler A ContentHandler that is used to handle a Microsoft Project XML file.
MsProjectService This service provides access to the Microsoft Project Integration features of Windchill.
 

Class Summary
ChildContentHandler This ContentHandler supports linking handlers together into a hierarchy.
Constants  
DefaultErrorHandler A default implementation of ErrorHandler.
DefaultSAXContentHandler A default implementation of ContentHandler.
Exporter This class exports objects in XML.
ExportInfo This class aggregates information that is used to control the behavior of Microsoft Project Plan exporting.
IgnoreContentHandler This ContentHandler ignores content over a portion of the document being parsed.
Importer This class imports a ProjectPlan from a Microsoft Project XML file.
ImportExportInfo This class aggregates information that is used to control the behavior of Microsoft Project Plan importing and exporting.
ImportInfo This class aggregates information that is used to control the behavior of Microsoft Project Plan importing.
ImportMode This EnumeratedType is used to specify how conflicts are handled during a Microsoft Project Plan import operation.
ImportRequestExporter This class exports a ProjectPlan in Existing Project XML format.
MPPXMLExporter This class exports a ProjectPlan of (@link wt.projmgmt.execution.SummaryActivity} in Microsoft Project XML format.
MsProjectHelper This helper class provides access to the MsProjectService implementation.
MsProjectServiceFwd This service provides access to the Microsoft Project Integration features of Windchill.
ObjectContentHandler This ContentHandler supports importing objects from a Microsoft Project Plan.
PlanContentHandler This is the top level content handler for importing a Microsoft Project XML file.
StandardMsProjectService This is the default implementation of the MsProjectService interface.
TaskScope This EnumeratedType is used to specify the scope of a Microsoft Project Plan import or export operation.
Utils  
Utils.SortByID A Comparator that orders ProjectNodes according to their IDs.
Utils.SortByOID A Comparator that orders Persistables according to their object identifiers.
 

Exception Summary
MsProjectException A specialization of WTException for exceptions that occur during MsProject import or export.
MsProjectXMLParseException A specialization of WTSAXException for exceptions that occur while the MsProject XML file is being parsed.