| Package | Description |
|---|---|
| de.unirostock.sems.cbarchive.web | |
| de.unirostock.sems.cbarchive.web.dataholder | |
| de.unirostock.sems.cbarchive.web.rest |
| Modifier and Type | Field | Description |
|---|---|---|
protected Workspace |
UserManager.workspace |
| Modifier and Type | Field | Description |
|---|---|---|
protected Map<String,Workspace> |
WorkspaceManager.workspaces |
| Modifier and Type | Method | Description |
|---|---|---|
Workspace |
WorkspaceManager.createWorkspace() |
|
Workspace |
UserManager.getWorkspace() |
|
Workspace |
WorkspaceManager.getWorkspace(String workspaceId) |
| Modifier and Type | Method | 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 | Description |
|---|---|---|
Workspace |
WorkspaceHistory.getWorkspace(String workspaceId) |
| Modifier and Type | Method | Description |
|---|---|---|
List<Workspace> |
WorkspaceHistory.getRecentWorkspaces() |
| Constructor | Description |
|---|---|
WorkspaceHistory(List<Workspace> recentWorkspaces) |
|
WorkspaceHistory(List<Workspace> recentWorkspaces,
String currentWorkspace) |
| Modifier and Type | Method | 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.