Schnittstelle OrderjobstepController

Alle bekannten Implementierungsklassen:
OrderjobstepControllerDecorator, OrderjobstepControllerImpl

public interface OrderjobstepController
No description (Generated with springmvc-raml-parser v.2.0.5)
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    org.springframework.http.ResponseEntity<RestJobStep>
    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".
  • Methodendetails

    • 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

      org.springframework.http.ResponseEntity<RestJobStep> getJobStep(String name)
      Get a production planner job step identified by name or id.