Uses of Class
org.camunda.bpm.engine.rest.dto.SortingDto

Packages that use SortingDto
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
protected  List<SortingDto> AbstractQueryDto.sortings
           
 

Methods in org.camunda.bpm.engine.rest.dto that return types with arguments of type SortingDto
 List<SortingDto> AbstractQueryDto.getSorting()
           
 

Method parameters in org.camunda.bpm.engine.rest.dto with type arguments of type SortingDto
 void AbstractQueryDto.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
static SortingDto TaskQueryDto.convertQueryOrderingPropertyToSortingDto(QueryOrderingProperty orderingProperty)
           
static SortingDto TaskQueryDto.convertVariableOrderPropertyToSortingDto(VariableOrderProperty variableOrderProperty)
           
 

Methods in org.camunda.bpm.engine.rest.dto.task that return types with arguments of type SortingDto
static List<SortingDto> TaskQueryDto.convertQueryOrderingPropertiesToSortingDtos(List<QueryOrderingProperty> orderingProperties)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.