Uses of Interface
org.ehrbase.openehr.aqlengine.querywrapper.where.ConditionWrapper
Packages that use ConditionWrapper
Package
Description
-
Uses of ConditionWrapper in org.ehrbase.openehr.aqlengine.asl
Methods in org.ehrbase.openehr.aqlengine.asl with parameters of type ConditionWrapperModifier and TypeMethodDescriptionAslUtils.streamConditionDescriptors(ConditionWrapper condition) -
Uses of ConditionWrapper in org.ehrbase.openehr.aqlengine.querywrapper
Methods in org.ehrbase.openehr.aqlengine.querywrapper that return ConditionWrapperConstructors in org.ehrbase.openehr.aqlengine.querywrapper with parameters of type ConditionWrapperModifierConstructorDescriptionAqlQueryWrapper(boolean distinct, List<SelectWrapper> selects, ContainsChain containsChain, ConditionWrapper where, List<OrderByWrapper> orderBy, Long limit, Long offset, Map<ContainsWrapper, PathInfo> pathInfos) -
Uses of ConditionWrapper in org.ehrbase.openehr.aqlengine.querywrapper.where
Classes in org.ehrbase.openehr.aqlengine.querywrapper.where that implement ConditionWrapperModifier and TypeClassDescriptionfinal classfinal classMethods in org.ehrbase.openehr.aqlengine.querywrapper.where that return types with arguments of type ConditionWrapperConstructor parameters in org.ehrbase.openehr.aqlengine.querywrapper.where with type arguments of type ConditionWrapperModifierConstructorDescriptionLogicalOperatorConditionWrapper(ConditionWrapper.LogicalConditionOperator operator, List<ConditionWrapper> logicalOperands)