Uses of Interface
org.jboss.windup.config.query.QueryGremlinCriterion
-
Packages that use QueryGremlinCriterion Package Description org.jboss.windup.config.query -
-
Uses of QueryGremlinCriterion in org.jboss.windup.config.query
Classes in org.jboss.windup.config.query that implement QueryGremlinCriterion Modifier and Type Class Description classOutAndBackCriterionA Pipes step which filters vertices which have outgoing edges of given label.classOutCriterionA Pipes step which gets the vertices behind outgoing edges of given label.Methods in org.jboss.windup.config.query that return types with arguments of type QueryGremlinCriterion Modifier and Type Method Description Collection<QueryGremlinCriterion>Query. getPipelineCriteria()Methods in org.jboss.windup.config.query with parameters of type QueryGremlinCriterion Modifier and Type Method Description static QueryBuilderPipedQuery. gremlin(QueryGremlinCriterion criterion)Begin thisQuerywith all Frame instances that are the result of the provided GremlinQueryCriterion.QueryBuilderPipedQuery. piped(QueryGremlinCriterion criterion)QueryBuilderPipedQueryBuilderFrom. piped(QueryGremlinCriterion criterion)Narrow the query via aQueryGremlinCriterionin order to execute Gremlin queries.QueryBuilderPipedQueryBuilderPiped. piped(QueryGremlinCriterion pipe)Query the selectedWindupVertexFrameinstances viaGremlin.QueryBuilderPipedQueryBuilderWith. piped(QueryGremlinCriterion criterion)Narrow the query via aQueryGremlinCriterionin order to execute Gremlin queries.
-