Uses of Enum Class
org.ehrbase.openehr.aqlengine.AqlLimitPostProcessor.FetchPrecedence
Packages that use AqlLimitPostProcessor.FetchPrecedence
-
Uses of AqlLimitPostProcessor.FetchPrecedence in org.ehrbase.openehr.aqlengine
Methods in org.ehrbase.openehr.aqlengine that return AqlLimitPostProcessor.FetchPrecedenceModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.AqlLimitPostProcessor.FetchPrecedence.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.ehrbase.openehr.aqlengine with parameters of type AqlLimitPostProcessor.FetchPrecedenceModifierConstructorDescriptionAqlLimitPostProcessor(Long defaultLimit, Long maxLimit, Long maxFetch, AqlLimitPostProcessor.FetchPrecedence fetchPrecedence)