Interface InOidFilter
-
- All Superinterfaces:
DebugDumpable
,Freezable
,ObjectFilter
,PrismContextSensitive
,Revivable
,Serializable
public interface InOidFilter extends ObjectFilter
TODO create a better name for this filter
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InOidFilter
clone()
Does a SHALLOW clone.ExpressionWrapper
getExpression()
Collection<String>
getOids()
boolean
isConsiderOwner()
void
setExpression(ExpressionWrapper expression)
void
setOids(Collection<String> oids)
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.query.ObjectFilter
accept, checkConsistence, equals, match, revive
-
Methods inherited from interface com.evolveum.midpoint.prism.PrismContextSensitive
getPrismContext
-
-
-
-
Method Detail
-
getOids
Collection<String> getOids()
-
setOids
void setOids(Collection<String> oids)
-
isConsiderOwner
boolean isConsiderOwner()
-
getExpression
ExpressionWrapper getExpression()
-
setExpression
void setExpression(ExpressionWrapper expression)
-
clone
InOidFilter clone()
Description copied from interface:ObjectFilter
Does a SHALLOW clone.- Specified by:
clone
in interfaceObjectFilter
-
-