Skip navigation links


com.bea.content.spi.flexspi.common
Interface ISortCriteria


public interface ISortCriteria

query sort criteria


Method Summary
 Locale getLocale()
          Get the locale.
 String getProperty()
          Get the sort property name.
 boolean sortAscending()
          Get the sort ascending value.
 boolean sortResults()
          Get the sort results value.

 

Method Detail

sortResults

boolean sortResults()
Get the sort results value.
Returns
The sort results value.

sortAscending

boolean sortAscending()
Get the sort ascending value.
Returns
The sort ascending value.

getProperty

String getProperty()
Get the sort property name.
Returns
The sort property name.

getLocale

Locale getLocale()
Get the locale.
Returns
The locale.

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.