public interface NonCachedQueryResultConsumingType extends QueryResultConsumingType
Modifier and Type | Method and Description |
---|---|
boolean |
allowFalseAddNotifications() |
boolean |
requiredRemoveNotifications() |
NonCachedQueryResultConsumingType |
withFalseAddNotifications(boolean allowFalseAddNotifications) |
NonCachedQueryResultConsumingType |
withRequiredRemoveNotifications(boolean requiredRemoveNotifications) |
storingType, withStoringType
NonCachedQueryResultConsumingType withFalseAddNotifications(boolean allowFalseAddNotifications)
allowFalseAddNotifications
- - true if the query is allowed to send false add notification
(add notifications on CIs/Relationships already reported to be in result)boolean allowFalseAddNotifications()
NonCachedQueryResultConsumingType withRequiredRemoveNotifications(boolean requiredRemoveNotifications)
requiredRemoveNotifications
- - true if the query is required to send remove notification.
(will be set to false if pattern listener do not have to be consistent with removals, e.g Enrichment Queries)boolean requiredRemoveNotifications()
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.