com.evolveum.midpoint.prism.query
Class ValueFilter

java.lang.Object
  extended by com.evolveum.midpoint.prism.query.ObjectFilter
      extended by com.evolveum.midpoint.prism.query.ValueFilter
All Implemented Interfaces:
DebugDumpable, Dumpable, java.io.Serializable
Direct Known Subclasses:
PropertyValueFilter, StringValueFilter

public abstract class ValueFilter
extends ObjectFilter

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
 
Constructor Summary
ValueFilter(ItemPath parentPath, ItemDefinition definition)
           
ValueFilter(ItemPath parentPath, ItemDefinition definition, org.w3c.dom.Element expression)
           
 
Method Summary
 ItemDefinition getDefinition()
           
 ItemPath getParentPath()
           
 void setDefinition(ItemDefinition definition)
           
 void setParentPath(ItemPath path)
           
 
Methods inherited from class com.evolveum.midpoint.prism.query.ObjectFilter
getExpression, setExpression
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.evolveum.midpoint.util.Dumpable
dump
 
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDump
 

Constructor Detail

ValueFilter

public ValueFilter(ItemPath parentPath,
                   ItemDefinition definition)

ValueFilter

public ValueFilter(ItemPath parentPath,
                   ItemDefinition definition,
                   org.w3c.dom.Element expression)
Method Detail

getDefinition

public ItemDefinition getDefinition()

setDefinition

public void setDefinition(ItemDefinition definition)

getParentPath

public ItemPath getParentPath()

setParentPath

public void setParentPath(ItemPath path)


Copyright © 2012 evolveum. All Rights Reserved.