| Package | Description |
|---|---|
| org.vertexium | |
| org.vertexium.query | |
| org.vertexium.search |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtendedDataRowBase |
| Modifier and Type | Method and Description |
|---|---|
ExtendedDataRow |
GraphBase.getExtendedData(ExtendedDataRowId id,
Authorizations authorizations) |
ExtendedDataRow |
Graph.getExtendedData(ExtendedDataRowId id,
Authorizations authorizations)
Gets the specified extended data row.
|
| Modifier and Type | Method and Description |
|---|---|
protected Iterable<ExtendedDataRow> |
GraphBase.getAllExtendedData(Authorizations authorizations) |
Iterable<ExtendedDataRow> |
GraphBase.getExtendedData(ElementType elementType,
String elementId,
String tableName,
Authorizations authorizations) |
Iterable<ExtendedDataRow> |
Graph.getExtendedData(ElementType elementType,
String elementId,
String tableName,
Authorizations authorizations)
Gets the specified extended data rows.
|
Iterable<ExtendedDataRow> |
GraphBase.getExtendedData(Iterable<ExtendedDataRowId> idsIterable,
Authorizations authorizations) |
Iterable<ExtendedDataRow> |
Graph.getExtendedData(Iterable<ExtendedDataRowId> ids,
Authorizations authorizations)
Gets the specified extended data rows.
|
QueryableIterable<ExtendedDataRow> |
Element.getExtendedData(String tableName)
Gets all the rows from an extended data table.
|
QueryableIterable<ExtendedDataRow> |
EdgeInfoEdge.getExtendedData(String tableName) |
Iterable<ExtendedDataRow> |
GraphBase.getExtendedDataInRange(ElementType elementType,
Range elementIdRange,
Authorizations authorizations) |
Iterable<ExtendedDataRow> |
Graph.getExtendedDataInRange(ElementType elementType,
Range elementIdRange,
Authorizations authorizations)
Gets extended data rows from the graph in the given range.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphVisitor.visitExtendedDataRow(Element element,
String tableName,
ExtendedDataRow row) |
void |
DefaultGraphVisitor.visitExtendedDataRow(Element element,
String tableName,
ExtendedDataRow row) |
void |
GraphVisitor.visitProperty(Element element,
String tableName,
ExtendedDataRow row,
Property property) |
void |
DefaultGraphVisitor.visitProperty(Element element,
String tableName,
ExtendedDataRow row,
Property property) |
| Modifier and Type | Method and Description |
|---|---|
QueryResultsIterable<ExtendedDataRow> |
QueryBase.extendedDataRows() |
QueryResultsIterable<ExtendedDataRow> |
EmptyResultsGraphQuery.extendedDataRows() |
QueryResultsIterable<ExtendedDataRow> |
Query.extendedDataRows() |
QueryResultsIterable<ExtendedDataRow> |
QueryBase.extendedDataRows(FetchHints fetchHints) |
QueryResultsIterable<ExtendedDataRow> |
EmptyResultsGraphQuery.extendedDataRows(FetchHints fetchHints) |
QueryResultsIterable<ExtendedDataRow> |
Query.extendedDataRows(FetchHints fetchHints) |
Iterator<ExtendedDataRow> |
ExtendedDataQueryableIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
QueryBase.HasAuthorizationContainer.isMatch(ExtendedDataRow row) |
protected boolean |
QueryBase.HasValueContainer.isMatch(ExtendedDataRow extendedDataRow) |
protected boolean |
QueryBase.HasPropertyContainer.isMatch(ExtendedDataRow row) |
protected boolean |
QueryBase.HasNotPropertyContainer.isMatch(ExtendedDataRow row) |
| Constructor and Description |
|---|
ExtendedDataQueryableIterable(Graph graph,
Element element,
String tableName,
Iterable<? extends ExtendedDataRow> rows) |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchIndex.addExtendedData(Graph graph,
Iterable<ExtendedDataRow> extendedDatas,
Authorizations authorizations) |
void |
DefaultSearchIndex.addExtendedData(Graph graph,
Iterable<ExtendedDataRow> extendedDatas,
Authorizations authorizations) |
Copyright © 2014–2018. All rights reserved.