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 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 parametervoid
setAfterHistoryId(long id)
void
setCount(int c)
void
setLenient(boolean lenient)
void
setSince(Instant since)
String
toString()
-
-
-
Method Detail
-
getSince
public Instant getSince()
Description copied from interface:FHIRSystemHistoryContext
Get the value of the _since parameter, or null if not given- Specified by:
getSince
in interfaceFHIRSystemHistoryContext
- Returns:
-
setSince
public void setSince(Instant since)
-
getAfterHistoryId
public Long getAfterHistoryId()
Description copied from interface:FHIRSystemHistoryContext
Get the value of the _afterHistoryId parameter, or null if not given- Specified by:
getAfterHistoryId
in interfaceFHIRSystemHistoryContext
- Returns:
-
setAfterHistoryId
public void setAfterHistoryId(long id)
-
getCount
public Integer getCount()
Description copied from interface:FHIRSystemHistoryContext
Get the value of the _count parameter, or null if not given- Specified by:
getCount
in interfaceFHIRSystemHistoryContext
- Returns:
-
setCount
public void setCount(int c)
-
setLenient
public void setLenient(boolean lenient)
- Parameters:
lenient
-
-
isLenient
public boolean isLenient()
Description copied from interface:FHIRSystemHistoryContext
Get the value of the lenient parameter- Specified by:
isLenient
in interfaceFHIRSystemHistoryContext
- Returns:
-
-