org.hippoecm.hst.jaxrs.model.content
Class AbstractNodeRepresentationDataset

java.lang.Object
  extended by org.hippoecm.hst.jaxrs.model.content.AbstractDataset
      extended by org.hippoecm.hst.jaxrs.model.content.AbstractNodeRepresentationDataset
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HippoDocumentRepresentationDataset, HippoFolderRepresentationDataset, NodeRepresentationDataset

public abstract class AbstractNodeRepresentationDataset
extends AbstractDataset

See Also:
Serialized Form

Constructor Summary
AbstractNodeRepresentationDataset()
           
 
Method Summary
 void addLink(Link link)
           
 List<Link> getLinks()
           
protected  List<? extends NodeRepresentation> getNodeRepresentations()
           
 void setLinks(List<Link> links)
           
 void setNodeRepresentations(List<? extends NodeRepresentation> nodeRepresentations)
           
 
Methods inherited from class org.hippoecm.hst.jaxrs.model.content.AbstractDataset
getBeginIndex, getTotalSize, setBeginIndex, setTotalSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractNodeRepresentationDataset

public AbstractNodeRepresentationDataset()
Method Detail

getNodeRepresentations

protected List<? extends NodeRepresentation> getNodeRepresentations()

setNodeRepresentations

public void setNodeRepresentations(List<? extends NodeRepresentation> nodeRepresentations)

getLinks

public List<Link> getLinks()

setLinks

public void setLinks(List<Link> links)

addLink

public void addLink(Link link)


Copyright © 2008-2012 Hippo. All Rights Reserved.