| Package | Description |
|---|---|
| org.vertexium | |
| org.vertexium.event | |
| org.vertexium.query | |
| org.vertexium.search |
| Modifier and Type | Method and Description |
|---|---|
abstract ExtendedDataRowId |
ExtendedDataRowBase.getId() |
ExtendedDataRowId |
ExtendedDataRow.getId()
Id of the row
|
| Modifier and Type | Method and Description |
|---|---|
int |
ExtendedDataRowId.compareTo(ExtendedDataRowId other) |
abstract void |
GraphBase.deleteExtendedDataRow(ExtendedDataRowId id,
Authorizations authorizations) |
void |
Graph.deleteExtendedDataRow(ExtendedDataRowId id,
Authorizations authorizations)
Deletes an extended data row
|
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 |
|---|---|
Iterable<ExtendedDataRow> |
GraphBase.getExtendedData(Iterable<ExtendedDataRowId> idsIterable,
Authorizations authorizations) |
Iterable<ExtendedDataRow> |
Graph.getExtendedData(Iterable<ExtendedDataRowId> ids,
Authorizations authorizations)
Gets the specified extended data rows.
|
| Modifier and Type | Method and Description |
|---|---|
ExtendedDataRowId |
DeleteExtendedDataRowEvent.getId() |
| Constructor and Description |
|---|
DeleteExtendedDataRowEvent(Graph graph,
ExtendedDataRowId id) |
| Modifier and Type | Method and Description |
|---|---|
QueryResultsIterable<ExtendedDataRowId> |
QueryBase.extendedDataRowIds() |
QueryResultsIterable<ExtendedDataRowId> |
EmptyResultsGraphQuery.extendedDataRowIds() |
QueryResultsIterable<ExtendedDataRowId> |
Query.extendedDataRowIds()
Execute the query and return the ids of all matching extended data rows.
|
QueryResultsIterable<ExtendedDataRowId> |
QueryBase.extendedDataRowIds(EnumSet<IdFetchHint> idFetchHints) |
QueryResultsIterable<ExtendedDataRowId> |
EmptyResultsGraphQuery.extendedDataRowIds(EnumSet<IdFetchHint> idFetchHints) |
QueryResultsIterable<ExtendedDataRowId> |
Query.extendedDataRowIds(EnumSet<IdFetchHint> fetchHints)
Execute the query and return the ids of all matching extended data rows.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchIndex.deleteExtendedData(Graph graph,
ExtendedDataRowId extendedDataRowId,
Authorizations authorizations) |
void |
DefaultSearchIndex.deleteExtendedData(Graph graph,
ExtendedDataRowId extendedDataRowId,
Authorizations authorizations) |
Copyright © 2014–2018. All rights reserved.