Class AslEncapsulatingQuery
java.lang.Object
org.ehrbase.openehr.aqlengine.asl.model.query.AslQuery
org.ehrbase.openehr.aqlengine.asl.model.query.AslEncapsulatingQuery
- Direct Known Subclasses:
AslRootQuery
-
Field Summary
Fields inherited from class org.ehrbase.openehr.aqlengine.asl.model.query.AslQuery
structureConditions -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddStructureCondition(AslQueryCondition condition) Map<org.ehrbase.openehr.sdk.aql.dto.operand.IdentifiedPath, List<AslPathFilterJoinCondition>> Methods inherited from class org.ehrbase.openehr.aqlengine.asl.model.query.AslQuery
addConditionAnd, addConditionOr, getAlias, getCondition, getStructureConditions, setCondition
-
Constructor Details
-
AslEncapsulatingQuery
-
-
Method Details
-
getChildren
-
getLastChild
-
addChild
-
joinConditionsForFiltering
public Map<org.ehrbase.openehr.sdk.aql.dto.operand.IdentifiedPath,List<AslPathFilterJoinCondition>> joinConditionsForFiltering()- Specified by:
joinConditionsForFilteringin classAslQuery
-
getSelect
-
addStructureCondition
-