Interface UserWorkspaceManagerActions
-
- All Superinterfaces:
Serializable
public interface UserWorkspaceManagerActions extends Serializable
User workspace manager actions business interface.- Author:
- btatar
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocumentModel
getCurrentUserPersonalWorkspace()
Gets the current user personal workspace.boolean
isShowingPersonalWorkspace()
Checks wether a personal document is selected.String
navigateToCurrentUserPersonalWorkspace()
Navigates to the current user personal workspace.String
navigateToOverallWorkspace()
Navigates to the overall workspace.
-
-
-
Method Detail
-
getCurrentUserPersonalWorkspace
DocumentModel getCurrentUserPersonalWorkspace()
Gets the current user personal workspace.- Returns:
- the personal workspace
-
navigateToCurrentUserPersonalWorkspace
String navigateToCurrentUserPersonalWorkspace()
Navigates to the current user personal workspace.
-
navigateToOverallWorkspace
String navigateToOverallWorkspace()
Navigates to the overall workspace. Introduced for INA-221 (Rux).
-
isShowingPersonalWorkspace
boolean isShowingPersonalWorkspace()
Checks wether a personal document is selected.- Returns:
- true if it is a personal document, false otherwise
-
-