Interface IPluginMenuEntriesParams
-
- All Superinterfaces:
IPluginParameters
,Serializable
- All Known Implementing Classes:
PluginMenuEntriesParams
public interface IPluginMenuEntriesParams extends IPluginParameters, Serializable
Parameters for a menu entry plugin.- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Mandant
getClient()
Getter for the current client of the backend UI.Benutzer
getUser()
Getter for the current user of the backend UI.
-