public abstract class NodeWrappingDelegateSessionWrapper extends DelegateSessionWrapper
wrapped
Constructor and Description |
---|
NodeWrappingDelegateSessionWrapper(javax.jcr.Session wrapped) |
Modifier and Type | Method and Description |
---|---|
javax.jcr.Node |
getNode(String absPath) |
javax.jcr.Node |
getNodeByIdentifier(String id) |
javax.jcr.Node |
getNodeByUUID(String uuid) |
javax.jcr.Node |
getRootNode() |
protected abstract javax.jcr.Node |
wrapNode(javax.jcr.Node node) |
addLockToken, checkPermission, clone, deepUnwrap, equals, exportDocumentView, exportDocumentView, exportSystemView, exportSystemView, getAccessControlManager, getAttribute, getAttributeNames, getImportContentHandler, getItem, getLockTokens, getNamespacePrefix, getNamespacePrefixes, getNamespaceURI, getProperty, getRepository, getRetentionManager, getUserID, getValueFactory, getWorkspace, getWrappedSession, hasCapability, hasPendingChanges, hasPermission, impersonate, importXML, initClone, isLive, itemExists, logout, move, nodeExists, propertyExists, refresh, removeItem, removeLockToken, save, setNamespacePrefix, setWrappedSession, toString, unwrap
public NodeWrappingDelegateSessionWrapper(javax.jcr.Session wrapped)
public javax.jcr.Node getNode(String absPath) throws javax.jcr.PathNotFoundException, javax.jcr.RepositoryException
getNode
in interface javax.jcr.Session
getNode
in class DelegateSessionWrapper
javax.jcr.PathNotFoundException
javax.jcr.RepositoryException
public javax.jcr.Node getNodeByIdentifier(String id) throws javax.jcr.ItemNotFoundException, javax.jcr.RepositoryException
getNodeByIdentifier
in interface javax.jcr.Session
getNodeByIdentifier
in class DelegateSessionWrapper
javax.jcr.ItemNotFoundException
javax.jcr.RepositoryException
public javax.jcr.Node getNodeByUUID(String uuid) throws javax.jcr.ItemNotFoundException, javax.jcr.RepositoryException
getNodeByUUID
in interface javax.jcr.Session
getNodeByUUID
in class DelegateSessionWrapper
javax.jcr.ItemNotFoundException
javax.jcr.RepositoryException
public javax.jcr.Node getRootNode() throws javax.jcr.RepositoryException
getRootNode
in interface javax.jcr.Session
getRootNode
in class DelegateSessionWrapper
javax.jcr.RepositoryException
protected abstract javax.jcr.Node wrapNode(javax.jcr.Node node)
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.