|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.jcr.wrapper.DelegateNodeWrapper info.magnolia.jcr.wrapper.ChildWrappingNodeWrapper
ContentDecoratorNodeWrapper
instead
@Deprecated public abstract class ChildWrappingNodeWrapper
Wrapper providing support for wrapping all child nodes of the wrapped node incl those returned by the NodeIterators.
Field Summary |
---|
Fields inherited from class info.magnolia.jcr.wrapper.DelegateNodeWrapper |
---|
wrapped |
Fields inherited from interface javax.jcr.Node |
---|
JCR_CHILD_NODE_DEFINITION, JCR_CONTENT, JCR_FROZEN_NODE, JCR_PROPERTY_DEFINITION, JCR_ROOT_VERSION, JCR_VERSION_LABELS |
Constructor Summary | |
---|---|
ChildWrappingNodeWrapper(javax.jcr.Node wrapped)
Deprecated. |
Method Summary | |
---|---|
javax.jcr.Node |
addNode(String relPath)
Deprecated. |
javax.jcr.Node |
addNode(String relPath,
String primaryNodeTypeName)
Deprecated. |
javax.jcr.Node |
getNode(String relPath)
Deprecated. |
javax.jcr.NodeIterator |
getNodes()
Deprecated. |
javax.jcr.NodeIterator |
getNodes(String namePattern)
Deprecated. |
javax.jcr.NodeIterator |
getNodes(String[] nameGlobs)
Deprecated. |
javax.jcr.Node |
wrapNode(javax.jcr.Node node)
Deprecated. |
protected javax.jcr.NodeIterator |
wrapNodeIterator(javax.jcr.NodeIterator nodeIterator)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ChildWrappingNodeWrapper(javax.jcr.Node wrapped)
Method Detail |
---|
public javax.jcr.Node getNode(String relPath) throws javax.jcr.PathNotFoundException, javax.jcr.RepositoryException
getNode
in interface javax.jcr.Node
getNode
in class DelegateNodeWrapper
javax.jcr.PathNotFoundException
javax.jcr.RepositoryException
public javax.jcr.Node addNode(String relPath) throws javax.jcr.ItemExistsException, javax.jcr.PathNotFoundException, javax.jcr.version.VersionException, javax.jcr.nodetype.ConstraintViolationException, javax.jcr.lock.LockException, javax.jcr.RepositoryException
addNode
in interface javax.jcr.Node
addNode
in class DelegateNodeWrapper
javax.jcr.ItemExistsException
javax.jcr.PathNotFoundException
javax.jcr.version.VersionException
javax.jcr.nodetype.ConstraintViolationException
javax.jcr.lock.LockException
javax.jcr.RepositoryException
public javax.jcr.Node addNode(String relPath, String primaryNodeTypeName) throws javax.jcr.ItemExistsException, javax.jcr.PathNotFoundException, javax.jcr.nodetype.NoSuchNodeTypeException, javax.jcr.lock.LockException, javax.jcr.version.VersionException, javax.jcr.nodetype.ConstraintViolationException, javax.jcr.RepositoryException
addNode
in interface javax.jcr.Node
addNode
in class DelegateNodeWrapper
javax.jcr.ItemExistsException
javax.jcr.PathNotFoundException
javax.jcr.nodetype.NoSuchNodeTypeException
javax.jcr.lock.LockException
javax.jcr.version.VersionException
javax.jcr.nodetype.ConstraintViolationException
javax.jcr.RepositoryException
public javax.jcr.NodeIterator getNodes() throws javax.jcr.RepositoryException
getNodes
in interface javax.jcr.Node
getNodes
in class DelegateNodeWrapper
javax.jcr.RepositoryException
public javax.jcr.NodeIterator getNodes(String namePattern) throws javax.jcr.RepositoryException
getNodes
in interface javax.jcr.Node
getNodes
in class DelegateNodeWrapper
javax.jcr.RepositoryException
public javax.jcr.NodeIterator getNodes(String[] nameGlobs) throws javax.jcr.RepositoryException
getNodes
in interface javax.jcr.Node
getNodes
in class DelegateNodeWrapper
javax.jcr.RepositoryException
public javax.jcr.Node wrapNode(javax.jcr.Node node)
wrapNode
in interface NodeWrapperFactory
protected javax.jcr.NodeIterator wrapNodeIterator(javax.jcr.NodeIterator nodeIterator)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |