Package | Description |
---|---|
de.unirostock.sems.cbarchive.web | |
de.unirostock.sems.cbarchive.web.dataholder | |
de.unirostock.sems.cbarchive.web.rest |
Modifier and Type | Field and Description |
---|---|
protected Workspace |
UserManager.workspace |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Workspace> |
WorkspaceManager.workspaces |
Modifier and Type | Method and Description |
---|---|
Workspace |
WorkspaceManager.createWorkspace() |
Workspace |
UserManager.getWorkspace() |
Workspace |
WorkspaceManager.getWorkspace(String workspaceId) |
Modifier and Type | Method and Description |
---|---|
long |
QuotaManager.getWorkspaceSize(Workspace workspace)
Returns the size in bytes of all archives together in the workspace or
0L if it fails. |
void |
WorkspaceManager.removeWorkspace(Workspace workspace) |
long |
QuotaManager.updateWorkspace(Workspace workspace)
Updates the size of the workspace
|
Modifier and Type | Method and Description |
---|---|
Workspace |
WorkspaceHistory.getWorkspace(String workspaceId) |
Modifier and Type | Method and Description |
---|---|
List<Workspace> |
WorkspaceHistory.getRecentWorkspaces() |
Constructor and Description |
---|
WorkspaceHistory(List<Workspace> recentWorkspaces) |
WorkspaceHistory(List<Workspace> recentWorkspaces,
String currentWorkspace) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
RestApi.updateWorkspace(String userPath,
String historyCookie,
String workspaceId,
Workspace workspace) |
Copyright © 2018 SEMS project @ University of Rostock. All rights reserved.