Uses of Class
com.evolveum.midpoint.repo.sqlbase.filtering.item.SinglePathItemFilterProcessor
-
-
Uses of SinglePathItemFilterProcessor in com.evolveum.midpoint.repo.sqale.audit.filtering
Subclasses of SinglePathItemFilterProcessor in com.evolveum.midpoint.repo.sqale.audit.filtering Modifier and Type Class Description class
AuditPropertiesItemFilterProcessor
Filter 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.filtering Modifier and Type Class Description class
ArrayPathItemFilterProcessor<T,E>
Filter processor for multi-value property represented by single array column.class
JsonbPolysPathItemFilterProcessor<T>
Filter processor for multi-value property stored as JSONB array.class
UriItemFilterProcessor
Filter processor for URI item paths - represented by string/QName in schema and by int ID in DB.class
UuidItemFilterProcessor
Similar toSimpleItemFilterProcessor
but 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
Subclasses of SinglePathItemFilterProcessor in com.evolveum.midpoint.repo.sqlbase.filtering.item Modifier and Type Class Description class
CanonicalItemPathItemFilterProcessor
Filter processor for anItemPathType
attribute path (Prism item) with canonicalization of the path before using it as a value for condition.class
EnumItemFilterProcessor<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.class
EnumOrdinalItemFilterProcessor<E extends Enum<E>>
Filter processor for a an attribute path (Prism item) of enum type that is mapped to SQL as ordinal value.class
SimpleItemFilterProcessor<T,P extends com.querydsl.core.types.Path<T>>
Filter processor for a single path with straightforward type mapping and no conversions.class
TimestampItemFilterProcessor<T extends Comparable<T>>
Filter processor for an attribute path (Prism item) of a timestamp type.
-