Uses of Class
com.aquima.web.rest.v1.resource.impl.Task
Packages that use Task
Package
Description
-
Uses of Task in com.aquima.web.rest.v1.controller
Methods in com.aquima.web.rest.v1.controller that return TaskModifier and TypeMethodDescriptionThis method returns a task with the specified taskIdMethods in com.aquima.web.rest.v1.controller that return types with arguments of type TaskModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<Task> TaskRestController.updateTask
(long taskId, Task task) This method updates a taskMethods in com.aquima.web.rest.v1.controller with parameters of type TaskModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<Task> TaskRestController.updateTask
(long taskId, Task task) This method updates a task -
Uses of Task in com.aquima.web.rest.v1.converter
Methods in com.aquima.web.rest.v1.converter that return types with arguments of type TaskModifier and TypeMethodDescriptionMethods in com.aquima.web.rest.v1.converter with parameters of type TaskModifier and TypeMethodDescriptionvoid
Constructor parameters in com.aquima.web.rest.v1.converter with type arguments of type TaskModifierConstructorDescriptionTaskConverter
(IResourceFactory factory, IResourceLinker<Task> linker, String customFields) -
Uses of Task in com.aquima.web.rest.v1.linker.impl
Methods in com.aquima.web.rest.v1.linker.impl with parameters of type TaskMethod parameters in com.aquima.web.rest.v1.linker.impl with type arguments of type TaskModifier and TypeMethodDescriptionvoid
TaskLinker.link
(PagedObject<Task> pagedObject, IPaginator<Task> paginator) void
TaskLinker.link
(PagedObject<Task> pagedObject, IPaginator<Task> paginator) -
Uses of Task in com.aquima.web.rest.v1.resource
Methods in com.aquima.web.rest.v1.resource that return Task -
Uses of Task in com.aquima.web.rest.v1.resource.impl
Methods in com.aquima.web.rest.v1.resource.impl that return Task -
Uses of Task in com.aquima.web.rest.v1.service
Methods in com.aquima.web.rest.v1.service with parameters of type TaskModifier and TypeMethodDescriptionvoid
This method is responsible for composing aTask
resource after a taskIdvoid
TaskService.updateTask
(Task task, long taskId, com.aquima.interactions.project.IUserData userData) This method is responsible for updating a task from status STARTED to OPEN.Method parameters in com.aquima.web.rest.v1.service with type arguments of type TaskModifier and TypeMethodDescriptionstatic TaskService
TaskService.forPaged
(com.aquima.interactions.process.impl.ProcessCaseRepository repository, IResourceConverter<com.aquima.interactions.process.dao.ITaskModel, Task> converter, IDateConverter dateConverter, IResourceLinker<Task> linker, PaginatorFactory paginatorFactory) Creates an instance of this service usable in the /tasks endpointstatic TaskService
TaskService.forPaged
(com.aquima.interactions.process.impl.ProcessCaseRepository repository, IResourceConverter<com.aquima.interactions.process.dao.ITaskModel, Task> converter, IDateConverter dateConverter, IResourceLinker<Task> linker, PaginatorFactory paginatorFactory) Creates an instance of this service usable in the /tasks endpointstatic TaskService
TaskService.forSingle
(com.aquima.interactions.process.impl.ProcessCaseRepository repository, IResourceConverter<com.aquima.interactions.process.dao.ITaskModel, Task> converter, IDateConverter dateConverter) Creates an instance of this service usable in the GET /task/{taskId} endpointstatic TaskService
TaskService.forUpdate
(com.aquima.interactions.process.impl.ProcessCaseRepository repository, com.blueriq.component.api.ApplicationFinder applicationFinder, IResourceConverter<com.aquima.interactions.process.dao.ITaskModel, Task> converter, IDateConverter dateConverter) Creates an instance of this service usable in the PUT /tasks/{taskId} endpointvoid
TaskService.getTasks
(PagedObject<Task> pagedObject, Integer page, Integer pageSize, String sort, String attributes, List<ResourceFilter> resourceFilters, boolean includeAll) This method is responsible for composing aPagedObject
object for a task