| Package | Description |
|---|---|
| de.unirostock.sems.cbarchive.web | |
| de.unirostock.sems.cbarchive.web.dataholder | |
| de.unirostock.sems.cbarchive.web.importer | |
| de.unirostock.sems.cbarchive.web.rest |
| Modifier and Type | Method | Description |
|---|---|---|
Archive |
UserManager.getArchive(String archiveId) |
|
Archive |
UserManager.getArchive(String archiveId,
boolean deepScan) |
| Modifier and Type | Method | Description |
|---|---|---|
List<Archive> |
UserManager.getArchives() |
Lists all available archives for the user, with content.
|
List<Archive> |
UserManager.getArchives(boolean deepScan) |
Lists all available archives for the user
if
deepScan is set to true, the content of the archives will be analysed. |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
Tools.checkQuotasOrFail(long fileSize,
Archive archive,
UserManager user) |
Checks for all quotas required to add/update an file within a CombineArchive.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ArchiveFromExisting |
|
class |
ArchiveFromGit |
|
class |
ArchiveFromHttp |
| Modifier and Type | Method | Description |
|---|---|---|
static Importer |
Importer.getImporter(Archive archive,
UserManager user) |
Gets an importer corresponding to the type of archive.
|
static boolean |
Importer.isImportable(Archive archive) |
Checks if the given archive contains import information.
|
| Modifier and Type | Method | Description |
|---|---|---|
javax.ws.rs.core.Response |
RestApi.createArchive(String userPath,
Archive archive,
String userJson) |
|
javax.ws.rs.core.Response |
RestApi.updateArchive(String id,
String userPath,
Archive archive) |
Copyright © 2018 SEMS project @ University of Rostock. All rights reserved.