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