Project

General

Profile

« Previous | Next » 

Revision 47843

integrated latest changes from dnet40

View differences:

modules/cnr-modular-mdstore-service/trunk/src/main/java/eu/dnetlib/data/mdstore/modular/connector/MDStore.java
1 1
package eu.dnetlib.data.mdstore.modular.connector;
2 2

  
3
import java.util.List;
4
import java.util.Map;
5

  
3 6
import eu.dnetlib.data.mdstore.DocumentNotFoundException;
7
import eu.dnetlib.data.mdstore.MDStoreServiceException;
4 8
import eu.dnetlib.data.mdstore.modular.MDFormatDescription;
5 9
import eu.dnetlib.enabling.resultset.ResultSetListener;
6 10

  
7
import java.util.List;
8
import java.util.Map;
9

  
10 11
public interface MDStore {
11 12

  
12 13
	String getId();
......
23 24

  
24 25
    int feed(Iterable<String> records, boolean incremental, List<MDFormatDescription> mdformats);
25 26

  
26
	ResultSetListener deliver(String from, String until, String recordFilter);
27
	ResultSetListener deliver(String from, String until, String recordFilter) throws MDStoreServiceException;
27 28

  
28
	ResultSetListener deliverIds(String from, String until, String recordFilter);
29
	ResultSetListener deliverIds(String from, String until, String recordFilter) throws MDStoreServiceException;
29 30

  
30 31
	Iterable<String> iterate();
31 32

  
modules/cnr-modular-mdstore-service/trunk/pom.xml
10 10
	<groupId>eu.dnetlib</groupId>
11 11
	<artifactId>cnr-modular-mdstore-service</artifactId>
12 12
	<packaging>jar</packaging>
13
	<version>6.0.1-SNAPSHOT</version>
13
	<version>6.0.2-SNAPSHOT</version>
14 14
	<scm>
15 15
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/cnr-modular-mdstore-service/trunk</developerConnection>
16 16
	</scm>

Also available in: Unified diff