Uses of Class
org.ehrbase.openehr.aqlengine.asl.model.query.AslStructureQuery
Packages that use AslStructureQuery
-
Uses of AslStructureQuery in org.ehrbase.openehr.aqlengine.asl
Methods in org.ehrbase.openehr.aqlengine.asl with parameters of type AslStructureQueryModifier and TypeMethodDescriptionstatic Stream<AslFieldFieldQueryCondition> AslUtils.descendantJoinConditionProviders(AslQuery left, AslStructureQuery leftOwner, AslQuery right, AslStructureQuery rightOwner) static Stream<AslFieldFieldQueryCondition> AslUtils.pathChildConditions(AslQuery left, AslStructureQuery leftOwner, AslQuery right, AslStructureQuery rightOwner) -
Uses of AslStructureQuery in org.ehrbase.openehr.aqlengine.asl.model.query
Methods in org.ehrbase.openehr.aqlengine.asl.model.query with parameters of type AslStructureQueryConstructors in org.ehrbase.openehr.aqlengine.asl.model.query with parameters of type AslStructureQueryModifierConstructorDescriptionAslRmObjectDataQuery(String alias, AslStructureQuery base, AslQuery baseProvider)