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.archetypeAnchorJoinConditions(PathCohesionAnalysis.PathCohesionTreeNode leftNode, AslQuery left, AslStructureQuery leftOwner, AslQuery right, AslStructureQuery rightOwner) static Stream<AslFieldFieldQueryCondition> AslUtils.descendantJoinConditionProviders(AslQuery leftQuery, AslStructureQuery leftOwner, RmContainsWrapper leftWrapper, AslQuery rightQuery, AslStructureQuery rightOwner, RmContainsWrapper rightWrapper, boolean archetypeLocalNodePredicates) static Stream<AslFieldFieldQueryCondition> AslUtils.nodeIdAnchorJoinConditions(PathCohesionAnalysis.PathCohesionTreeNode leftNode, AslQuery left, AslStructureQuery leftOwner, AslQuery right, AslStructureQuery rightOwner) static Stream<AslFieldFieldQueryCondition> AslUtils.pathChildJoinConditions(AslQuery left, AslStructureQuery leftOwner, AslQuery right, AslStructureQuery rightOwner) static Stream<AslCoalesceJoinCondition> AslUtils.sameParentAsSiblingsJoinCondition(AslEncapsulatingQuery query, AslQuery leftProvider, AslQuery rightProvider, AslStructureQuery rightOwner, PathCohesionAnalysis.PathCohesionTreeNode currentNode, Function<PathCohesionAnalysis.PathCohesionTreeNode, org.ehrbase.openehr.aqlengine.asl.OwnerProviderTuple> nodeToSq) -
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)