@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, unbindWithAllBibs, unbindWithOneBib, updateBib, updateBibs, updateHoldings, updateItem, updateItemByBarcode, updateItemByBarcodeWithContent, updateItems
public SearchRestController()
@RequestMapping(value="/", method=POST, consumes="application/xml", produces="application/xml") @ResponseBody public String search(@RequestBody String requestBody)
search
in interface RestService
search
in class AbstractRestService
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.