Class RefTableItemFilterProcessor<Q extends QReference<R,OR>,R extends MReference,OQ extends FlexibleRelationalPathBase<OR>,OR>

java.lang.Object
com.evolveum.midpoint.repo.sqlbase.filtering.item.ItemValueFilterProcessor<RefFilter>
com.evolveum.midpoint.repo.sqale.filtering.RefTableItemFilterProcessor<Q,R,OQ,OR>
Type Parameters:
Q - type of entity path for the reference table
R - row type related to the RefTableItemFilterProcessor
OQ - query type of the reference owner
OR - row type of the reference owner
All Implemented Interfaces:
FilterProcessor<RefFilter>, RightHandProcessor

public class RefTableItemFilterProcessor<Q extends QReference<R,OR>,R extends MReference,OQ extends FlexibleRelationalPathBase<OR>,OR> extends ItemValueFilterProcessor<RefFilter>
Filter processor for reference item paths resolved via QReference tables. This just joins the reference table and then delegates to RefItemFilterProcessor.