Uses of Enum Class
org.hisp.dhis.query.RootJunction
Packages that use RootJunction
-
Uses of RootJunction in org.hisp.dhis.query
Methods in org.hisp.dhis.query that return RootJunctionModifier and TypeMethodDescriptionQuery.getRootJunction()Returns the root junction of this query.static RootJunctionReturns the enum constant of this class with the specified name.static RootJunction[]RootJunction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hisp.dhis.query with parameters of type RootJunctionModifier and TypeMethodDescriptionQuery.withRootJunction(RootJunction rootJunction) Determines the logic to use when combining filters.