public class RepositoryEntry
extends org.exoplatform.services.jcr.config.RepositoryInfo
Modifier and Type | Field and Description |
---|---|
protected ArrayList<WorkspaceEntry> |
workspaces |
Constructor and Description |
---|
RepositoryEntry() |
Modifier and Type | Method and Description |
---|---|
void |
addWorkspace(WorkspaceEntry ws)
adds workspace entry object
|
ArrayList<WorkspaceEntry> |
getWorkspaceEntries()
Get workspaces.
|
void |
setWorkspaceEntries(ArrayList<WorkspaceEntry> workspaces)
Set workspaces.
|
getAccessControl, getAuthenticationPolicy, getDefaultWorkspaceName, getLockRemoverThreadsCount, getName, getSecurityDomain, getSessionTimeOut, getSystemWorkspaceName, setAccessControl, setAuthenticationPolicy, setDefaultWorkspaceName, setLockRemoverThreadsCount, setName, setSecurityDomain, setSessionTimeOut, setSystemWorkspaceName
protected ArrayList<WorkspaceEntry> workspaces
public ArrayList<WorkspaceEntry> getWorkspaceEntries()
public void setWorkspaceEntries(ArrayList<WorkspaceEntry> workspaces)
workspaces
- the list of WorkspaceEntry-spublic void addWorkspace(WorkspaceEntry ws)
ws
- the WorkspaceEntryCopyright © 2003-2017 eXo Platform SAS. All Rights Reserved.