|
Nuxeo Enterprise Platform 5.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.nuxeo.ecm.webapp.base.InputController
org.nuxeo.ecm.webapp.contentbrowser.DocumentChildrenSearchFarm
@Name(value="documentChildrenSearchFarm") @Scope(value=SESSION) public class DocumentChildrenSearchFarm
Creates ResultsProvider for the children of the current document using SearchService.
Constructor Summary | |
---|---|
DocumentChildrenSearchFarm()
|
Method Summary | |
---|---|
PagedDocumentsProvider |
getResultsProvider(java.lang.String name)
Makes a new, fresh instance of the named results provider. |
PagedDocumentsProvider |
getResultsProvider(java.lang.String name,
SortInfo sortInfo)
|
Methods inherited from class org.nuxeo.ecm.webapp.base.InputController |
---|
computeOutcome, getAdministrator, logDocumentWithName, logDocumentWithTitle, removeDocumentFromList |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentChildrenSearchFarm()
Method Detail |
---|
public PagedDocumentsProvider getResultsProvider(java.lang.String name) throws ClientException
ResultsProviderFarm
getResultsProvider
in interface ResultsProviderFarm
name
- the name of the ResultsProvider instance to create
ClientException
public PagedDocumentsProvider getResultsProvider(java.lang.String name, SortInfo sortInfo) throws ClientException
getResultsProvider
in interface ResultsProviderFarm
name
- the name of the ResultsProvider instance to createsortInfo
- an object containing the sort details
ClientException
|
Nuxeo Enterprise Platform 5.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |