Interface ArchivesApiDelegate

All Known Implementing Classes:
ArchivesApiServiceImpl

public interface ArchivesApiDelegate
A delegate to be called by the ArchivesApiController}. Implement this interface with a Service annotated class.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.slf4j.Logger
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default org.springframework.http.ResponseEntity<org.springframework.core.io.Resource>
    addArtifacts(String auid, org.springframework.web.multipart.MultipartFile archive, String namespace, Boolean storeDuplicate, String excludeStatusPattern)
     
    default Optional<String>
     
    default Optional<com.fasterxml.jackson.databind.ObjectMapper>
     
    default Optional<jakarta.servlet.http.HttpServletRequest>