public class LessFilter extends ComparativeFilter
INDENT_STRING
Constructor and Description |
---|
LessFilter() |
Modifier and Type | Method and Description |
---|---|
LessFilter |
clone() |
static LessFilter |
createLessFilter(Class<? extends Objectable> type,
PrismContext prismContext,
QName propertyName,
Object realValue,
boolean equals) |
static LessFilter |
createLessFilter(ItemPath parentPath,
ItemDefinition item,
Object realValue,
boolean equals) |
static LessFilter |
createLessFilter(ItemPath parentPath,
ItemDefinition definition,
PrismValue value,
boolean equals) |
static LessFilter |
createLessFilter(ItemPath parentPath,
PrismContainerDefinition<? extends Containerable> containerDef,
QName propertyName,
Object realValue,
boolean equals) |
static LessFilter |
createLessFilter(ItemPath parentPath,
PrismContainerDefinition<? extends Containerable> containerDef,
QName propertyName,
PrismValue value,
boolean equals) |
String |
debugDump()
Show the content of the object intended for diagnostics by system administrator.
|
String |
debugDump(int indent) |
String |
dump()
Show the content of the object intended for diagnostics by developer.
|
<T extends Objectable> |
match(PrismObject<T> object) |
createComparativeFilter, createComparativeFilter, createComparativeFilter, createComparativeFilter, isEquals, setEquals
cloneValues, createPropertyFilter, createPropertyFilter, createPropertyFilter, createPropertyFilter, createPropertyFilter, getValues, setValue, setValues
cloneValues, getDefinition, getMatchingRule, getParentPath, setDefinition, setMatchingRule, setParentPath
cloneValues, getExpression, setExpression
public static LessFilter createLessFilter(ItemPath parentPath, ItemDefinition definition, PrismValue value, boolean equals)
public static LessFilter createLessFilter(ItemPath parentPath, PrismContainerDefinition<? extends Containerable> containerDef, QName propertyName, PrismValue value, boolean equals) throws SchemaException
SchemaException
public static LessFilter createLessFilter(ItemPath parentPath, ItemDefinition item, Object realValue, boolean equals) throws SchemaException
SchemaException
public static LessFilter createLessFilter(ItemPath parentPath, PrismContainerDefinition<? extends Containerable> containerDef, QName propertyName, Object realValue, boolean equals) throws SchemaException
SchemaException
public static LessFilter createLessFilter(Class<? extends Objectable> type, PrismContext prismContext, QName propertyName, Object realValue, boolean equals) throws SchemaException
SchemaException
public LessFilter clone()
clone
in class ObjectFilter
public String dump()
Dumpable
public String debugDump()
DebugDumpable
public String debugDump(int indent)
public <T extends Objectable> boolean match(PrismObject<T> object)
match
in class PropertyValueFilter
Copyright © 2013 evolveum. All rights reserved.