use of com.centurylink.mdw.dataaccess.ProcessImporter in project mdw-designer by CenturyLinkCloud.
the class Importer method parsePackageXml.
private PackageVO parsePackageXml(String xml) throws DataAccessException {
int schemaVersion = dataAccess.getDatabaseSchemaVersion();
ProcessImporter importer = DataAccess.getProcessImporter(schemaVersion);
return importer.importPackage(xml);
}
Aggregations