Class PropertyRestriction
- java.lang.Object
-
- com.evolveum.midpoint.repo.sql.query2.restriction.Restriction<T>
-
- com.evolveum.midpoint.repo.sql.query2.restriction.ItemRestriction<T>
-
- com.evolveum.midpoint.repo.sql.query2.restriction.ItemValueRestriction<PropertyValueFilter>
-
- com.evolveum.midpoint.repo.sql.query2.restriction.PropertyRestriction
-
- Direct Known Subclasses:
AnyPropertyRestriction
public class PropertyRestriction extends ItemValueRestriction<PropertyValueFilter>
- Author:
- lazyman, mederly
-
-
Field Summary
-
Fields inherited from class com.evolveum.midpoint.repo.sql.query2.restriction.ItemRestriction
hqlDataInstance, itemDefinition, itemPath
-
Fields inherited from class com.evolveum.midpoint.repo.sql.query2.restriction.Restriction
context, filter, parent
-
-
Constructor Summary
Constructors Constructor Description PropertyRestriction(InterpretationContext context, PropertyValueFilter filter, JpaEntityDefinition baseEntityDefinition, Restriction parent, JpaLinkDefinition<JpaPropertyDefinition> linkDefinition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Condition
interpretInternal()
-
Methods inherited from class com.evolveum.midpoint.repo.sql.query2.restriction.ItemValueRestriction
getValue, interpret
-
Methods inherited from class com.evolveum.midpoint.repo.sql.query2.restriction.ItemRestriction
getHqlDataInstance, getItemPath, setHqlDataInstance
-
Methods inherited from class com.evolveum.midpoint.repo.sql.query2.restriction.Restriction
getBaseHqlEntity, getBaseHqlEntityForChildren, getContext, getFilter, getItemPathResolver, getParent, isNegated, nameOf
-
-
-
-
Constructor Detail
-
PropertyRestriction
public PropertyRestriction(InterpretationContext context, PropertyValueFilter filter, JpaEntityDefinition baseEntityDefinition, Restriction parent, JpaLinkDefinition<JpaPropertyDefinition> linkDefinition)
-
-
Method Detail
-
interpretInternal
public Condition interpretInternal() throws QueryException
- Specified by:
interpretInternal
in classItemValueRestriction<PropertyValueFilter>
- Throws:
QueryException
-
-