Package | Description |
---|---|
org.nuxeo.ecm.core.api | |
org.nuxeo.ecm.core.api.impl | |
org.nuxeo.ecm.webapp.search |
Modifier and Type | Method and Description |
---|---|
DocumentModelIterator |
CoreSession.getChildrenIterator(DocumentRef parent)
Gets an iterator to the children of the given parent.
|
DocumentModelIterator |
AbstractSession.getChildrenIterator(DocumentRef parent) |
DocumentModelIterator |
CoreSession.getChildrenIterator(DocumentRef parent,
String type)
Gets an iterator to the children of the given parent filtered according
to the given document type.
|
DocumentModelIterator |
AbstractSession.getChildrenIterator(DocumentRef parent,
String type) |
DocumentModelIterator |
CoreSession.getChildrenIterator(DocumentRef parent,
String type,
String perm,
Filter filter)
Gets the children of the given parent filtered according to the given
document type and permission.
|
DocumentModelIterator |
AbstractSession.getChildrenIterator(DocumentRef parent,
String type,
String perm,
Filter filter) |
DocumentModelIterator |
CoreSession.getFilesIterator(DocumentRef parent)
Same as
CoreSession.getFiles(DocumentRef) but returns an
iterator. |
DocumentModelIterator |
AbstractSession.getFilesIterator(DocumentRef parent) |
DocumentModelIterator |
CoreSession.getFoldersIterator(DocumentRef parent)
Same as
CoreSession.getFolders(DocumentRef) but returns a lazy
loading iterator over the list of children. |
DocumentModelIterator |
AbstractSession.getFoldersIterator(DocumentRef parent) |
DocumentModelIterator |
CoreSession.queryIt(String query,
Filter filter,
int max)
Executes the given NXQL query and returns an iterators of results.
|
DocumentModelIterator |
AbstractSession.queryIt(String query,
Filter filter,
int max) |
DocumentModelIterator |
CoreSession.querySimpleFtsIt(String query,
Filter filter,
int pageSize)
Deprecated.
use SearchService instead. See
://doc.nuxeo.org/reference/html/search-service.html |
DocumentModelIterator |
AbstractSession.querySimpleFtsIt(String query,
Filter filter,
int pageSize)
Deprecated.
|
DocumentModelIterator |
CoreSession.querySimpleFtsIt(String query,
String startingPath,
Filter filter,
int pageSize)
Deprecated.
use SearchService instead. See
://doc.nuxeo.org/reference/html/search-service.html |
DocumentModelIterator |
AbstractSession.querySimpleFtsIt(String query,
String startingPath,
Filter filter,
int pageSize)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentModelIteratorImpl
Iterator implementation.
|
Constructor and Description |
---|
DocumentsPageProvider(DocumentModelIterator docsIterator,
int pageSize)
Constructor taking as argument an iterator.
|
Modifier and Type | Method and Description |
---|---|
DocumentModelIterator |
SearchBusinessDelegate.pagedSearchForText(String keywords,
Filter filter,
int pageSize)
Searches the repository by the given keywords.
|
DocumentModelIterator |
SearchBusinessDelegate.pagedSearchWithNXQL(String nxql,
Filter filter,
int max)
Performs an NXQL search with limit for the given query.
|
Copyright © 2011 Nuxeo SA. All Rights Reserved.