info.magnolia.cms.core.version
Class VersionedNodeContentDecorator

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

public class VersionedNodeContentDecorator
extends PropertyAndChildWrappingContentDecorator

Content decorator for VersionedNode.


Constructor Summary
VersionedNodeContentDecorator()
           
 
Method Summary
 VersionedNode getVersionedNode()
           
 boolean isMultipleWrapEnabled()
          Tells if multiple wrapping with this content decorator is enabled.
 void setVersionedNode(VersionedNode 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
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

VersionedNodeContentDecorator

public VersionedNodeContentDecorator()
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

isMultipleWrapEnabled

public boolean isMultipleWrapEnabled()
Description copied from interface: ContentDecorator
Tells if multiple wrapping with this content decorator is enabled.

Specified by:
isMultipleWrapEnabled in interface ContentDecorator
Overrides:
isMultipleWrapEnabled in class PropertyAndChildWrappingContentDecorator

setVersionedNode

public void setVersionedNode(VersionedNode versionedNode)

getVersionedNode

public VersionedNode getVersionedNode()


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