| Package | Description |
|---|---|
| org.hawkular.inventory.base |
| Modifier and Type | Method and Description |
|---|---|
Query.Builder |
Query.asBuilder() |
Query.Builder |
Query.Builder.branch()
Creates a new branch in the tree and returns a builder of that branch.
|
Query.Builder |
Query.Builder.done()
Concludes the work on a branch and returns a builder of the parent "node", if any.
|
Query.Builder |
Query.Builder.with(Function<Filter,QueryFragment> converter,
QueryFragment... filters) |
Query.Builder |
Query.Builder.with(Query other) |
Query.Builder |
Query.Builder.with(QueryFragment... filters)
Sets the filters to be used on the current node in the tree.
|
Query.Builder |
Query.Builder.with(Query other,
Function<Filter,QueryFragment> converter) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.