Package org.ehrbase.opt.query
Interface I_QueryOptMetaData
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
QueryOptMetaData
public interface I_QueryOptMetaData extends Serializable
Created by christian on 5/14/2018.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetJsonPathVisitor()StringgetTemplateConcept()StringgetTemplateId()ListnodeByFieldValue(String field, String value)ListnodeFieldRegexp(String field, String regexp)Stringtype(String path)ListupperNotBounded()
-