Interface OrFilter
-
- All Superinterfaces:
DebugDumpable
,Freezable
,LogicalFilter
,NaryLogicalFilter
,ObjectFilter
,PrismContextSensitive
,Revivable
,Serializable
public interface OrFilter extends NaryLogicalFilter
-
-
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 OrFilter
clone()
Does a SHALLOW clone.OrFilter
cloneEmpty()
-
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, 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
-
-
-
-
Method Detail
-
clone
OrFilter clone()
Description copied from interface:ObjectFilter
Does a SHALLOW clone.- Specified by:
clone
in interfaceObjectFilter
-
cloneEmpty
OrFilter cloneEmpty()
- Specified by:
cloneEmpty
in interfaceLogicalFilter
-
-