Uses of Class
eu.dnetlib.app.directindex.errors.SwordException
Packages that use SwordException
-
Uses of SwordException in eu.dnetlib.app.directindex.controllers
Methods in eu.dnetlib.app.directindex.controllers that throw SwordExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<SwordStatusDocument>SwordApiController.addObject(String contentType, String contentDisposition, String digest, boolean inProgress, String mdFormat, String packaging, String slug, String json, org.springframework.security.core.Authentication authentication) org.springframework.http.ResponseEntity<ResultEntry>SwordApiController.getMetadata(String id, org.springframework.security.core.Authentication authentication) org.springframework.http.ResponseEntity<Void>SwordApiController.replaceMetadata(String contentDisposition, String contentLength, String contentType, String digest, String mdFormat, String id, ResultEntry result, org.springframework.security.core.Authentication authentication)