Skip navigation links
oracle.security.jps.service.policystore.search
Class RolePolicySearchQuery
java.lang.Object
oracle.security.jps.search.SearchQuery
oracle.security.jps.service.policystore.search.BaseSearchQuery
oracle.security.jps.service.policystore.search.RolePolicySearchQuery
-
public class RolePolicySearchQuery
- extends BaseSearchQuery
| 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 |
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
Copyright © 2011, Oracle. All rights reserved.