Schnittstelle ConfiguredprocessorController

Alle bekannten Implementierungsklassen:
ConfiguredprocessorControllerDecorator, ConfiguredProcessorControllerImpl

public interface ConfiguredprocessorController
No description (Generated with springmvc-raml-parser v.2.0.5)
  • Methodendetails

    • getConfiguredProcessors

      org.springframework.http.ResponseEntity<List<RestConfiguredProcessor>> getConfiguredProcessors(String mission, String identifier, String processorName, String processorVersion, String configurationVersion, String uuid, Integer recordFrom, Integer recordTo)
      Get configured processors, filtered by mission, identifier, processor name, processor version and/or configuration version
    • createConfiguredProcessor

      org.springframework.http.ResponseEntity<RestConfiguredProcessor> createConfiguredProcessor(@Valid @Valid RestConfiguredProcessor restConfiguredProcessor)
      Create a new configured processor
    • countConfiguredProcessors

      org.springframework.http.ResponseEntity<?> countConfiguredProcessors(String mission, String processorName, String processorVersion, String configurationVersion)
      Count the configuredProcessors matching the specified mission, processor name, and configuredProcessor version.
    • getConfiguredProcessorById

      org.springframework.http.ResponseEntity<RestConfiguredProcessor> getConfiguredProcessorById(Long id)
      Get a configured processor by ID
    • deleteConfiguredProcessorById

      org.springframework.http.ResponseEntity<?> deleteConfiguredProcessorById(Long id)
      Delete a configured processor by ID
    • modifyConfiguredProcessor

      org.springframework.http.ResponseEntity<RestConfiguredProcessor> modifyConfiguredProcessor(Long id, RestConfiguredProcessor restConfiguredProcessor)
      Update a configured processor by ID