Interface FHIRSystemHistoryContext
-
- All Known Implementing Classes:
FHIRSystemHistoryContextImpl
public interface FHIRSystemHistoryContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstantgetBefore()Get the value of the _before parameter, or null if not givenjava.lang.LonggetChangeIdMarker()Get the value of the _changeIdMarker parameter, or null if not givenjava.lang.IntegergetCount()Get the value of the _count parameter, or null if not givenHistorySortOrdergetHistorySortOrder()Get the whole system history sort orderjava.util.List<java.lang.String>getResourceTypes()Get the list of resource typesHTTPReturnPreferencegetReturnPreference()Get the return preferenceInstantgetSince()Get the value of the _since parameter, or null if not givenbooleanisExcludeTransactionTimeoutWindow()Should we exclude resources that fall inside the server's transaction timeout window?booleanisLenient()Get the value of the lenient parameter
-
-
-
Method Detail
-
getSince
Instant getSince()
Get the value of the _since parameter, or null if not given- Returns:
-
getBefore
Instant getBefore()
Get the value of the _before parameter, or null if not given- Returns:
-
getChangeIdMarker
java.lang.Long getChangeIdMarker()
Get the value of the _changeIdMarker parameter, or null if not given- Returns:
-
getCount
java.lang.Integer getCount()
Get the value of the _count parameter, or null if not given- Returns:
-
isLenient
boolean isLenient()
Get the value of the lenient parameter- Returns:
-
getResourceTypes
java.util.List<java.lang.String> getResourceTypes()
Get the list of resource types- Returns:
- an immutable list of resource type names
-
isExcludeTransactionTimeoutWindow
boolean isExcludeTransactionTimeoutWindow()
Should we exclude resources that fall inside the server's transaction timeout window?- Returns:
-
getHistorySortOrder
HistorySortOrder getHistorySortOrder()
Get the whole system history sort order- Returns:
-
getReturnPreference
HTTPReturnPreference getReturnPreference()
Get the return preferencePrefer: return=minimal response bundle summary without Resources Prefer: return=representation response bundle includes Resources Prefer: return=OperationOutcome 400 Bad Request
- Returns:
-
-