Package org.openwms.common.tasks
Class TaskController
java.lang.Object
org.openwms.core.http.AbstractWebController
org.openwms.common.tasks.TaskController
@Validated
@MeasuredRestController
public class TaskController
extends org.openwms.core.http.AbstractWebController
A TaskController.
- Author:
- Heiko Scherrer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
org.springframework.http.ResponseEntity
<TaskVO> findAll()
org.springframework.http.ResponseEntity
<TaskVO> findByPKey
(String pKey) org.springframework.http.ResponseEntity
<TaskVO> org.springframework.http.ResponseEntity
<org.openwms.core.http.Index> index()
org.springframework.http.ResponseEntity
<TaskVO> org.springframework.http.ResponseEntity
<TaskVO> org.springframework.http.ResponseEntity
<TaskVO> org.springframework.http.ResponseEntity
<TaskVO> Methods inherited from class org.openwms.core.http.AbstractWebController
buildNOKResponse, buildNOKResponseWithKey, buildOKResponse, buildResponse, buildResponse, getLocationForCreatedResource, getLocationURIForCreatedResource, handleBehaviorAwareException, handleBusinessRuntimeException, handleConstraintViolationException, handleException, handleHttpBusinessException, handleRemovalNotAllowedException, handleTechnicalRuntimeException, handleValidationException, illegalArgumentException, translate
-
Field Details
-
taskService
-
-
Constructor Details
-
TaskController
-
-
Method Details
-
findAll
-
findByPKey
-
create
-
addLinks
-
update
-
start
-
pause
-
resume
-
finish
-
index
@GetMapping("/tasks/index") public org.springframework.http.ResponseEntity<org.openwms.core.http.Index> index()
-