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