Modul sharingPluginPlatform
Klasse SearchResultDTO.PluginActionInfo
java.lang.Object
org.codeability.sharing.plugins.api.search.SearchResultDTO.PluginActionInfo
- Umschließende Klasse:
SearchResultDTO
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungPluginActionInfo(String plugin, String action, String commandName) information about applicable plugins -
Methodenübersicht
-
Konstruktordetails
-
PluginActionInfo
information about applicable plugins- Parameter:
plugin- the name of the plugin, just informativeaction- the name of the action, just informativecommandName- the name of the command, displayed to the user
-
PluginActionInfo
public PluginActionInfo()
-
-
Methodendetails
-
getPlugin
- Gibt zurück:
- the plugin
-
setPlugin
- Parameter:
plugin- the plugin to set
-
getAction
- Gibt zurück:
- the action
-
setAction
- Parameter:
action- the action to set
-
getCommandName
- Gibt zurück:
- the commandName
-
setCommandName
- Parameter:
commandName- the commandName to set
-