| Package | Description |
|---|---|
| org.alfresco.rest.framework.resource.parameters | |
| org.alfresco.rest.framework.webscripts | |
| org.alfresco.rest.workflow.api.impl |
| Modifier and Type | Method and Description |
|---|---|
List<SortColumn> |
Parameters.getSorting()
Returns a List of
SortColumn for sorting properties. |
List<SortColumn> |
Params.getSorting() |
| Constructor and Description |
|---|
Params.RecognizedParams(Map<String,String[]> requestParameters,
Paging paging,
BeanPropertiesFilter filter,
Map<String,BeanPropertiesFilter> relationshipFilter,
List<String> select,
Query query,
List<SortColumn> sorting) |
| Modifier and Type | Method and Description |
|---|---|
static List<SortColumn> |
ResourceWebScriptHelper.getSort(String sortParams)
Takes the Sort parameter as a String and parses it into a List of SortColumn objects.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TasksImpl.setSorting(org.activiti.engine.history.HistoricTaskInstanceQuery query,
SortColumn sortColumn) |
protected void |
TasksImpl.setSorting(org.activiti.engine.task.TaskQuery query,
SortColumn sortColumn) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.