Interface Workspace


  • public interface Workspace
    Represents a workspace. Every WorkspaceScoped bean instance has a relationship with a workspace. Workspaces right now has a one-to-one relationship with a user, so I can't exists more than a workspace per user.
    • Method Detail

      • getName

        String getName()
        Returns the workspace name. At this moment is the username.
        Returns:
        the workspace name.