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 ArchiveUserManager. getArchive(String archiveId)ArchiveUserManager. 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 ifdeepScanis 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 voidTools. 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 classArchiveFromExistingclassArchiveFromGitclassArchiveFromHttp -
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 ImporterImporter. getImporter(Archive archive, UserManager user)Gets an importer corresponding to the type of archive.static booleanImporter. 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.ResponseRestApi. createArchive(String userPath, Archive archive, String userJson)javax.ws.rs.core.ResponseRestApi. updateArchive(String id, String userPath, Archive archive)
-