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