Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


oracle.security.jps.service.policystore.search
Class RolePolicySearchQuery

java.lang.Object
  extended by oracle.security.jps.search.SearchQuery
      extended by oracle.security.jps.service.policystore.search.BaseSearchQuery
          extended by oracle.security.jps.service.policystore.search.RolePolicySearchQuery


public class RolePolicySearchQuery
extends BaseSearchQuery

Nested Class Summary
static class RolePolicySearchQuery.SEARCH_PROPERTY
          Properties to search a RolePolicy by.

 

Nested classes/interfaces inherited from class oracle.security.jps.search.SearchQuery
SearchQuery.MATCHER

 

Constructor Summary
RolePolicySearchQuery(java.util.List<RolePolicySearchQuery> queries, boolean negation, boolean isOrMatch)
          Constructor to build a complex query.
RolePolicySearchQuery(RolePolicySearchQuery.SEARCH_PROPERTY property, boolean negation, ComparatorType operator, java.lang.Object valueObject, SearchQuery.MATCHER match)
          Constructor.

 

Method Summary

 

Methods inherited from class oracle.security.jps.service.policystore.search.BaseSearchQuery
getComparator, getQueries, toString

 

Methods inherited from class oracle.security.jps.search.SearchQuery
addBaseQuery, getBaseSearchQueryInOrder, getSearchByPropertyString, getSearchByValue, getSearchByValueObject, getSearchComparator, getSearchQueries, getSearchValueMatch, isANDMatch, isComplexQuery, isNegativeMatch, isORMatch

 

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

 

Constructor Detail

RolePolicySearchQuery

public RolePolicySearchQuery(RolePolicySearchQuery.SEARCH_PROPERTY property,
                             boolean negation,
                             ComparatorType operator,
                             java.lang.Object valueObject,
                             SearchQuery.MATCHER match)
                      throws InvalidArgumentException
Constructor.
Parameters:
property - name of the search property.
negation - if true, then the NOT operator is applied.
operator - to apply.
valueObject - the search value.
match - to apply on the search value.
Throws:
InvalidArgumentException

RolePolicySearchQuery

public RolePolicySearchQuery(java.util.List<RolePolicySearchQuery> queries,
                             boolean negation,
                             boolean isOrMatch)
Constructor to build a complex query.
Parameters:
queries - two or more sub-queries on which to apply the negation and isOrMatch
negation - if true, the NOT operator is applied.
isOrMatch - if true, the sub-queries are OR-ed. If false, the sub-queries are AND-ed.

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


Copyright © 2011, Oracle. All rights reserved.