com.evolveum.midpoint.repo.sql.query
Class LogicalOp

java.lang.Object
  extended by com.evolveum.midpoint.repo.sql.query.LogicalOp

public class LogicalOp
extends Object

Author:
lazyman

Constructor Summary
LogicalOp(QueryInterpreter interpreter)
           
 
Method Summary
 boolean checkNaryFilterConsistence(ObjectFilter filterPart)
           
protected  QueryInterpreter getInterpreter()
           
 org.hibernate.criterion.Criterion interpret(ObjectFilter filterPart, boolean pushNot)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogicalOp

public LogicalOp(QueryInterpreter interpreter)
Method Detail

interpret

public org.hibernate.criterion.Criterion interpret(ObjectFilter filterPart,
                                                   boolean pushNot)
                                            throws QueryException
Throws:
QueryException

checkNaryFilterConsistence

public boolean checkNaryFilterConsistence(ObjectFilter filterPart)
                                   throws QueryException
Throws:
QueryException

getInterpreter

protected QueryInterpreter getInterpreter()


Copyright © 2013 evolveum. All Rights Reserved.