Uses of Class
de.dlr.proseo.procmgr.rest.model.RestProcessor
Packages that use RestProcessor
Package
Description
Classes implementing the REST interface for the prosEO Processor Manager component
Utility classes for the prosEO Processor Manager component
-
Uses of RestProcessor in de.dlr.proseo.procmgr.rest
Methods in de.dlr.proseo.procmgr.rest that return RestProcessorModifier and TypeMethodDescriptionProcessorManager.createProcessor(RestProcessor processor) Create a new processor (version)ProcessorManager.getProcessorById(Long id) Get a processor by IDProcessorManager.modifyProcessor(Long id, @Valid RestProcessor processor) Update a processor by IDMethods in de.dlr.proseo.procmgr.rest that return types with arguments of type RestProcessorModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RestProcessor> ProcessorController.createProcessor(@Valid RestProcessor restProcessor) Create a new processor (version)org.springframework.http.ResponseEntity<RestProcessor> ProcessorControllerDecorator.createProcessor(@Valid RestProcessor restProcessor) Create a new processor (version)org.springframework.http.ResponseEntity<RestProcessor> ProcessorControllerImpl.createProcessor(RestProcessor processor) Create a new processor (version)org.springframework.http.ResponseEntity<RestProcessor> ProcessorController.getProcessorById(Long id) Get a processor by IDorg.springframework.http.ResponseEntity<RestProcessor> ProcessorControllerDecorator.getProcessorById(Long id) Get a processor by IDorg.springframework.http.ResponseEntity<RestProcessor> ProcessorControllerImpl.getProcessorById(Long id) Get a processor by IDorg.springframework.http.ResponseEntity<List<RestProcessor>> ProcessorController.getProcessors(String mission, Long id, String processorName, String processorVersion, Integer recordFrom, Integer recordTo, String[] orderBy) Get processors by mission, name and version (user-defined version, not database version)org.springframework.http.ResponseEntity<List<RestProcessor>> ProcessorControllerDecorator.getProcessors(String mission, Long id, String processorName, String processorVersion, Integer recordFrom, Integer recordTo, String[] orderBy) Get processors by mission, name and version (user-defined version, not database version)org.springframework.http.ResponseEntity<List<RestProcessor>> ProcessorControllerImpl.getProcessors(String mission, Long id, String processorName, String processorVersion, Integer recordFrom, Integer recordTo, String[] orderBy) Get processors by mission, name and version (user-defined version, not database version)ProcessorManager.getProcessors(Long id, String mission, String processorName, String processorVersion, Integer recordFrom, Integer recordTo, String[] orderBy) Get processors by mission, name and version (user-defined version, not database version)org.springframework.http.ResponseEntity<RestProcessor> ProcessorController.modifyProcessor(Long id, RestProcessor restProcessor) Update a processor by IDorg.springframework.http.ResponseEntity<RestProcessor> ProcessorControllerDecorator.modifyProcessor(Long id, RestProcessor restProcessor) Update a processor by IDorg.springframework.http.ResponseEntity<RestProcessor> ProcessorControllerImpl.modifyProcessor(Long id, @Valid RestProcessor processor) Update a processor by IDMethods in de.dlr.proseo.procmgr.rest with parameters of type RestProcessorModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RestProcessor> ProcessorController.createProcessor(@Valid RestProcessor restProcessor) Create a new processor (version)org.springframework.http.ResponseEntity<RestProcessor> ProcessorControllerDecorator.createProcessor(@Valid RestProcessor restProcessor) Create a new processor (version)org.springframework.http.ResponseEntity<RestProcessor> ProcessorControllerImpl.createProcessor(RestProcessor processor) Create a new processor (version)ProcessorManager.createProcessor(RestProcessor processor) Create a new processor (version)org.springframework.http.ResponseEntity<RestProcessor> ProcessorController.modifyProcessor(Long id, RestProcessor restProcessor) Update a processor by IDorg.springframework.http.ResponseEntity<RestProcessor> ProcessorControllerDecorator.modifyProcessor(Long id, RestProcessor restProcessor) Update a processor by IDorg.springframework.http.ResponseEntity<RestProcessor> ProcessorControllerImpl.modifyProcessor(Long id, @Valid RestProcessor processor) Update a processor by IDProcessorManager.modifyProcessor(Long id, @Valid RestProcessor processor) Update a processor by ID -
Uses of RestProcessor in de.dlr.proseo.procmgr.rest.model
Methods in de.dlr.proseo.procmgr.rest.model that return RestProcessorModifier and TypeMethodDescriptionstatic RestProcessorProcessorUtil.toRestProcessor(Processor modelProcessor) Convert a prosEO model processor into a REST processorMethods in de.dlr.proseo.procmgr.rest.model with parameters of type RestProcessorModifier and TypeMethodDescriptionstatic ProcessorProcessorUtil.toModelProcessor(RestProcessor restProcessor) Convert a REST processor into a prosEO model processor (scalar and embedded attributes only, no object references)