| Package | Description |
|---|---|
| de.aristaflow.adept2.model.filter |
This package contains classes that model a system of filters that can be applied
to specially annotated classes.
|
| Modifier and Type | Method and Description |
|---|---|
ContainsAllFilter |
FilterFactory.createContainsAllFilter(Attribute attr,
Filter filter,
java.util.Collection<java.io.Serializable> allObjects)
Creates a filter that matches when all of the objects in the allObjects collection
matching the specified filter are also contained in the collection
returned by the attribute (i.e. if {o "in" allObjects | filter.matches(o)} is a subset
of the attribute value)
|