Class TimestampItemFilterProcessor<T extends Comparable<T>>

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

public class TimestampItemFilterProcessor<T extends Comparable<T>> extends SinglePathItemFilterProcessor<Object,com.querydsl.core.types.dsl.DateTimePath<T>>
Filter processor for an attribute path (Prism item) of a timestamp type. Should support conversion of filter value types XMLGregorianCalendar (what else do we want?) to paths of Instant, Timestamp and Long.