Class GetRenderedSearchIndividualsByVClass
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.controller.json.JsonProducer
-
- edu.cornell.mannlib.vitro.webapp.controller.json.JsonObjectProducer
-
- edu.cornell.mannlib.vitro.webapp.controller.json.GetSearchIndividualsByVClasses
-
- edu.cornell.mannlib.vitro.webapp.controller.json.GetRenderedSearchIndividualsByVClass
-
public class GetRenderedSearchIndividualsByVClass extends GetSearchIndividualsByVClasses
Does a search for individuals, and uses the short view to render each of the results.
-
-
Field Summary
-
Fields inherited from class edu.cornell.mannlib.vitro.webapp.controller.json.JsonObjectProducer
ctx, vreq
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedGetRenderedSearchIndividualsByVClass(VitroRequest vreq)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.fasterxml.jackson.databind.node.ObjectNodeprocess()Search for individuals by VClass or VClasses in the case of multiple parameters.-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.controller.json.JsonObjectProducer
process
-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.controller.json.JsonProducer
getVclassIds, getVclassParameter, individualsToJson
-
-
-
-
Constructor Detail
-
GetRenderedSearchIndividualsByVClass
protected GetRenderedSearchIndividualsByVClass(VitroRequest vreq)
-
-
Method Detail
-
process
protected com.fasterxml.jackson.databind.node.ObjectNode process() throws ExceptionSearch for individuals by VClass or VClasses in the case of multiple parameters. The class URI(s) and the paging information are in the request parameters.- Overrides:
processin classGetSearchIndividualsByVClasses- Throws:
Exception
-
-