Uses of Class
org.camunda.bpm.engine.rest.dto.SortingDto
Packages that use SortingDto
Package
Description
-
Uses of SortingDto in org.camunda.bpm.engine.rest.dto
Fields in org.camunda.bpm.engine.rest.dto with type parameters of type SortingDtoMethods in org.camunda.bpm.engine.rest.dto that return types with arguments of type SortingDtoMethod parameters in org.camunda.bpm.engine.rest.dto with type arguments of type SortingDto -
Uses of SortingDto in org.camunda.bpm.engine.rest.dto.externaltask
Fields in org.camunda.bpm.engine.rest.dto.externaltask with type parameters of type SortingDtoMethods in org.camunda.bpm.engine.rest.dto.externaltask that return types with arguments of type SortingDtoMethod parameters in org.camunda.bpm.engine.rest.dto.externaltask with type arguments of type SortingDtoModifier and TypeMethodDescriptionvoidFetchExternalTasksDto.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 SortingDtoModifier and TypeMethodDescriptionstatic 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 SortingDtoModifier and TypeMethodDescriptionstatic List<SortingDto>TaskQueryDto.convertQueryOrderingPropertiesToSortingDtos(List<org.camunda.bpm.engine.impl.QueryOrderingProperty> orderingProperties)