Project

General

Profile

« Previous | Next » 

Revision 42890

objectStore service implements the listDownloadPlugins method

View differences:

modules/dnet-core-components/trunk/src/main/java/eu/dnetlib/rmi/data/ObjectStoreService.java
70 70
	 *
71 71
	 * @param obsId          identifier of the ObjectStore
72 72
	 * @param objectMetadata the String serialized of the JSON object ObjectStoreFile
73
	 * @return
74 73
	 * @throws ObjectStoreServiceException
75 74
	 */
76 75

  
......
93 92
	 */
94 93
	@WebMethod(operationName = "getSize", action = "getSize")
95 94
	int getSize(@WebParam(name = "obsId") String obsId) throws ObjectStoreServiceException;
95

  
96
	/**
97
	 * Gets the list of the available download plugin names.
98
	 *
99
	 * @return the list
100
	 */
101
	@WebMethod(operationName = "listDownloadPlugins", action = "listDownloadPlugins")
102
	List<String> listDownloadPlugins() throws ObjectStoreServiceException;
96 103
}

Also available in: Unified diff