| Modifier and Type | Method and Description |
|---|---|
abstract List<EntityDetail> |
OMRSMetadataCollection.getEntityDetailHistory(String userId,
String guid,
Date fromTime,
Date toTime,
int startFromElement,
int pageSize,
HistorySequencingOrder sequencingOrder)
Return all historical versions of an entity within the bounds of the provided timestamps.
|
List<EntityDetail> |
OMRSMetadataCollectionBase.getEntityDetailHistory(String userId,
String guid,
Date fromTime,
Date toTime,
int startFromElement,
int pageSize,
HistorySequencingOrder sequencingOrder)
Return all historical versions of an entity within the bounds of the provided timestamps.
|
abstract List<Relationship> |
OMRSMetadataCollection.getRelationshipHistory(String userId,
String guid,
Date fromTime,
Date toTime,
int startFromElement,
int pageSize,
HistorySequencingOrder sequencingOrder)
Return all historical versions of a relationship within the bounds of the provided timestamps.
|
List<Relationship> |
OMRSMetadataCollectionBase.getRelationshipHistory(String userId,
String guid,
Date fromTime,
Date toTime,
int startFromElement,
int pageSize,
HistorySequencingOrder sequencingOrder)
Return all historical versions of a relationship within the bounds of the provided timestamps.
|
| Modifier and Type | Method and Description |
|---|---|
static HistorySequencingOrder |
HistorySequencingOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistorySequencingOrder[] |
HistorySequencingOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HistorySequencingOrder |
HistoryRangeRequest.getSequencingOrder()
Return the sequencing order for the results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HistoryRangeRequest.setSequencingOrder(HistorySequencingOrder sequencingOrder)
Set up the sequencing order for the results.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.