Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.1.0)

E17483-02

oracle.binding
Interface DataFilter


public interface DataFilter

Since:
11g Release 1 (11.1.1)

Method Summary
 int getFetchSize()
          Gets the maximum number of rows to retrieve.
 int getFetchStart()
          Gets the zero-based row index to start with.
 java.util.List<java.lang.String> getSearchAttributeNames()
          Gets the list of attributes (view attributes and link accessors) to retrieve.
 SearchCriteria getSearchCriteria()
          Gets additional runtime search condition.
 SortCriteria getSortCriteria()
          Gets the query result sort order.
 

Method Detail

getFetchStart

int getFetchStart()
Gets the zero-based row index to start with.

Returns:
starting row index.

getFetchSize

int getFetchSize()
Gets the maximum number of rows to retrieve.

Returns:
maximum number of rows to retrieve.

getSearchCriteria

SearchCriteria getSearchCriteria()
Gets additional runtime search condition.

Returns:
additional runtime search condition.

getSortCriteria

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.

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.1.0)

E17483-02

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