@Controller @RequestMapping(value="/browse") public class BrowseRestController extends AbstractRestService
| Constructor and Description |
|---|
BrowseRestController() |
| Modifier and Type | Method and Description |
|---|---|
String |
browseHoldings(String requestBody) |
String |
browseItems(String requestBody) |
boundWithBibs, createBib, createBibTree, createBibTrees, createHoldings, createHoldingsTree, createHoldingsTrees, createItem, createItems, deleteBib, deleteHoldings, deleteItem, deleteItems, findBibs, findBibTree, findHoldings, findHoldingsTree, findItems, patchItem, patchItemById, patchItemByIdWithContent, patchItemWithContent, retrieveBib, retrieveBibTree, retrieveHoldings, retrieveHoldingsByBarcode, retrieveHoldingsTree, retrieveHoldingsTrees, retrieveItemByBarcode, retrieveItems, search, transferHoldings, transferItems, updateBib, updateBibs, updateHoldings, updateItem, updateItemByBarcode, updateItemByBarcodeWithContent, updateItemspublic BrowseRestController()
@RequestMapping(value="/items",
method=POST,
consumes="application/xml",
produces="application/xml")
@ResponseBody
public String browseItems(@RequestBody
String requestBody)
browseItems in interface RestServicebrowseItems in class AbstractRestService@RequestMapping(value="/holdings",
method=POST,
consumes="application/xml",
produces="application/xml")
@ResponseBody
public String browseHoldings(@RequestBody
String requestBody)
browseHoldings in interface RestServicebrowseHoldings in class AbstractRestServiceCopyright © 2004–2015 The Kuali Foundation. All rights reserved.