Uses of Interface
org.terracotta.context.query.Query
Packages that use Query
-
Uses of Query in org.terracotta.context
Methods in org.terracotta.context with parameters of type QueryModifier and TypeMethodDescriptionRun the suppliedQueryagainst thisContextManager's root context.ContextManager.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
Classes in org.terracotta.context.query that implement QueryModifier and TypeClassDescription(package private) class(package private) class(package private) class(package private) class(package private) class(package private) class(package private) class(package private) classFields in org.terracotta.context.query declared as QueryModifier and TypeFieldDescriptionprivate final QueryChainedQuery.currentprivate QueryQueryBuilder.current(package private) static final QueryChildren.INSTANCE(package private) static final QueryDescendants.INSTANCE(package private) static final QueryEmptyQuery.INSTANCE(package private) static final QueryEnsureUnique.INSTANCE(package private) static final QueryNullQuery.INSTANCE(package private) static final QueryParent.INSTANCEprivate final QueryChainedQuery.previousMethods in org.terracotta.context.query that return QueryModifier and TypeMethodDescriptionQueryBuilder.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 QueryModifier and TypeMethodDescriptionApplies the given query on the currently selected node set.Constructors in org.terracotta.context.query with parameters of type Query