Interface LessFilter<T>
-
- All Superinterfaces:
ComparativeFilter<T>
,DebugDumpable
,Freezable
,Itemable
,ItemFilter
,ObjectFilter
,PrismContextSensitive
,PropertyValueFilter<T>
,Revivable
,Serializable
,ValueFilter<PrismPropertyValue<T>,PrismPropertyDefinition<T>>
public interface LessFilter<T> extends ComparativeFilter<T>
-
-
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 LessFilter<T>
clone()
Does a SHALLOW clone.-
Methods inherited from interface com.evolveum.midpoint.prism.query.ComparativeFilter
isEquals
-
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, revive
-
Methods inherited from interface com.evolveum.midpoint.prism.PrismContextSensitive
getPrismContext
-
Methods inherited from interface com.evolveum.midpoint.prism.query.ValueFilter
checkConsistence, equals, getDefinition, getElementName, getExpression, getFullPath, getMatchingRule, getParentPath, getPath, getRightHandSideDefinition, getRightHandSidePath, getSingleValue, getValues, isRaw, match, setDefinition, setExpression, setMatchingRule, setRightHandSideDefinition, setRightHandSidePath, setValue
-
-
-
-
Method Detail
-
clone
LessFilter<T> clone()
Description copied from interface:ObjectFilter
Does a SHALLOW clone.- Specified by:
clone
in interfaceComparativeFilter<T>
- Specified by:
clone
in interfaceObjectFilter
- Specified by:
clone
in interfacePropertyValueFilter<T>
- Specified by:
clone
in interfaceValueFilter<PrismPropertyValue<T>,PrismPropertyDefinition<T>>
-
-