Package org.ehrbase.service
Interface IntrospectService
-
- All Known Implementing Classes:
KnowledgeCacheService
public interface IntrospectService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ItemInfogetInfo(String templateId, String aql)I_KnowledgeCachegetKnowledge()org.ehrbase.webtemplate.model.WebTemplategetQueryOptMetaData(String templateId)org.ehrbase.webtemplate.model.WebTemplategetQueryOptMetaData(UUID uuid)List<String>multiValued(String templateId)
-
-
-
Method Detail
-
getQueryOptMetaData
org.ehrbase.webtemplate.model.WebTemplate getQueryOptMetaData(UUID uuid)
-
getQueryOptMetaData
org.ehrbase.webtemplate.model.WebTemplate getQueryOptMetaData(String templateId)
-
getKnowledge
I_KnowledgeCache getKnowledge()
-
-