|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.jps.search.SearchQuery
oracle.security.jps.service.policystore.search.BaseSearchQuery
oracle.security.jps.service.policystore.search.RoleCategorySearchQuery
public class RoleCategorySearchQuery
A SearchQuery instance is not synchronized against concurrent multithreaded access. Multiple threads should not try to modify the SearchQuery as it is not thread-safe and not going to be a thread-safe object in future.
| Nested Class Summary | |
|---|---|
static class |
RoleCategorySearchQuery.SEARCH_PROPERTYCriterias to search a role category By |
| Nested classes/interfaces inherited from class oracle.security.jps.search.SearchQuery |
|---|
SearchQuery.MATCHER |
| Constructor Summary | |
|---|---|
RoleCategorySearchQuery()Deprecated. No replacement. |
|
RoleCategorySearchQuery(java.util.List<RoleCategorySearchQuery> childQueries, boolean negation, boolean isORMatch)Constructor for complex queries. |
|
RoleCategorySearchQuery(RoleCategorySearchQuery.SEARCH_PROPERTY property, boolean negation, ComparatorType operator, java.lang.String value, SearchQuery.MATCHER matcher)Construct a simple query. |
|
| Method Summary | |
|---|---|
void |
addQuery(RoleCategorySearchQuery.SEARCH_PROPERTY property, boolean negation, ComparatorType operator, java.lang.String value, SearchQuery.MATCHER match)Add a RoleCategorySearchQuery to this RoleCategorySearchQuery. |
void |
addQuery(RoleCategorySearchQuery query)Add a preconfigured RoleCategorySearchQuery |
RoleCategorySearchQuery.SEARCH_PROPERTY |
getSearchByProperty()Get the search property to use in the search. |
RoleCategorySearchQuery[] |
getSearchQueryInOrder()Get all added queries in the order they were added. |
| Methods inherited from class oracle.security.jps.service.policystore.search.BaseSearchQuery |
|---|
getBaseSearchQueryInOrder, getComparator, getEntityType, getQueries, toString |
| Methods inherited from class oracle.security.jps.search.SearchQuery |
|---|
addBaseQuery, 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 |
|---|
public RoleCategorySearchQuery()
public RoleCategorySearchQuery(java.util.List<RoleCategorySearchQuery> childQueries,
boolean negation,
boolean isORMatch)
childQueries - list of child queriesnegation - if true, the negation operator will be applied on all the result of the children queriesisORMatch - if true, the OR operator will be applied on the result of the children queries.
public RoleCategorySearchQuery(RoleCategorySearchQuery.SEARCH_PROPERTY property,
boolean negation,
ComparatorType operator,
java.lang.String value,
SearchQuery.MATCHER matcher)
property - search property. See RoleCategorySearchQuery.SEARCH_PROPERTY for list of valid values.negation - true if the negation operator should be applied on the query.operator - the comparator to use while constructing the query.value - to search by.matcher - to apply on the value while searching.| Method Detail |
|---|
public void addQuery(RoleCategorySearchQuery.SEARCH_PROPERTY property,
boolean negation,
ComparatorType operator,
java.lang.String value,
SearchQuery.MATCHER match)
property - -- search propertynegation - - negate the search?operator - -- Type of comparisonvalue - -- value to search formatch - -- matching to be performed.public void addQuery(RoleCategorySearchQuery query)
query - -- query to be added.public RoleCategorySearchQuery.SEARCH_PROPERTY getSearchByProperty()
public RoleCategorySearchQuery[] getSearchQueryInOrder()
|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||