Uses of Interface
org.ehrbase.openehr.aqlengine.asl.model.join.AslJoinCondition
Packages that use AslJoinCondition
Package
Description
-
Uses of AslJoinCondition in org.ehrbase.openehr.aqlengine.asl.model.field
Method parameters in org.ehrbase.openehr.aqlengine.asl.model.field with type arguments of type AslJoinConditionModifier and TypeMethodDescriptionAslSubqueryField.withFilterConditions(List<AslJoinCondition> filterConditions) -
Uses of AslJoinCondition in org.ehrbase.openehr.aqlengine.asl.model.join
Classes in org.ehrbase.openehr.aqlengine.asl.model.join that implement AslJoinConditionModifier and TypeClassDescriptionclassfinal classFor contains and path joinsfinal classSpecialized Join condition used toCOMPOSITIONs byFOLDER.items[].id.valuefinal classMethods in org.ehrbase.openehr.aqlengine.asl.model.join that return types with arguments of type AslJoinConditionConstructors in org.ehrbase.openehr.aqlengine.asl.model.join with parameters of type AslJoinConditionModifierConstructorDescriptionAslJoin(AslQuery left, org.jooq.JoinType joinType, AslQuery right, AslJoinCondition... on) Constructor parameters in org.ehrbase.openehr.aqlengine.asl.model.join with type arguments of type AslJoinConditionModifierConstructorDescriptionAslJoin(AslQuery left, org.jooq.JoinType joinType, AslQuery right, List<AslJoinCondition> on)