Uses of Class
com.saperion.settings.SettingSearchInfo
Packages that use SettingSearchInfo
Package
Description
This package contains the main classic connector classes.
Package for connector RMI client classes.
This package contains the classes for the LARIX RMI Server.
Package for navigation component classes.
-
Uses of SettingSearchInfo in com.saperion.connector
Methods in com.saperion.connector with parameters of type SettingSearchInfoModifier and TypeMethodDescriptionSaClassicConnector.searchSettings
(SettingSearchInfo searchInfo) This method searches settings in the database.SaClassicConnectorImpl.searchSettings
(SettingSearchInfo searchInfo) -
Uses of SettingSearchInfo in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi with parameters of type SettingSearchInfoModifier and TypeMethodDescriptionSaRMIClientCommand.searchSettings
(SettingSearchInfo searchInfo) Searches for settings.SaRMIClientCommandImpl.searchSettings
(SettingSearchInfo searchInfo) Searches for settings. -
Uses of SettingSearchInfo in com.saperion.rmi.common
Methods in com.saperion.rmi.common with parameters of type SettingSearchInfoModifier and TypeMethodDescriptionSaRMIServerCommand.searchSettings
(int token, SettingSearchInfo searchInfo) Searches for settings. -
Uses of SettingSearchInfo in com.saperion.settings
Methods in com.saperion.settings that return SettingSearchInfoModifier and TypeMethodDescriptionstatic SettingSearchInfo
SettingSearchInfo.create()
SettingSearchInfo.longSetting
(boolean longSetting) Whether to search for long or for regular settings.SettingSearchInfo.name
(String name, SettingSearchInfo.MatchKind matchKind) Sets the name to search for and the match kind to search with.SettingSearchInfo.section
(String section, SettingSearchInfo.MatchKind matchKind) Sets the section to search for and the match kind to search with.