Uses of Class
com.ibm.fhir.persistence.HistorySortOrder
-
-
Uses of HistorySortOrder in com.ibm.fhir.persistence
Methods in com.ibm.fhir.persistence that return HistorySortOrder Modifier and Type Method Description static HistorySortOrder
HistorySortOrder. of(java.lang.String sortValue)
Get the enum value for the sort parameter valuestatic HistorySortOrder
HistorySortOrder. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HistorySortOrder[]
HistorySortOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.fhir.persistence with parameters of type HistorySortOrder Modifier and Type Method Description java.util.List<ResourceChangeLogRecord>
FHIRPersistence. changes(int resourceCount, java.time.Instant sinceLastModified, java.time.Instant beforeLastModified, java.lang.Long changeIdMarker, java.util.List<java.lang.String> resourceTypeNames, boolean excludeTransactionTimeoutWindow, HistorySortOrder historySortOrder)
Fetch up to resourceCount records from the RESOURCE_CHANGE_LOG table. -
Uses of HistorySortOrder in com.ibm.fhir.persistence.context
Methods in com.ibm.fhir.persistence.context that return HistorySortOrder Modifier and Type Method Description HistorySortOrder
FHIRSystemHistoryContext. getHistorySortOrder()
Get the whole system history sort order -
Uses of HistorySortOrder in com.ibm.fhir.persistence.context.impl
Methods in com.ibm.fhir.persistence.context.impl that return HistorySortOrder Modifier and Type Method Description HistorySortOrder
FHIRSystemHistoryContextImpl. getHistorySortOrder()
Methods in com.ibm.fhir.persistence.context.impl with parameters of type HistorySortOrder Modifier and Type Method Description void
FHIRSystemHistoryContextImpl. setHistorySortOrder(HistorySortOrder historySortOrder)
Set the historySortOrder -
Uses of HistorySortOrder in com.ibm.fhir.persistence.jdbc.dao.impl
Constructors in com.ibm.fhir.persistence.jdbc.dao.impl with parameters of type HistorySortOrder Constructor Description FetchResourceChangesDAO(IDatabaseTranslator tx, java.lang.String schemaName, int resourceCount, java.time.Instant sinceTstamp, java.time.Instant beforeTstamp, java.lang.Long changeIdMarker, java.util.List<java.lang.Integer> resourceTypeIds, boolean excludeTransactionTimeoutWindow, HistorySortOrder historySortOrder)
Public constructor -
Uses of HistorySortOrder in com.ibm.fhir.persistence.jdbc.impl
Methods in com.ibm.fhir.persistence.jdbc.impl with parameters of type HistorySortOrder Modifier and Type Method Description java.util.List<ResourceChangeLogRecord>
FHIRPersistenceJDBCImpl. changes(int resourceCount, java.time.Instant sinceLastModified, java.time.Instant beforeLastModified, java.lang.Long changeIdMarker, java.util.List<java.lang.String> resourceTypeNames, boolean excludeTransactionTimeoutWindow, HistorySortOrder historySortOrder)
-