java.lang.Object
de.digitalcollections.cudami.server.controller.identifiable.entity.V3ProjectController

@RestController
public class V3ProjectController
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    V3ProjectController​(ProjectService projectService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)  
  • Method Summary

    Modifier and Type Method Description
    org.springframework.http.ResponseEntity<java.lang.String> getDigitalObjects​(java.util.UUID projectUuid, int pageNumber, int pageSize)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getDigitalObjects

      @GetMapping(value={"/v3/projects/{uuid}/digitalobjects","/latest/projects/{uuid}/digitalobjects"}, produces="application/json") public org.springframework.http.ResponseEntity<java.lang.String> getDigitalObjects​(@PathVariable("uuid") java.util.UUID projectUuid, @RequestParam(name="pageNumber",required=false,defaultValue="0") int pageNumber, @RequestParam(name="pageSize",required=false,defaultValue="25") int pageSize) throws com.fasterxml.jackson.core.JsonProcessingException
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException