Uses of Class
de.unirostock.sems.cbarchive.web.dataholder.Archive
-
Packages that use Archive 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 -
-
Uses of Archive in de.unirostock.sems.cbarchive.web
Methods in de.unirostock.sems.cbarchive.web that return Archive Modifier and Type Method Description Archive
UserManager. getArchive(String archiveId)
Archive
UserManager. getArchive(String archiveId, boolean deepScan)
Methods in de.unirostock.sems.cbarchive.web that return types with arguments of type Archive 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 ifdeepScan
is set to true, the content of the archives will be analysed.Methods in de.unirostock.sems.cbarchive.web with parameters of type Archive 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. -
Uses of Archive in de.unirostock.sems.cbarchive.web.dataholder
Subclasses of Archive in de.unirostock.sems.cbarchive.web.dataholder Modifier and Type Class Description class
ArchiveFromExisting
class
ArchiveFromGit
class
ArchiveFromHttp
-
Uses of Archive in de.unirostock.sems.cbarchive.web.importer
Methods in de.unirostock.sems.cbarchive.web.importer with parameters of type Archive 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. -
Uses of Archive in de.unirostock.sems.cbarchive.web.rest
Methods in de.unirostock.sems.cbarchive.web.rest with parameters of type Archive 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)
-