public interface HashesApiDelegate
HashesApiController}.
Implement this interface with a Service annotated class.| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
log |
| Modifier and Type | Method and Description |
|---|---|
default org.springframework.http.ResponseEntity<String> |
deleteHash(String requestId) |
default Optional<String> |
getAcceptHeader() |
default org.springframework.http.ResponseEntity<org.springframework.core.io.Resource> |
getAllHashes() |
default org.springframework.http.ResponseEntity<org.springframework.core.io.Resource> |
getHash(String requestId) |
default Optional<com.fasterxml.jackson.databind.ObjectMapper> |
getObjectMapper() |
default Optional<javax.servlet.http.HttpServletRequest> |
getRequest() |
default org.springframework.http.ResponseEntity<org.springframework.core.io.Resource> |
putHash(org.lockss.ws.entities.HasherWsParams hasherWsParams,
Boolean isAsynchronous) |
default Optional<com.fasterxml.jackson.databind.ObjectMapper> getObjectMapper()
default Optional<javax.servlet.http.HttpServletRequest> getRequest()
default org.springframework.http.ResponseEntity<String> deleteHash(String requestId)
HashesApi.deleteHash(java.lang.String)default org.springframework.http.ResponseEntity<org.springframework.core.io.Resource> getAllHashes()
HashesApi.getAllHashes()default org.springframework.http.ResponseEntity<org.springframework.core.io.Resource> getHash(String requestId)
HashesApi.getHash(java.lang.String)default org.springframework.http.ResponseEntity<org.springframework.core.io.Resource> putHash(org.lockss.ws.entities.HasherWsParams hasherWsParams,
Boolean isAsynchronous)
Copyright © 2000–2021 LOCKSS Program. All rights reserved.