Uses of Class
org.ehrbase.openehr.aqlengine.asl.model.field.AslColumnField
Packages that use AslColumnField
Package
Description
-
Uses of AslColumnField in org.ehrbase.openehr.aqlengine.asl
Methods in org.ehrbase.openehr.aqlengine.asl that return AslColumnFieldModifier and TypeMethodDescriptionstatic AslColumnFieldAslUtils.findFieldForOwner(String fieldName, List<AslField> fields, AslQuery owner) static AslColumnFieldAslUtils.findFieldForOwner(AslStructureColumn structureField, List<AslField> fields, AslQuery owner) -
Uses of AslColumnField in org.ehrbase.openehr.aqlengine.asl.model.field
Subclasses of AslColumnField in org.ehrbase.openehr.aqlengine.asl.model.fieldMethods in org.ehrbase.openehr.aqlengine.asl.model.field that return AslColumnFieldModifier and TypeMethodDescriptionAslColumnField.copyWithOwner(AslQuery owner) AslRmPathField.getSrcField()AslColumnField.withProvider(AslQuery provider) Constructors in org.ehrbase.openehr.aqlengine.asl.model.field with parameters of type AslColumnFieldModifierConstructorDescriptionAslRmPathField(AslColumnField srcField, List<org.ehrbase.openehr.sdk.aql.dto.path.AqlObjectPath.PathNode> pathInJson, Set<String> dvOrderedTypes, Class<?> type) -
Uses of AslColumnField in org.ehrbase.openehr.aqlengine.asl.model.query
Methods in org.ehrbase.openehr.aqlengine.asl.model.query that return AslColumnFieldMethods in org.ehrbase.openehr.aqlengine.asl.model.query with parameters of type AslColumnFieldModifier and TypeMethodDescriptionList<org.ehrbase.openehr.sdk.aql.dto.path.AqlObjectPath.PathNode> AslPathDataQuery.getPathNodes(AslColumnField field)