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 TypeMethodDescriptionvoidaddFilter(ObjectFilter objectFilter) clone()booleanbooleanequivalent(Object o) booleanstatic booleanmatch(Containerable object, ObjectFilter filter, MatchingRuleRegistry matchingRuleRegistry) static <T extends Objectable>
booleanmatch(PrismObject<T> object, ObjectFilter filter, MatchingRuleRegistry matchingRuleRegistry) voidsetAllowPartialResults(boolean allowPartialResults) voidsetFilter(ObjectFilter filter) voidsetPaging(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
-