Class GetAllVClasses


  • public class GetAllVClasses
    extends JsonObjectProducer
    This class will get all the vclasses in the system.
    • Constructor Detail

      • GetAllVClasses

        public GetAllVClasses​(VitroRequest vreq)
    • Method Detail

      • process

        protected com.fasterxml.jackson.databind.node.ObjectNode process()
                                                                  throws Exception
        Description copied from class: JsonObjectProducer
        Sub-classes implement this method. Given the request, produce a JSON object as the result.
        Specified by:
        process in class JsonObjectProducer
        Throws:
        Exception