Uses of Interface
org.ehrbase.openehr.aqlengine.asl.model.condition.AslQueryCondition
Packages that use AslQueryCondition
Package
Description
-
Uses of AslQueryCondition in org.ehrbase.openehr.aqlengine.asl
Methods in org.ehrbase.openehr.aqlengine.asl with parameters of type AslQueryCondition -
Uses of AslQueryCondition in org.ehrbase.openehr.aqlengine.asl.model.condition
Subinterfaces of AslQueryCondition in org.ehrbase.openehr.aqlengine.asl.model.conditionClasses in org.ehrbase.openehr.aqlengine.asl.model.condition that implement AslQueryConditionModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classfinal classclassfinal classThis condition is used to make sure a left-joined subquery is not empty, by checking that a field based on a column with a NOT NULL constraint (i.e.final classfinal classfinal classMethods in org.ehrbase.openehr.aqlengine.asl.model.condition that return AslQueryConditionModifier and TypeMethodDescriptionAslNotQueryCondition.getCondition()default AslQueryConditionAslProvidesJoinCondition.withProvider(AslQuery provider) AslQueryCondition.withProvider(AslQuery provider) Methods in org.ehrbase.openehr.aqlengine.asl.model.condition that return types with arguments of type AslQueryConditionModifier and TypeMethodDescriptionAslAndQueryCondition.getOperands()AslOrQueryCondition.getOperands()Constructors in org.ehrbase.openehr.aqlengine.asl.model.condition with parameters of type AslQueryConditionModifierConstructorDescriptionAslAndQueryCondition(AslQueryCondition... conditions) AslNotQueryCondition(AslQueryCondition condition) AslOrQueryCondition(AslQueryCondition... conditions) Constructor parameters in org.ehrbase.openehr.aqlengine.asl.model.condition with type arguments of type AslQueryConditionModifierConstructorDescriptionAslAndQueryCondition(List<AslQueryCondition> operands) AslOrQueryCondition(List<AslQueryCondition> operands) -
Uses of AslQueryCondition in org.ehrbase.openehr.aqlengine.asl.model.field
Methods in org.ehrbase.openehr.aqlengine.asl.model.field that return types with arguments of type AslQueryCondition -
Uses of AslQueryCondition in org.ehrbase.openehr.aqlengine.asl.model.join
Methods in org.ehrbase.openehr.aqlengine.asl.model.join that return AslQueryConditionMethods in org.ehrbase.openehr.aqlengine.asl.model.join with parameters of type AslQueryConditionModifier and TypeMethodDescriptionvoidAslPathFilterJoinCondition.setCondition(AslQueryCondition condition) Constructors in org.ehrbase.openehr.aqlengine.asl.model.join with parameters of type AslQueryConditionModifierConstructorDescriptionAslPathFilterJoinCondition(AslQuery leftOwner, AslQueryCondition condition) -
Uses of AslQueryCondition in org.ehrbase.openehr.aqlengine.asl.model.query
Fields in org.ehrbase.openehr.aqlengine.asl.model.query with type parameters of type AslQueryConditionMethods in org.ehrbase.openehr.aqlengine.asl.model.query that return AslQueryConditionMethods in org.ehrbase.openehr.aqlengine.asl.model.query that return types with arguments of type AslQueryConditionMethods in org.ehrbase.openehr.aqlengine.asl.model.query with parameters of type AslQueryConditionModifier and TypeMethodDescriptionAslQuery.addConditionAnd(AslQueryCondition toAdd) AslQuery.addConditionOr(AslQueryCondition toAdd) voidAslStructureQuery.addJoinConditionForFiltering(org.ehrbase.openehr.sdk.aql.dto.operand.IdentifiedPath ip, AslQueryCondition condition) voidAslEncapsulatingQuery.addStructureCondition(AslQueryCondition condition) voidAslQuery.setCondition(AslQueryCondition condition) Constructor parameters in org.ehrbase.openehr.aqlengine.asl.model.query with type arguments of type AslQueryConditionModifierConstructorDescriptionprotectedAslQuery(String alias, List<AslQueryCondition> structureConditions) -
Uses of AslQueryCondition in org.ehrbase.openehr.aqlengine.querywrapper.where
Methods in org.ehrbase.openehr.aqlengine.querywrapper.where that return AslQueryConditionModifier and TypeMethodDescriptionConditionWrapper.LogicalConditionOperator.build(List<AslQueryCondition> params) Methods in org.ehrbase.openehr.aqlengine.querywrapper.where with parameters of type AslQueryConditionModifier and TypeMethodDescriptionbooleanConditionWrapper.LogicalConditionOperator.filterNotNoop(AslQueryCondition condition) booleanConditionWrapper.LogicalConditionOperator.filterShortCircuit(AslQueryCondition condition) Method parameters in org.ehrbase.openehr.aqlengine.querywrapper.where with type arguments of type AslQueryConditionModifier and TypeMethodDescriptionConditionWrapper.LogicalConditionOperator.build(List<AslQueryCondition> params)