com.evolveum.midpoint.repo.sql.query2.restriction
Class AnyPropertyRestriction

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

public class AnyPropertyRestriction
extends ItemRestriction

Author:
lazyman

Constructor Summary
AnyPropertyRestriction(QueryContext context, ObjectQuery query, ValueFilter filter)
           
AnyPropertyRestriction(Restriction parent, QueryContext context, ObjectQuery query, ValueFilter 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

AnyPropertyRestriction

public AnyPropertyRestriction(QueryContext context,
                              ObjectQuery query,
                              ValueFilter filter)

AnyPropertyRestriction

public AnyPropertyRestriction(Restriction parent,
                              QueryContext context,
                              ObjectQuery query,
                              ValueFilter filter)


Copyright © 2013 evolveum. All Rights Reserved.