public class ExtendedDataQueryableIterable extends Object implements QueryableIterable<ExtendedDataRow>
| Constructor and Description |
|---|
ExtendedDataQueryableIterable(Graph graph,
Element element,
String tableName,
Iterable<? extends ExtendedDataRow> rows) |
| Modifier and Type | Method and Description |
|---|---|
Element |
getElement() |
Graph |
getGraph() |
String |
getTableName() |
Iterator<ExtendedDataRow> |
iterator() |
Query |
query(Authorizations authorizations)
Creates a query for this iterable.
|
Query |
query(String queryString,
Authorizations authorizations)
Creates a query for this iterable.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ExtendedDataQueryableIterable(Graph graph, Element element, String tableName, Iterable<? extends ExtendedDataRow> rows)
public Graph getGraph()
public Element getElement()
public String getTableName()
public Query query(Authorizations authorizations)
QueryableIterablequery in interface QueryableIterable<ExtendedDataRow>authorizations - The authorizations used to find the edges and vertices.public Query query(String queryString, Authorizations authorizations)
QueryableIterablequery in interface QueryableIterable<ExtendedDataRow>queryString - The string to search for.authorizations - The authorizations used to find the edges and vertices.public Iterator<ExtendedDataRow> iterator()
iterator in interface Iterable<ExtendedDataRow>Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.