Class AdminInterfaceController
java.lang.Object
org.linkedopenactors.rdfpub.adapter.driving.AdminInterfaceController
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<String> graphNames
(String actorId, jakarta.servlet.http.HttpServletRequest request) org.springframework.http.ResponseEntity
<String> persons()
-
Constructor Details
-
AdminInterfaceController
public AdminInterfaceController()
-
-
Method Details
-
persons
@GetMapping(value="/admin/actors/persons", headers="Accept=text/turtle") public org.springframework.http.ResponseEntity<String> persons() -
graphNames
-