- ReposApi - Interface in org.lockss.laaws.rs.api
-
- ReposApiController - Class in org.lockss.laaws.rs.controller
-
- 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
-
Implementation of DELETE on /repos/{repository}/artifacts/{artifactid}: Deletes an artifact from the 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
-
Implementation of GET on /repos/{repository}/artifacts/{artifactid}: Returns 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
-
Implementation of GET on /repos: Returns a list of repository names
This works by creating a Solr "facet" query, which generates a response which includes the counts for each value
for each field over the documents in the query result.
- RollingUuidFileNamingStrategy - Class in org.lockss.laaws.rs.io.storage.hdfs
-
- RollingUuidFileNamingStrategy() - Constructor for class org.lockss.laaws.rs.io.storage.hdfs.RollingUuidFileNamingStrategy
-
- run(String...) - Method in class org.lockss.laaws.rs.Swagger2SpringBoot
-