public interface QueryBuilderWith extends org.ocpsoft.rewrite.config.ConditionBuilder, QueryBuilderAs
| Modifier and Type | Method and Description |
|---|---|
<FRAMETYPE extends WindupVertexFrame> |
filteredBy(org.jboss.forge.furnace.util.Predicate<FRAMETYPE> predicate)
Narrow the query with the given
Predicate |
QueryBuilderPiped |
piped(QueryGremlinCriterion criterion)
Narrow the query via a
QueryGremlinCriterion in order to execute Gremlin queries. |
QueryBuilderWith |
withoutProperty(String property)
Narrow the query to
WindupVertexFrame instances that satisfy the given property comparison. |
QueryBuilderWith |
withProperty(String property)
Narrow the query to
WindupVertexFrame instances that have the given property defined. |
QueryBuilderWith |
withProperty(String property,
Iterable<?> values)
Narrow the query to
WindupVertexFrame instances that contain any of the given property values. |
QueryBuilderWith |
withProperty(String property,
Object searchValue)
Narrow the query to
WindupVertexFrame instances that contain the given property value. |
QueryBuilderWith |
withProperty(String property,
Object searchValue,
Object... searchValues)
Narrow the query to
WindupVertexFrame instances that contain any given property value. |
QueryBuilderWith |
withProperty(String property,
QueryPropertyComparisonType searchType,
Object searchValue)
Narrow the query to
WindupVertexFrame instances that satisfy the given property comparison. |
asQueryBuilderPiped piped(QueryGremlinCriterion criterion)
QueryGremlinCriterion in order to execute Gremlin queries.QueryBuilderWith withProperty(String property)
WindupVertexFrame instances that have the given property defined.QueryBuilderWith withProperty(String property, Object searchValue)
WindupVertexFrame instances that contain the given property value.QueryBuilderWith withProperty(String property, Iterable<?> values)
WindupVertexFrame instances that contain any of the given property values.QueryBuilderWith withProperty(String property, Object searchValue, Object... searchValues)
WindupVertexFrame instances that contain any given property value.QueryBuilderWith withProperty(String property, QueryPropertyComparisonType searchType, Object searchValue)
WindupVertexFrame instances that satisfy the given property comparison.QueryBuilderWith withoutProperty(String property)
WindupVertexFrame instances that satisfy the given property comparison.<FRAMETYPE extends WindupVertexFrame> QueryBuilderAs filteredBy(org.jboss.forge.furnace.util.Predicate<FRAMETYPE> predicate)
PredicateCopyright © 2021 JBoss by Red Hat. All rights reserved.