Skip navigation links
oracle.adf.share.security.search
Class SearchFilter
java.lang.Object
oracle.adf.share.security.search.SearchFilter
-
public abstract class SearchFilter
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OPERATOR_TYPE_OR
protected static final int OPERATOR_TYPE_OR
-
- See Also:
- Constant Field Values
OPERATOR_TYPE_AND
protected static final int OPERATOR_TYPE_AND
-
- See Also:
- Constant Field Values
matcher
protected MatcherType matcher
attribute
protected AppRoleAttributeType attribute
value
protected java.lang.String value
operator
protected int operator
negative
protected boolean negative
filters
protected java.util.List<SearchFilter> filters
isComplexQuery
protected boolean isComplexQuery
comparator
protected Comparator comparator
SearchFilter
public SearchFilter()
getSearchFilters
public java.util.List<SearchFilter> getSearchFilters()
getValue
public java.lang.String getValue()
- Get the search value.
-
- Returns:
- value
getAppRoleAttributeType
public AppRoleAttributeType getAppRoleAttributeType()
- Returns the application role search attribute type
-
- Returns:
- the attribute type
getComparator
public Comparator getComparator()
- Returns the search comparator
-
- Returns:
- the search comparator
getMatcherType
public MatcherType getMatcherType()
- Returns the search matcher type
-
- Returns:
- the search matcher type
isNegativeMatch
public boolean isNegativeMatch()
-
- Returns:
- true if this NOT should be applied, false otherwise
isORMatch
public boolean isORMatch()
-
- Returns:
- true if this an OR condition, false otherwise
isANDMatch
public boolean isANDMatch()
-
- Returns:
- true if this is an AND condition, false otherwise.
Skip navigation links
Copyright © 1997, 2015, Oracle. All rights reserved.