Uses of Class
org.camunda.bpm.client.task.SortingDto
Packages that use SortingDto
-
Uses of SortingDto in org.camunda.bpm.client.task
Methods in org.camunda.bpm.client.task that return SortingDtoModifier and TypeMethodDescriptionprotected static SortingDto
SortingDto.fromOrderingProperty
(OrderingConfig.OrderingProperty property) Static factory method to create aSortingDto
from a givenOrderingConfig.OrderingProperty
.static SortingDto
Static factory method to create aSortingDto
from a field and its order.Methods in org.camunda.bpm.client.task that return types with arguments of type SortingDtoModifier and TypeMethodDescriptionOrderingConfig.toSortingDtos()
Converts thisOrderingConfig
to a list ofSortingDto
s. -
Uses of SortingDto in org.camunda.bpm.client.topic.impl.dto
Fields in org.camunda.bpm.client.topic.impl.dto with type parameters of type SortingDtoMethods in org.camunda.bpm.client.topic.impl.dto that return types with arguments of type SortingDtoMethod parameters in org.camunda.bpm.client.topic.impl.dto with type arguments of type SortingDtoModifier and TypeMethodDescriptionvoid
FetchAndLockRequestDto.setSorting
(List<SortingDto> sorting)