Class IndividualListResultsUtils


  • public class IndividualListResultsUtils
    extends Object
    Utility methods for procesing the paged results of a query for a list of Individuals. Right now, there is only a method to wrap the results in Json.
    • Constructor Detail

      • IndividualListResultsUtils

        public IndividualListResultsUtils()
    • Method Detail

      • wrapIndividualListResultsInJson

        public static com.fasterxml.jackson.databind.node.ObjectNode wrapIndividualListResultsInJson​(IndividualListResults results,
                                                                                                     VitroRequest vreq,
                                                                                                     boolean multipleVclasses)
        Process results related to VClass or vclasses. Handles both single and multiple vclasses being sent.