|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bea.p13n.content.document.ref.DocumentComparator
A comparator which can sort DocumentMetadataDefs according to a list of SortCriteria.
This will not be a fast comparator due to the nature of the objects it supports. It is recommended to try to get the database to do as much sorting as possible.
| Field Summary | |
protected SortCriteria[] |
criteria
Deprecated. The SortCriteria this uses. |
| Constructor Summary | |
DocumentComparator(SortCriteria[] criteria)
Deprecated. Constructor. |
|
DocumentComparator(String sortBy)
Deprecated. Constructor. |
|
| Method Summary | |
int |
compare(Object obj1,
Object obj2)
Deprecated. Compare two DocumentMetadataDef objects according to the sort criteria. |
String |
toString()
Deprecated. Get a string representation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Comparator |
equals |
| Field Detail |
protected SortCriteria[] criteria
| Constructor Detail |
public DocumentComparator(SortCriteria[] criteria)
public DocumentComparator(String sortBy)
throws IllegalArgumentException
IllegalArgumentExceptionSortCriteria.getSortCriteria(java.lang.String)| Method Detail |
public int compare(Object obj1,
Object obj2)
throws ClassCastException
compare in interface Comparatorobj1 - the first object.obj2 - the second object.
ClassCastException - thrown if either obj1 or obj2 is not a
DocumentMetadataDef.public String toString()
|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||