Skip navigation links

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

E17483-03


oracle.binding.criteria
Interface SearchCriteriaItem


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

Method Summary
 SearchConjunction getConjunction()
          Gets the conjunction used between this view criteria row and the previous view criteria row.
 java.lang.String getItemName()
          Gets the attribute name for the view criteria item.
 java.util.List getItemValues()
          Gets the values to filter on for the view criteria item.
 SearchCriteria getNestedSearchCriteria()
          Gets the nested view criteria for the view criteria item.
 java.lang.String getOperator()
          Gets the comparison operator for the view criteria item.
 boolean isUpperCaseCompare()
          Gets the flag that indicates whether to search case-insensitively.

 

Method Detail

getConjunction

SearchConjunction getConjunction()
Gets the conjunction used between this view criteria row and the previous view criteria row.
Returns:
conjuction for this view criteria row.

isUpperCaseCompare

boolean isUpperCaseCompare()
Gets the flag that indicates whether to search case-insensitively.
Returns:
case-insensitivity flag.

getItemName

java.lang.String getItemName()
Gets the attribute name for the view criteria item.
Returns:
attribute name.

getOperator

java.lang.String getOperator()
Gets the comparison operator for the view criteria item.
Returns:
comparison operator.

getItemValues

java.util.List getItemValues()
Gets the values to filter on for the view criteria item.
Returns:
values to filter on.

getNestedSearchCriteria

SearchCriteria getNestedSearchCriteria()
Gets the nested view criteria for the view criteria item.
Returns:
nested view criteria.

Skip navigation links

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

E17483-03


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