public interface SearchCriteriaItem
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
SearchConjunction getConjunction()
boolean isUpperCaseCompare()
java.lang.String getItemName()
java.lang.String getOperator()
java.util.List getItemValues()
SearchCriteria getNestedSearchCriteria()