Package de.dlr.proseo.model.rest
Interface OrderjobstepsofstateController
- All Known Implementing Classes:
OrderjobstepsofstateControllerDecorator,OrderjobstepsofstateControllerImpl
public interface OrderjobstepsofstateController
No description
(Generated with springmvc-raml-parser v.2.0.5)
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<RestJobStep>> getJobStepsOfStates(String[] status, String mission, Long last) Get production planner job steps by status, mission, and latest of size "last".
-
Method Details
-
getJobStepsOfStates
org.springframework.http.ResponseEntity<List<RestJobStep>> getJobStepsOfStates(String[] status, String mission, Long last) Get production planner job steps by status, mission, and latest of size "last".
-