Package | Description |
---|---|
com.wewebu.ow.server.ecm | |
com.wewebu.ow.server.field |
Constructor and Description |
---|
OwStandardObjectCollection.OwObjectCollectionComparator(OwSort.OwSortCriteria sortCriteria_p)
construct a List comparator with the sort criteria
|
Modifier and Type | Field and Description |
---|---|
protected LinkedList<OwSort.OwSortCriteria> |
OwSort.m_SortList
list containing the sort OwSortCriteria
|
Modifier and Type | Method and Description |
---|---|
OwSort.OwSortCriteria |
OwSort.getCriteria(String strPropertyName_p)
get the specified criteria
|
OwSort.OwSortCriteria |
OwSort.getLastCriteria()
get the last criteria, i.e.
|
Modifier and Type | Method and Description |
---|---|
Collection<OwSort.OwSortCriteria> |
OwSort.getCriteriaCollection()
get a collection over the criteria.
|
Iterator<OwSort.OwSortCriteria> |
OwSort.getPrioritizedIterator()
Returns an Iterator with priority specific order of the OwSortCriteria,
beginning with the highest down to lowest.
|
Modifier and Type | Method and Description |
---|---|
void |
OwSort.addCriteria(OwSort.OwSortCriteria criteria_p)
add a sort criteria to the sort
|
int |
OwSort.getPriority(OwSort.OwSortCriteria criteria_p)
get the priority of the criteria, last criteria has highest priority
|
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.