Interface UserWorkspaceManagerActions

  • All Superinterfaces:
    Serializable

    public interface UserWorkspaceManagerActions
    extends Serializable
    User workspace manager actions business interface.
    Author:
    btatar
    • 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