| Modifier and Type | Method and Description |
|---|---|
Query.SymmetricExtender |
filter()
Modifies this extender to append filter fragments with future calls to
with() methods.\ |
Query |
get() |
Query.SymmetricExtender |
path()
Modifies this extender to append path fragments with future calls to
with() methods. |
Query.SymmetricExtender |
with(Filter... filters)
|
Query.SymmetricExtender |
with(Filter[][] filters)
|
Query.SymmetricExtender |
with(Query other)
|
Query.SymmetricExtender |
withExact(Query other)
Appends the provided query to the leaves of the current query tree, leaving the type of its fragments as they
originally were.
|
public Query.SymmetricExtender path()
with() methods.public Query.SymmetricExtender filter()
with() methods.\public Query.SymmetricExtender with(Query other)
filter() or path()).other - the query to appendpublic Query.SymmetricExtender withExact(Query other)
other - the query to appendpublic Query.SymmetricExtender with(Filter[][] filters)
filter() or path().
The filters is an array of arrays representing a new set of branches to be created at all the leaves of the current query tree.
filters - the filters to append to the leaves of the query treepublic Query.SymmetricExtender with(Filter... filters)
filters - the filters to append to the leaves of the query treepublic Query get()
Copyright © 2015 Red Hat, Inc.. All rights reserved.