Class AslPathChildCondition
java.lang.Object
org.ehrbase.openehr.aqlengine.asl.model.condition.AslPathChildCondition
- All Implemented Interfaces:
AslProvidesJoinCondition,AslQueryCondition
For contains and path joins
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ehrbase.openehr.aqlengine.asl.model.condition.AslQueryCondition
AslQueryCondition.AslConditionOperator -
Constructor Summary
ConstructorsConstructorDescriptionAslPathChildCondition(AslStructureQuery.AslSourceRelation parentRelation, AslQuery leftProvider, AslQuery leftOwner, AslStructureQuery.AslSourceRelation childRelation, AslQuery rightProvider, AslQuery rightOwner) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ehrbase.openehr.aqlengine.asl.model.condition.AslProvidesJoinCondition
provideJoinCondition, withProvider
-
Constructor Details
-
AslPathChildCondition
public AslPathChildCondition(AslStructureQuery.AslSourceRelation parentRelation, AslQuery leftProvider, AslQuery leftOwner, AslStructureQuery.AslSourceRelation childRelation, AslQuery rightProvider, AslQuery rightOwner)
-
-
Method Details
-
getParentRelation
-
getChildRelation
-
getLeftOwner
- Specified by:
getLeftOwnerin interfaceAslProvidesJoinCondition
-
getRightOwner
- Specified by:
getRightOwnerin interfaceAslProvidesJoinCondition
-
getLeftProvider
-
getRightProvider
-