Class GraphController
java.lang.Object
ch.admin.bit.jeap.reaction.observer.web.api.GraphController
-
Constructor Summary
ConstructorsConstructorDescriptionGraphController(GraphHolder graphHolder, GraphFingerprintCalculator fingerprintCalculator) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<GraphWithFingerprintDto>
-
Constructor Details
-
GraphController
-
-
Method Details
-
getAllReactionsGraph
@PreAuthorize("hasAnyRole(\'reaction-observer-read\')") @GetMapping("/graphs") public org.springframework.http.ResponseEntity<GraphWithFingerprintDto> getAllReactionsGraph()
-