Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.core.api.Sorter

Packages that use Sorter
org.nuxeo.ecm.core.api The core API of the Nuxeo platform, including: CoreSession, DocumentModel, Blob
org.nuxeo.ecm.core.api.tree   
org.nuxeo.ecm.platform.comment.impl   
org.nuxeo.ecm.webapp.tree   
 

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

Classes in org.nuxeo.ecm.core.api that implement Sorter
 class DocumentModelComparator
          DocumentModel comparator.
 

Methods in org.nuxeo.ecm.core.api with parameters of type Sorter
 DocumentModelList CoreSession.getChildren(DocumentRef parent, String type, Filter filter, Sorter sorter)
          Same as CoreSession.getChildren(DocumentRef, String, String, Filter, Sorter) without specific permission filtering.
 DocumentModelList AbstractSession.getChildren(DocumentRef parent, String type, Filter filter, Sorter sorter)
           
 DocumentModelList CoreSession.getChildren(DocumentRef parent, String type, String perm, Filter filter, Sorter sorter)
          Same as CoreSession.getChildren(DocumentRef, String, String) but the result is filtered and then sorted using the specified filter and sorter.
 DocumentModelList AbstractSession.getChildren(DocumentRef parent, String type, String perm, Filter filter, Sorter sorter)
           
 DocumentModelList CoreSession.getFiles(DocumentRef parent, Filter filter, Sorter sorter)
          Same as CoreSession.getFiles(org.nuxeo.ecm.core.api.DocumentRef) but uses an optional filter and sorter on the result.
 DocumentModelList AbstractSession.getFiles(DocumentRef parent, Filter filter, Sorter sorter)
           
 DocumentModelList CoreSession.getFolders(DocumentRef parent, Filter filter, Sorter sorter)
          Same as CoreSession.getFolders(DocumentRef) but uses an optional filter and sorter on the result.
 DocumentModelList AbstractSession.getFolders(DocumentRef parent, Filter filter, Sorter sorter)
           
 

Uses of Sorter in org.nuxeo.ecm.core.api.tree
 

Subinterfaces of Sorter in org.nuxeo.ecm.core.api.tree
 interface DocumentTreeSorter
          Interface for document tree sorter.
 

Classes in org.nuxeo.ecm.core.api.tree that implement Sorter
 class DefaultDocumentTreeSorter
          Default implementation for document tree sorter.
 

Uses of Sorter in org.nuxeo.ecm.platform.comment.impl
 

Classes in org.nuxeo.ecm.platform.comment.impl that implement Sorter
 class CommentSorter
           
 

Uses of Sorter in org.nuxeo.ecm.webapp.tree
 

Methods in org.nuxeo.ecm.webapp.tree that return Sorter
 Sorter TreeManagerImpl.getSorter(String pluginName)
           
 Sorter TreeManager.getSorter(String pluginName)
          Returns sorter to use for given plugin name.
 

Constructors in org.nuxeo.ecm.webapp.tree with parameters of type Sorter
DocumentTreeNodeImpl(DocumentModel document, Filter filter, Filter leafFilter, Sorter sorter, QueryModel queryModel)
          Deprecated. since 5.4: use constructors with content views instead
DocumentTreeNodeImpl(DocumentModel document, Filter filter, Filter leafFilter, Sorter sorter, QueryModel queryModel, QueryModel orderableQueryModel)
          Deprecated. since 5.4: use constructors with content views instead
DocumentTreeNodeImpl(DocumentModel document, Filter filter, Sorter sorter)
          This constructor assumes that a valid session id is held by the document model.
DocumentTreeNodeImpl(String sessionId, DocumentModel document, Filter filter, Filter leafFilter, Sorter sorter, QueryModel queryModel)
          Deprecated. since 5.4: use constructors with content views instead
DocumentTreeNodeImpl(String sessionId, DocumentModel document, Filter filter, Filter leafFilter, Sorter sorter, QueryModel queryModel, QueryModel orderableQueryModel)
          Deprecated. since 5.4: use constructors with content views instead
DocumentTreeNodeImpl(String sessionId, DocumentModel document, Filter filter, Filter leafFilter, Sorter sorter, String pageProviderName)
           
DocumentTreeNodeImpl(String sessionId, DocumentModel document, Filter filter, Sorter sorter)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.