@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, updateItems
public BrowseRestController()
@RequestMapping(value="/items", method=POST, consumes="application/xml", produces="application/xml") @ResponseBody public String browseItems(@RequestBody String requestBody)
browseItems
in interface RestService
browseItems
in class AbstractRestService
@RequestMapping(value="/holdings", method=POST, consumes="application/xml", produces="application/xml") @ResponseBody public String browseHoldings(@RequestBody String requestBody)
browseHoldings
in interface RestService
browseHoldings
in class AbstractRestService
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.