Class GetAllVClasses
- 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.GetAllVClasses
-
public class GetAllVClasses extends JsonObjectProducer
This class will get all the vclasses in the system.
-
-
Field Summary
-
Fields inherited from class edu.cornell.mannlib.vitro.webapp.controller.json.JsonObjectProducer
ctx, vreq
-
-
Constructor Summary
Constructors Constructor Description GetAllVClasses(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
-
GetAllVClasses
public GetAllVClasses(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
-
-