Uses of Class
com.ibm.fhir.schema.control.FhirSchemaVersion
-
Packages that use FhirSchemaVersion Package Description com.ibm.fhir.schema.app com.ibm.fhir.schema.control -
-
Uses of FhirSchemaVersion in com.ibm.fhir.schema.app
Methods in com.ibm.fhir.schema.app that return FhirSchemaVersion Modifier and Type Method Description static FhirSchemaVersion
SchemaVersionsManager. getLatestFhirSchemaVersion()
Get the max FhirSchemaVersion based on vidMethods in com.ibm.fhir.schema.app with parameters of type FhirSchemaVersion Modifier and Type Method Description void
SchemaVersionsManager. updateSchemaVersionId(FhirSchemaVersion version)
Record the version information for the given schemaName in the WHOLESCHEMA_VERSION table, creating a new record if required -
Uses of FhirSchemaVersion in com.ibm.fhir.schema.control
Methods in com.ibm.fhir.schema.control that return FhirSchemaVersion Modifier and Type Method Description static FhirSchemaVersion
FhirSchemaVersion. getLatestParameterStorageUpdate()
Gets the latest version that included a parameter storage update, which would require all resources to reindex all search parameters, even if the search parameters and extracted values did not change.static FhirSchemaVersion
FhirSchemaVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static FhirSchemaVersion[]
FhirSchemaVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.ibm.fhir.schema.control with parameters of type FhirSchemaVersion Constructor Description UpdateSchemaVersion(String schemaName, FhirSchemaVersion version)
Public constructorUpdateSchemaVersionPostgresql(String schemaName, FhirSchemaVersion version)
Public constructor
-