Uses of Class
org.ehrbase.openehr.aqlengine.asl.model.field.AslField
Packages that use AslField
Package
Description
-
Uses of AslField in org.ehrbase.openehr.aqlengine.asl
Methods in org.ehrbase.openehr.aqlengine.asl that return types with arguments of type AslFieldMethod parameters in org.ehrbase.openehr.aqlengine.asl with type arguments of type AslFieldModifier and TypeMethodDescriptionstatic AslColumnFieldAslUtils.findFieldForOwner(String fieldName, List<AslField> fields, AslQuery owner) static AslColumnFieldAslUtils.findFieldForOwner(AslStructureColumn structureField, List<AslField> fields, AslQuery owner) -
Uses of AslField in org.ehrbase.openehr.aqlengine.asl.model
Methods in org.ehrbase.openehr.aqlengine.asl.model that return AslField -
Uses of AslField in org.ehrbase.openehr.aqlengine.asl.model.condition
Methods in org.ehrbase.openehr.aqlengine.asl.model.condition that return AslFieldModifier and TypeMethodDescriptionAslFieldValueQueryCondition.getField()AslNotNullQueryCondition.getField()Constructors in org.ehrbase.openehr.aqlengine.asl.model.condition with parameters of type AslFieldModifierConstructorDescriptionAslDvOrderedValueQueryCondition(Set<String> typesToCompare, AslField field, AslQueryCondition.AslConditionOperator operator, List<T> values) AslFieldValueQueryCondition(AslField field, AslQueryCondition.AslConditionOperator operator, List<T> values) AslNotNullQueryCondition(AslField field) -
Uses of AslField in org.ehrbase.openehr.aqlengine.asl.model.field
Subclasses of AslField in org.ehrbase.openehr.aqlengine.asl.model.fieldModifier and TypeClassDescriptionfinal classclassfinal classfinal classAslConstantField<T extends Constable>final classfinal classA virtual field representing aFOLDER.items[].id.valuepath.final classfinal classclassMethods in org.ehrbase.openehr.aqlengine.asl.model.field that return AslFieldModifier and TypeMethodDescriptionAslAggregatingField.copyWithOwner(AslQuery aslFilteringQuery) abstract AslFieldAslField.copyWithOwner(AslQuery aslFilteringQuery) AslRmPathField.copyWithOwner(AslQuery aslFilteringQuery) AslSubqueryField.copyWithOwner(AslQuery aslFilteringQuery) AslOrderByField.field()Returns the value of thefieldrecord component.AslAggregatingField.getBaseField()AslAggregatingField.withProvider(AslQuery provider) abstract AslFieldAslField.withProvider(AslQuery provider) AslRmPathField.withProvider(AslQuery provider) AslSubqueryField.withProvider(AslQuery provider) Methods in org.ehrbase.openehr.aqlengine.asl.model.field that return types with arguments of type AslFieldModifier and TypeMethodDescriptionAslField.fieldsForAggregation(AslRootQuery rootQuery) AslSubqueryField.fieldsForAggregation(AslRootQuery rootQuery) Constructors in org.ehrbase.openehr.aqlengine.asl.model.field with parameters of type AslFieldModifierConstructorDescriptionAslAggregatingField(org.ehrbase.openehr.sdk.aql.dto.operand.AggregateFunction.AggregateFunctionName function, AslField baseField, boolean distinct) AslOrderByField(AslField field, org.jooq.SortOrder direction) Creates an instance of aAslOrderByFieldrecord class. -
Uses of AslField in org.ehrbase.openehr.aqlengine.asl.model.query
Methods in org.ehrbase.openehr.aqlengine.asl.model.query that return AslFieldMethods in org.ehrbase.openehr.aqlengine.asl.model.query that return types with arguments of type AslFieldModifier and TypeMethodDescriptionAslRootQuery.getAvailableFields()AslRootQuery.getGroupByDvOrderedMagnitudeFields()AslRootQuery.getGroupByFields()AslEncapsulatingQuery.getSelect()AslFilteringQuery.getSelect()AslPathDataQuery.getSelect()AslQuery.getSelect()AslRmObjectDataQuery.getSelect()AslRootQuery.getSelect()AslStructureQuery.getSelect()Methods in org.ehrbase.openehr.aqlengine.asl.model.query with parameters of type AslFieldModifier and TypeMethodDescriptionvoidAslRootQuery.addOrderBy(AslField field, org.jooq.SortOrder sortOrder, boolean usesAggregateFunctionOrDistinct) Constructors in org.ehrbase.openehr.aqlengine.asl.model.query with parameters of type AslFieldConstructor parameters in org.ehrbase.openehr.aqlengine.asl.model.query with type arguments of type AslFieldModifierConstructorDescriptionAslStructureQuery(String alias, AslStructureQuery.AslSourceRelation type, List<AslField> fields, Collection<String> rmTypes, Collection<String> rmTypesConstraint, String attribute, boolean requiresVersionTableJoin)