Package ca.uhn.fhir.cql.r4.listener
Class ElmCacheResourceChangeListener
java.lang.Object
ca.uhn.fhir.cql.r4.listener.ElmCacheResourceChangeListener
- All Implemented Interfaces:
IResourceChangeListener
-
Constructor Summary
ConstructorsConstructorDescriptionElmCacheResourceChangeListener(ca.uhn.fhir.jpa.api.dao.IFhirResourceDao<org.hl7.fhir.r4.model.Library> libraryDao, Map<org.cqframework.cql.elm.execution.VersionedIdentifier,org.cqframework.cql.elm.execution.Library> globalLibraryCache) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleChange(IResourceChangeEvent theResourceChangeEvent)voidhandleInit(Collection<org.hl7.fhir.instance.model.api.IIdType> theResourceIds)
-
Constructor Details
-
ElmCacheResourceChangeListener
public ElmCacheResourceChangeListener(ca.uhn.fhir.jpa.api.dao.IFhirResourceDao<org.hl7.fhir.r4.model.Library> libraryDao, Map<org.cqframework.cql.elm.execution.VersionedIdentifier,org.cqframework.cql.elm.execution.Library> globalLibraryCache)
-
-
Method Details
-
handleInit
- Specified by:
handleInitin interfaceIResourceChangeListener
-
handleChange
- Specified by:
handleChangein interfaceIResourceChangeListener
-