Package com.appiancorp.suiteapi.common
Interface Constants
public interface Constants
Interface to represent constants used for retrieving and sorting results
obtained from database.
-
Field Summary
-
Field Details
-
SORT_ORDER_ASCENDING
Constant representing results to be sorted in ascending order. -
SORT_ORDER_DESCENDING
Constant representing results to be sorted in descending order. -
COUNT_ALL
static final int COUNT_ALLConstant representing that all results be retrieved in one call.- See Also:
-