Package ca.uhn.fhir.jpa.dao
Class ResourceHistoryState
java.lang.Object
ca.uhn.fhir.jpa.dao.ResourceHistoryState
POJO to contain the results of
ResourceHistoryCalculator.calculateResourceHistoryState(IBaseResource, ResourceEncodingEnum, List)
-
Constructor Summary
ConstructorDescriptionResourceHistoryState
(String theResourceText, byte[] theResourceBinary, ResourceEncodingEnum theEncoding, com.google.common.hash.HashCode theHashCode) -
Method Summary
-
Constructor Details
-
ResourceHistoryState
public ResourceHistoryState(@Nullable String theResourceText, @Nullable byte[] theResourceBinary, ResourceEncodingEnum theEncoding, com.google.common.hash.HashCode theHashCode)
-
-
Method Details