Uses of Class
de.dlr.proseo.prodclmgr.rest.model.SelectionRuleString
Packages that use SelectionRuleString
Package
Description
Classes implementing the REST interface for the prosEO Product Class Manager component
-
Uses of SelectionRuleString in de.dlr.proseo.prodclmgr.rest
Methods in de.dlr.proseo.prodclmgr.rest that return SelectionRuleStringModifier and TypeMethodDescriptionProductClassManager.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)Methods in de.dlr.proseo.prodclmgr.rest that return types with arguments of type SelectionRuleStringModifier and TypeMethodDescriptionorg.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)Methods in de.dlr.proseo.prodclmgr.rest with parameters of type SelectionRuleStringModifier and TypeMethodDescriptionorg.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 LanguageMethod parameters in de.dlr.proseo.prodclmgr.rest with type arguments of type SelectionRuleStringModifier and TypeMethodDescriptionorg.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