Class GetSearchIndividualsByVClasses
- 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
-
- Direct Known Subclasses:
GetRenderedSearchIndividualsByVClass
public class GetSearchIndividualsByVClasses extends JsonObjectProducer
Accepts multiple vclasses and returns individuals which correspond to the intersection of those classes (i.e. have all those types)
-
-
Field Summary
-
Fields inherited from class edu.cornell.mannlib.vitro.webapp.controller.json.JsonObjectProducer
ctx, vreq
-
-
Constructor Summary
Constructors Constructor Description GetSearchIndividualsByVClasses(VitroRequest vreq)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.fasterxml.jackson.databind.node.ObjectNodeprocess()Sub-classes implement this method.-
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
-
GetSearchIndividualsByVClasses
public GetSearchIndividualsByVClasses(VitroRequest vreq)
-
-
Method Detail
-
process
protected com.fasterxml.jackson.databind.node.ObjectNode process() throws ExceptionDescription copied from class:JsonObjectProducerSub-classes implement this method. Given the request, produce a JSON object as the result.- Specified by:
processin classJsonObjectProducer- Throws:
Exception
-
-