| Package | Description |
|---|---|
| org.jboss.windup.config.query |
| Modifier and Type | Class and Description |
|---|---|
class |
Query |
| Modifier and Type | Method and Description |
|---|---|
static QueryBuilderPiped |
Query.gremlin(QueryGremlinCriterion criterion)
Begin this
Query with all Frame instances that are the result of the provided GremlinQueryCriterion. |
QueryBuilderPiped |
QueryBuilderPiped.piped(QueryGremlinCriterion pipe)
Query the selected
WindupVertexFrame instances via Gremlin. |
QueryBuilderPiped |
QueryBuilderWith.piped(QueryGremlinCriterion criterion)
Narrow the query via a
QueryGremlinCriterion in order to execute Gremlin queries. |
QueryBuilderPiped |
Query.piped(QueryGremlinCriterion criterion) |
QueryBuilderPiped |
QueryBuilderFrom.piped(QueryGremlinCriterion criterion)
Narrow the query via a
QueryGremlinCriterion in order to execute Gremlin queries. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.