public abstract class ObjectFilter extends Object implements DebugDumpable, Serializable, Revivable
INDENT_STRING
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor visitor) |
abstract void |
checkConsistence() |
abstract ObjectFilter |
clone() |
protected void |
cloneValues(ObjectFilter clone) |
abstract boolean |
match(PrismContainerValue value,
MatchingRuleRegistry matchingRuleRegistry) |
void |
revive(PrismContext prismContext) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
debugDump, debugDump
public abstract ObjectFilter clone()
public abstract boolean match(PrismContainerValue value, MatchingRuleRegistry matchingRuleRegistry) throws SchemaException
SchemaException
protected void cloneValues(ObjectFilter clone)
public void accept(Visitor visitor)
public void revive(PrismContext prismContext) throws SchemaException
revive
in interface Revivable
SchemaException
public abstract void checkConsistence()
Copyright © 2015 evolveum. All rights reserved.