Interface Workspace
-
public interface WorkspaceRepresents 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Returns the workspace name.
-
-
-
Method Detail
-
getName
String getName()
Returns the workspace name. At this moment is the username.- Returns:
- the workspace name.
-
-