|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.portlets.user.homelibrary.home.HomeLibrary
public class HomeLibrary
Field Summary | |
---|---|
static java.lang.String |
HOME_LIBRARY_PERSISTENCE_DIR_VARIABLE_NAME
Home Library persistence dir variable name. |
static java.lang.String |
WORKSPACE_AREA_ATTRIBUTE_NAME
Workspace Area attribute name in D4ScienceSession. |
Constructor Summary | |
---|---|
HomeLibrary()
|
Method Summary | |
---|---|
static HomeManagerFactory |
getHomeManagerFactory()
Return the HomeManagerFactory. |
static HomeManagerFactory |
getHomeManagerFactory(java.lang.String persistenceRoot)
Return an instance of HomeManager factory for the given path. |
static WorkspaceArea |
getUserWorkspaceArea(ASLSession session)
Return the WorkspaceArea for the user in session. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String HOME_LIBRARY_PERSISTENCE_DIR_VARIABLE_NAME
public static final java.lang.String WORKSPACE_AREA_ATTRIBUTE_NAME
Constructor Detail |
---|
public HomeLibrary()
Method Detail |
---|
public static HomeManagerFactory getHomeManagerFactory(java.lang.String persistenceRoot) throws InternalErrorException
persistenceRoot
- the persistence root.
InternalErrorException
- if an error occurs.public static HomeManagerFactory getHomeManagerFactory() throws InternalErrorException
InternalErrorException
- if an error occurs.public static WorkspaceArea getUserWorkspaceArea(ASLSession session) throws InternalErrorException, HomeNotFoundException, WorkspaceNotFoundException
session
- the d4science session.
InternalErrorException
- if an error occurs.
HomeNotFoundException
- if the user home is not found.
WorkspaceNotFoundException
- if the user workspace is not found.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |