Uses of Class
org.linuxforhealth.fhir.database.utils.version.VersionHistoryService
-
Packages that use VersionHistoryService Package Description org.linuxforhealth.fhir.bucket.app org.linuxforhealth.fhir.schema.app org.linuxforhealth.fhir.schema.derby -
-
Uses of VersionHistoryService in org.linuxforhealth.fhir.bucket.app
Methods in org.linuxforhealth.fhir.bucket.app that return VersionHistoryService Modifier and Type Method Description protected VersionHistoryService
Main. createVersionHistoryService()
Create the version history table and a simple service which is used to access information from it. -
Uses of VersionHistoryService in org.linuxforhealth.fhir.schema.app
Methods in org.linuxforhealth.fhir.schema.app with parameters of type VersionHistoryService Modifier and Type Method Description protected void
Main. applyModel(PhysicalDataModel pdm, ISchemaAdapter adapter, ITaskCollector collector, VersionHistoryService vhs, SchemaType schemaType)
Start the schema object creation tasks and wait for everything to complete -
Uses of VersionHistoryService in org.linuxforhealth.fhir.schema.derby
Methods in org.linuxforhealth.fhir.schema.derby that return VersionHistoryService Modifier and Type Method Description VersionHistoryService
DerbyFhirDatabase. createVersionHistoryService()
Create the version history table and a simple service which is used to access information from it.
-