Uses of Enum Class
org.ehrbase.openehr.aqlengine.service.AqlQueryServiceImp.FetchPrecedence
Packages that use AqlQueryServiceImp.FetchPrecedence
-
Uses of AqlQueryServiceImp.FetchPrecedence in org.ehrbase.openehr.aqlengine.service
Methods in org.ehrbase.openehr.aqlengine.service that return AqlQueryServiceImp.FetchPrecedenceModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AqlQueryServiceImp.FetchPrecedence[]AqlQueryServiceImp.FetchPrecedence.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ehrbase.openehr.aqlengine.service with parameters of type AqlQueryServiceImp.FetchPrecedenceModifier and TypeMethodDescriptionstatic org.ehrbase.openehr.sdk.aql.dto.AqlQueryAqlQueryServiceImp.buildAqlQuery(AqlQueryRequest aqlQueryRequest, AqlQueryServiceImp.FetchPrecedence fetchPrecedence, Long defaultLimit, Long maxLimit, Long maxFetch)