@Controller public class ModularObjectStoreRESTService extends Object
| Constructor and Description |
|---|
ModularObjectStoreRESTService() |
| Modifier and Type | Method and Description |
|---|---|
void |
retrieve(javax.servlet.http.HttpServletResponse res,
String basePath,
String objectStoreId,
String objectId) |
static String |
retrieveURL(String baseURI,
String basePath,
String objectStoreId,
String objectId) |
public static String retrieveURL(String baseURI, String basePath, String objectStoreId, String objectId) throws UnsupportedEncodingException
UnsupportedEncodingException@RequestMapping(value="/**/objectStore/retrieve.do")
public void retrieve(javax.servlet.http.HttpServletResponse res,
@RequestParam(value="basePath",required=true)
String basePath,
@RequestParam(value="objectStore",required=true)
String objectStoreId,
@RequestParam(value="objectId",required=true)
String objectId)
throws IOException,
eu.dnetlib.data.objectstore.rmi.ObjectStoreServiceException
res - basePath - objectStoreId - objectId - IOExceptioneu.dnetlib.data.objectstore.rmi.ObjectStoreServiceExceptionCopyright © 2019. All rights reserved.