@Controller @RequestMapping(value="/search") public class SearchRestController extends AbstractRestService
| Constructor and Description |
|---|
SearchRestController() |
| Modifier and Type | Method and Description |
|---|---|
String |
search(String requestBody) |
boundWithBibs, browseHoldings, browseItems, 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, transferHoldings, transferItems, updateBib, updateBibs, updateHoldings, updateItem, updateItemByBarcode, updateItemByBarcodeWithContent, updateItemspublic SearchRestController()
@RequestMapping(value="/",
method=POST,
consumes="application/xml",
produces="application/xml")
@ResponseBody
public String search(@RequestBody
String requestBody)
search in interface RestServicesearch in class AbstractRestServiceCopyright © 2004–2015 The Kuali Foundation. All rights reserved.