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 and Description |
---|---|
Archive |
UserManager.getArchive(String archiveId) |
Archive |
UserManager.getArchive(String archiveId,
boolean deepScan) |
Modifier and Type | Method and Description |
---|---|
List<Archive> |
UserManager.getArchives()
Lists all available archives for the user, with content
Similar to getArchives(true); |
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 | Class and Description |
---|---|
class |
ArchiveFromExisting |
class |
ArchiveFromGit |
class |
ArchiveFromHttp |
Modifier and Type | Method and 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 and 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 © 2015. All Rights Reserved.