Project

General

Profile

« Previous | Next » 

Revision 45104

migrated to dnet45, removed deprecated methods, cleanup

View differences:

ISLookUpService.java
4 4

  
5 5
import javax.jws.WebParam;
6 6
import javax.jws.WebService;
7
import javax.xml.ws.wsaddressing.W3CEndpointReference;
8 7

  
9 8
import eu.dnetlib.common.rmi.BaseService;
10 9

  
......
26 25

  
27 26
	String getResourceTypeSchema(@WebParam(name = "resourceType") String resourceType) throws ISLookUpException, ISLookUpDocumentNotFoundException;
28 27

  
29
	W3CEndpointReference listCollections(
28
	List<String> listCollections(
30 29
			@WebParam(name = "format") String format,
31 30
			@WebParam(name = "idfather") String idfather,
32 31
			@WebParam(name = "owner") String owner) throws ISLookUpException;
33 32

  
34 33
	@Deprecated
35
	W3CEndpointReference listCommunities() throws ISLookUpException;
36

  
37
	@Deprecated
38 34
	List<String> listDHNIDs() throws ISLookUpException;
39 35

  
40
	@Deprecated
41
	W3CEndpointReference listResourceProfiles(
42
			@WebParam(name = "resourceKind") String resourceKind,
43
			@WebParam(name = "format") String format,
44
			@WebParam(name = "resourceType") String resourceType) throws ISLookUpException;
45

  
46 36
	List<String> listResourceTypes() throws ISLookUpException;
47 37

  
48 38
	@Deprecated
......
60 50
	 */
61 51
	List<String> quickSearchProfile(@WebParam(name = "XQuery") String xquery) throws ISLookUpException;
62 52

  
63
	/**
64
	 * Performs an xquery and returns the result using a standard ResultSet interface. 
65
	 * 
66
	 * @param xquery xquery to be executed
67
	 * @return epr to a resultset
68
	 * @throws ISLookUpException could happen
69
	 */
70
	W3CEndpointReference searchProfile(@WebParam(name = "XQuery") String xquery) throws ISLookUpException;
71

  
72
	@Deprecated
73
	W3CEndpointReference listMDStores(@WebParam(name = "metadataformat") String metadataformat) throws ISLookUpException;
74

  
75 53
}

Also available in: Unified diff