Class AslPathDataQuery
java.lang.Object
org.ehrbase.openehr.aqlengine.asl.model.query.AslQuery
org.ehrbase.openehr.aqlengine.asl.model.query.AslDataQuery
org.ehrbase.openehr.aqlengine.asl.model.query.AslPathDataQuery
-
Field Summary
FieldsFields inherited from class org.ehrbase.openehr.aqlengine.asl.model.query.AslQuery
structureConditions -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.ehrbase.openehr.sdk.aql.dto.path.AqlObjectPath.PathNode> getPathNodes(AslColumnField field) booleanMap<org.ehrbase.openehr.sdk.aql.dto.operand.IdentifiedPath, List<AslPathFilterJoinCondition>> Methods inherited from class org.ehrbase.openehr.aqlengine.asl.model.query.AslDataQuery
getBase, getBaseProvider, setBaseMethods inherited from class org.ehrbase.openehr.aqlengine.asl.model.query.AslQuery
addConditionAnd, addConditionOr, getAlias, getCondition, getStructureConditions, setCondition
-
Field Details
-
DATA_COLUMN_NAME
- See Also:
-
-
Constructor Details
-
AslPathDataQuery
-
-
Method Details
-
getDataField
-
joinConditionsForFiltering
public Map<org.ehrbase.openehr.sdk.aql.dto.operand.IdentifiedPath,List<AslPathFilterJoinCondition>> joinConditionsForFiltering()- Specified by:
joinConditionsForFilteringin classAslQuery
-
getSelect
-
getPathNodes
public List<org.ehrbase.openehr.sdk.aql.dto.path.AqlObjectPath.PathNode> getPathNodes(AslColumnField field) -
isMultipleValued
public boolean isMultipleValued() -
getDvOrderedTypes
-