Package org.jboss.windup.config.query
Interface QueryBuilderFrom
-
- All Superinterfaces:
org.ocpsoft.rewrite.config.Condition,org.ocpsoft.rewrite.config.ConditionBuilder,QueryBuilderAs,QueryBuilderWith
- All Known Subinterfaces:
QueryBuilderFind
- All Known Implementing Classes:
Query
public interface QueryBuilderFrom extends QueryBuilderWith
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueryBuilderPipedpiped(QueryGremlinCriterion criterion)Narrow the query via aQueryGremlinCriterionin order to execute Gremlin queries.-
Methods inherited from interface org.jboss.windup.config.query.QueryBuilderAs
as
-
Methods inherited from interface org.jboss.windup.config.query.QueryBuilderWith
filteredBy, withoutProperty, withProperty, withProperty, withProperty, withProperty, withProperty
-
-
-
-
Method Detail
-
piped
QueryBuilderPiped piped(QueryGremlinCriterion criterion)
Narrow the query via aQueryGremlinCriterionin order to execute Gremlin queries.- Specified by:
pipedin interfaceQueryBuilderWith
-
-