Interface UserWorkspaceManagerActions
- All Superinterfaces:
Serializable
User workspace manager actions business interface.
- Author:
- btatar
-
Method Summary
Modifier and TypeMethodDescriptionGets the current user personal workspace.boolean
Checks wether a personal document is selected.Navigates to the current user personal workspace.Navigates to the overall workspace.
-
Method Details
-
getCurrentUserPersonalWorkspace
DocumentModel getCurrentUserPersonalWorkspace()Gets the current user personal workspace.- Returns:
- the personal workspace
-
isShowingPersonalWorkspace
boolean isShowingPersonalWorkspace()Checks wether a personal document is selected.- Returns:
- true if it is a personal document, false otherwise
-