- XMLExporter - Class in com.primavera.integration.client.xml.xmlexporter
-
The XML Exporter will export collections of any type of business object to XML according to a flat schema
(p6apibo.xsd).
- XMLExporter(Session) - Constructor for class com.primavera.integration.client.xml.xmlexporter.XMLExporter
-
Construct an XMLExporter.
- XMLExporterEvent - Class in com.primavera.integration.client.xml.xmlexporter
-
This class represents an event fired by the XMLExporter when exporting a full project.
- XMLExporterException - Exception in com.primavera.integration.client.xml.xmlexporter
-
An exception class used for general problems encountered when using the XMLExporter.
- XMLExporterException(String, Throwable) - Constructor for exception com.primavera.integration.client.xml.xmlexporter.XMLExporterException
-
Class constructor specifying a detailed message and the original thrown exception.
- XMLExporterException(String) - Constructor for exception com.primavera.integration.client.xml.xmlexporter.XMLExporterException
-
Class constructor specifying a detailed message.
- XMLExporterListener - Interface in com.primavera.integration.client.xml.xmlexporter
-
The listener interface for receiving XMLExporter events.
- XMLExporterParams - Class in com.primavera.integration.client.xml.xmlexporter
-
This class represents a parameters object associated with an XMLExporterEvent.
- XMLImporter - Class in com.primavera.integration.client.xml.xmlimporter
-
The XMLImporter
is used to import data from an XML file into a Project Management
database based on a flat xml schema (p6apibo.xsd).
- XMLImporter(Session) - Constructor for class com.primavera.integration.client.xml.xmlimporter.XMLImporter
-
Construct an XMLImporter.
- XMLImporterException - Exception in com.primavera.integration.client.xml.xmlimporter
-
An exception class used for general exceptions that occur when using the XMLImporter.
- XMLImporterException(String, Throwable) - Constructor for exception com.primavera.integration.client.xml.xmlimporter.XMLImporterException
-
Class constructor specifying a detailed message and the original thrown exception.
- XMLImporterException(String) - Constructor for exception com.primavera.integration.client.xml.xmlimporter.XMLImporterException
-
Class constructor specifying a detailed message.
- XMLProcessingException - Exception in com.primavera.integration.client.xml
-
An exception that occurs when processing an XML file or fragment.
- XMLProcessingException(String, Throwable) - Constructor for exception com.primavera.integration.client.xml.XMLProcessingException
-
Class constructor specifying a detailed message and the original thrown exception.
- XMLProcessingException(String) - Constructor for exception com.primavera.integration.client.xml.XMLProcessingException
-
Class constructor specifying a detailed message.
- XSDHelper - Class in com.primavera.integration.util
-
Helper class for converting XSD dateTime format strings to Java dates, and vice-versa.