Uses of Class
org.ehrbase.client.aql.containment.Containment
-
Packages that use Containment Package Description org.ehrbase.client.aql.condition org.ehrbase.client.aql.containment org.ehrbase.client.aql.field org.ehrbase.client.aql.orderby org.ehrbase.client.aql.query -
-
Uses of Containment in org.ehrbase.client.aql.condition
Methods in org.ehrbase.client.aql.condition with parameters of type Containment Modifier and Type Method Description StringBinaryLogicalOperator. buildAql(Containment ehrContainment)StringComparisonOperator. buildAql(Containment ehrContainment)StringCondition. buildAql(Containment ehrContainment)StringMatches. buildAql(Containment ehrContainment)StringNot. buildAql(Containment ehrContainment) -
Uses of Containment in org.ehrbase.client.aql.containment
Methods in org.ehrbase.client.aql.containment with parameters of type Containment Modifier and Type Method Description ContainmentPathContainment. contains(Containment contains)ContainmentPathContainmentPath. contains(Containment contains) -
Uses of Containment in org.ehrbase.client.aql.field
Fields in org.ehrbase.client.aql.field declared as Containment Modifier and Type Field Description static ContainmentEhrFields. EHR_CONTAINMENTMethods in org.ehrbase.client.aql.field that return Containment Modifier and Type Method Description ContainmentAqlFieldImp. getContainment()ContainmentSelectAqlField. getContainment()Methods in org.ehrbase.client.aql.field with parameters of type Containment Modifier and Type Method Description StringAqlFieldImp. buildAQL(Containment ehrContainment)StringSelectAqlField. buildAQL(Containment ehrContainment)Constructors in org.ehrbase.client.aql.field with parameters of type Containment Constructor Description AqlFieldImp(Class<?> entityClass, String path, String name, Class<T> valueClass, boolean multiValued, Containment containment)AqlFieldImp(Class<?> entityClass, String path, String name, Class<T> valueClass, Containment containment)ListAqlFieldImp(Class<?> entityClass, String path, String name, Class<T> innerClass, Containment containment)NativeSelectAqlField(Containment containment, String path, Class<T> valueClass)NativeSelectAqlField(Containment containment, String path, String name, Class<T> valueClass) -
Uses of Containment in org.ehrbase.client.aql.orderby
Methods in org.ehrbase.client.aql.orderby with parameters of type Containment Modifier and Type Method Description StringAndThen. buildAql(Containment ehrContainment)StringOrderByExpression. buildAql(Containment ehrContainment) -
Uses of Containment in org.ehrbase.client.aql.query
Methods in org.ehrbase.client.aql.query with parameters of type Containment Modifier and Type Method Description StringEntityQuery. buildVariabelName(Containment containment)Method parameters in org.ehrbase.client.aql.query with type arguments of type Containment Modifier and Type Method Description static EntityQuery<Record>Query. buildEntityQuery(ContainmentExpression containment, Map<Containment,String> variablesMap, SelectAqlField<?>... selectFields)Constructor parameters in org.ehrbase.client.aql.query with type arguments of type Containment Constructor Description EntityQuery(ContainmentExpression containmentExpression, Map<Containment,String> variablesMap, SelectAqlField<?>... fields)
-