Uses of Class
de.unirostock.sems.cbarchive.web.dataholder.Workspace
-
Packages that use Workspace Package Description de.unirostock.sems.cbarchive.web de.unirostock.sems.cbarchive.web.dataholder de.unirostock.sems.cbarchive.web.rest -
-
Uses of Workspace in de.unirostock.sems.cbarchive.web
Fields in de.unirostock.sems.cbarchive.web declared as Workspace Modifier and Type Field Description protected Workspace
UserManager. workspace
Fields in de.unirostock.sems.cbarchive.web with type parameters of type Workspace Modifier and Type Field Description protected Map<String,Workspace>
WorkspaceManager. workspaces
Methods in de.unirostock.sems.cbarchive.web that return Workspace Modifier and Type Method Description Workspace
WorkspaceManager. createWorkspace()
Workspace
UserManager. getWorkspace()
Workspace
WorkspaceManager. getWorkspace(String workspaceId)
Methods in de.unirostock.sems.cbarchive.web with parameters of type Workspace Modifier and Type Method Description long
QuotaManager. getWorkspaceSize(Workspace workspace)
Returns the size in bytes of all archives together in the workspace or0L
if it fails.void
WorkspaceManager. removeWorkspace(Workspace workspace)
long
QuotaManager. updateWorkspace(Workspace workspace)
Updates the size of the workspace -
Uses of Workspace in de.unirostock.sems.cbarchive.web.dataholder
Methods in de.unirostock.sems.cbarchive.web.dataholder that return Workspace Modifier and Type Method Description Workspace
WorkspaceHistory. getWorkspace(String workspaceId)
Methods in de.unirostock.sems.cbarchive.web.dataholder that return types with arguments of type Workspace Modifier and Type Method Description List<Workspace>
WorkspaceHistory. getRecentWorkspaces()
Constructor parameters in de.unirostock.sems.cbarchive.web.dataholder with type arguments of type Workspace Constructor Description WorkspaceHistory(List<Workspace> recentWorkspaces)
WorkspaceHistory(List<Workspace> recentWorkspaces, String currentWorkspace)
-
Uses of Workspace in de.unirostock.sems.cbarchive.web.rest
Methods in de.unirostock.sems.cbarchive.web.rest with parameters of type Workspace Modifier and Type Method Description javax.ws.rs.core.Response
RestApi. updateWorkspace(String userPath, String historyCookie, String workspaceId, Workspace workspace)
-