com.evolveum.midpoint.repo.sql.query2.restriction
Class PropertyRestriction<T extends ValueFilter>

java.lang.Object
  extended by com.evolveum.midpoint.repo.sql.query2.restriction.Restriction<T>
      extended by com.evolveum.midpoint.repo.sql.query2.restriction.ItemRestriction<T>
          extended by com.evolveum.midpoint.repo.sql.query2.restriction.PropertyRestriction<T>

public class PropertyRestriction<T extends ValueFilter>
extends ItemRestriction<T>

Author:
lazyman

Constructor Summary
PropertyRestriction(QueryContext context, ObjectQuery query, T filter)
           
PropertyRestriction(Restriction parent, QueryContext context, ObjectQuery query, T filter)
           
 
Method Summary
 
Methods inherited from class com.evolveum.midpoint.repo.sql.query2.restriction.ItemRestriction
canHandle, createComparableRealValue, createCriterion, createPropertyName, interpret
 
Methods inherited from class com.evolveum.midpoint.repo.sql.query2.restriction.Restriction
getContext, getFilter, getInterpreter, getParent, getQuery
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyRestriction

public PropertyRestriction(QueryContext context,
                           ObjectQuery query,
                           T filter)

PropertyRestriction

public PropertyRestriction(Restriction parent,
                           QueryContext context,
                           ObjectQuery query,
                           T filter)


Copyright © 2013 evolveum. All Rights Reserved.