Class FHIRHistoryContextImpl
- java.lang.Object
 - 
- org.linuxforhealth.fhir.core.context.impl.FHIRPagingContextImpl
 - 
- org.linuxforhealth.fhir.persistence.context.impl.FHIRHistoryContextImpl
 
 
 
- 
- All Implemented Interfaces:
 FHIRPagingContext,FHIRHistoryContext
public class FHIRHistoryContextImpl extends FHIRPagingContextImpl implements FHIRHistoryContext
 
- 
- 
Field Summary
- 
Fields inherited from class org.linuxforhealth.fhir.core.context.impl.FHIRPagingContextImpl
DEFAULT_LAST_PAGE_NUMBER, firstId, lastId, lastPageNumber, lenient, matchCount, maxPageIncludeCount, maxPageSize, pageNumber, pageSize, totalCount 
 - 
 
- 
Constructor Summary
Constructors Constructor Description FHIRHistoryContextImpl() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstantgetSince()voidsetSince(Instant since)- 
Methods inherited from class org.linuxforhealth.fhir.core.context.impl.FHIRPagingContextImpl
getFirstId, getLastId, getLastPageNumber, getMatchCount, getMaxPageIncludeCount, getMaxPageSize, getPageNumber, getPageSize, getTotalCount, isLenient, setFirstId, setLastId, setLastPageNumber, setLenient, setMatchCount, setMaxPageIncludeCount, setMaxPageSize, setPageNumber, setPageSize, setTotalCount 
- 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface org.linuxforhealth.fhir.core.context.FHIRPagingContext
getFirstId, getLastId, getLastPageNumber, getMatchCount, getMaxPageIncludeCount, getMaxPageSize, getPageNumber, getPageSize, getTotalCount, isLenient, setFirstId, setLastId, setLastPageNumber, setLenient, setMatchCount, setMaxPageIncludeCount, setMaxPageSize, setPageNumber, setPageSize, setTotalCount 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getSince
public Instant getSince()
- Specified by:
 getSincein interfaceFHIRHistoryContext
 
- 
setSince
public void setSince(Instant since)
- Specified by:
 setSincein interfaceFHIRHistoryContext
 
 - 
 
 -