Class V2IdentifierTypeController


  • @RestController
    public class V2IdentifierTypeController
    extends Object
    • Constructor Detail

      • V2IdentifierTypeController

        public V2IdentifierTypeController​(IdentifierTypeService identifierTypeService)
    • Method Detail

      • findAll

        @GetMapping(value={"/v2/identifiertypes","/latest/identifiertypes"},
                    produces="application/json")
        public org.springframework.http.ResponseEntity<String> findAll​(@RequestParam(name="pageNumber",required=false,defaultValue="0")
                                                                       int pageNumber,
                                                                       @RequestParam(name="pageSize",required=false,defaultValue="25")
                                                                       int pageSize,
                                                                       @RequestParam(name="sortBy",required=false)
                                                                       List<de.digitalcollections.model.paging.Order> sortBy)
                                                                throws com.fasterxml.jackson.core.JsonProcessingException
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException