![JAR search and dependency download from the Maven repository](/logo.png)
ca.carleton.gcrc.couch.export.DocumentRetrieval Maven / Gradle / Ivy
package ca.carleton.gcrc.couch.export;
import ca.carleton.gcrc.couch.app.Document;
public interface DocumentRetrieval {
boolean hasNext();
Document getNext() throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy