com.evolveum.midpoint.repo.sql.query2.restriction
Class AndRestriction
java.lang.Object
com.evolveum.midpoint.repo.sql.query2.restriction.Restriction<T>
com.evolveum.midpoint.repo.sql.query2.restriction.LogicalRestriction<T>
com.evolveum.midpoint.repo.sql.query2.restriction.NaryLogicalRestriction<AndFilter>
com.evolveum.midpoint.repo.sql.query2.restriction.AndRestriction
public class AndRestriction
- extends NaryLogicalRestriction<AndFilter>
- Author:
- lazyman
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AndRestriction
public AndRestriction(QueryContext context,
ObjectQuery query,
AndFilter filter)
AndRestriction
public AndRestriction(Restriction parent,
QueryContext context,
ObjectQuery query,
AndFilter filter)
canHandle
public boolean canHandle(ObjectFilter filter)
- Overrides:
canHandle
in class NaryLogicalRestriction<AndFilter>
Copyright © 2013 evolveum. All Rights Reserved.