Package | Description |
---|---|
de.unirostock.sems.cbarchive.web | |
de.unirostock.sems.cbarchive.web.dataholder | |
de.unirostock.sems.cbarchive.web.exception |
Modifier and Type | Method and Description |
---|---|
static UserManager |
Tools.doLogin(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Tries to obtain user instance (workspace), if fails it crates a new one
|
static UserManager |
Tools.doLogin(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
boolean createNew)
Tries to obtain user instance (workspace)
if createNew is true, it also tries to create a new user instance. |
Archive |
UserManager.getArchive(String archiveId) |
Archive |
UserManager.getArchive(String archiveId,
boolean deepScan) |
void |
UserManager.updateArchiveEntry(String archiveId,
ArchiveEntryDataholder newEntryDataholder) |
Modifier and Type | Method and Description |
---|---|
de.unirostock.sems.cbarchive.ArchiveEntry |
Archive.addArchiveEntry(String fileName,
Path file) |
de.unirostock.sems.cbarchive.ArchiveEntry |
Archive.addArchiveEntry(String fileName,
Path file,
Archive.ReplaceStrategy strategy) |
Workspace |
WorkspaceHistory.getWorkspace(String workspaceId) |
Lock |
Workspace.lockArchive(String archiveId) |
void |
Archive.setArchiveFile(File file,
Lock lock) |
abstract void |
MetaObjectDataholder.update(MetaObjectDataholder newMetaObject)
Updates the existing dataholder and the underlaying MetaDataObject with new information from another dataholder
|
void |
XmlTreeMetaObjectDataholder.update(MetaObjectDataholder newMetaObject) |
Constructor and Description |
---|
Archive(String id,
String name,
File file,
Lock lock) |
Modifier and Type | Class and Description |
---|---|
class |
ArchiveEntryUploadException |
Copyright © 2015. All Rights Reserved.