Package de.dlr.proseo.procmgr.rest
Schnittstelle ConfiguredprocessorController
- Alle bekannten Implementierungsklassen:
ConfiguredprocessorControllerDecorator
,ConfiguredProcessorControllerImpl
public interface ConfiguredprocessorController
No description
(Generated with springmvc-raml-parser v.2.0.5)
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.springframework.http.ResponseEntity
<?> countConfiguredProcessors
(String mission, String processorName, String processorVersion, String configurationVersion) Count the configuredProcessors matching the specified mission, processor name, and configuredProcessor version.org.springframework.http.ResponseEntity
<RestConfiguredProcessor> createConfiguredProcessor
(@Valid RestConfiguredProcessor restConfiguredProcessor) Create a new configured processororg.springframework.http.ResponseEntity
<?> Delete a configured processor by IDorg.springframework.http.ResponseEntity
<RestConfiguredProcessor> Get a configured processor by IDorg.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 versionorg.springframework.http.ResponseEntity
<RestConfiguredProcessor> modifyConfiguredProcessor
(Long id, RestConfiguredProcessor restConfiguredProcessor) Update a configured processor by ID
-
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
Delete a configured processor by ID -
modifyConfiguredProcessor
org.springframework.http.ResponseEntity<RestConfiguredProcessor> modifyConfiguredProcessor(Long id, RestConfiguredProcessor restConfiguredProcessor) Update a configured processor by ID
-