Class V5EntityRelationController


  • @RestController
    public class V5EntityRelationController
    extends Object
    • Constructor Detail

      • V5EntityRelationController

        public V5EntityRelationController​(EntityRelationService entityRelationService,
                                          com.fasterxml.jackson.databind.ObjectMapper objectMapper)
    • Method Detail

      • findByPredicate

        @GetMapping(value="/v5/entities/relations",
                    produces="application/json")
        public org.springframework.http.ResponseEntity<String> findByPredicate​(@RequestParam(name="pageNumber",required=false,defaultValue="0")
                                                                               int pageNumber,
                                                                               @RequestParam(name="pageSize",required=false,defaultValue="25")
                                                                               int pageSize,
                                                                               @RequestParam(name="predicate",required=false)
                                                                               String predicate)
                                                                        throws CudamiControllerException
        Throws:
        CudamiControllerException