org.hippoecm.hst.jaxrs.model.content
Class AbstractNodeRepresentationDataset
java.lang.Object
org.hippoecm.hst.jaxrs.model.content.AbstractDataset
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractNodeRepresentationDataset
public AbstractNodeRepresentationDataset()
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.