public interface AusApiDelegate
AusApiController}.
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 Optional<String> |
getAcceptHeader() |
default org.springframework.http.ResponseEntity<ArtifactPageInfo> |
getArtifacts(String auid,
String namespace,
String url,
String urlPrefix,
String version,
Boolean includeUncommitted,
Integer limit,
String continuationToken) |
default org.springframework.http.ResponseEntity<AuSize> |
getArtifactsSize(String auid,
String namespace) |
default org.springframework.http.ResponseEntity<AuidPageInfo> |
getAus(String namespace,
Integer limit,
String continuationToken) |
default Optional<com.fasterxml.jackson.databind.ObjectMapper> |
getObjectMapper() |
default Optional<javax.servlet.http.HttpServletRequest> |
getRequest() |
default org.springframework.http.ResponseEntity<Void> |
handleBulkAuOp(String auid,
String op,
String namespace) |
default Optional<com.fasterxml.jackson.databind.ObjectMapper> getObjectMapper()
default Optional<javax.servlet.http.HttpServletRequest> getRequest()
default org.springframework.http.ResponseEntity<ArtifactPageInfo> getArtifacts(String auid, String namespace, String url, String urlPrefix, String version, Boolean includeUncommitted, Integer limit, String continuationToken)
default org.springframework.http.ResponseEntity<AuSize> getArtifactsSize(String auid, String namespace)
default org.springframework.http.ResponseEntity<AuidPageInfo> getAus(String namespace, Integer limit, String continuationToken)
Copyright © 2000–2023 LOCKSS Program. All rights reserved.