public abstract class ObjectFilter extends Object implements DebugDumpable, Serializable, Revivable
INDENT_STRING
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor visitor) |
abstract ObjectFilter |
clone() |
protected void |
cloneValues(ObjectFilter clone) |
abstract <T extends Objectable> |
match(PrismObject<T> object,
MatchingRuleRegistry matchingRuleRegistry) |
void |
revive(PrismContext prismContext) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
debugDump, debugDump
public abstract ObjectFilter clone()
public abstract <T extends Objectable> boolean match(PrismObject<T> object, 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
Copyright © 2014 evolveum. All rights reserved.