Package com.ibm.fhir.persistence.context
Interface FHIRSystemHistoryContext
-
- All Known Implementing Classes:
FHIRSystemHistoryContextImpl
public interface FHIRSystemHistoryContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Long
getAfterHistoryId()
Get the value of the _afterHistoryId parameter, or null if not givenInteger
getCount()
Get the value of the _count parameter, or null if not givenInstant
getSince()
Get the value of the _since parameter, or null if not givenboolean
isLenient()
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:
-
getAfterHistoryId
Long getAfterHistoryId()
Get the value of the _afterHistoryId parameter, or null if not given- Returns:
-
getCount
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:
-
-