Package com.microstrategy.web.transform
Interface EnumSortBy
-
public interface EnumSortBy
Sorting constants for the StyleCatalog methods- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static int
SORT_BY_NAME_ASCENDING
Sort constant.static int
SORT_BY_NAME_DESCENDING
Sort constant.static int
SORT_BY_TRANSFORM_ASCENDING
Sort constant.static int
SORT_BY_TRANSFORM_DESCENDING
Sort constant.static int
SORT_BY_TYPE_ASCENDING
Sort constant.static int
SORT_BY_TYPE_DESCENDING
Sort constant.static int
SORT_NONE
Sort constant, indicating that no sorting is required
-
-
-
Field Detail
-
SORT_NONE
static final int SORT_NONE
Sort constant, indicating that no sorting is required- See Also:
- Constant Field Values
-
SORT_BY_NAME_ASCENDING
static final int SORT_BY_NAME_ASCENDING
Sort constant. Sort by name in ascending order.- See Also:
- Constant Field Values
-
SORT_BY_NAME_DESCENDING
static final int SORT_BY_NAME_DESCENDING
Sort constant. Sort by name in descending order.- See Also:
- Constant Field Values
-
SORT_BY_TYPE_ASCENDING
static final int SORT_BY_TYPE_ASCENDING
Sort constant. Sort by bean type and name in ascending order.- See Also:
- Constant Field Values
-
SORT_BY_TYPE_DESCENDING
static final int SORT_BY_TYPE_DESCENDING
Sort constant. Sort by bean type and name in descending order.- See Also:
- Constant Field Values
-
SORT_BY_TRANSFORM_ASCENDING
static final int SORT_BY_TRANSFORM_ASCENDING
Sort constant. Sort by transform definition name and style name in ascending order. This constant applies only to theStyleCatalog.listStyles(com.microstrategy.web.transform.TransformDefn, int)
method- See Also:
- Constant Field Values
-
SORT_BY_TRANSFORM_DESCENDING
static final int SORT_BY_TRANSFORM_DESCENDING
Sort constant. Sort by transform definition name and style name in descending order. This constant applies only to theStyleCatalog.listStyles(com.microstrategy.web.transform.TransformDefn, int)
method- See Also:
- Constant Field Values
-
-