Interface AslProvidesJoinCondition
- All Superinterfaces:
AslQueryCondition
- All Known Implementing Classes:
AslDescendantCondition,AslEntityIdxOffsetCondition
public sealed interface AslProvidesJoinCondition
extends AslQueryCondition
permits AslDescendantCondition, AslEntityIdxOffsetCondition
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ehrbase.openehr.aqlengine.asl.model.condition.AslQueryCondition
AslQueryCondition.AslConditionOperator -
Method Summary
Modifier and TypeMethodDescriptiondefault AslDelegatingJoinConditiondefault AslQueryConditionwithProvider(AslQuery provider)
-
Method Details
-
getLeftOwner
AslQuery getLeftOwner() -
getRightOwner
AslQuery getRightOwner() -
provideJoinCondition
-
withProvider
- Specified by:
withProviderin interfaceAslQueryCondition
-