|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Home
Represent a user's home. For each home we have an owner, a Data Area and a Workspace.
| Method Summary | |
|---|---|
DataArea |
getDataArea()
Retrieves the user data area. |
HomeManager |
getHomeManager()
Return this home manager. |
User |
getOwner()
Retrieves the home's owner. |
Workspace |
getWorkspace()
Retrieves the user workspace. |
List<String> |
listScopes()
|
| Method Detail |
|---|
HomeManager getHomeManager()
User getOwner()
InternalErrorException - if an internal error occurs.
Workspace getWorkspace()
throws WorkspaceFolderNotFoundException,
InternalErrorException
WorkspaceFolderNotFoundException - when user the workspace is not found.
InternalErrorException - if an internal error occurs.
DataArea getDataArea()
throws InternalErrorException
InternalErrorException - if an internal error occurs.
List<String> listScopes()
throws InternalErrorException
InternalErrorException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||