Package de.uplanet.lucy.server.rtcache
Interface ApplicationMenuItemInfo
-
- All Superinterfaces:
de.uplanet.lucy.server.rtcache.IRtInfo
@Scriptable public interface ApplicationMenuItemInfo extends de.uplanet.lucy.server.rtcache.IRtInfoInformation about application menu items.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAppGuid()Get the unique identifier of the application this menu item belongs to.StringgetGuid()Get the unique identifier of this application menu item.StringgetKey()Get the grouping key this menu item belongs to.StringgetPageGuid()Get the unique identifier of the page this menu item links to.intgetPosition()Get the position of this menu item within the menu.de.uplanet.lucy.server.property.IPropertyCollectiongetProperties()Get the properties of the application menu item.
-
-
-
Method Detail
-
getGuid
@NotNull String getGuid()
Get the unique identifier of this application menu item.- Returns:
- The unique identifier of this application menu item.
-
getAppGuid
@NotNull String getAppGuid()
Get the unique identifier of the application this menu item belongs to.- Returns:
- The unique identifier of the application.
-
getPageGuid
@NotNull String getPageGuid()
Get the unique identifier of the page this menu item links to.- Returns:
- The unique identifier of the page.
-
getKey
@NotNull String getKey()
Get the grouping key this menu item belongs to.- Returns:
- The grouping key.
-
getPosition
int getPosition()
Get the position of this menu item within the menu.- Returns:
- The position.
-
getProperties
de.uplanet.lucy.server.property.IPropertyCollection getProperties()
Get the properties of the application menu item.- Returns:
- A collection of the menu item settings.
-
-