Package org.ehrbase.aql.sql
Class PathResolver
- java.lang.Object
-
- org.ehrbase.aql.sql.PathResolver
-
public class PathResolver extends Object
Resolve the path corresponding to a symbol in a given context NB. Path are resolved using WebTemplates Created by christian on 5/3/2016.
-
-
Constructor Summary
Constructors Constructor Description PathResolver(KnowledgeCacheService knowledgeCache, IdentifierMapper mapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassNameOf(String identifier)StringentryRoot(String templateId)IdentifierMappergetMapper()booleanhasPathExpression()Set<String>pathOf(String templateId, String identifier)StringrootOf(String identifier)
-
-
-
Constructor Detail
-
PathResolver
public PathResolver(KnowledgeCacheService knowledgeCache, IdentifierMapper mapper)
-
-
Method Detail
-
hasPathExpression
public boolean hasPathExpression()
-
getMapper
public IdentifierMapper getMapper()
-
-