public class DomainFilterBuilder
extends Object
Helper class to build filters matching the provided dimension values
-
Constructor Summary
Constructors
-
Method Summary
This method is responsible for creating
Filter
that match the provided
List
of values
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DomainFilterBuilder
public DomainFilterBuilder(String identifier,
String property)
-
-
Method Details
-
createFilter
This method is responsible for creating
Filter
that match the provided
List
of values
- Parameters:
values
- the List
of values to use for building the containment Filter
.
- Returns:
- a
Filter
that matches the provided value List