Uses of Class
org.camunda.bpm.engine.rest.dto.SortingDto
-
Packages that use SortingDto Package Description org.camunda.bpm.engine.rest.dto org.camunda.bpm.engine.rest.dto.task -
-
Uses of SortingDto in org.camunda.bpm.engine.rest.dto
Fields in org.camunda.bpm.engine.rest.dto with type parameters of type SortingDto Modifier and Type Field Description protected List<SortingDto>AbstractQueryDto. sortingsMethods in org.camunda.bpm.engine.rest.dto that return types with arguments of type SortingDto Modifier and Type Method Description List<SortingDto>AbstractQueryDto. getSorting()Method parameters in org.camunda.bpm.engine.rest.dto with type arguments of type SortingDto Modifier and Type Method Description voidAbstractQueryDto. setSorting(List<SortingDto> sorting) -
Uses of SortingDto in org.camunda.bpm.engine.rest.dto.task
Methods in org.camunda.bpm.engine.rest.dto.task that return SortingDto Modifier and Type Method Description static SortingDtoTaskQueryDto. convertQueryOrderingPropertyToSortingDto(org.camunda.bpm.engine.impl.QueryOrderingProperty orderingProperty)static SortingDtoTaskQueryDto. convertVariableOrderPropertyToSortingDto(org.camunda.bpm.engine.impl.VariableOrderProperty variableOrderProperty)Methods in org.camunda.bpm.engine.rest.dto.task that return types with arguments of type SortingDto Modifier and Type Method Description static List<SortingDto>TaskQueryDto. convertQueryOrderingPropertiesToSortingDtos(List<org.camunda.bpm.engine.impl.QueryOrderingProperty> orderingProperties)
-