Uses of Class
org.ehrbase.openehr.aqlengine.asl.model.condition.AslFieldFieldQueryCondition
Packages that use AslFieldFieldQueryCondition
Package
Description
-
Uses of AslFieldFieldQueryCondition in org.ehrbase.openehr.aqlengine.asl
Methods in org.ehrbase.openehr.aqlengine.asl that return types with arguments of type AslFieldFieldQueryConditionModifier 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) -
Uses of AslFieldFieldQueryCondition in org.ehrbase.openehr.aqlengine.asl.model.condition
Methods in org.ehrbase.openehr.aqlengine.asl.model.condition that return AslFieldFieldQueryConditionConstructors in org.ehrbase.openehr.aqlengine.asl.model.condition with parameters of type AslFieldFieldQueryConditionModifierConstructorDescriptionAslCoalesceJoinCondition(AslFieldFieldQueryCondition ternaryCondition, boolean defaultValue)