|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JackrabbitWorkspace
The Jackrabbit workspace interface. This interface contains the
Jackrabbit-specific extensions to the JCR Workspace interface.
| Field Summary |
|---|
| Method Summary | |
|---|---|
void |
createWorkspace(String workspaceName)
Creates a workspace with the given name. |
void |
createWorkspace(String workspaceName,
InputSource workspaceTemplate)
Creates a workspace with the given name and a workspace configuration template. |
PrivilegeManager |
getPrivilegeManager()
Returns the privilege manager. |
| Methods inherited from interface javax.jcr.Workspace |
|---|
clone, copy, copy, createWorkspace, deleteWorkspace, getAccessibleWorkspaceNames, getImportContentHandler, getLockManager, getName, getNamespaceRegistry, getNodeTypeManager, getObservationManager, getQueryManager, getSession, getVersionManager, importXML, move, restore |
| Method Detail |
|---|
void createWorkspace(String workspaceName)
throws AccessDeniedException,
RepositoryException
createWorkspace in interface WorkspaceworkspaceName - name of the new workspace
AccessDeniedException - if the current session is not allowed to
create the workspace
RepositoryException - if a workspace with the given name
already exists or if another error occursWorkspace.getAccessibleWorkspaceNames()
void createWorkspace(String workspaceName,
InputSource workspaceTemplate)
throws AccessDeniedException,
RepositoryException
workspaceName - name of the new workspaceworkspaceTemplate - the configuration template of the new workspace
AccessDeniedException - if the current session is not allowed to
create the workspace
RepositoryException - if a workspace with the given name
already exists or if another error occursWorkspace.getAccessibleWorkspaceNames()
PrivilegeManager getPrivilegeManager()
throws RepositoryException
RepositoryException - If an error occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||