Interface ObjectQuery
- All Superinterfaces:
- DebugDumpable,- Serializable
- 
Field SummaryFields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
- 
Method SummaryModifier 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.DebugDumpabledebugDump, debugDump, debugDumpLazily, debugDumpLazily
- 
Method Details- 
getFilterObjectFilter getFilter()
- 
setFilter
- 
setPaging
- 
getPagingObjectPaging getPaging()
- 
isAllowPartialResultsboolean isAllowPartialResults()
- 
setAllowPartialResultsvoid setAllowPartialResults(boolean allowPartialResults) 
- 
cloneObjectQuery clone()
- 
cloneWithoutFilterObjectQuery cloneWithoutFilter()
- 
addFilter
- 
getOffsetInteger getOffset()
- 
getMaxSizeInteger getMaxSize()
- 
equivalent
- 
equals
- 
matchstatic <T extends Objectable> boolean match(PrismObject<T> object, ObjectFilter filter, MatchingRuleRegistry matchingRuleRegistry) throws SchemaException - Throws:
- SchemaException
 
- 
matchstatic boolean match(Containerable object, ObjectFilter filter, MatchingRuleRegistry matchingRuleRegistry) throws SchemaException - Throws:
- SchemaException
 
 
-