Uses of Interface
org.terracotta.context.query.Query
-
Packages that use Query Package Description org.terracotta.context org.terracotta.context.query -
-
Uses of Query in org.terracotta.context
Methods in org.terracotta.context with parameters of type Query Modifier and Type Method Description Set<TreeNode>ContextManager. query(Query query)Run the suppliedQueryagainst thisContextManager's root context.TreeNodeContextManager. queryForSingleton(Query query)Return the unique node selected by running this query against thisContextManager's root context. -
Uses of Query in org.terracotta.context.query
Methods in org.terracotta.context.query that return Query Modifier and Type Method Description QueryQueryBuilder. build()Returns a query that represents the currently assembled transformation.static QueryQueries. children()Creates a query selecting all children.static QueryQueries. descendants()Creates a query selecting all descendants.static QueryQueries. self()Creates a query selecting self.Methods in org.terracotta.context.query with parameters of type Query Modifier and Type Method Description QueryBuilderQueryBuilder. chain(Query query)Applies the given query on the currently selected node set.
-