Uses of Class
com.primavera.integration.client.xml.XMLProcessingException
Packages that use XMLProcessingException
Package
Description
XML importer classes
XML importer event classes
-
Uses of XMLProcessingException in com.primavera.integration.client.xml.xmlimporter
Methods in com.primavera.integration.client.xml.xmlimporter that throw XMLProcessingExceptionModifier and TypeMethodDescriptionXMLImporter.createNewProject(ObjectId epsId, String sFilePath) Creates a new project from an XML file.XMLImporter.createNewProject(ObjectId epsId, String sFilePath, InputStream file, boolean isFileFromDB) XMLImporter.importProjects(List<ObjectId> importProjectIds, List<ImportOption> importTypes, List<ObjectId> epsOrProjectIds, String sFilePath) Creates and/or Updates existing projects from an XML file.XMLImporter.importProjects(List<ObjectId> importProjectIds, List<ImportOption> importTypes, List<ObjectId> epsOrProjectIds, String sFilePath, InputStream file, boolean isFileFromDB) voidXMLImporter.notifyListener(ImportEvent event, String objectName, boolean isProjectSpecific) voidXMLImporter.updateExistingProject(ObjectId projectId, String sFilePath) Update an existing project from an XML file.voidXMLImporter.updateExistingProject(ObjectId projectId, String sFilePath, InputStream file, boolean isFileFromDB) -
Uses of XMLProcessingException in com.primavera.integration.client.xml.xmlimporter.event
Methods in com.primavera.integration.client.xml.xmlimporter.event that throw XMLProcessingExceptionModifier and TypeMethodDescriptionvoidImportEventsListener.importEventNotification(ImportEvent event, String objectName, boolean isProjectSpecific) Used to notify the listener about a specific event.