Package org.jboss.windup.config.query
Interface QueryBuilderPiped
-
- All Superinterfaces:
org.ocpsoft.rewrite.config.Condition,org.ocpsoft.rewrite.config.ConditionBuilder,QueryBuilderAs,QueryBuilderWith
- All Known Implementing Classes:
Query
public interface QueryBuilderPiped extends org.ocpsoft.rewrite.config.ConditionBuilder, QueryBuilderAs, QueryBuilderWith
- Author:
- Lincoln Baxter, III
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueryBuilderPipedpiped(QueryGremlinCriterion pipe)Query the selectedWindupVertexFrameinstances viaGremlin.-
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 pipe)
Query the selectedWindupVertexFrameinstances viaGremlin. This method can be used to change the type of the resulting variable (namedQueryBuilderAs.as(String)).- Specified by:
pipedin interfaceQueryBuilderWith
-
-