Project

General

Profile

« Previous | Next » 

Revision 46820

New method to disable cursor timeout when reading from mdstore

View differences:

modules/dnet-core-components/branches/saxonHE/src/main/java/eu/dnetlib/rmi/data/MDStoreService.java
36 36
			@WebParam(name = "recordsFilter") final String recordFilter) throws MDStoreServiceException;
37 37

  
38 38
	/**
39
	 * Returns ResultSet EPR for delivered mdstore records.
40
	 *
41
	 * @param mdId
42
	 * @param from
43
	 * @param until
44
	 * @param recordFilter
45
	 *            REGEX on the metadata record
46
	 * @param noCursorTimeout set to true to disable cursor timeout on the mdstore to be read.
47
	 * @return ResultSet EPR
48
	 * @throws MDStoreServiceException
49
	 */
50
	public ResultSet<String> deliverMDRecords(@WebParam(name = "mdId") final String mdId,
51
			@WebParam(name = "from") final String from,
52
			@WebParam(name = "until") final String until,
53
			@WebParam(name = "recordsFilter") final String recordFilter,
54
			@WebParam(name="noCursorTimeout") final boolean noCursorTimeout) throws MDStoreServiceException;
55

  
56
	/**
39 57
	 * Deliver single record from selected mdstore.
40 58
	 * 
41 59
	 * @param mdId

Also available in: Unified diff