Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.core.api.SortInfo

Packages that use SortInfo
org.nuxeo.ecm.core.api The core API of the Nuxeo platform, including: CoreSession, DocumentModel, Blob
org.nuxeo.ecm.core.api.impl   
org.nuxeo.ecm.core.search.api.client.querymodel Querymodel: an abstraction for query management 
org.nuxeo.ecm.core.search.api.client.querymodel.descriptor query model descriptor hold information necessary to fire the proper query from either a document model (stateful) or a string with substitution places (question marks) and applicative feeding of them. 
org.nuxeo.ecm.core.search.api.client.search.results.document Client search results api for Nuxeo Core documents. 
org.nuxeo.ecm.platform.audit.web.listener   
org.nuxeo.ecm.platform.audit.web.listener.ejb   
org.nuxeo.ecm.platform.contentview.jsf   
org.nuxeo.ecm.platform.query.api   
org.nuxeo.ecm.platform.query.core   
org.nuxeo.ecm.platform.query.nxql   
org.nuxeo.ecm.platform.ui.web.api   
org.nuxeo.ecm.webapp.action   
org.nuxeo.ecm.webapp.contentbrowser   
org.nuxeo.ecm.webapp.dashboard   
org.nuxeo.ecm.webapp.pagination   
org.nuxeo.ecm.webapp.querymodel   
org.nuxeo.ecm.webapp.search   
 

Uses of SortInfo in org.nuxeo.ecm.core.api
 

Methods in org.nuxeo.ecm.core.api that return SortInfo
static SortInfo SortInfo.asSortInfo(java.util.Map<java.lang.String,java.io.Serializable> map)
          Returns a sort info for given map, or null if map is null or does not contain both keys SORT_COLUMN_NAME and SORT_ASCENDING_NAME.
 SortInfo PagedDocumentsProvider.getSortInfo()
          Deprecated.  
 

Methods in org.nuxeo.ecm.core.api with parameters of type SortInfo
static java.util.Map<java.lang.String,java.io.Serializable> SortInfo.asMap(SortInfo sortInfo)
          Returns a map for given sort info, or null if sort info is null.
 

Uses of SortInfo in org.nuxeo.ecm.core.api.impl
 

Methods in org.nuxeo.ecm.core.api.impl that return SortInfo
 SortInfo EmptyResultsProvider.getSortInfo()
           
 SortInfo DocumentsPageProvider.getSortInfo()
           
 

Uses of SortInfo in org.nuxeo.ecm.core.search.api.client.querymodel
 

Methods in org.nuxeo.ecm.core.search.api.client.querymodel with parameters of type SortInfo
 PagedDocumentsProvider QueryModel.getResultsProvider(CoreSession session, java.lang.Object[] params, SortInfo sortInfo)
          Deprecated.  
 

Uses of SortInfo in org.nuxeo.ecm.core.search.api.client.querymodel.descriptor
 

Methods in org.nuxeo.ecm.core.search.api.client.querymodel.descriptor that return SortInfo
 SortInfo QueryModelDescriptor.getDefaultSortInfo(DocumentModel model)
           
 

Methods in org.nuxeo.ecm.core.search.api.client.querymodel.descriptor with parameters of type SortInfo
 java.lang.String QueryModelDescriptor.getQuery(DocumentModel model, SortInfo sortInfo)
           
 java.lang.String QueryModelDescriptor.getQuery(java.lang.Object[] params, SortInfo sortInfo)
           
 

Uses of SortInfo in org.nuxeo.ecm.core.search.api.client.search.results.document
 

Methods in org.nuxeo.ecm.core.search.api.client.search.results.document that return SortInfo
 SortInfo SearchPageProvider.getSortInfo()
          Deprecated.  
 

Methods in org.nuxeo.ecm.core.search.api.client.search.results.document with parameters of type SortInfo
 void SearchPageProvider.setSortInfo(SortInfo sortInfo)
          Deprecated.  
 

Constructors in org.nuxeo.ecm.core.search.api.client.search.results.document with parameters of type SortInfo
SearchPageProvider(ResultSet set, boolean sortable, SortInfo sortInfo, java.lang.String query)
          Deprecated. Constructor to create a sortable provider.
 

Uses of SortInfo in org.nuxeo.ecm.platform.audit.web.listener
 

Methods in org.nuxeo.ecm.platform.audit.web.listener that return SortInfo
 SortInfo ContentHistoryActions.getSortInfo()
           
 

Uses of SortInfo in org.nuxeo.ecm.platform.audit.web.listener.ejb
 

Methods in org.nuxeo.ecm.platform.audit.web.listener.ejb that return SortInfo
 SortInfo ContentHistoryActionsBean.getSortInfo()
           
 

Uses of SortInfo in org.nuxeo.ecm.platform.contentview.jsf
 

Method parameters in org.nuxeo.ecm.platform.contentview.jsf with type arguments of type SortInfo
 PageProvider<?> ContentViewImpl.getPageProvider(DocumentModel searchDocument, java.util.List<SortInfo> sortInfos, java.lang.Long pageSize, java.lang.Long currentPage, java.lang.Object... params)
          Returns cached page provider if it exists or build a new one if parameters have changed.
 PageProvider<?> ContentView.getPageProvider(DocumentModel searchDocument, java.util.List<SortInfo> sortInfos, java.lang.Long pageSize, java.lang.Long currentPage, java.lang.Object... params)
          Gets page provider according to given parameters
 PageProvider<?> ContentViewServiceImpl.getPageProvider(java.lang.String name, java.util.List<SortInfo> sortInfos, java.lang.Long pageSize, java.lang.Long currentPage, java.lang.Object... parameters)
           
 PageProvider<?> ContentViewService.getPageProvider(java.lang.String contentViewName, java.util.List<SortInfo> sortInfos, java.lang.Long pageSize, java.lang.Long currentPage, java.lang.Object... parameters)
          Returns the page provider computed from the content view with given name.
 

Uses of SortInfo in org.nuxeo.ecm.platform.query.api
 

Methods in org.nuxeo.ecm.platform.query.api that return SortInfo
 SortInfo PageProvider.getSortInfo()
          Returns the first sorting info for this provider Also kept for compatibility with existing code.
 SortInfo AbstractPageProvider.getSortInfo()
           
 

Methods in org.nuxeo.ecm.platform.query.api that return types with arguments of type SortInfo
 java.util.List<SortInfo> PageProviderDefinition.getSortInfos()
           
 java.util.List<SortInfo> PageProvider.getSortInfos()
          Returns the complete list of sorting info for this provider
 java.util.List<SortInfo> AbstractPageProvider.getSortInfos()
           
 

Methods in org.nuxeo.ecm.platform.query.api with parameters of type SortInfo
 void PageProvider.setSortInfo(SortInfo sortInfo)
          Sets the first and only sorting info for this provider.
 void AbstractPageProvider.setSortInfo(SortInfo sortInfo)
           
 

Method parameters in org.nuxeo.ecm.platform.query.api with type arguments of type SortInfo
 PageProvider<?> PageProviderService.getPageProvider(java.lang.String name, java.util.List<SortInfo> sortInfos, java.lang.Long pageSize, java.lang.Long currentPage, java.util.Map<java.lang.String,java.io.Serializable> properties, java.lang.Object... parameters)
          Returns the page provider computed from the content view with given name.
 PageProvider<?> PageProviderService.getPageProvider(java.lang.String name, PageProviderDefinition desc, java.util.List<SortInfo> sortInfos, java.lang.Long pageSize, java.lang.Long currentPage, java.util.Map<java.lang.String,java.io.Serializable> properties, java.lang.Object... parameters)
           
 void PageProvider.setSortInfos(java.util.List<SortInfo> sortInfo)
          Sets the complete list of sorting info for this provider
 void AbstractPageProvider.setSortInfos(java.util.List<SortInfo> sortInfo)
           
 

Uses of SortInfo in org.nuxeo.ecm.platform.query.core
 

Methods in org.nuxeo.ecm.platform.query.core that return SortInfo
 SortInfo SortInfoDescriptor.getSortInfo()
           
 

Methods in org.nuxeo.ecm.platform.query.core that return types with arguments of type SortInfo
 java.util.List<SortInfo> GenericPageProviderDescriptor.getSortInfos()
           
 java.util.List<SortInfo> CoreQueryPageProviderDescriptor.getSortInfos()
           
 

Method parameters in org.nuxeo.ecm.platform.query.core with type arguments of type SortInfo
 PageProvider<?> PageProviderServiceImpl.getPageProvider(java.lang.String name, java.util.List<SortInfo> sortInfos, java.lang.Long pageSize, java.lang.Long currentPage, java.util.Map<java.lang.String,java.io.Serializable> properties, java.lang.Object... parameters)
           
 PageProvider<?> PageProviderServiceImpl.getPageProvider(java.lang.String name, PageProviderDefinition desc, java.util.List<SortInfo> sortInfos, java.lang.Long pageSize, java.lang.Long currentPage, java.util.Map<java.lang.String,java.io.Serializable> properties, java.lang.Object... parameters)
           
 

Uses of SortInfo in org.nuxeo.ecm.platform.query.nxql
 

Methods in org.nuxeo.ecm.platform.query.nxql with parameters of type SortInfo
static java.lang.String NXQLQueryBuilder.getQuery(DocumentModel model, WhereClauseDefinition whereClause, java.lang.Object[] params, SortInfo... sortInfos)
           
static java.lang.String NXQLQueryBuilder.getQuery(java.lang.String pattern, java.lang.Object[] params, boolean quoteParameters, boolean escape, SortInfo... sortInfos)
           
static java.lang.String NXQLQueryBuilder.getSortClause(SortInfo... sortInfos)
           
 

Uses of SortInfo in org.nuxeo.ecm.platform.ui.web.api
 

Methods in org.nuxeo.ecm.platform.ui.web.api with parameters of type SortInfo
 PagedDocumentsProvider ResultsProviderFarm.getResultsProvider(java.lang.String name, SortInfo sortInfo)
          Deprecated.  
 

Uses of SortInfo in org.nuxeo.ecm.webapp.action
 

Methods in org.nuxeo.ecm.webapp.action with parameters of type SortInfo
 PagedDocumentsProvider DeleteActionsBean.getResultsProvider(java.lang.String name, SortInfo sortInfo)
           
 

Uses of SortInfo in org.nuxeo.ecm.webapp.contentbrowser
 

Methods in org.nuxeo.ecm.webapp.contentbrowser with parameters of type SortInfo
 PagedDocumentsProvider DocumentChildrenStdFarm.getResultsProvider(java.lang.String name, SortInfo sortInfo)
           
 PagedDocumentsProvider DocumentChildrenSearchFarm.getResultsProvider(java.lang.String name, SortInfo sortInfo)
           
 

Method parameters in org.nuxeo.ecm.webapp.contentbrowser with type arguments of type SortInfo
 ContentView ContentViewActions.getContentViewWithProvider(java.lang.String name, DocumentModel searchDocumentModel, java.util.List<SortInfo> sortInfos, java.lang.Long pageSize, java.lang.Long currentPage)
           
 ContentView ContentViewActions.getContentViewWithProvider(java.lang.String name, DocumentModel searchDocumentModel, java.util.List<SortInfo> sortInfos, java.lang.Long pageSize, java.lang.Long currentPage, java.lang.Object... params)
           
 

Uses of SortInfo in org.nuxeo.ecm.webapp.dashboard
 

Methods in org.nuxeo.ecm.webapp.dashboard that return SortInfo
 SortInfo DashBoardActionsBean.getSortInfo()
           
 SortInfo DashboardActions.getSortInfo()
           
 

Methods in org.nuxeo.ecm.webapp.dashboard with parameters of type SortInfo
 PagedDocumentsProvider DashBoardActionsBean.getResultsProvider(java.lang.String name, SortInfo sortInfo)
           
 

Uses of SortInfo in org.nuxeo.ecm.webapp.pagination
 

Methods in org.nuxeo.ecm.webapp.pagination with parameters of type SortInfo
 PagedDocumentsProvider ResultsProvidersCacheBean.get(java.lang.String name, SortInfo sortInfo)
          Deprecated.  
 PagedDocumentsProvider ResultsProvidersCache.get(java.lang.String name, SortInfo sortInfo)
          Deprecated. Gets a named results provider.
 

Uses of SortInfo in org.nuxeo.ecm.webapp.querymodel
 

Methods in org.nuxeo.ecm.webapp.querymodel with parameters of type SortInfo
 PagedDocumentsProvider QueryModelActionsBean.getResultsProvider(java.lang.String queryModelName, SortInfo sortInfo)
           
 

Uses of SortInfo in org.nuxeo.ecm.webapp.search
 

Methods in org.nuxeo.ecm.webapp.search that return SortInfo
 SortInfo DocumentSearchActions.getNewSortInfo()
           
 

Methods in org.nuxeo.ecm.webapp.search that return types with arguments of type SortInfo
 java.util.List<SortInfo> DocumentSearchActions.getSearchSortInfos()
           
 

Methods in org.nuxeo.ecm.webapp.search with parameters of type SortInfo
 PagedDocumentsProvider SearchActionsBean.getResultsProvider(java.lang.String name, SortInfo sortInfo)
          Deprecated.  
 

Method parameters in org.nuxeo.ecm.webapp.search with type arguments of type SortInfo
 void DocumentSearchActions.setSearchSortInfos(java.util.List<SortInfo> searchSortInfos)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.