Uses of Class
org.ehrbase.openehr.aqlengine.asl.model.query.AslQuery
Packages that use AslQuery
Package
Description
-
Uses of AslQuery in org.ehrbase.openehr.aqlengine.asl
Methods in org.ehrbase.openehr.aqlengine.asl with parameters of type AslQueryModifier and TypeMethodDescriptionstatic AslColumnFieldAslUtils.findFieldForOwner(String fieldName, List<AslField> fields, AslQuery owner) static AslColumnFieldAslUtils.findFieldForOwner(AslStructureColumn structureField, List<AslField> fields, AslQuery owner) -
Uses of AslQuery in org.ehrbase.openehr.aqlengine.asl.model.condition
Methods in org.ehrbase.openehr.aqlengine.asl.model.condition that return AslQueryModifier and TypeMethodDescriptionAslDescendantCondition.getLeftOwner()AslEntityIdxOffsetCondition.getLeftOwner()AslPathChildCondition.getLeftOwner()AslProvidesJoinCondition.getLeftOwner()AslDescendantCondition.getLeftProvider()AslEntityIdxOffsetCondition.getLeftProvider()AslPathChildCondition.getLeftProvider()AslProvidesJoinCondition.getLeftProvider()AslDescendantCondition.getRightOwner()AslEntityIdxOffsetCondition.getRightOwner()AslPathChildCondition.getRightOwner()AslProvidesJoinCondition.getRightOwner()AslDescendantCondition.getRightProvider()AslEntityIdxOffsetCondition.getRightProvider()AslPathChildCondition.getRightProvider()AslProvidesJoinCondition.getRightProvider()Methods in org.ehrbase.openehr.aqlengine.asl.model.condition with parameters of type AslQueryModifier and TypeMethodDescriptionAslAndQueryCondition.withProvider(AslQuery provider) AslFalseQueryCondition.withProvider(AslQuery provider) AslFieldValueQueryCondition.withProvider(AslQuery provider) AslNotNullQueryCondition.withProvider(AslQuery provider) AslNotQueryCondition.withProvider(AslQuery provider) AslOrQueryCondition.withProvider(AslQuery provider) default AslQueryConditionAslProvidesJoinCondition.withProvider(AslQuery provider) AslQueryCondition.withProvider(AslQuery provider) AslTrueQueryCondition.withProvider(AslQuery provider) Constructors in org.ehrbase.openehr.aqlengine.asl.model.condition with parameters of type AslQueryModifierConstructorDescriptionAslDescendantCondition(AslStructureQuery.AslSourceRelation parentRelation, AslQuery leftProvider, AslQuery leftOwner, AslStructureQuery.AslSourceRelation descendantRelation, AslQuery rightProvider, AslQuery rightOwner) AslEntityIdxOffsetCondition(AslQuery leftProvider, AslQuery leftOwner, AslQuery rightProvider, AslQuery rightOwner, int offset) AslPathChildCondition(AslStructureQuery.AslSourceRelation parentRelation, AslQuery leftProvider, AslQuery leftOwner, AslStructureQuery.AslSourceRelation childRelation, AslQuery rightProvider, AslQuery rightOwner) -
Uses of AslQuery in org.ehrbase.openehr.aqlengine.asl.model.field
Methods in org.ehrbase.openehr.aqlengine.asl.model.field that return AslQueryModifier and TypeMethodDescriptionAslSubqueryField.getBaseQuery()AslAggregatingField.getInternalProvider()AslField.getInternalProvider()AslSubqueryField.getInternalProvider()AslAggregatingField.getOwner()AslField.getOwner()AslSubqueryField.getOwner()AslAggregatingField.getProvider()AslField.getProvider()AslSubqueryField.getProvider()AslField.FieldSource.internalProvider()Returns the value of theinternalProviderrecord component.AslField.FieldSource.owner()Returns the value of theownerrecord component.AslField.FieldSource.provider()Returns the value of theproviderrecord component.Methods in org.ehrbase.openehr.aqlengine.asl.model.field with parameters of type AslQueryModifier and TypeMethodDescriptionAslAggregatingField.copyWithOwner(AslQuery aslFilteringQuery) AslColumnField.copyWithOwner(AslQuery owner) AslComplexExtractedColumnField.copyWithOwner(AslQuery owner) AslConstantField.copyWithOwner(AslQuery owner) AslDvOrderedColumnField.copyWithOwner(AslQuery owner) abstract AslFieldAslField.copyWithOwner(AslQuery aslFilteringQuery) AslFolderItemIdVirtualField.copyWithOwner(AslQuery owner) AslRmPathField.copyWithOwner(AslQuery aslFilteringQuery) AslSubqueryField.copyWithOwner(AslQuery aslFilteringQuery) static AslSubqueryFieldAslSubqueryField.createAslSubqueryField(Class<?> type, AslQuery baseQuery) static AslField.FieldSourceAslAggregatingField.withProvider(AslQuery provider) AslColumnField.withProvider(AslQuery provider) AslComplexExtractedColumnField.withProvider(AslQuery provider) AslConstantField.withProvider(AslQuery provider) AslDvOrderedColumnField.withProvider(AslQuery provider) AslField.FieldSource.withProvider(AslQuery newProvider) abstract AslFieldAslField.withProvider(AslQuery provider) AslFolderItemIdVirtualField.withProvider(AslQuery provider) AslRmPathField.withProvider(AslQuery provider) AslSubqueryField.withProvider(AslQuery provider) Constructors in org.ehrbase.openehr.aqlengine.asl.model.field with parameters of type AslQueryModifierConstructorDescriptionFieldSource(AslQuery owner, AslQuery internalProvider, AslQuery provider) Creates an instance of aFieldSourcerecord class. -
Uses of AslQuery in org.ehrbase.openehr.aqlengine.asl.model.join
Fields in org.ehrbase.openehr.aqlengine.asl.model.join declared as AslQueryModifier and TypeFieldDescriptionprotected AslQueryAslAbstractJoinCondition.leftOwnerprotected AslQueryAslAbstractJoinCondition.rightOwnerMethods in org.ehrbase.openehr.aqlengine.asl.model.join that return AslQueryModifier and TypeMethodDescriptionAslJoin.getLeft()AslAbstractJoinCondition.getLeftOwner()AslAuditDetailsJoinCondition.getLeftOwner()AslJoinCondition.getLeftOwner()AslFolderItemJoinCondition.getLeftProvider()AslJoin.getRight()AslAbstractJoinCondition.getRightOwner()AslJoinCondition.getRightOwner()AslFolderItemJoinCondition.rightProvider()Methods in org.ehrbase.openehr.aqlengine.asl.model.join with parameters of type AslQueryConstructors in org.ehrbase.openehr.aqlengine.asl.model.join with parameters of type AslQueryModifierConstructorDescriptionAslAbstractJoinCondition(AslQuery leftOwner, AslQuery rightOwner) AslAuditDetailsJoinCondition(AslQuery leftOwner, AslStructureQuery rightOwner) AslFolderItemJoinCondition(AslQuery leftProvider, AslQuery leftOwner, AslStructureQuery.AslSourceRelation descendantRelation, AslQuery rightProvider, AslQuery rightOwner) AslJoin(AslQuery left, org.jooq.JoinType joinType, AslQuery right, List<AslJoinCondition> on) AslJoin(AslQuery left, org.jooq.JoinType joinType, AslQuery right, AslJoinCondition... on) AslPathFilterJoinCondition(AslQuery leftOwner, AslQueryCondition condition) -
Uses of AslQuery in org.ehrbase.openehr.aqlengine.asl.model.query
Subclasses of AslQuery in org.ehrbase.openehr.aqlengine.asl.model.queryModifier and TypeClassDescriptionclassclassfinal classfinal classfinal classselect jsonb_object_agg( ( sub_string(d2."final classfinal classselect "sCOMPOSITIONsq"."Methods in org.ehrbase.openehr.aqlengine.asl.model.query that return AslQueryModifier and TypeMethodDescriptionAslQuery.addConditionAnd(AslQueryCondition toAdd) AslQuery.addConditionOr(AslQueryCondition toAdd) AslDataQuery.getBase()AslDataQuery.getBaseProvider()Methods in org.ehrbase.openehr.aqlengine.asl.model.query that return types with arguments of type AslQueryModifier and TypeMethodDescriptionAslEncapsulatingQuery.getChildren()AslEncapsulatingQuery.getLastChild()Methods in org.ehrbase.openehr.aqlengine.asl.model.query with parameters of type AslQueryModifier and TypeMethodDescriptionvoidConstructors in org.ehrbase.openehr.aqlengine.asl.model.query with parameters of type AslQueryModifierConstructorDescriptionprotectedAslDataQuery(String alias, AslQuery base, AslQuery baseProvider) AslPathDataQuery(String alias, AslQuery base, AslQuery baseProvider, List<org.ehrbase.openehr.sdk.aql.dto.path.AqlObjectPath.PathNode> dataPath, boolean multipleValued, Set<String> dvOrderedTypes, Class<?> fieldType) AslRmObjectDataQuery(String alias, AslStructureQuery base, AslQuery baseProvider) -
Uses of AslQuery in org.ehrbase.openehr.aqlengine.sql
Methods in org.ehrbase.openehr.aqlengine.sql with parameters of type AslQueryModifier and TypeMethodDescriptionstatic StringAqlSqlQueryBuilder.subqueryAlias(AslQuery aslQuery) static StringAqlSqlQueryBuilder.versionSubqueryAlias(AslQuery aslQuery)