public interface MutableQueryCollection
MutableQueryCollection
interface defines all mutable behaviours on queries existing in lens system.
Responsibility of implementations of this interface is to make sure that if multiple views are created for the
collection of queries, then they should remain consistent with each other after mutable behaviours are executed.Modifier and Type | Method and Description |
---|---|
boolean |
add(QueryContext query)
add the given query to existing queries
|
boolean |
addAll(Set<QueryContext> queries) |
boolean |
remove(QueryContext query)
removes given query from existing queries
|
boolean |
removeAll(Set<QueryContext> queries) |
boolean add(QueryContext query)
query
- boolean addAll(Set<QueryContext> queries)
queries
- boolean remove(QueryContext query)
query
- boolean removeAll(Set<QueryContext> queries)
queries
- Copyright © 2014–2018 Apache Software Foundation. All rights reserved.