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