Uses of Interface
org.ehrbase.ehr.knowledge.I_KnowledgeCache
-
Packages that use I_KnowledgeCache Package Description org.ehrbase.dao.access.interfaces org.ehrbase.dao.access.jooq org.ehrbase.dao.access.support org.ehrbase.service -
-
Uses of I_KnowledgeCache in org.ehrbase.dao.access.interfaces
Methods in org.ehrbase.dao.access.interfaces that return I_KnowledgeCache Modifier and Type Method Description I_KnowledgeCacheI_DomainAccess. getKnowledgeManager()get the interface to the current knowledge cache -
Uses of I_KnowledgeCache in org.ehrbase.dao.access.jooq
Constructors in org.ehrbase.dao.access.jooq with parameters of type I_KnowledgeCache Constructor Description CompositionAccess(org.jooq.DSLContext context, I_KnowledgeCache knowledgeManager, IntrospectService introspectCache, ServerConfig serverConfig, com.nedap.archie.rm.composition.Composition composition, UUID ehrId)Basic constructor for composition.ContributionAccess(org.jooq.DSLContext context, I_KnowledgeCache knowledgeManager, IntrospectService introspectCache, ServerConfig serverConfig, UUID ehrId)Basic constructor for contribution. -
Uses of I_KnowledgeCache in org.ehrbase.dao.access.support
Methods in org.ehrbase.dao.access.support that return I_KnowledgeCache Modifier and Type Method Description I_KnowledgeCacheDataAccess. getKnowledgeManager()Constructors in org.ehrbase.dao.access.support with parameters of type I_KnowledgeCache Constructor Description DataAccess(org.jooq.DSLContext context, I_KnowledgeCache knowledgeManager, IntrospectService introspectService, ServerConfig serverConfig)DummyDataAccess(org.jooq.DSLContext context, I_KnowledgeCache knowledge, IntrospectService introspectCache, ServerConfig serverConfig)ServiceDataAccess(org.jooq.DSLContext context, I_KnowledgeCache knowledgeManager, IntrospectService introspectService, ServerConfig serverConfig) -
Uses of I_KnowledgeCache in org.ehrbase.service
Classes in org.ehrbase.service that implement I_KnowledgeCache Modifier and Type Class Description classKnowledgeCacheServiceLook up and caching for archetypes, openEHR showTemplates and Operational Templates.Methods in org.ehrbase.service that return I_KnowledgeCache Modifier and Type Method Description I_KnowledgeCacheIntrospectService. getKnowledge()I_KnowledgeCacheKnowledgeCacheService. getKnowledge()
-