Interface NotFilter
- All Superinterfaces:
DebugDumpable
,Freezable
,LogicalFilter
,ObjectFilter
,Revivable
,Serializable
,UnaryLogicalFilter
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Does a SHALLOW clone.void
setFilter
(ObjectFilter inner) 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.LogicalFilter
accept, addCondition, checkConsistence, collectUsedPaths, contains, getConditions, isEmpty, matchesOnly, setConditions, transformItemPaths
Methods inherited from interface com.evolveum.midpoint.prism.query.ObjectFilter
equals, match, revive, usedPaths
Methods inherited from interface com.evolveum.midpoint.prism.query.UnaryLogicalFilter
getFilter
-
Method Details
-
clone
NotFilter clone()Description copied from interface:ObjectFilter
Does a SHALLOW clone.- Specified by:
clone
in interfaceObjectFilter
-
cloneEmpty
NotFilter cloneEmpty()- Specified by:
cloneEmpty
in interfaceLogicalFilter
-
setFilter
-