public class QueryUpdateSubscriberList extends Object implements QueryUpdateSubscriber
| Constructor and Description |
|---|
QueryUpdateSubscriberList(List<QueryUpdateSubscriber> queryUpdateSubscriberList) |
| Modifier and Type | Method and Description |
|---|---|
void |
notify(Map<String,org.apache.commons.lang3.tuple.Pair<WorkspaceMetacardImpl,Long>> workspaceMetacardMap) |
String |
toString() |
public QueryUpdateSubscriberList(List<QueryUpdateSubscriber> queryUpdateSubscriberList)
queryUpdateSubscriberList - must be non-nullpublic void notify(Map<String,org.apache.commons.lang3.tuple.Pair<WorkspaceMetacardImpl,Long>> workspaceMetacardMap)
notify in interface QueryUpdateSubscriberworkspaceMetacardMap - map of workspace identifiers to workspace metacards and query hit
count (must be non-null)This work is licensed under a Creative Commons Attribution 4.0 International License.