Interface ObjectQuery
- 
- All Superinterfaces:
- DebugDumpable,- Serializable
 - All Known Implementing Classes:
- ObjectQueryImpl
 
 public interface ObjectQuery extends DebugDumpable, Serializable 
- 
- 
Field Summary- 
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
 
- 
 - 
Method SummaryAll Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddFilter(ObjectFilter objectFilter)ObjectQueryclone()ObjectQuerycloneEmpty()booleanequals(Object o, boolean exact)booleanequivalent(Object o)ObjectFiltergetFilter()IntegergetMaxSize()IntegergetOffset()ObjectPaginggetPaging()booleanisAllowPartialResults()static 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 Detail- 
getFilterObjectFilter getFilter() 
 - 
setFiltervoid setFilter(ObjectFilter filter) 
 - 
setPagingvoid setPaging(ObjectPaging paging) 
 - 
getPagingObjectPaging getPaging() 
 - 
isAllowPartialResultsboolean isAllowPartialResults() 
 - 
setAllowPartialResultsvoid setAllowPartialResults(boolean allowPartialResults) 
 - 
cloneObjectQuery clone() 
 - 
cloneEmptyObjectQuery cloneEmpty() 
 - 
addFiltervoid addFilter(ObjectFilter objectFilter) 
 - 
getOffsetInteger getOffset() 
 - 
getMaxSizeInteger getMaxSize() 
 - 
equivalentboolean equivalent(Object o) 
 - 
equalsboolean equals(Object o, boolean exact) 
 - 
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
 
 
- 
 
-