Uses of Interface
org.ehrbase.ehr.knowledge.I_KnowledgeCache
-
-
Uses of I_KnowledgeCache in org.ehrbase.aql.sql
Constructors in org.ehrbase.aql.sql with parameters of type I_KnowledgeCache Constructor Description QueryProcessor(org.jooq.DSLContext context, I_KnowledgeCache knowledgeCache, IntrospectService introspectCache, Contains contains, Statements statements, String serverNodeId, boolean usePgExtensions) -
Uses of I_KnowledgeCache in org.ehrbase.aql.sql.postprocessing
Methods in org.ehrbase.aql.sql.postprocessing with parameters of type I_KnowledgeCache Modifier and Type Method Description static voidRawJsonTransform. toRawJson(org.jooq.Result<org.jooq.Record> result, Collection<QuerySteps> querySteps, I_KnowledgeCache knowledgeCache) -
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.EntryAccess(org.jooq.DSLContext context, I_KnowledgeCache knowledge, IntrospectService introspectCache, ServerConfig serverConfig, String templateId, Integer sequence, UUID compositionId, com.nedap.archie.rm.composition.Composition composition)Basic constructor for entry. -
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()Constructors in org.ehrbase.service with parameters of type I_KnowledgeCache Constructor Description ValidationServiceImp(javax.cache.CacheManager cacheManager, I_KnowledgeCache knowledgeCache, org.ehrbase.terminology.openehr.TerminologyService terminologyService)
-