Uses of Class
org.ehrbase.openehr.aqlengine.pathanalysis.PathInfo
Packages that use PathInfo
Package
Description
-
Uses of PathInfo in org.ehrbase.openehr.aqlengine.pathanalysis
Methods in org.ehrbase.openehr.aqlengine.pathanalysis that return types with arguments of type PathInfoModifier and TypeMethodDescriptionstatic Map<ContainsWrapper, PathInfo> PathInfo.createPathInfos(org.ehrbase.openehr.sdk.aql.dto.AqlQuery aqlQuery, Map<org.ehrbase.openehr.sdk.aql.dto.containment.AbstractContainmentExpression, ContainsWrapper> containsDescs) -
Uses of PathInfo in org.ehrbase.openehr.aqlengine.querywrapper
Methods in org.ehrbase.openehr.aqlengine.querywrapper that return types with arguments of type PathInfoConstructor parameters in org.ehrbase.openehr.aqlengine.querywrapper with type arguments of type PathInfoModifierConstructorDescriptionAqlQueryWrapper(boolean distinct, List<SelectWrapper> selects, ContainsChain containsChain, ConditionWrapper where, List<OrderByWrapper> orderBy, Long limit, Long offset, Map<ContainsWrapper, PathInfo> pathInfos)