public final class HistoryOptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HistoryOptions.SortOrder |
| Modifier and Type | Method and Description |
|---|---|
static HistoryOptions |
create(HistoryOptions.SortOrder sortOrder) |
HistoryOptions |
endTransaction(TransactionInstant endTransaction)
Sets the ending transaction.
|
HistoryOptions |
endTransactionTime(Date endTransactionTime)
Sets the ending transaction time.
|
HistoryOptions |
endValidTime(Date endValidTime)
Sets the end valid time.
|
TransactionInstant |
getEndTransaction() |
Date |
getEndValidTime() |
HistoryOptions.SortOrder |
getSortOrder() |
Keyword |
getSortOrderKey() |
TransactionInstant |
getStartTransaction() |
Date |
getStartValidTime() |
boolean |
isWithCorrections() |
boolean |
isWithDocs() |
HistoryOptions |
sortOrder(HistoryOptions.SortOrder sortOrder) |
HistoryOptions |
startTransaction(TransactionInstant startTransaction)
Sets the starting transaction.
|
HistoryOptions |
startTransactionTime(Date startTransactionTime)
Sets the starting transaction time.
|
HistoryOptions |
startValidTime(Date startValidTime)
Sets the starting valid time.
|
IPersistentMap |
toMap()
Not intended for public use, may be removed.
|
HistoryOptions |
withCorrections(boolean withCorrections)
Specifies whether to return bitemporal corrections in the history response.
|
HistoryOptions |
withDocs(boolean withDocs)
Specifies whether to return documents in the history response.
|
public static HistoryOptions create(HistoryOptions.SortOrder sortOrder)
public HistoryOptions sortOrder(HistoryOptions.SortOrder sortOrder)
public HistoryOptions withCorrections(boolean withCorrections)
public HistoryOptions withDocs(boolean withDocs)
public HistoryOptions startValidTime(Date startValidTime)
public HistoryOptions startTransaction(TransactionInstant startTransaction)
public HistoryOptions startTransactionTime(Date startTransactionTime)
public HistoryOptions endValidTime(Date endValidTime)
public HistoryOptions endTransaction(TransactionInstant endTransaction)
public HistoryOptions endTransactionTime(Date endTransactionTime)
public HistoryOptions.SortOrder getSortOrder()
public boolean isWithCorrections()
public boolean isWithDocs()
public Date getStartValidTime()
public TransactionInstant getStartTransaction()
public Date getEndValidTime()
public TransactionInstant getEndTransaction()
public Keyword getSortOrderKey()
public IPersistentMap toMap()