Uses of Class
org.flowable.rest.service.api.runtime.task.BulkTasksRequest
Packages that use BulkTasksRequest
-
Uses of BulkTasksRequest in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api with parameters of type BulkTasksRequestModifier and TypeMethodDescriptionvoidBpmnRestApiInterceptor.bulkUpdateTasks(Collection<Task> taskList, BulkTasksRequest bulkTasksRequest) -
Uses of BulkTasksRequest in org.flowable.rest.service.api.runtime.task
Methods in org.flowable.rest.service.api.runtime.task with parameters of type BulkTasksRequestModifier and TypeMethodDescriptionTaskCollectionResource.bulkUpdateTasks(BulkTasksRequest bulkTasksRequest) protected voidTaskBaseResource.populateTasksFromRequest(Collection<Task> taskList, BulkTasksRequest bulkTasksRequest)