Uses of Class
com.evolveum.midpoint.repo.sqlbase.filtering.item.SinglePathItemFilterProcessor
Packages that use SinglePathItemFilterProcessor
Package
Description
-
Uses of SinglePathItemFilterProcessor in com.evolveum.midpoint.repo.sqale.audit.filtering
Modifier and TypeClassDescriptionclassFilter processor for audit properties stored in a single JSONB column. -
Uses of SinglePathItemFilterProcessor in com.evolveum.midpoint.repo.sqale.filtering
Subclasses of SinglePathItemFilterProcessor in com.evolveum.midpoint.repo.sqale.filteringModifier and TypeClassDescriptionclassFilter processor for multi-value property represented by single array column.classFilter processor for multi-value property stored as JSONB array.classFilter processor for object type stored as PG enum, queried with QName value.classFilter processor for URI item paths - represented by string/QName in schema and by int ID in DB.classSimilar toSimpleItemFilterProcessorbut String value can be just UUID prefixes and must be smartly converted based on the actual operation. -
Uses of SinglePathItemFilterProcessor in com.evolveum.midpoint.repo.sqlbase.filtering.item
Modifier and TypeClassDescriptionclassFilter processor for anItemPathTypeattribute path (Prism item) with canonicalization of the path before using it as a value for condition.classEnumItemFilterProcessor<E extends Enum<E>>Filter processor for an attribute path (Prism item) of enum type that is mapped to matching PostgreSQL enum type - this allows to use schema enums directly.classEnumOrdinalItemFilterProcessor<E extends Enum<E>>Filter processor for a an attribute path (Prism item) of enum type that is mapped to SQL as ordinal value.classSimpleItemFilterProcessor<T,P extends com.querydsl.core.types.Path<T>> Filter processor for a single path with straightforward type mapping and no conversions.classTimestampItemFilterProcessor<T extends Comparable<T>>Filter processor for an attribute path (Prism item) of a timestamp type.