| Package | Description |
|---|---|
| org.hawkular.inventory.api.filters |
| Modifier and Type | Method and Description |
|---|---|
static With.PropertyValues |
With.property(String name)
Filters for entities that have a property of given name regardless of its value.
|
static With.PropertyValues |
With.propertyValue(String name,
Object value)
Filters for entities that have a property of given name equal to given value
|
static With.PropertyValues |
With.propertyValues(String name,
Object... values)
Filters for entities that have a property of given name equal to one of the provided values.
|
Copyright © 2015 Red Hat, Inc.. All rights reserved.