Class CanonicalItemPathItemFilterProcessor

java.lang.Object
com.evolveum.midpoint.repo.sqlbase.filtering.item.ItemValueFilterProcessor<PropertyValueFilter<T>>
com.evolveum.midpoint.repo.sqlbase.filtering.item.SinglePathItemFilterProcessor<ItemPathType,com.querydsl.core.types.dsl.StringPath>
com.evolveum.midpoint.repo.sqlbase.filtering.item.CanonicalItemPathItemFilterProcessor
All Implemented Interfaces:
FilterProcessor<PropertyValueFilter<ItemPathType>>, RightHandProcessor

public class CanonicalItemPathItemFilterProcessor extends SinglePathItemFilterProcessor<ItemPathType,com.querydsl.core.types.dsl.StringPath>
Filter processor for an ItemPathType attribute path (Prism item) with canonicalization of the path before using it as a value for condition.
See Also: