Uses of Class
de.dlr.proseo.procmgr.rest.model.RestConfiguredProcessor
Packages that use RestConfiguredProcessor
Package
Description
Classes implementing the REST interface for the prosEO Processor Manager component
Utility classes for the prosEO Processor Manager component
-
Uses of RestConfiguredProcessor in de.dlr.proseo.procmgr.rest
Methods in de.dlr.proseo.procmgr.rest that return RestConfiguredProcessorModifier and TypeMethodDescriptionConfiguredProcessorManager.createConfiguredProcessor(@Valid RestConfiguredProcessor configuredProcessor) Create a new configured processorConfiguredProcessorManager.getConfiguredProcessorById(Long id) Get a configured processor by IDConfiguredProcessorManager.modifyConfiguredProcessor(Long id, @Valid RestConfiguredProcessor configuredProcessor) Update a configured processor by IDMethods in de.dlr.proseo.procmgr.rest that return types with arguments of type RestConfiguredProcessorModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RestConfiguredProcessor> ConfiguredprocessorController.createConfiguredProcessor(@Valid RestConfiguredProcessor restConfiguredProcessor) Create a new configured processororg.springframework.http.ResponseEntity<RestConfiguredProcessor> ConfiguredprocessorControllerDecorator.createConfiguredProcessor(@Valid RestConfiguredProcessor restConfiguredProcessor) Create a new configured processororg.springframework.http.ResponseEntity<RestConfiguredProcessor> ConfiguredProcessorControllerImpl.createConfiguredProcessor(@Valid RestConfiguredProcessor configuredProcessor) Create a new configured processororg.springframework.http.ResponseEntity<RestConfiguredProcessor> ConfiguredprocessorController.getConfiguredProcessorById(Long id) Get a configured processor by IDorg.springframework.http.ResponseEntity<RestConfiguredProcessor> ConfiguredprocessorControllerDecorator.getConfiguredProcessorById(Long id) Get a configured processor by IDorg.springframework.http.ResponseEntity<RestConfiguredProcessor> ConfiguredProcessorControllerImpl.getConfiguredProcessorById(Long id) Get a configured processor by IDorg.springframework.http.ResponseEntity<List<RestConfiguredProcessor>> ConfiguredprocessorController.getConfiguredProcessors(String mission, Long id, String identifier, String[] processorClass, String processorVersion, String configurationVersion, String[] enabled, Integer recordFrom, Integer recordTo, String[] orderBy) Get configured processors, filtered by mission, identifier, processor name, processor version and/or configuration versionorg.springframework.http.ResponseEntity<List<RestConfiguredProcessor>> ConfiguredprocessorControllerDecorator.getConfiguredProcessors(String mission, Long id, String identifier, String[] processorClass, String processorVersion, String configurationVersion, String[] enabled, Integer recordFrom, Integer recordTo, String[] orderBy) Get configured processors, filtered by mission, identifier, processor name, processor version and/or configuration versionorg.springframework.http.ResponseEntity<List<RestConfiguredProcessor>> ConfiguredProcessorControllerImpl.getConfiguredProcessors(String mission, Long id, String identifier, String[] processorClass, String processorVersion, String configurationVersion, String[] enabled, Integer recordFrom, Integer recordTo, String[] orderBy) Get configured processors, filtered by mission, identifier, processor name, processor version and/or configuration versionConfiguredProcessorManager.getConfiguredProcessors(String mission, Long id, String identifier, String[] processorClass, String processorVersion, String configurationVersion, String[] enabled, Integer recordFrom, Integer recordTo, String[] orderBy) Get configured processors, filtered by mission, identifier, processor name, processor version and/or configuration versionorg.springframework.http.ResponseEntity<RestConfiguredProcessor> ConfiguredprocessorController.modifyConfiguredProcessor(Long id, RestConfiguredProcessor restConfiguredProcessor) Update a configured processor by IDorg.springframework.http.ResponseEntity<RestConfiguredProcessor> ConfiguredprocessorControllerDecorator.modifyConfiguredProcessor(Long id, RestConfiguredProcessor restConfiguredProcessor) Update a configured processor by IDorg.springframework.http.ResponseEntity<RestConfiguredProcessor> ConfiguredProcessorControllerImpl.modifyConfiguredProcessor(Long id, @Valid RestConfiguredProcessor configuredProcessor) Update a configured processor by IDMethods in de.dlr.proseo.procmgr.rest with parameters of type RestConfiguredProcessorModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RestConfiguredProcessor> ConfiguredprocessorController.createConfiguredProcessor(@Valid RestConfiguredProcessor restConfiguredProcessor) Create a new configured processororg.springframework.http.ResponseEntity<RestConfiguredProcessor> ConfiguredprocessorControllerDecorator.createConfiguredProcessor(@Valid RestConfiguredProcessor restConfiguredProcessor) Create a new configured processororg.springframework.http.ResponseEntity<RestConfiguredProcessor> ConfiguredProcessorControllerImpl.createConfiguredProcessor(@Valid RestConfiguredProcessor configuredProcessor) Create a new configured processorConfiguredProcessorManager.createConfiguredProcessor(@Valid RestConfiguredProcessor configuredProcessor) Create a new configured processororg.springframework.http.ResponseEntity<RestConfiguredProcessor> ConfiguredprocessorController.modifyConfiguredProcessor(Long id, RestConfiguredProcessor restConfiguredProcessor) Update a configured processor by IDorg.springframework.http.ResponseEntity<RestConfiguredProcessor> ConfiguredprocessorControllerDecorator.modifyConfiguredProcessor(Long id, RestConfiguredProcessor restConfiguredProcessor) Update a configured processor by IDorg.springframework.http.ResponseEntity<RestConfiguredProcessor> ConfiguredProcessorControllerImpl.modifyConfiguredProcessor(Long id, @Valid RestConfiguredProcessor configuredProcessor) Update a configured processor by IDConfiguredProcessorManager.modifyConfiguredProcessor(Long id, @Valid RestConfiguredProcessor configuredProcessor) Update a configured processor by ID -
Uses of RestConfiguredProcessor in de.dlr.proseo.procmgr.rest.model
Methods in de.dlr.proseo.procmgr.rest.model that return RestConfiguredProcessorModifier and TypeMethodDescriptionstatic RestConfiguredProcessorConfiguredProcessorUtil.toRestConfiguredProcessor(ConfiguredProcessor modelConfiguredProcessor) Convert a prosEO model configured processor into a REST configured processorMethods in de.dlr.proseo.procmgr.rest.model with parameters of type RestConfiguredProcessorModifier and TypeMethodDescriptionstatic ConfiguredProcessorConfiguredProcessorUtil.toModelConfiguredProcessor(RestConfiguredProcessor restConfiguredProcessor) Convert a REST configured processor into a prosEO model configured processor (scalar and embedded attributes only, no object references)