public interface ContainsFilter extends Filter
Example:
AllowedAgents CONTAINS ONLY (Department = Accounting) matches if *all* allowed agents
are working in the accounting department (like a universal quantifier)
AllowedAgents CONTAINS ANY (Department = Accounting) matches if there is
at least one agent who is working in the accounting department (like a existential quantifier)
AllowedAgents CONTAINS ALL (Department = Accounting) matches if *all* agents
working in the accounting department are allowed agents
(if the agents in the accounting department are a subset of the allowed agents)
| Modifier and Type | Method and Description |
|---|---|
Attribute |
getAttribute()
Returns the attribute the filter is applied to.
|
Filter |
getFilterOnAttribute()
Returns the filter that is applied to the objects in the collection returned by the attribute.
|
Attribute getAttribute()
Filter getFilterOnAttribute()