public interface ModelListenerFilter
Modifier and Type | Method and Description |
---|---|
QueryNode |
withAddFilter()
Creates a filter on added CIs or Relations changes.
|
ModelListenerFilter |
withPriority(ModelListenerPriority priority)
Defines filter priority.
|
QueryNode |
withRemoveFilter()
Creates a filter on deleted CIs or Relations changes.
|
QueryNode |
withUpdateFilter()
Creates a filter on updated CIs or Relations changes.
|
QueryNode withAddFilter()
TypeConditionable.ofType(String)
)
properties conditions (see PropertiesConditionable.property(String)
)QueryNode withUpdateFilter()
TypeConditionable.ofType(String)
)
properties conditions (see PropertiesConditionable.property(String)
)
and filter on properties that have changed (see PropertiesCarrier.queryProperties(String...)
)QueryNode withRemoveFilter()
TypeConditionable.ofType(String)
)
properties conditions (see PropertiesConditionable.property(String)
)ModelListenerFilter withPriority(ModelListenerPriority priority)
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.