| Package | Description |
|---|---|
| org.terracotta.context | |
| org.terracotta.context.query |
| Modifier and Type | Method and Description |
|---|---|
Set<TreeNode> |
ContextManager.query(Query query)
Run the supplied
Query against this ContextManager's
root context. |
TreeNode |
ContextManager.queryForSingleton(Query query)
Return the unique node selected by running this query against this
ContextManager's root context. |
| Modifier and Type | Method and Description |
|---|---|
Query |
QueryBuilder.build()
Returns a query that represents the currently assembled transformation.
|
static Query |
Queries.children()
Creates a query selecting all children.
|
static Query |
Queries.descendants()
Creates a query selecting all descendants.
|
static Query |
Queries.self()
Creates a query selecting self.
|
| Modifier and Type | Method and Description |
|---|---|
QueryBuilder |
QueryBuilder.chain(Query query)
Applies the given query on the currently selected node set.
|
Copyright © 2018. All rights reserved.