Package | Description |
---|---|
de.unirostock.sems.cbarchive.web | |
de.unirostock.sems.cbarchive.web.dataholder | |
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 |
ArchiveFromCellMl |
class |
ArchiveFromExisting |
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 © 2014. All rights reserved.