Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.api.tree
Interface DocumentTreeSorter

All Superinterfaces:
java.util.Comparator<DocumentModel>, java.io.Serializable, Sorter
All Known Implementing Classes:
DefaultDocumentTreeSorter

public interface DocumentTreeSorter
extends Sorter

Interface for document tree sorter.

Author:
Anahide Tchertchian

Method Summary
 java.lang.String getSortPropertyPath()
           
 void setSortPropertyPath(java.lang.String sortPropertyPath)
           
 
Methods inherited from interface java.util.Comparator
compare, equals
 

Method Detail

getSortPropertyPath

java.lang.String getSortPropertyPath()

setSortPropertyPath

void setSortPropertyPath(java.lang.String sortPropertyPath)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.