public class NotFilter extends UnaryLogicalFilter
condition
INDENT_STRING
Constructor and Description |
---|
NotFilter() |
NotFilter(ObjectFilter filter) |
Modifier and Type | Method and Description |
---|---|
NotFilter |
clone() |
static NotFilter |
createNot(ObjectFilter filter) |
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) |
String |
toString() |
getFilter, setFilter
getClonedConditions, getCondition, setCondition
cloneValues, getExpression, setExpression
public NotFilter()
public NotFilter(ObjectFilter filter)
public static NotFilter createNot(ObjectFilter filter)
public NotFilter 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 ObjectFilter
Copyright © 2013 evolveum. All rights reserved.