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.GeneralExceptionvoid visitOr(Filter.CompositeFilter filter) throws sailpoint.tools.GeneralException
sailpoint.tools.GeneralExceptionvoid visitNot(Filter.CompositeFilter filter) throws sailpoint.tools.GeneralException
sailpoint.tools.GeneralExceptionvoid visitEQ(Filter.LeafFilter filter) throws sailpoint.tools.GeneralException
sailpoint.tools.GeneralExceptionvoid visitNE(Filter.LeafFilter filter) throws sailpoint.tools.GeneralException
sailpoint.tools.GeneralExceptionvoid visitLT(Filter.LeafFilter filter) throws sailpoint.tools.GeneralException
sailpoint.tools.GeneralExceptionvoid visitGT(Filter.LeafFilter filter) throws sailpoint.tools.GeneralException
sailpoint.tools.GeneralExceptionvoid visitLE(Filter.LeafFilter filter) throws sailpoint.tools.GeneralException
sailpoint.tools.GeneralExceptionvoid visitGE(Filter.LeafFilter filter) throws sailpoint.tools.GeneralException
sailpoint.tools.GeneralExceptionvoid visitIn(Filter.LeafFilter filter) throws sailpoint.tools.GeneralException
sailpoint.tools.GeneralExceptionvoid visitContainsAll(Filter.LeafFilter filter) throws sailpoint.tools.GeneralException
sailpoint.tools.GeneralExceptionvoid visitLike(Filter.LeafFilter filter) throws sailpoint.tools.GeneralException
sailpoint.tools.GeneralExceptionvoid visitNotNull(Filter.LeafFilter filter) throws sailpoint.tools.GeneralException
sailpoint.tools.GeneralExceptionvoid visitIsNull(Filter.LeafFilter filter) throws sailpoint.tools.GeneralException
sailpoint.tools.GeneralExceptionvoid visitIsEmpty(Filter.LeafFilter filter) throws sailpoint.tools.GeneralException
sailpoint.tools.GeneralExceptionvoid visitJoin(Filter.LeafFilter filter) throws sailpoint.tools.GeneralException
sailpoint.tools.GeneralExceptionvoid visitCollectionCondition(Filter.LeafFilter filter) throws sailpoint.tools.GeneralException
sailpoint.tools.GeneralExceptionvoid visitSubquery(Filter.LeafFilter filter) throws sailpoint.tools.GeneralException
sailpoint.tools.GeneralException