info.magnolia.cms.core.version
Class VersionedNodeChildContentDecorator

java.lang.Object
  extended by info.magnolia.jcr.decoration.AbstractContentDecorator
      extended by info.magnolia.jcr.wrapper.PropertyAndChildWrappingContentDecorator
          extended by info.magnolia.cms.core.version.VersionedNodeChildContentDecorator
All Implemented Interfaces:
ContentDecorator

public class VersionedNodeChildContentDecorator
extends PropertyAndChildWrappingContentDecorator

Content decorator for VersionedNodeChild.


Constructor Summary
VersionedNodeChildContentDecorator()
           
 
Method Summary
 VersionedNodeChild getVersionedNodeChild()
           
 void setVersionedNodeChild(VersionedNodeChild versionedNode)
           
 javax.jcr.Node wrapNode(javax.jcr.Node node)
           
 javax.jcr.NodeIterator wrapNodeIterator(javax.jcr.NodeIterator iterator)
           
 javax.jcr.Property wrapProperty(javax.jcr.Property property)
           
 
Methods inherited from class info.magnolia.jcr.wrapper.PropertyAndChildWrappingContentDecorator
isMultipleWrapEnabled, wrapPropertyIterator
 
Methods inherited from class info.magnolia.jcr.decoration.AbstractContentDecorator
evaluateNode, evaluateProperty, wrapSession, wrapWorkspace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionedNodeChildContentDecorator

public VersionedNodeChildContentDecorator()
Method Detail

wrapNode

public javax.jcr.Node wrapNode(javax.jcr.Node node)
Specified by:
wrapNode in interface ContentDecorator
Overrides:
wrapNode in class AbstractContentDecorator

wrapNodeIterator

public javax.jcr.NodeIterator wrapNodeIterator(javax.jcr.NodeIterator iterator)
Specified by:
wrapNodeIterator in interface ContentDecorator
Overrides:
wrapNodeIterator in class AbstractContentDecorator

wrapProperty

public javax.jcr.Property wrapProperty(javax.jcr.Property property)
Specified by:
wrapProperty in interface ContentDecorator
Overrides:
wrapProperty in class AbstractContentDecorator

setVersionedNodeChild

public void setVersionedNodeChild(VersionedNodeChild versionedNode)

getVersionedNodeChild

public VersionedNodeChild getVersionedNodeChild()


Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.