org.nuxeo.ecm.webapp.contentbrowser
Class DocumentChildrenStdFarm
java.lang.Object
org.nuxeo.ecm.webapp.base.InputController
org.nuxeo.ecm.webapp.contentbrowser.DocumentChildrenStdFarm
- All Implemented Interfaces:
- Serializable, ResultsProviderFarm
@Name(value="documentChildrenFarm")
@Scope(value=SESSION)
public class DocumentChildrenStdFarm
- extends InputController
- implements ResultsProviderFarm, Serializable
Creates ResultsProvider for the children of the current document.
- Author:
- Dragos Mihalache
- See Also:
- Serialized Form
CHILDREN_BY_COREAPI
public static final String CHILDREN_BY_COREAPI
- See Also:
- Constant Field Values
DocumentChildrenStdFarm
public DocumentChildrenStdFarm()
getResultsProvider
public PagedDocumentsProvider getResultsProvider(String name,
SortInfo sortInfo)
throws ClientException
- Specified by:
getResultsProvider
in interface ResultsProviderFarm
- Parameters:
name
- the name of the ResultsProvider instance to createsortInfo
- an object containing the sort details
- Throws:
ClientException
getResultsProvider
public PagedDocumentsProvider getResultsProvider(String name)
throws ClientException,
ResultsProviderFarmUserException
- Description copied from interface:
ResultsProviderFarm
- Makes a new, fresh instance of the named results provider.
- Specified by:
getResultsProvider
in interface ResultsProviderFarm
- Parameters:
name
- the name of the ResultsProvider instance to create
- Returns:
- a PagedDocumentsProvider
- Throws:
ClientException
ResultsProviderFarmUserException
Copyright © 2011 Nuxeo SAS. All Rights Reserved.