com.evolveum.midpoint.repo.sql.query2.restriction
Class AndRestriction

java.lang.Object
  extended by com.evolveum.midpoint.repo.sql.query2.restriction.Restriction<T>
      extended by com.evolveum.midpoint.repo.sql.query2.restriction.LogicalRestriction<T>
          extended by com.evolveum.midpoint.repo.sql.query2.restriction.NaryLogicalRestriction<AndFilter>
              extended by com.evolveum.midpoint.repo.sql.query2.restriction.AndRestriction

public class AndRestriction
extends NaryLogicalRestriction<AndFilter>

Author:
lazyman

Constructor Summary
AndRestriction(QueryContext context, ObjectQuery query, AndFilter filter)
           
AndRestriction(Restriction parent, QueryContext context, ObjectQuery query, AndFilter filter)
           
 
Method Summary
 boolean canHandle(ObjectFilter filter)
           
 
Methods inherited from class com.evolveum.midpoint.repo.sql.query2.restriction.LogicalRestriction
interpret
 
Methods inherited from class com.evolveum.midpoint.repo.sql.query2.restriction.Restriction
getContext, getFilter, getInterpreter, getParent, getQuery
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AndRestriction

public AndRestriction(QueryContext context,
                      ObjectQuery query,
                      AndFilter filter)

AndRestriction

public AndRestriction(Restriction parent,
                      QueryContext context,
                      ObjectQuery query,
                      AndFilter filter)
Method Detail

canHandle

public boolean canHandle(ObjectFilter filter)
Overrides:
canHandle in class NaryLogicalRestriction<AndFilter>


Copyright © 2013 evolveum. All Rights Reserved.