Uses of Class
com.primavera.integration.client.xml.xmlexporter.XMLExporterException
Packages that use XMLExporterException
-
Uses of XMLExporterException in com.primavera.integration.client.xml.xmlexporter
Methods in com.primavera.integration.client.xml.xmlexporter that throw XMLExporterExceptionModifier and TypeMethodDescriptionvoidXMLExporter.exportBaselineProject(OutputStream os, ObjectId projectId, String[] fields, XMLExporterListener listener) Export a collection of baseline projects.voidXMLExporter.exportBaselineProjects(OutputStream os, List<ObjectId> projectIds, String[] fields, XMLExporterListener listener) Export a collection of baseline projects.voidXMLExporter.exportFullProject(OutputStream os, ObjectId projectId, String[] fields, XMLExporterListener listener) Fully export a specific project.voidXMLExporter.exportFullProject(OutputStream os, ObjectId projectId, String[] fields, XMLExporterListener listener, SpreadPeriodType periodType, ObjectId mspUdfTypeId) Fully export a specific project with future bucket planning spreads.voidXMLExporter.exportFullProjects(OutputStream os, List<ObjectId> projectObjectIdList, String[] fields, XMLExporterListener listener) Fully export a set of projects.voidXMLExporter.exportFullProjects(OutputStream os, List<ObjectId> projectObjectIdList, String[] fields, XMLExporterListener listener, SpreadPeriodType periodType) Fully export a specific project with future bucket planning spreads.voidXMLExporter.exportFullProjects(OutputStream os, List<ObjectId> projectObjectIdList, String[] fields, XMLExporterListener listener, SpreadPeriodType periodType, ObjectId mspUdfTypeId) Fully export a specific project with future bucket planning spreads.voidXMLExporter.exportFullProjectToMSPXml(OutputStream os, ObjectId projectId, String[] fields, XMLExporterListener listener, SpreadPeriodType periodType, ObjectId mspUdfTypeId, Map<Object, Object> propMap, Logger logger) Fully export a specific project in MSP XML format.