| Modifier and Type | Method and Description |
|---|---|
TRaw |
BcExtendedData.getValue(ExtendedDataRow row) |
int |
IntegerBcExtendedData.getValue(ExtendedDataRow row,
int defaultValue) |
ZonedDateTime |
DateBcExtendedData.getValueDateTimeUtc(ExtendedDataRow row) |
| Modifier and Type | Method and Description |
|---|---|
static ClientApiExtendedDataRow |
ClientApiConverter.toClientApiExtendedDataRow(ExtendedDataRow row) |
static ClientApiExtendedDataRow |
ClientApiConverter.toClientApiExtendedDataRow(ExtendedDataRow row,
String workspaceId) |
| Modifier and Type | Method and Description |
|---|---|
static List<ClientApiExtendedDataRow> |
ClientApiConverter.toClientApiExtendedDataRows(Iterable<ExtendedDataRow> rows) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtendedDataRowBase |
| Modifier and Type | Method and Description |
|---|---|
default ExtendedDataRow |
Graph.getExtendedData(ExtendedDataRowId id,
Authorizations authorizations)
Gets the specified extended data row.
|
| Modifier and Type | Method and Description |
|---|---|
protected Iterable<ExtendedDataRow> |
GraphBase.getAllExtendedData(FetchHints fetchHints,
Authorizations authorizations) |
default QueryableIterable<ExtendedDataRow> |
Element.getExtendedData()
Gets all the rows from all the extended data tables.
|
default Iterable<ExtendedDataRow> |
Graph.getExtendedData(ElementId elementId,
String tableName,
Authorizations authorizations)
Gets the specified extended data rows.
|
default Iterable<ExtendedDataRow> |
Graph.getExtendedData(ElementId elementId,
String tableName,
FetchHints fetchHints,
Authorizations authorizations)
Gets the specified extended data rows.
|
default Iterable<ExtendedDataRow> |
Graph.getExtendedData(ElementType elementType,
String elementId,
String tableName,
Authorizations authorizations)
Gets the specified extended data rows.
|
default Iterable<ExtendedDataRow> |
Graph.getExtendedData(ElementType elementType,
String elementId,
String tableName,
FetchHints fetchHints,
Authorizations authorizations)
Gets the specified extended data rows.
|
default QueryableIterable<ExtendedDataRow> |
Element.getExtendedData(FetchHints fetchHints)
Gets all the rows from all the extended data tables.
|
default Iterable<ExtendedDataRow> |
Graph.getExtendedData(Iterable<ExtendedDataRowId> ids,
Authorizations authorizations)
Gets the specified extended data rows.
|
Iterable<ExtendedDataRow> |
GraphBase.getExtendedData(Iterable<ExtendedDataRowId> idsIterable,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<ExtendedDataRow> |
Graph.getExtendedData(Iterable<ExtendedDataRowId> ids,
FetchHints fetchHints,
Authorizations authorizations)
Gets the specified extended data rows.
|
default QueryableIterable<ExtendedDataRow> |
Element.getExtendedData(String tableName)
Gets all the rows from an extended data table.
|
QueryableIterable<ExtendedDataRow> |
Element.getExtendedData(String tableName,
FetchHints fetchHints)
Gets all the rows from an extended data table.
|
default Iterable<ExtendedDataRow> |
Graph.getExtendedDataForElements(Iterable<? extends ElementId> elementIds,
Authorizations authorizations)
Gets the specified extended data rows.
|
default Iterable<ExtendedDataRow> |
Graph.getExtendedDataForElements(Iterable<? extends ElementId> elementIds,
FetchHints fetchHints,
Authorizations authorizations)
Gets the specified extended data rows.
|
default Iterable<ExtendedDataRow> |
Graph.getExtendedDataForElements(Iterable<? extends ElementId> elementIds,
String tableName,
Authorizations authorizations)
Gets the specified extended data rows.
|
Iterable<ExtendedDataRow> |
GraphBase.getExtendedDataForElements(Iterable<? extends ElementId> elementIdsArg,
String tableName,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<ExtendedDataRow> |
Graph.getExtendedDataForElements(Iterable<? extends ElementId> elementIds,
String tableName,
FetchHints fetchHints,
Authorizations authorizations)
Gets the specified extended data rows.
|
Iterable<ExtendedDataRow> |
GraphBase.getExtendedDataInRange(ElementType elementType,
IdRange elementIdRange,
Authorizations authorizations) |
Iterable<ExtendedDataRow> |
Graph.getExtendedDataInRange(ElementType elementType,
IdRange 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 | Class and Description |
|---|---|
class |
InMemoryExtendedDataRow |
| Modifier and Type | Method and Description |
|---|---|
QueryableIterable<ExtendedDataRow> |
InMemoryElement.getExtendedData(String tableName,
FetchHints fetchHints) |
Iterable<? extends ExtendedDataRow> |
InMemoryGraph.getExtendedDataTable(ElementType elementType,
String elementId,
String tableName,
FetchHints fetchHints,
Authorizations authorizations) |
abstract Iterable<? extends ExtendedDataRow> |
InMemoryExtendedDataTable.getTable(ElementType elementType,
String elementId,
String tableName,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<ExtendedDataRow> |
MapInMemoryExtendedDataTable.getTable(ElementType elementType,
String elementId,
String tableName,
FetchHints fetchHints,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
QueryResultsIterable<ExtendedDataRow> |
QueryBase.extendedDataRows() |
QueryResultsIterable<ExtendedDataRow> |
Query.extendedDataRows() |
QueryResultsIterable<ExtendedDataRow> |
EmptyResultsGraphQuery.extendedDataRows() |
QueryResultsIterable<ExtendedDataRow> |
QueryBase.extendedDataRows(FetchHints fetchHints) |
QueryResultsIterable<ExtendedDataRow> |
Query.extendedDataRows(FetchHints fetchHints) |
QueryResultsIterable<ExtendedDataRow> |
EmptyResultsGraphQuery.extendedDataRows(FetchHints fetchHints) |
Iterator<ExtendedDataRow> |
ExtendedDataQueryableIterable.iterator() |
| Constructor and Description |
|---|
ExtendedDataQueryableIterable(Graph graph,
Element element,
String tableName,
Iterable<? extends ExtendedDataRow> rows) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSearchIndex.addExtendedData(Graph graph,
ElementLocation elementLocation,
Iterable<ExtendedDataRow> extendedDatas,
Authorizations authorizations) |
void |
SearchIndex.addExtendedData(Graph graph,
ElementLocation elementLocation,
Iterable<ExtendedDataRow> extendedDatas,
Authorizations authorizations) |
| Modifier and Type | Class and Description |
|---|---|
class |
StorableExtendedDataRow |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ExtendedDataRow> |
AbstractStorableGraph.getExtendedData(Iterable<ExtendedDataRowId> ids,
FetchHints fetchHints,
Authorizations authorizations) |
QueryableIterable<ExtendedDataRow> |
StorableElement.getExtendedData(String tableName,
FetchHints fetchHints) |
Iterable<ExtendedDataRow> |
AbstractStorableGraph.getExtendedDataForElements(Iterable<? extends ElementId> elementIdsArg,
String tableName,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<ExtendedDataRow> |
AbstractStorableGraph.getExtendedDataInRange(ElementType elementType,
IdRange elementIdRange,
Authorizations authorizations) |
Iterable<ExtendedDataRow> |
AbstractStorableGraph.getExtendedDataInRange(IdRange extendedDataRowKeyRange,
Authorizations authorizations) |
protected abstract Iterable<ExtendedDataRow> |
AbstractStorableGraph.getExtendedDataRowsInRange(List<IdRange> ranges,
FetchHints fetchHints,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
ExtendedDataRow |
ExtendedDataDecoder.decode(List<Pair<StoreKey,StoreValue>> row) |
| Modifier and Type | Method and Description |
|---|---|
protected Iterable<ExtendedDataRow> |
KVStoreGraph.getExtendedDataRowsInRange(List ranges,
FetchHints fetchHints,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
static void |
GeAssert.assertRowIdsAnyOrder(Iterable<ExtendedDataRow> rows,
String... expectedRowIds) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.