public interface CRXSession extends JackrabbitSession, XASession
ACTION_ADD_PROPERTY, ACTION_LOCKING, ACTION_MODIFY_ACCESS_CONTROL, ACTION_MODIFY_PROPERTY, ACTION_NODE_TYPE_MANAGEMENT, ACTION_READ_ACCESS_CONTROL, ACTION_REMOVE_NODE, ACTION_REMOVE_PROPERTY, ACTION_USER_MANAGEMENT, ACTION_VERSIONING
Modifier and Type | Method and Description |
---|---|
CRXExportHandler |
getExportHandler()
Returns the export handler
|
CRXImportHandler |
getImportHandler()
Returns the import handler
|
CRXSession |
getSession(java.lang.String workspaceName)
Creates a new session with the same subject as this sessions but to a
different workspace.
|
getItemOrNull, getNodeOrNull, getPrincipalManager, getPropertyOrNull, getUserManager, hasPermission
getXAResource
CRXExportHandler getExportHandler() throws RepositoryException
RepositoryException
CRXImportHandler getImportHandler() throws RepositoryException
RepositoryException
CRXSession getSession(java.lang.String workspaceName) throws AccessDeniedException, NoSuchWorkspaceException, RepositoryException
workspaceName
- name of the workspace to acquire a session for.AccessDeniedException
- in case the current Subject is not allowed
to access the requested WorkspaceNoSuchWorkspaceException
- If the named workspace does not exist.RepositoryException
- in any other exceptional state"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"