Interface AndFilter
- All Superinterfaces:
DebugDumpable
,Freezable
,LogicalFilter
,NaryLogicalFilter
,ObjectFilter
,PrismContextSensitive
,Revivable
,Serializable
-
Field Summary
FieldsFields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Method Summary
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, contains, getConditions, isEmpty, matchesOnly, setConditions
Methods inherited from interface com.evolveum.midpoint.prism.query.NaryLogicalFilter
getLastCondition
Methods inherited from interface com.evolveum.midpoint.prism.query.ObjectFilter
equals, match, revive
Methods inherited from interface com.evolveum.midpoint.prism.PrismContextSensitive
getPrismContext
-
Field Details
-
ELEMENT_NAME
-
-
Method Details
-
clone
AndFilter clone()Description copied from interface:ObjectFilter
Does a SHALLOW clone.- Specified by:
clone
in interfaceObjectFilter
-
cloneEmpty
AndFilter cloneEmpty()- Specified by:
cloneEmpty
in interfaceLogicalFilter
-