Class DocumentController
java.lang.Object
org.apache.clusterbr.zupportl5.controller.DocumentController
REST-API Endpoints --
- GET /api/documents/id/{idsource}: Returns data from the API
- GET /api/documents/top/{limitRows}: Returns data from the API
- GET /api/documents/search: Returns data from the API
UML Diagrams:




- Since:
- 2024-1108
- Author:
- arcbrth@gmail.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>getAllDocuments(Integer limitRows) org.springframework.http.ResponseEntity<Object>getDocument(String idSource) org.springframework.http.ResponseEntity<String>org.springframework.http.ResponseEntity<Object>searchDocuments(String keyword)
-
Constructor Details
-
DocumentController
-
-
Method Details
-
getViewForProcessXml
@GetMapping("/viewer") public org.springframework.http.ResponseEntity<String> getViewForProcessXml() throws IOException- Throws:
IOException
-
getAllDocuments
-
getDocument
-
searchDocuments
-