Verwendungen von Klasse
de.dlr.proseo.prodclmgr.rest.model.SelectionRuleString
Packages, die SelectionRuleString verwenden
Package
Beschreibung
Classes implementing the REST interface for the prosEO Product Class Manager component
-
Verwendungen von SelectionRuleString in de.dlr.proseo.prodclmgr.rest
Methoden in de.dlr.proseo.prodclmgr.rest, die SelectionRuleString zurückgebenModifizierer und TypMethodeBeschreibungProductClassManager.addProcessorToRule
(String configuredProcessor, Long ruleid, Long id) Add the configured processor to the selection rule (if it is not already part of the selection rule)ProductClassManager.getSelectionRuleString
(Long ruleid, Long id) Get a selection rule by IDProductClassManager.modifySelectionRuleString
(Long ruleid, Long id, SelectionRuleString selectionRuleString) Update a selection rule using Rule LanguageProductClassManager.removeProcessorFromRule
(String configuredProcessor, Long ruleid, Long id) Remove the configured processor from the selection rule (the selection rule will be disconnected from the configured processor)Methoden in de.dlr.proseo.prodclmgr.rest, die Typen mit Argumenten vom Typ SelectionRuleString zurückgebenModifizierer und TypMethodeBeschreibungorg.springframework.http.ResponseEntity
<SelectionRuleString> ProductclassController.addProcessorToRule
(String configuredProcessor, Long ruleid, Long id) Add the configured processor to the selection rule (if it is not already part of the selection rule)org.springframework.http.ResponseEntity
<SelectionRuleString> ProductclassControllerDecorator.addProcessorToRule
(String configuredProcessor, Long ruleid, Long id) Add the configured processor to the selection rule (if it is not already part of the selection rule)org.springframework.http.ResponseEntity
<SelectionRuleString> ProductClassControllerImpl.addProcessorToRule
(String configuredProcessor, Long ruleid, Long id) Add the configured processor to the selection rule (if it is not already part of the selection rule)org.springframework.http.ResponseEntity
<SelectionRuleString> ProductclassController.getSelectionRuleString
(Long ruleid, Long id) Get a selection rule by IDorg.springframework.http.ResponseEntity
<SelectionRuleString> ProductclassControllerDecorator.getSelectionRuleString
(Long ruleid, Long id) Get a selection rule by IDorg.springframework.http.ResponseEntity
<SelectionRuleString> ProductClassControllerImpl.getSelectionRuleString
(Long ruleid, Long id) Get a selection rule by IDorg.springframework.http.ResponseEntity
<List<SelectionRuleString>> ProductclassController.getSelectionRuleStrings
(Long id, String sourceClass) Get the simple selection rules as formatted string, optionally selected by source classorg.springframework.http.ResponseEntity
<List<SelectionRuleString>> ProductclassControllerDecorator.getSelectionRuleStrings
(Long id, String sourceClass) Get the simple selection rules as formatted string, optionally selected by source classorg.springframework.http.ResponseEntity
<List<SelectionRuleString>> ProductClassControllerImpl.getSelectionRuleStrings
(Long id, String sourceClass) Get the simple selection rules as formatted string, optionally selected by source classProductClassManager.getSelectionRuleStrings
(Long id, String sourceClass) Get the simple selection rules as formatted string, optionally selected by source classorg.springframework.http.ResponseEntity
<SelectionRuleString> ProductclassController.modifySelectionRuleString
(Long ruleid, Long id, SelectionRuleString selectionRuleString) Update a selection rule using Rule Languageorg.springframework.http.ResponseEntity
<SelectionRuleString> ProductclassControllerDecorator.modifySelectionRuleString
(Long ruleid, Long id, SelectionRuleString selectionRuleString) Update a selection rule using Rule Languageorg.springframework.http.ResponseEntity
<SelectionRuleString> ProductClassControllerImpl.modifySelectionRuleString
(Long ruleid, Long id, SelectionRuleString selectionRuleString) Update a selection rule using Rule Languageorg.springframework.http.ResponseEntity
<SelectionRuleString> ProductclassController.removeProcessorFromRule
(String configuredProcessor, Long ruleid, Long id) Remove the configured processor from the selection rule (the selection rule will be disconnected from the configured processor)org.springframework.http.ResponseEntity
<SelectionRuleString> ProductclassControllerDecorator.removeProcessorFromRule
(String configuredProcessor, Long ruleid, Long id) Remove the configured processor from the selection rule (the selection rule will be disconnected from the configured processor)org.springframework.http.ResponseEntity
<SelectionRuleString> ProductClassControllerImpl.removeProcessorFromRule
(String configuredProcessor, Long ruleid, Long id) Remove the configured processor from the selection rule (the selection rule will be disconnected from the configured processor)Methoden in de.dlr.proseo.prodclmgr.rest mit Parametern vom Typ SelectionRuleStringModifizierer und TypMethodeBeschreibungorg.springframework.http.ResponseEntity
<SelectionRuleString> ProductclassController.modifySelectionRuleString
(Long ruleid, Long id, SelectionRuleString selectionRuleString) Update a selection rule using Rule Languageorg.springframework.http.ResponseEntity
<SelectionRuleString> ProductclassControllerDecorator.modifySelectionRuleString
(Long ruleid, Long id, SelectionRuleString selectionRuleString) Update a selection rule using Rule Languageorg.springframework.http.ResponseEntity
<SelectionRuleString> ProductClassControllerImpl.modifySelectionRuleString
(Long ruleid, Long id, SelectionRuleString selectionRuleString) Update a selection rule using Rule LanguageProductClassManager.modifySelectionRuleString
(Long ruleid, Long id, SelectionRuleString selectionRuleString) Update a selection rule using Rule LanguageMethodenparameter in de.dlr.proseo.prodclmgr.rest mit Typargumenten vom Typ SelectionRuleStringModifizierer und TypMethodeBeschreibungorg.springframework.http.ResponseEntity
<RestProductClass> ProductclassController.createSelectionRuleString
(Long id, @Valid List<SelectionRuleString> selectionRuleString) Create a selection rule using Rule Languageorg.springframework.http.ResponseEntity
<RestProductClass> ProductclassControllerDecorator.createSelectionRuleString
(Long id, @Valid List<SelectionRuleString> selectionRuleString) Create a selection rule using Rule Languageorg.springframework.http.ResponseEntity
<RestProductClass> ProductClassControllerImpl.createSelectionRuleString
(Long id, @Valid List<SelectionRuleString> selectionRuleStrings) Create a selection rule using Rule LanguageProductClassManager.createSelectionRuleString
(Long id, @Valid List<SelectionRuleString> selectionRuleStrings) Create a selection rule using Rule Language