Package org.lockss.laaws.config.api
Interface AusubstancesApiDelegate
- All Known Implementing Classes:
AusubstancesApiServiceImpl
public interface AusubstancesApiDelegate
A delegate to be called by the
AusubstancesApiController}.
Implement this interface with a Service annotated class.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault Optional<com.fasterxml.jackson.databind.ObjectMapper>default Optional<jakarta.servlet.http.HttpServletRequest>default org.springframework.http.ResponseEntity<org.lockss.ws.entities.CheckSubstanceResult>putAuSubstanceCheck(String auid)
-
Field Details
-
log
static final org.slf4j.Logger log
-
-
Method Details
-
getObjectMapper
-
getRequest
-
getAcceptHeader
-
putAuSubstanceCheck
default org.springframework.http.ResponseEntity<org.lockss.ws.entities.CheckSubstanceResult> putAuSubstanceCheck(String auid)
-