Uses of Enum Class
org.ehrbase.openehr.aqlengine.asl.model.AslExtractedColumn
Packages that use AslExtractedColumn
Package
Description
-
Uses of AslExtractedColumn in org.ehrbase.openehr.aqlengine.asl.model
Methods in org.ehrbase.openehr.aqlengine.asl.model that return AslExtractedColumnModifier and TypeMethodDescriptionstatic AslExtractedColumnReturns the enum constant of this class with the specified name.static AslExtractedColumn[]AslExtractedColumn.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ehrbase.openehr.aqlengine.asl.model that return types with arguments of type AslExtractedColumnModifier and TypeMethodDescriptionstatic Optional<AslExtractedColumn> AslExtractedColumn.find(String containmentType, org.ehrbase.openehr.sdk.aql.dto.path.AqlObjectPath toMatch) static Optional<AslExtractedColumn> AslExtractedColumn.find(String containmentType, org.ehrbase.openehr.sdk.aql.dto.path.AqlObjectPath toMatch, int skip) static Optional<AslExtractedColumn> AslExtractedColumn.find(ContainsWrapper contains, org.ehrbase.openehr.sdk.aql.dto.path.AqlObjectPath toMatch) -
Uses of AslExtractedColumn in org.ehrbase.openehr.aqlengine.asl.model.field
Fields in org.ehrbase.openehr.aqlengine.asl.model.field declared as AslExtractedColumnMethods in org.ehrbase.openehr.aqlengine.asl.model.field that return AslExtractedColumnConstructors in org.ehrbase.openehr.aqlengine.asl.model.field with parameters of type AslExtractedColumnModifierConstructorDescriptionAslColumnField(Class<?> type, String columnName, AslField.FieldSource fieldSource, Boolean versionTableField, AslExtractedColumn extractedColumn) AslComplexExtractedColumnField(AslExtractedColumn extractedColumn, AslField.FieldSource fieldSource) AslConstantField(Class<T> type, T value, AslField.FieldSource fieldSource, AslExtractedColumn extractedColumn) protectedAslField(Class<?> type, AslField.FieldSource fieldSource, AslExtractedColumn extractedColumn) AslVirtualField(Class<?> type, AslField.FieldSource fieldSource, AslExtractedColumn extractedColumn) -
Uses of AslExtractedColumn in org.ehrbase.openehr.aqlengine.sql.postprocessor
Constructors in org.ehrbase.openehr.aqlengine.sql.postprocessor with parameters of type AslExtractedColumnModifierConstructorDescriptionExtractedColumnResultPostprocessor(AslExtractedColumn extractedColumn, KnowledgeCacheService knowledgeCache, String nodeName)