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

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<OrFilter>
              extended by com.evolveum.midpoint.repo.sql.query2.restriction.OrRestriction

public class OrRestriction
extends NaryLogicalRestriction<OrFilter>

Author:
lazyman

Constructor Summary
OrRestriction(QueryContext context, ObjectQuery query, OrFilter filter)
           
OrRestriction(Restriction parent, QueryContext context, ObjectQuery query, OrFilter 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

OrRestriction

public OrRestriction(QueryContext context,
                     ObjectQuery query,
                     OrFilter filter)

OrRestriction

public OrRestriction(Restriction parent,
                     QueryContext context,
                     ObjectQuery query,
                     OrFilter filter)
Method Detail

canHandle

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


Copyright © 2013 evolveum. All Rights Reserved.