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(String workspaceName)
Creates a new session with the same subject as this sessions but to a
different workspace.
|
getItemOrNull, getNodeOrNull, getPrincipalManager, getPropertyOrNull, getUserManager, hasPermissiongetXAResourceaddLockToken, checkPermission, exportDocumentView, exportDocumentView, exportSystemView, exportSystemView, getAttribute, getAttributeNames, getImportContentHandler, getItem, getLockTokens, getNamespacePrefix, getNamespacePrefixes, getNamespaceURI, getNodeByUUID, getRepository, getRootNode, getUserID, getValueFactory, getWorkspace, hasPendingChanges, impersonate, importXML, isLive, itemExists, logout, move, refresh, removeLockToken, save, setNamespacePrefixCRXExportHandler getExportHandler() throws RepositoryException
RepositoryExceptionCRXImportHandler getImportHandler() throws RepositoryException
RepositoryExceptionCRXSession getSession(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