
Uses of Enum Class
ca.uhn.fhir.jpa.api.model.HistoryCountModeEnum
Packages that use HistoryCountModeEnum
-
Uses of HistoryCountModeEnum in ca.uhn.fhir.jpa.api.config
Fields in ca.uhn.fhir.jpa.api.config declared as HistoryCountModeEnumModifier and TypeFieldDescriptionstatic final HistoryCountModeEnumJpaStorageSettings.DEFAULT_HISTORY_COUNT_MODEMethods in ca.uhn.fhir.jpa.api.config that return HistoryCountModeEnumModifier and TypeMethodDescriptionJpaStorageSettings.getHistoryCountMode()When performing a FHIR history operation, aBundle.totalvalue is included in the response, indicating the total number of history entries.Methods in ca.uhn.fhir.jpa.api.config with parameters of type HistoryCountModeEnumModifier and TypeMethodDescriptionvoidJpaStorageSettings.setHistoryCountMode(HistoryCountModeEnum theHistoryCountMode) When performing a FHIR history operation, aBundle.totalvalue is included in the response, indicating the total number of history entries. -
Uses of HistoryCountModeEnum in ca.uhn.fhir.jpa.api.model
Methods in ca.uhn.fhir.jpa.api.model that return HistoryCountModeEnumModifier and TypeMethodDescriptionstatic HistoryCountModeEnumReturns the enum constant of this class with the specified name.static HistoryCountModeEnum[]HistoryCountModeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.