@RestController @RequestMapping(value="/api/dso") public class UUIDLookupRestController 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 |
|---|
UUIDLookupRestController() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
getDSObyIdentifier(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
UUID uuid) |
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="uuid")
public void getDSObyIdentifier(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
@RequestParam(value="uuid")
UUID uuid)
throws IOException,
SQLException,
SearchServiceException
Copyright © 2019 DuraSpace. All rights reserved.