Serialized Form
-
Package de.unirostock.sems.cbarchive.web.dataholder
-
Class de.unirostock.sems.cbarchive.web.dataholder.FetchRequest extends Object implements Serializable
- serialVersionUID:
- -2444137273939226465L
-
Class de.unirostock.sems.cbarchive.web.dataholder.ImportRequest extends Object implements Serializable
- serialVersionUID:
- 4078016514921419617L
-
Serialized Fields
-
additionalFiles
List<ImportRequest.AdditionalFile> additionalFiles
List of additional files, to be added to the CombineArchive -
archiveName
String archiveName
Name of the CombineArchive, shown in the web front-end -
ownVCard
boolean ownVCard
if set to true, webCAT sets your VCard as author of the importer CombineArchive -
remoteUrl
String remoteUrl
The URL pointing to the remote resource Can be null, if additionalFiles are set -
type
String type
Type of the import source, cf. Importer. Can be null, if additionalFiles are set -
vcard
de.unirostock.sems.cbarchive.meta.omex.VCard vcard
overrides the VCard, stored as cookie, for this import
-
-
Class de.unirostock.sems.cbarchive.web.dataholder.ImportRequest.AdditionalFile extends Object implements Serializable
- serialVersionUID:
- 74409915064851457L
-
Serialized Fields
-
archivePath
String archivePath
Path, including the file name, where the file should be placed in the archive -
fileFormat
URI fileFormat
URI representing the file format, if not set the format will be guessed -
metaData
List<MetaObjectDataholder> metaData
List of meta information, which are added to the file -
remoteUrl
String remoteUrl
URL pointing to the remote file, which shall be added to the archive
-
-
Class de.unirostock.sems.cbarchive.web.dataholder.StatisticData extends Object implements Serializable
- serialVersionUID:
- -3935699299597297002L
-
Serialized Fields
-
averageArchiveCount
double averageArchiveCount
average amount of archives per workspace -
averageArchiveCountQuota
double averageArchiveCountQuota
average usage of archives per workspace (0.0 - 1.0) -
averageWorkspaceAge
double averageWorkspaceAge
average age of the workspaces in seconds -
averageWorkspaceSize
double averageWorkspaceSize
average size per workspace -
averageWorkspaceSizeQuota
double averageWorkspaceSizeQuota
average usage of space per Workspace quota (0.0 - 1.0) -
fullStats
boolean fullStats
if set to true, all stats are returned -
generated
Date generated
Timestamp of generation -
maxStatsAge
long maxStatsAge
-
totalArchiveCount
long totalArchiveCount
total number of archives hosted on this instance -
totalSize
long totalSize
total size in bytes of all workspaces combined -
totalSizeQuota
double totalSizeQuota
relative usage of the total size quota (0.0 - 1.0) -
totalWorkspaceCount
long totalWorkspaceCount
total number of workspaces hosted on this instance -
userArchiveCountQuota
double userArchiveCountQuota
relative usage of archives per workspace quota (0.0 - 1.0) -
userWorkspaceSizeQuota
double userWorkspaceSizeQuota
relative usage of space for the current workspace (0.0 - 1.0)
-
-
-
Package de.unirostock.sems.cbarchive.web.exception
-
Class de.unirostock.sems.cbarchive.web.exception.ArchiveEntryUploadException extends CombineArchiveWebException implements Serializable
- serialVersionUID:
- 9041379974534017455L
-
Serialized Fields
-
error
boolean error
-
filePath
String filePath
-
-
Class de.unirostock.sems.cbarchive.web.exception.CombineArchiveWebCriticalException extends Exception implements Serializable
- serialVersionUID:
- 7142645548257516997L
-
Class de.unirostock.sems.cbarchive.web.exception.CombineArchiveWebException extends Exception implements Serializable
- serialVersionUID:
- -5549201053053553658L
-
Class de.unirostock.sems.cbarchive.web.exception.ImporterException extends Exception implements Serializable
- serialVersionUID:
- 6681771780701137962L
-
Class de.unirostock.sems.cbarchive.web.exception.QuotaException extends CombineArchiveWebException implements Serializable
- serialVersionUID:
- 5379704954830465478L
-
Serialized Fields
-
userMessage
String userMessage
string which is safe to show to user
-
-
-
Package de.unirostock.sems.cbarchive.web.servlet
-
Class de.unirostock.sems.cbarchive.web.servlet.DownloadServlet extends javax.servlet.http.HttpServlet implements Serializable
- serialVersionUID:
- 7562736436930714565L
-
Class de.unirostock.sems.cbarchive.web.servlet.IconServlet extends javax.servlet.http.HttpServlet implements Serializable
- serialVersionUID:
- 7167498053608057183L
-
Class de.unirostock.sems.cbarchive.web.servlet.Index extends javax.servlet.http.HttpServlet implements Serializable
- serialVersionUID:
- 7678663032688543485L
-