Uses of Class
com.ibm.fhir.database.utils.version.VersionHistoryService
-
Packages that use VersionHistoryService Package Description com.ibm.fhir.bucket.app com.ibm.fhir.schema.app com.ibm.fhir.schema.derby -
-
Uses of VersionHistoryService in com.ibm.fhir.bucket.app
Methods in com.ibm.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 com.ibm.fhir.schema.app
Methods in com.ibm.fhir.schema.app with parameters of type VersionHistoryService Modifier and Type Method Description protected void
Main. applyModel(PhysicalDataModel pdm, IDatabaseAdapter adapter, ITaskCollector collector, VersionHistoryService vhs)
Start the schema object creation tasks and wait for everything to complete -
Uses of VersionHistoryService in com.ibm.fhir.schema.derby
Methods in com.ibm.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.
-