@ProviderType public interface ViewPreferences
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSortByProperty()
Returns the property by which AEM inbox items are sorted
or null if property is not present
|
java.lang.String |
getSortOrder()
Returns the sort order of AEM inbox items (Ascending/Descending)
or null if property is not present
|
void |
setSortByProperty(java.lang.String sortByProperty)
Set the property by which AEM inbox items are sorted
or null to clear current property
|
void |
setSortOrder(java.lang.String sortOrder)
Set the sort order of AEM inbox items (Ascending/Descending)
or null to clear current property
|
@Nullable java.lang.String getSortByProperty()
void setSortByProperty(@Nullable java.lang.String sortByProperty)
sortByProperty
- The property by which AEM inbox items are sorted@Nullable java.lang.String getSortOrder()
void setSortOrder(@Nullable java.lang.String sortOrder)
sortOrder
- The sort order of AEM inbox itemsCopyright © 2010 - 2020 Adobe. All Rights Reserved