Class FHIRSystemHistoryContextImpl
- java.lang.Object
 - 
- com.ibm.fhir.persistence.context.impl.FHIRSystemHistoryContextImpl
 
 
- 
- All Implemented Interfaces:
 FHIRSystemHistoryContext
public class FHIRSystemHistoryContextImpl extends Object implements FHIRSystemHistoryContext
Holds the context for system history requests 
- 
- 
Constructor Summary
Constructors Constructor Description FHIRSystemHistoryContextImpl() 
- 
Method Summary
All Methods Instance Methods Concrete 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 parametervoidsetAfterHistoryId(long id)voidsetCount(int c)voidsetLenient(boolean lenient)voidsetSince(Instant since)StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getSince
public Instant getSince()
Description copied from interface:FHIRSystemHistoryContextGet the value of the _since parameter, or null if not given- Specified by:
 getSincein interfaceFHIRSystemHistoryContext- Returns:
 
 
- 
setSince
public void setSince(Instant since)
 
- 
getAfterHistoryId
public Long getAfterHistoryId()
Description copied from interface:FHIRSystemHistoryContextGet the value of the _afterHistoryId parameter, or null if not given- Specified by:
 getAfterHistoryIdin interfaceFHIRSystemHistoryContext- Returns:
 
 
- 
setAfterHistoryId
public void setAfterHistoryId(long id)
 
- 
getCount
public Integer getCount()
Description copied from interface:FHIRSystemHistoryContextGet the value of the _count parameter, or null if not given- Specified by:
 getCountin interfaceFHIRSystemHistoryContext- Returns:
 
 
- 
setCount
public void setCount(int c)
 
- 
setLenient
public void setLenient(boolean lenient)
- Parameters:
 lenient-
 
- 
isLenient
public boolean isLenient()
Description copied from interface:FHIRSystemHistoryContextGet the value of the lenient parameter- Specified by:
 isLenientin interfaceFHIRSystemHistoryContext- Returns:
 
 
 - 
 
 -