Skip navigation links

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

E52934-01


oracle.adf.share.security.search
Class SearchFilter

java.lang.Object
  extended by oracle.adf.share.security.search.SearchFilter


public abstract class SearchFilter
extends java.lang.Object

Field Summary
protected  AppRoleAttributeType attribute
           
protected  Comparator comparator
           
protected  java.util.List<SearchFilter> filters
           
protected  boolean isComplexQuery
           
protected  MatcherType matcher
           
protected  boolean negative
           
protected  int operator
           
protected static int OPERATOR_TYPE_AND
           
protected static int OPERATOR_TYPE_OR
           
protected  java.lang.String value
           

 

Constructor Summary
SearchFilter()
           

 

Method Summary
 AppRoleAttributeType getAppRoleAttributeType()
          Returns the application role search attribute type
 Comparator getComparator()
          Returns the search comparator
 MatcherType getMatcherType()
          Returns the search matcher type
 java.util.List<SearchFilter> getSearchFilters()
           
 java.lang.String getValue()
          Get the search value.
 boolean isANDMatch()
           
 boolean isNegativeMatch()
           
 boolean isORMatch()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

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

Constructor Detail

SearchFilter

public SearchFilter()

Method Detail

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

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

E52934-01


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