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