public static interface Filter.FilterVisitor
Modifier and Type | Method and Description |
---|---|
void |
visitAnd(Filter.CompositeFilter filter) |
void |
visitCollectionCondition(Filter.LeafFilter filter) |
void |
visitContainsAll(Filter.LeafFilter filter) |
void |
visitEQ(Filter.LeafFilter filter) |
void |
visitGE(Filter.LeafFilter filter) |
void |
visitGT(Filter.LeafFilter filter) |
void |
visitIn(Filter.LeafFilter filter) |
void |
visitIsEmpty(Filter.LeafFilter filter) |
void |
visitIsNull(Filter.LeafFilter filter) |
void |
visitJoin(Filter.LeafFilter filter) |
void |
visitLE(Filter.LeafFilter filter) |
void |
visitLike(Filter.LeafFilter filter) |
void |
visitLT(Filter.LeafFilter filter) |
void |
visitNE(Filter.LeafFilter filter) |
void |
visitNot(Filter.CompositeFilter filter) |
void |
visitNotNull(Filter.LeafFilter filter) |
void |
visitOr(Filter.CompositeFilter filter) |
void |
visitSubquery(Filter.LeafFilter filter) |
void visitAnd(Filter.CompositeFilter filter) throws sailpoint.tools.GeneralException
sailpoint.tools.GeneralException
void visitOr(Filter.CompositeFilter filter) throws sailpoint.tools.GeneralException
sailpoint.tools.GeneralException
void visitNot(Filter.CompositeFilter filter) throws sailpoint.tools.GeneralException
sailpoint.tools.GeneralException
void visitEQ(Filter.LeafFilter filter) throws sailpoint.tools.GeneralException
sailpoint.tools.GeneralException
void visitNE(Filter.LeafFilter filter) throws sailpoint.tools.GeneralException
sailpoint.tools.GeneralException
void visitLT(Filter.LeafFilter filter) throws sailpoint.tools.GeneralException
sailpoint.tools.GeneralException
void visitGT(Filter.LeafFilter filter) throws sailpoint.tools.GeneralException
sailpoint.tools.GeneralException
void visitLE(Filter.LeafFilter filter) throws sailpoint.tools.GeneralException
sailpoint.tools.GeneralException
void visitGE(Filter.LeafFilter filter) throws sailpoint.tools.GeneralException
sailpoint.tools.GeneralException
void visitIn(Filter.LeafFilter filter) throws sailpoint.tools.GeneralException
sailpoint.tools.GeneralException
void visitContainsAll(Filter.LeafFilter filter) throws sailpoint.tools.GeneralException
sailpoint.tools.GeneralException
void visitLike(Filter.LeafFilter filter) throws sailpoint.tools.GeneralException
sailpoint.tools.GeneralException
void visitNotNull(Filter.LeafFilter filter) throws sailpoint.tools.GeneralException
sailpoint.tools.GeneralException
void visitIsNull(Filter.LeafFilter filter) throws sailpoint.tools.GeneralException
sailpoint.tools.GeneralException
void visitIsEmpty(Filter.LeafFilter filter) throws sailpoint.tools.GeneralException
sailpoint.tools.GeneralException
void visitJoin(Filter.LeafFilter filter) throws sailpoint.tools.GeneralException
sailpoint.tools.GeneralException
void visitCollectionCondition(Filter.LeafFilter filter) throws sailpoint.tools.GeneralException
sailpoint.tools.GeneralException
void visitSubquery(Filter.LeafFilter filter) throws sailpoint.tools.GeneralException
sailpoint.tools.GeneralException