| Package | Description |
|---|---|
| com.orchestranetworks.addon.dama.ext.bean |
Provides Entity Beans for working with digital assets.
|
| com.orchestranetworks.addon.dama.ext.enumeration |
Provides enumerations for permissions on assets, asset state, and sorting assets.
|
| Modifier and Type | Method and Description |
|---|---|
SortBy |
SortCriteria.getSortBy()
Returns the sort by.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SortCriteria.setSortBy(SortBy sortBy)
Specifies the sort by.
|
| Constructor and Description |
|---|
SortCriteria(SortBy sortBy,
boolean ascending)
Instantiates a new sort criteria.
|
| Modifier and Type | Method and Description |
|---|---|
static SortBy |
SortBy.parse(String sortType)
Parses the SortBy.
|
static SortBy |
SortBy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortBy[] |
SortBy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|