Package edu.uga.galileo.voci.importer

Examples of edu.uga.galileo.voci.importer.Importer.performQuery()


    // the user's performing an import, so instantiate the
    // importer, query it for results, and attempt to import
    try {
      Importer importer = getImporter(importerName, errors);

      ArrayList<VociBusinessObject> results = importer.performQuery(
          query, ContentType.valueOf(Integer.parseInt(contentType)),
          (new ProjectManager()).getProjectID(project));

      Logger.debug("Got " + results.size() + " results from "
          + importer.getClass().getSimpleName());
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.