Class V5UrlAliasController


  • @RestController
    public class V5UrlAliasController
    extends Object
    • Constructor Detail

      • V5UrlAliasController

        public V5UrlAliasController​(UrlAliasService urlAliasService,
                                    com.fasterxml.jackson.databind.ObjectMapper objectMapper)
    • Method Detail

      • find

        @GetMapping(value="/v5/urlaliases",
                    produces="application/json")
        public org.springframework.http.ResponseEntity<String> find​(@RequestParam(name="pageNumber",required=false,defaultValue="0")
                                                                    int pageNumber,
                                                                    @RequestParam(name="pageSize",required=false,defaultValue="5")
                                                                    int pageSize,
                                                                    @RequestParam(name="sortBy",required=false)
                                                                    List<de.digitalcollections.model.list.sorting.Order> sortBy,
                                                                    @RequestParam(name="searchTerm",required=false)
                                                                    String searchTerm)
                                                             throws CudamiControllerException
        Throws:
        CudamiControllerException