Package de.dlr.proseo.model.rest
Interface OrderjobstepController
- All Known Implementing Classes:
OrderjobstepControllerDecorator,OrderjobstepControllerImpl
public interface OrderjobstepController
No description
(Generated with springmvc-raml-parser v.2.0.5)
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RestJobStep> getJobStep(String name) Get a production planner job step identified by name or id.org.springframework.http.ResponseEntity<List<RestJobStep>> getJobSteps(@Valid Status status, String mission, Long last) Get production planner job steps by status, mission, and latest of size "last".
-
Method Details
-
getJobSteps
org.springframework.http.ResponseEntity<List<RestJobStep>> getJobSteps(@Valid @Valid Status status, String mission, Long last) Get production planner job steps by status, mission, and latest of size "last". -
getJobStep
Get a production planner job step identified by name or id.
-