Uses of Class
org.ehrbase.aql.containment.IdentifierMapper
Packages that use IdentifierMapper
-
Uses of IdentifierMapper in org.ehrbase.aql.compiler
Methods in org.ehrbase.aql.compiler that return IdentifierMapperModifier and TypeMethodDescriptionContains.getIdentifierMapper()QueryCompilerPass1.getIdentifierMapper()returns the mapper of resolved identifiers in contains (including resolved pathsConstructors in org.ehrbase.aql.compiler with parameters of type IdentifierMapperModifierConstructorDescriptionStatements(org.antlr.v4.runtime.tree.ParseTree parseTree, IdentifierMapper identifierMapper, org.ehrbase.openehr.sdk.validation.terminology.ExternalTerminologyValidation tsAdapter) -
Uses of IdentifierMapper in org.ehrbase.aql.containment
Constructors in org.ehrbase.aql.containment with parameters of type IdentifierMapperModifierConstructorDescriptionContainPropositions(IdentifierMapper identifierMapper) ContainsProposition(org.antlr.v4.runtime.ParserRuleContext parserRuleContext, IdentifierMapper identifierMapper) -
Uses of IdentifierMapper in org.ehrbase.aql.sql
Methods in org.ehrbase.aql.sql that return IdentifierMapperConstructors in org.ehrbase.aql.sql with parameters of type IdentifierMapperModifierConstructorDescriptionPathResolver(KnowledgeCacheService knowledgeCache, IdentifierMapper mapper)