| Package | Description |
|---|---|
| org.vertexium |
| Modifier and Type | Method and Description |
|---|---|
HistoricalPropertyValue |
HistoricalPropertyValue.HistoricalPropertyValueBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<HistoricalPropertyValue> |
Element.getHistoricalPropertyValues(Authorizations authorizations)
Gets all property values from all timestamps in descending timestamp order.
|
Iterable<HistoricalPropertyValue> |
ElementBase.getHistoricalPropertyValues(Authorizations authorizations) |
Iterable<HistoricalPropertyValue> |
Element.getHistoricalPropertyValues(Long startTime,
Long endTime,
Authorizations authorizations)
Gets all property values from the given range of timestamps in descending timestamp order.
|
Iterable<HistoricalPropertyValue> |
ElementBase.getHistoricalPropertyValues(Long startTime,
Long endTime,
Authorizations authorizations) |
Iterable<HistoricalPropertyValue> |
Element.getHistoricalPropertyValues(String key,
String name,
Visibility visibility,
Authorizations authorizations)
Gets property values from all timestamps in descending timestamp order.
|
Iterable<HistoricalPropertyValue> |
ElementBase.getHistoricalPropertyValues(String key,
String name,
Visibility visibility,
Authorizations authorizations) |
Iterable<HistoricalPropertyValue> |
Element.getHistoricalPropertyValues(String key,
String name,
Visibility visibility,
Long startTime,
Long endTime,
Authorizations authorizations)
Gets property values from the given range of timestamps in descending timestamp order.
|
Iterable<HistoricalPropertyValue> |
ElementBase.getHistoricalPropertyValues(String key,
String name,
Visibility visibility,
Long startTime,
Long endTime,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
int |
HistoricalPropertyValue.compareTo(HistoricalPropertyValue o) |
Copyright © 2014–2017. All rights reserved.