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 LonggetAfterHistoryId()Get the value of the _afterHistoryId parameter, or null if not givenIntegergetCount()Get the value of the _count parameter, or null if not givenInstantgetSince()Get the value of the _since parameter, or null if not givenbooleanisLenient()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:
 
 
 - 
 
 -