Interface ObjectQuery
- All Superinterfaces:
DebugDumpable
,Serializable
- All Known Implementing Classes:
ObjectQueryImpl
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addFilter
(ObjectFilter objectFilter) clone()
boolean
boolean
equivalent
(Object o) boolean
static boolean
match
(Containerable object, ObjectFilter filter, MatchingRuleRegistry matchingRuleRegistry) static <T extends Objectable>
booleanmatch
(PrismObject<T> object, ObjectFilter filter, MatchingRuleRegistry matchingRuleRegistry) void
setAllowPartialResults
(boolean allowPartialResults) void
setFilter
(ObjectFilter filter) void
setPaging
(ObjectPaging paging) Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDump, debugDumpLazily, debugDumpLazily
-
Method Details
-
getFilter
ObjectFilter getFilter() -
setFilter
-
setPaging
-
getPaging
ObjectPaging getPaging() -
isAllowPartialResults
boolean isAllowPartialResults() -
setAllowPartialResults
void setAllowPartialResults(boolean allowPartialResults) -
clone
ObjectQuery clone() -
cloneWithoutFilter
ObjectQuery cloneWithoutFilter() -
addFilter
-
getOffset
Integer getOffset() -
getMaxSize
Integer getMaxSize() -
equivalent
-
equals
-
match
static <T extends Objectable> boolean match(PrismObject<T> object, ObjectFilter filter, MatchingRuleRegistry matchingRuleRegistry) throws SchemaException - Throws:
SchemaException
-
match
static boolean match(Containerable object, ObjectFilter filter, MatchingRuleRegistry matchingRuleRegistry) throws SchemaException - Throws:
SchemaException
-