public class HierarchicalWorkspacesManager extends java.lang.Object implements JPropertiesListener
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
REVISION  | 
| Modifier and Type | Method and Description | 
|---|---|
static HierarchicalWorkspacesManager | 
getInstance()  | 
java.util.Set<Workspace> | 
getLastUsedWorkspaces(Member member)
Gives the set of last visited workspaces (in the BO). 
 | 
boolean | 
isShowAllWorkingWorkspace(java.util.Set<Workspace> workingWorkspaceSet)  | 
void | 
propertiesChange(JProperties properties)
Invoked after properties have been modified in JCMS and save on disk. 
 | 
void | 
saveWSForMember(Workspace ws,
               Member member)
Add the given workspace in the LRU cache of last visited workspaces for the current Member 
 | 
public static final java.lang.String REVISION
public static HierarchicalWorkspacesManager getInstance()
public void propertiesChange(JProperties properties)
JPropertiesListenerYou cannot alter the value received in parameters.
propertiesChange in interface JPropertiesListenerproperties - the properties which have been modified (may not contain all JCMS properties)public void saveWSForMember(Workspace ws, Member member)
ws - the newly visited workspacemember - the current loggedMemberpublic java.util.Set<Workspace> getLastUsedWorkspaces(Member member)
member - the current memberpublic boolean isShowAllWorkingWorkspace(java.util.Set<Workspace> workingWorkspaceSet)
Copyright © 2001-2018 Jalios SA. All Rights Reserved.