Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.9.0)

E52932-01


oracle.jbo
Interface DataFilter

All Known Subinterfaces:
RangePagingDataFilter, ScrollableDataFilter

public interface DataFilter
Since:
11g Release 1 (11.1.1)

Method Summary
 RowContext getRowContext()
          Gets the RowContext to fetch information about master row.
 java.util.List<java.lang.String> getSearchAttributeNames()
          Gets the list of attributes (view attributes and link accessors) to retrieve.
 java.util.List<ViewCriteria> getSearchCriteria()
          Gets additional runtime search condition.
 java.util.List<SortCriteria> getSortCriteria()
          Gets the query result sort order.

 

Method Detail

getSearchCriteria

java.util.List<ViewCriteria> getSearchCriteria()
Gets additional runtime search condition.
Returns:
additional runtime search condition.

getSortCriteria

java.util.List<SortCriteria> getSortCriteria()
Gets the query result sort order.
Returns:
query result sort order.

getSearchAttributeNames

java.util.List<java.lang.String> getSearchAttributeNames()
Gets the list of attributes (view attributes and link accessors) to retrieve.
Returns:
list of attribute names.

getRowContext

RowContext getRowContext()
Gets the RowContext to fetch information about master row.
Returns:
instace of RowContext

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.9.0)

E52932-01


Copyright © 1997, 2015, Oracle. All rights reserved.