Uses of Class
org.ehrbase.service.KnowledgeCacheService
Packages that use KnowledgeCacheService
Package
Description
-
Uses of KnowledgeCacheService in org.ehrbase.aql.compiler
Constructors in org.ehrbase.aql.compiler with parameters of type KnowledgeCacheServiceModifierConstructorDescriptionContains(org.antlr.v4.runtime.tree.ParseTree parseTree, KnowledgeCacheService knowledgeCache) -
Uses of KnowledgeCacheService in org.ehrbase.aql.containment
Methods in org.ehrbase.aql.containment with parameters of type KnowledgeCacheServiceModifier and TypeMethodDescriptionvoidContainPropositions.evaluate(KnowledgeCacheService knowledgeCache) evaluate the set of proposition IN-ORDER.Constructors in org.ehrbase.aql.containment with parameters of type KnowledgeCacheServiceModifierConstructorDescriptionContainments(KnowledgeCacheService knowledgeCacheService, ContainmentSet containmentSet) Templates(KnowledgeCacheService knowledgeCache) -
Uses of KnowledgeCacheService in org.ehrbase.aql.sql
Constructors in org.ehrbase.aql.sql with parameters of type KnowledgeCacheServiceModifierConstructorDescriptionPathResolver(KnowledgeCacheService knowledgeCache, IdentifierMapper mapper) -
Uses of KnowledgeCacheService in org.ehrbase.service
Constructors in org.ehrbase.service with parameters of type KnowledgeCacheServiceModifierConstructorDescriptionBaseServiceImp(KnowledgeCacheService knowledgeCacheService, org.jooq.DSLContext context, ServerConfig serverConfig) CompositionServiceImp(KnowledgeCacheService knowledgeCacheService, ValidationService validationService, EhrService ehrService, org.jooq.DSLContext context, ServerConfig serverConfig, TenantService tenantService) ContributionServiceImp(KnowledgeCacheService knowledgeCacheService, CompositionService compositionService, EhrService ehrService, FolderService folderService, org.jooq.DSLContext context, ServerConfig serverConfig, TenantService tenantService) EhrServiceImp(KnowledgeCacheService knowledgeCacheService, ValidationService validationService, org.jooq.DSLContext context, ServerConfig serverConfig, TenantService tenantService) QueryServiceImp(KnowledgeCacheService knowledgeCacheService, org.jooq.DSLContext context, ServerConfig serverConfig, org.ehrbase.validation.terminology.ExternalTerminologyValidation tsAdapter, TenantService tenantService) StatusServiceImp(KnowledgeCacheService knowledgeCacheService, org.jooq.DSLContext dslContext, ServerConfig serverConfig) TemplateServiceImp(KnowledgeCacheService knowledgeCacheService, org.jooq.DSLContext context, ServerConfig serverConfig, CompositionService compositionService, TenantService tenantService) TenantServiceImp(KnowledgeCacheService knowledgeCacheService, org.jooq.DSLContext context, ServerConfig serverConfig) UserService(IAuthenticationFacade authenticationFacade, TenantService tenantService, KnowledgeCacheService knowledgeCacheService, org.jooq.DSLContext context, ServerConfig serverConfig, org.springframework.cache.CacheManager cacheManager) ValidationServiceImp(KnowledgeCacheService knowledgeCacheService, org.ehrbase.terminology.openehr.TerminologyService terminologyService, ServerConfig serverConfig, org.springframework.beans.factory.ObjectProvider<org.ehrbase.validation.terminology.ExternalTerminologyValidation> objectProvider, boolean sharedAqlQueryCache)