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
ACTION_ADD_NODE, ACTION_READ, ACTION_REMOVE, ACTION_SET_PROPERTY
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
addLockToken, checkPermission, exportDocumentView, exportDocumentView, exportSystemView, exportSystemView, getAccessControlManager, getAttribute, getAttributeNames, getImportContentHandler, getItem, getLockTokens, getNamespacePrefix, getNamespacePrefixes, getNamespaceURI, getNode, getNodeByIdentifier, getNodeByUUID, getProperty, getRepository, getRetentionManager, getRootNode, getUserID, getValueFactory, getWorkspace, hasCapability, hasPendingChanges, hasPermission, impersonate, importXML, isLive, itemExists, logout, move, nodeExists, propertyExists, refresh, removeItem, removeLockToken, save, setNamespacePrefix
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 stateCopyright © 2010 - 2020 Adobe. All Rights Reserved