Interface InOidFilter
- All Superinterfaces:
DebugDumpable,Freezable,ObjectFilter,PrismContextSensitive,Revivable,Serializable
TODO create a better name for this filter
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Method Summary
Modifier and TypeMethodDescriptionclone()Does a SHALLOW clone.getOids()booleandefault booleanmatchesOnly(ItemPath... paths) Returns true, if filter processes only enumerated item paths and does not use referencedBy, ownedBy where path context changes drastically.voidsetExpression(ExpressionWrapper expression) voidsetOids(Collection<String> oids) Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDump, debugDumpLazily, debugDumpLazilyMethods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable, freeze, isImmutableMethods inherited from interface com.evolveum.midpoint.prism.query.ObjectFilter
accept, checkConsistence, collectUsedPaths, equals, match, reviveMethods inherited from interface com.evolveum.midpoint.prism.PrismContextSensitive
getPrismContext
-
Method Details
-
getOids
Collection<String> getOids() -
setOids
-
isConsiderOwner
boolean isConsiderOwner() -
getExpression
ExpressionWrapper getExpression() -
setExpression
-
clone
InOidFilter clone()Description copied from interface:ObjectFilterDoes a SHALLOW clone.- Specified by:
clonein interfaceObjectFilter
-
matchesOnly
Description copied from interface:ObjectFilterReturns true, if filter processes only enumerated item paths and does not use referencedBy, ownedBy where path context changes drastically. Useful to find if filter could be executed with limited set of information (e.g. only access to target name inRefFilter- Specified by:
matchesOnlyin interfaceObjectFilter
-