public interface Pageable
Connector(s) that want to expose children of
nodes in a "page by page" fashion. For effectively creating blocks of children for each page, connector implementations should
use the PageWriter extension.| Modifier and Type | Method and Description |
|---|---|
Document |
getChildren(PageKey pageKey)
Returns a document which represents the document of a parent node to which an optiona page of children has been added.
|
Document getChildren(PageKey pageKey)
PageWriter.addPage(String, String, long, long) should be used to add a
new page of children.pageKey - a non-null PageKey instance, which offers information about the page that should be
retrieved.non-null document representing the parent document.Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.