Class V5IdentifierTypeController
- java.lang.Object
-
- de.digitalcollections.cudami.server.controller.identifiable.V5IdentifierTypeController
-
@RestController public class V5IdentifierTypeController extends Object
-
-
Constructor Summary
Constructors Constructor Description V5IdentifierTypeController(IdentifierTypeService identifierTypeService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<String>find(int pageNumber, int pageSize, List<de.digitalcollections.model.list.sorting.Order> sortBy)
-
-
-
Constructor Detail
-
V5IdentifierTypeController
public V5IdentifierTypeController(IdentifierTypeService identifierTypeService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Detail
-
find
@GetMapping(value="/v5/identifiertypes", 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="25") int pageSize, @RequestParam(name="sortBy",required=false) List<de.digitalcollections.model.list.sorting.Order> sortBy) throws CudamiControllerException- Throws:
CudamiControllerException
-
-