Verwendungen von Klasse
de.dlr.proseo.procmgr.rest.model.RestProcessor
Packages, die RestProcessor verwenden
Package
Beschreibung
Classes implementing the REST interface for the prosEO Processor Manager component
Utility classes for the prosEO Processor Manager component
-
Verwendungen von RestProcessor in de.dlr.proseo.procmgr.rest
Methoden in de.dlr.proseo.procmgr.rest, die RestProcessor zurückgebenModifizierer und TypMethodeBeschreibungProcessorManager.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 IDMethoden in de.dlr.proseo.procmgr.rest, die Typen mit Argumenten vom Typ RestProcessor zurückgebenModifizierer und TypMethodeBeschreibungorg.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 IDMethoden in de.dlr.proseo.procmgr.rest mit Parametern vom Typ RestProcessorModifizierer und TypMethodeBeschreibungorg.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 -
Verwendungen von RestProcessor in de.dlr.proseo.procmgr.rest.model
Methoden in de.dlr.proseo.procmgr.rest.model, die RestProcessor zurückgebenModifizierer und TypMethodeBeschreibungstatic RestProcessorProcessorUtil.toRestProcessor(Processor modelProcessor) Convert a prosEO model processor into a REST processorMethoden in de.dlr.proseo.procmgr.rest.model mit Parametern vom Typ RestProcessorModifizierer und TypMethodeBeschreibungstatic ProcessorProcessorUtil.toModelProcessor(RestProcessor restProcessor) Convert a REST processor into a prosEO model processor (scalar and embedded attributes only, no object references)