| Package | Description |
|---|---|
| org.hawkular.inventory.base |
| Modifier and Type | Class and Description |
|---|---|
class |
FilterFragment
A query fragment that represents a filtering step (i.e.
|
class |
PathFragment
A query fragment that represents a path step (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
QueryFragment[] |
Query.getFragments() |
| Modifier and Type | Method and Description |
|---|---|
Query.Builder |
Query.Builder.with(Function<Filter,QueryFragment> converter,
QueryFragment... filters) |
Query.Builder |
Query.Builder.with(QueryFragment... filters)
Sets the filters to be used on the current node in the tree.
|
| Modifier and Type | Method and Description |
|---|---|
Query.Builder |
Query.Builder.with(Function<Filter,QueryFragment> converter,
QueryFragment... filters) |
Query.Builder |
Query.Builder.with(Query other,
Function<Filter,QueryFragment> converter) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.