Package sailpoint.object
Class Filter.CompositeFilter
java.lang.Object
sailpoint.tools.xml.AbstractXmlObject
sailpoint.object.Filter
sailpoint.object.Filter.CompositeFilter
- All Implemented Interfaces:
Serializable,sailpoint.tools.xml.IXmlEqualable<Filter>,sailpoint.tools.xml.PersistentXmlObject
- Enclosing class:
- Filter
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class sailpoint.object.Filter
Filter.BaseFilterVisitor, Filter.BooleanOperation, Filter.CompositeFilter, Filter.FilterCompiler, Filter.FilterVisitor, Filter.LeafFilter, Filter.LogicalOperation, Filter.MatchMode, Filter.ValueEscapeStyle -
Constructor Summary
ConstructorsConstructorDescriptionCompositeFilter(Filter.BooleanOperation operation, List<Filter> children) CompositeFilter(Filter.BooleanOperation operation, Filter... children) Shallow copy for the optimizer. -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(Filter.FilterVisitor visitor) voidAlternate getter for the string representation that can be called from JSF.voidsetChildren(List<Filter> children) voidtoString()Methods inherited from class sailpoint.object.Filter
and, and, and, clone, collectionCondition, compile, containsAll, contentEquals, eq, equals, fromExample, ge, getExpression, getValueEscapeStyle, gt, hashCode, ignoreCase, in, isempty, isnull, join, le, like, like, lt, ne, not, notnull, or, or, or, setValueEscapeStyle, subqueryMethods inherited from class sailpoint.tools.xml.AbstractXmlObject
deepCopy, getOriginalXml, parseXml, parseXml, parseXml, setOriginalXml, toXml, toXml, toXml, writeXml
-
Constructor Details
-
CompositeFilter
public CompositeFilter() -
CompositeFilter
-
CompositeFilter
-
CompositeFilter
Shallow copy for the optimizer.
-
-
Method Details
-
getOperation
-
setOperation
-
getChildren
-
setChildren
-
add
-
toString
-
getExpression
Alternate getter for the string representation that can be called from JSF.- Specified by:
getExpressionin classFilter
-
accept
-