Class QueryParam
java.lang.Object
com.orchestranetworks.addon.dpra.indicator.QueryParam
Provides a way to define query parameters for executing an indicator.
- Since:
 - 4.2.0
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionReturns the order by execution timevoidsetOrderByExecutionDate(Order orderByExecutionDate) Sets an order by execution time 
- 
Constructor Details
- 
QueryParam
public QueryParam() 
 - 
 - 
Method Details
- 
getOrderByExecutionDate
Returns the order by execution time
- Returns:
 - Order ascending or descending order
 
 - 
setOrderByExecutionDate
Sets an order by execution time
- Parameters:
 orderByExecutionDate- ascending or descending order
 
 -