Skip navigation links


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


public interface IFilterCriteria

query filter criteria


Method Summary
 boolean filterResults()
          Get the filter results value.
 FilterMethod getFilterMethod()
          Get the filter method.
 String getFilterValue()
          Get the filter value.
 Locale getLocale()
          Get the locale.
 String getProperty()
          Get the filter property name.

 

Method Detail

filterResults

boolean filterResults()
Get the filter results value.
Returns
The filter results value.

getFilterValue

String getFilterValue()
Get the filter value.
Returns
The filter value.

getFilterMethod

FilterMethod getFilterMethod()
Get the filter method.
Returns
The filter method.

getProperty

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

getLocale

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

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.