Uses of Interface
org.ehrbase.service.IntrospectService
-
-
Uses of IntrospectService in org.ehrbase.aql.sql
Constructors in org.ehrbase.aql.sql with parameters of type IntrospectService Constructor Description QueryProcessor(org.jooq.DSLContext context, I_KnowledgeCache knowledgeCache, IntrospectService introspectCache, Contains contains, Statements statements, String serverNodeId, boolean usePgExtensions) -
Uses of IntrospectService in org.ehrbase.aql.sql.binding
Constructors in org.ehrbase.aql.sql.binding with parameters of type IntrospectService Constructor Description SelectBinder(org.jooq.DSLContext context, IntrospectService introspectCache, Contains contains, Statements statements, String serverNodeId, String entry_root) -
Uses of IntrospectService in org.ehrbase.aql.sql.queryImpl
Fields in org.ehrbase.aql.sql.queryImpl declared as IntrospectService Modifier and Type Field Description protected IntrospectServiceTemplateMetaData. introspectCacheConstructors in org.ehrbase.aql.sql.queryImpl with parameters of type IntrospectService Constructor Description CompositionAttributeQuery(org.jooq.DSLContext context, PathResolver pathResolver, String serverNodeId, String entry_root, IntrospectService introspectCache)IterativeNode(String templateId, IntrospectService introspectCache, List<String> ignoreIterativeNode, int depth)JsonbEntryQuery(org.jooq.DSLContext context, IntrospectService introspectCache, PathResolver pathResolver, String entry_root)TemplateMetaData(IntrospectService introspectCache) -
Uses of IntrospectService in org.ehrbase.aql.sql.queryImpl.attribute
Methods in org.ehrbase.aql.sql.queryImpl.attribute that return IntrospectService Modifier and Type Method Description IntrospectServiceFieldResolutionContext. getIntrospectCache()Constructors in org.ehrbase.aql.sql.queryImpl.attribute with parameters of type IntrospectService Constructor Description FieldResolutionContext(org.jooq.DSLContext context, String serverNodeId, UUID compositionId, String identifier, I_VariableDefinition variableDefinition, I_QueryImpl.Clause clause, PathResolver pathResolver, IntrospectService introspectCache, String entry_root) -
Uses of IntrospectService in org.ehrbase.dao.access.interfaces
Methods in org.ehrbase.dao.access.interfaces that return IntrospectService Modifier and Type Method Description IntrospectServiceI_DomainAccess. getIntrospectService() -
Uses of IntrospectService in org.ehrbase.dao.access.jooq
Constructors in org.ehrbase.dao.access.jooq with parameters of type IntrospectService 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 IntrospectService in org.ehrbase.dao.access.support
Methods in org.ehrbase.dao.access.support that return IntrospectService Modifier and Type Method Description IntrospectServiceDataAccess. getIntrospectService()Constructors in org.ehrbase.dao.access.support with parameters of type IntrospectService 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 IntrospectService in org.ehrbase.service
Classes in org.ehrbase.service that implement IntrospectService Modifier and Type Class Description classKnowledgeCacheServiceLook up and caching for archetypes, openEHR showTemplates and Operational Templates.
-