@RestController
@RequestMapping(value="/content")
public class ContentController
extends java.lang.Object
Constructor and Description |
---|
ContentController(Neo4jService neo4jService) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
contentContainedIn(java.lang.Integer limit) |
java.util.Map<java.lang.String,java.lang.Object> |
graph(java.lang.Integer limit) |
public ContentController(Neo4jService neo4jService)
neo4jService
- Constructor.@GetMapping(value="/graph") public java.util.Map<java.lang.String,java.lang.Object> graph(@RequestParam(value="limit",required=false) java.lang.Integer limit)
limit
- @GetMapping(value="/contentContainedIn") public java.util.Map<java.lang.String,java.lang.Object> contentContainedIn(@RequestParam(value="limit",required=false) java.lang.Integer limit)
limit
-