| Package | Description |
|---|---|
| com.mware.core.util | |
| com.mware.ge | |
| com.mware.ge.inmemory | |
| com.mware.ge.store |
| Modifier and Type | Method and Description |
|---|---|
static ClientApiHistoricalPropertyResults |
ClientApiConverter.calculateHistoricalPropertyDeltas(Iterable<HistoricalPropertyValue> historicalPropertyValues,
Locale locale,
ResourceBundle resourceBundle,
boolean withVisibility)
Sort HistoricalPropertyValue chronologically and generate events by looking at the
deltas between the historical values.
|
static ClientApiHistoricalPropertyResults |
ClientApiConverter.toClientApi(Iterable<HistoricalPropertyValue> historicalPropertyValues,
Locale locale,
ResourceBundle resourceBundle,
boolean withVisibility) |
| Modifier and Type | Method and Description |
|---|---|
HistoricalPropertyValue |
HistoricalPropertyValue.HistoricalPropertyValueBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
default Iterable<HistoricalPropertyValue> |
Element.getHistoricalPropertyValues(Authorizations authorizations)
Gets all property values from all timestamps in descending timestamp order.
|
default Iterable<HistoricalPropertyValue> |
Element.getHistoricalPropertyValues(Long startTime,
Long endTime,
Authorizations authorizations)
Gets all property values from the given range of timestamps in descending timestamp order.
|
default Iterable<HistoricalPropertyValue> |
Element.getHistoricalPropertyValues(String key,
String name,
Visibility visibility,
Authorizations authorizations)
Gets property values from all timestamps in descending timestamp order.
|
default 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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
HistoricalPropertyValue.compareTo(HistoricalPropertyValue o) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<HistoricalPropertyValue> |
InMemoryTableElement.getHistoricalPropertyValues(String key,
String name,
Visibility visibility,
Long startTime,
Long endTime,
Authorizations authorizations) |
Iterable<HistoricalPropertyValue> |
InMemoryElement.getHistoricalPropertyValues(String key,
String name,
Visibility visibility,
Long startTime,
Long endTime,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<HistoricalPropertyValue> |
StorableGraph.getHistoricalPropertyValues(Element element,
String key,
String name,
Visibility visibility,
Long startTime,
Long endTime,
Authorizations authorizations) |
Iterable<HistoricalPropertyValue> |
StorableElement.getHistoricalPropertyValues(String key,
String name,
Visibility visibility,
Long startTime,
Long endTime,
Authorizations authorizations) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.