Skip navigation links
A C D E G H I L M N O R S T W 

A

ApiException - Exception in org.lockss.laaws.rs.api
 
ApiException(int, String) - Constructor for exception org.lockss.laaws.rs.api.ApiException
 
ApiOriginFilter - Class in org.lockss.laaws.rs.api
 
ApiOriginFilter() - Constructor for class org.lockss.laaws.rs.api.ApiOriginFilter
 
ApiResponseMessage - Class in org.lockss.laaws.rs.api
 
ApiResponseMessage() - Constructor for class org.lockss.laaws.rs.api.ApiResponseMessage
 
ApiResponseMessage(int, String) - Constructor for class org.lockss.laaws.rs.api.ApiResponseMessage
 
APPLICATION_HTTP_RESPONSE - Static variable in class org.lockss.laaws.rs.controller.ReposApiController
 
APPLICATION_HTTP_RESPONSE_VALUE - Static variable in class org.lockss.laaws.rs.controller.ReposApiController
 
ArtifactIndexConfig - Class in org.lockss.laaws.rs.configuration
 
ArtifactIndexConfig() - Constructor for class org.lockss.laaws.rs.configuration.ArtifactIndexConfig
 
ArtifactStoreConfig - Class in org.lockss.laaws.rs.configuration
 
ArtifactStoreConfig() - Constructor for class org.lockss.laaws.rs.configuration.ArtifactStoreConfig
 

C

configure(HadoopConfigConfigurer) - Method in class org.lockss.laaws.rs.configuration.HadoopConfig
 
createArtifactIndex() - Method in class org.lockss.laaws.rs.configuration.ArtifactIndexConfig
 
createRepository() - Method in class org.lockss.laaws.rs.configuration.LockssRepositoryConfig
 
customImplementation() - Method in class org.lockss.laaws.rs.configuration.SwaggerDocumentationConfig
 

D

destroy() - Method in class org.lockss.laaws.rs.api.ApiOriginFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.lockss.laaws.rs.api.ApiOriginFilter
 

E

ERROR - Static variable in class org.lockss.laaws.rs.api.ApiResponseMessage
 

G

getCode() - Method in class org.lockss.laaws.rs.api.ApiResponseMessage
 
getMessage() - Method in class org.lockss.laaws.rs.api.ApiResponseMessage
 
getType() - Method in class org.lockss.laaws.rs.api.ApiResponseMessage
 

H

HadoopConfig - Class in org.lockss.laaws.rs.configuration
 
HadoopConfig() - Constructor for class org.lockss.laaws.rs.configuration.HadoopConfig
 
HomeController - Class in org.lockss.laaws.rs.controller
Home redirection to swagger api documentation
HomeController() - Constructor for class org.lockss.laaws.rs.controller.HomeController
 

I

index() - Method in class org.lockss.laaws.rs.controller.HomeController
 
INFO - Static variable in class org.lockss.laaws.rs.api.ApiResponseMessage
 
init(FilterConfig) - Method in class org.lockss.laaws.rs.api.ApiOriginFilter
 

L

LockssRepositoryConfig - Class in org.lockss.laaws.rs.configuration
 
LockssRepositoryConfig() - Constructor for class org.lockss.laaws.rs.configuration.LockssRepositoryConfig
 

M

main(String[]) - Static method in class org.lockss.laaws.rs.Swagger2SpringBoot
 

N

NotFoundException - Exception in org.lockss.laaws.rs.api
 
NotFoundException(int, String) - Constructor for exception org.lockss.laaws.rs.api.NotFoundException
 

O

OK - Static variable in class org.lockss.laaws.rs.api.ApiResponseMessage
 
org.lockss.laaws.rs - package org.lockss.laaws.rs
 
org.lockss.laaws.rs.api - package org.lockss.laaws.rs.api
 
org.lockss.laaws.rs.configuration - package org.lockss.laaws.rs.configuration
 
org.lockss.laaws.rs.controller - package org.lockss.laaws.rs.controller
 

R

ReposApi - Interface in org.lockss.laaws.rs.api
 
ReposApiController - Class in org.lockss.laaws.rs.controller
Spring controller for the REST presentation of the LOCKSS Repository service.
ReposApiController() - Constructor for class org.lockss.laaws.rs.controller.ReposApiController
 
reposArtifactsArtifactidDelete(String, String) - Method in interface org.lockss.laaws.rs.api.ReposApi
 
reposArtifactsArtifactidDelete(String, String) - Method in class org.lockss.laaws.rs.controller.ReposApiController
DELETE /repos/{collection}/artifacts/{artifactId}: Deletes an artifact from a collection managed by this repository.
reposArtifactsArtifactidGet(String, String) - Method in interface org.lockss.laaws.rs.api.ReposApi
 
reposArtifactsArtifactidGet(String, String) - Method in class org.lockss.laaws.rs.controller.ReposApiController
GET /repos/{collection}/artifacts/{artifactId}: Retrieves an artifact from the repository.
reposArtifactsArtifactidPut(String, String, Boolean) - Method in interface org.lockss.laaws.rs.api.ReposApi
 
reposArtifactsArtifactidPut(String, String, Boolean) - Method in class org.lockss.laaws.rs.controller.ReposApiController
Implementation of PUT on /repos/{repository}/artifacts/{artifactId}: Updates an artifact's properties Currently limited to updating an artifact's committed status.
reposArtifactsGet(String, String, String, String, String, Integer, Integer, String, Boolean, Boolean, Boolean, Integer, String) - Method in interface org.lockss.laaws.rs.api.ReposApi
 
reposArtifactsGet(String, String, String, String, String, Integer, Integer, String, Boolean, Boolean, Boolean, Integer, String) - Method in class org.lockss.laaws.rs.controller.ReposApiController
Implementation of GET on /repos/{repository}/artifacts: Queries the repository for artifacts
reposArtifactsPost(String, String, String, Integer, MultipartFile, MultipartFile...) - Method in interface org.lockss.laaws.rs.api.ReposApi
 
reposArtifactsPost(String, String, String, Integer, MultipartFile, MultipartFile...) - Method in class org.lockss.laaws.rs.controller.ReposApiController
Implementation of POST on /repos/{repository}/artifacts: Adds artifacts to the repository
reposGet() - Method in interface org.lockss.laaws.rs.api.ReposApi
 
reposGet() - Method in class org.lockss.laaws.rs.controller.ReposApiController
GET /repos: Returns a list of collection names managed by this repository.
run(String...) - Method in class org.lockss.laaws.rs.Swagger2SpringBoot
 

S

setArtifactStore() - Method in class org.lockss.laaws.rs.configuration.ArtifactStoreConfig
 
setCode(int) - Method in class org.lockss.laaws.rs.api.ApiResponseMessage
 
setMessage(String) - Method in class org.lockss.laaws.rs.api.ApiResponseMessage
 
setType(String) - Method in class org.lockss.laaws.rs.api.ApiResponseMessage
 
Swagger2SpringBoot - Class in org.lockss.laaws.rs
 
Swagger2SpringBoot() - Constructor for class org.lockss.laaws.rs.Swagger2SpringBoot
 
SwaggerDocumentationConfig - Class in org.lockss.laaws.rs.configuration
 
SwaggerDocumentationConfig() - Constructor for class org.lockss.laaws.rs.configuration.SwaggerDocumentationConfig
 

T

TOO_BUSY - Static variable in class org.lockss.laaws.rs.api.ApiResponseMessage
 

W

WARNING - Static variable in class org.lockss.laaws.rs.api.ApiResponseMessage
 
A C D E G H I L M N O R S T W 
Skip navigation links

Copyright © 2000–2018 LOCKSS Program. All rights reserved.