Uses of Class
org.flowable.cmmn.rest.service.api.runtime.task.BulkTasksRequest
Packages that use BulkTasksRequest
Package
Description
-
Uses of BulkTasksRequest in org.flowable.cmmn.rest.service.api
Methods in org.flowable.cmmn.rest.service.api with parameters of type BulkTasksRequestModifier and TypeMethodDescriptionvoid
CmmnRestApiInterceptor.bulkUpdateTasks
(Collection<Task> tasks, BulkTasksRequest request) -
Uses of BulkTasksRequest in org.flowable.cmmn.rest.service.api.runtime.task
Methods in org.flowable.cmmn.rest.service.api.runtime.task with parameters of type BulkTasksRequestModifier and TypeMethodDescriptionTaskCollectionResource.bulkUpdateTasks
(BulkTasksRequest bulkTasksRequest) protected void
TaskBaseResource.populateTasksFromRequest
(Collection<Task> taskList, BulkTasksRequest taskRequest) Populate the tasks based on the values that are present in the givenBulkTasksRequest
.