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 TypeMethodDescriptionvoid
BpmnRestApiInterceptor.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 void
TaskBaseResource.populateTasksFromRequest
(Collection<Task> taskList, BulkTasksRequest bulkTasksRequest)