Interface TypeFilter
-
- All Superinterfaces:
DebugDumpable
,Freezable
,ObjectFilter
,PrismContextSensitive
,Revivable
,Serializable
public interface TypeFilter extends ObjectFilter
-
-
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 TypeFilter
clone()
Does a SHALLOW clone.TypeFilter
cloneEmpty()
ObjectFilter
getFilter()
@NotNull QName
getType()
void
setFilter(ObjectFilter filter)
-
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
-
getType
@NotNull @NotNull QName getType()
-
getFilter
ObjectFilter getFilter()
-
setFilter
void setFilter(ObjectFilter filter)
-
clone
TypeFilter clone()
Description copied from interface:ObjectFilter
Does a SHALLOW clone.- Specified by:
clone
in interfaceObjectFilter
-
cloneEmpty
TypeFilter cloneEmpty()
-
-