@RestController @RequestMapping(value="/api/pid") public class IdentifierRestController extends Object implements org.springframework.beans.factory.InitializingBean
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTION |
static String |
CATEGORY |
static String |
PARAM |
| Constructor and Description |
|---|
IdentifierRestController() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
getDSObyIdentifier(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String id) |
public static final String CATEGORY
public static final String ACTION
public static final String PARAM
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanException@RequestMapping(method=GET,
value="find",
params="id")
public void getDSObyIdentifier(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
@RequestParam(value="id")
String id)
throws IOException,
SQLException
IOExceptionSQLExceptionCopyright © 2019 DuraSpace. All rights reserved.