Uses of Class
com.orchestranetworks.addon.dpra.common.Order
-
Packages that use Order Package Description com.orchestranetworks.addon.dpra.common com.orchestranetworks.addon.dpra.indicator Provides classes and interfaces to perform operations on indicators. -
-
Uses of Order in com.orchestranetworks.addon.dpra.common
Methods in com.orchestranetworks.addon.dpra.common that return Order Modifier and Type Method Description static OrderOrder. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Order[]Order. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Order in com.orchestranetworks.addon.dpra.indicator
Methods in com.orchestranetworks.addon.dpra.indicator that return Order Modifier and Type Method Description OrderQueryParam. getOrderByExecutionDate()Returns the order by execution timeMethods in com.orchestranetworks.addon.dpra.indicator with parameters of type Order Modifier and Type Method Description voidQueryParam. setOrderByExecutionDate(Order orderByExecutionDate)Sets an order by execution time
-