| Package | Description |
|---|---|
| com.orchestranetworks.addon.dama |
Provides features that allow end-users to perform CRUD actions on digital assets and allows users to get the Edit asset service component.
|
| Modifier and Type | Method and Description |
|---|---|
SortBy |
SortCriteria.getSortBy()
Deprecated.
Returns sort criteria.
|
static SortBy |
SortBy.parse(String type)
Deprecated.
Parses to
SortBy enumeration. |
static SortBy |
SortBy.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static SortBy[] |
SortBy.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SortCriteria.setSortBy(SortBy sortBy)
Deprecated.
Sets the sort by.
|
| Constructor and Description |
|---|
SortCriteria(SortBy sortBy,
boolean ascending)
Deprecated.
Instantiates the new
SortCriteria. |