Interface NaryLogicalFilter
-
- All Superinterfaces:
DebugDumpable
,Freezable
,LogicalFilter
,ObjectFilter
,PrismContextSensitive
,Revivable
,Serializable
public interface NaryLogicalFilter extends LogicalFilter
-
-
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 ObjectFilter
getLastCondition()
-
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, cloneEmpty, contains, getConditions, isEmpty, setConditions
-
Methods inherited from interface com.evolveum.midpoint.prism.query.ObjectFilter
clone, equals, match, revive
-
Methods inherited from interface com.evolveum.midpoint.prism.PrismContextSensitive
getPrismContext
-
-
-
-
Method Detail
-
getLastCondition
ObjectFilter getLastCondition()
-
-