@Deprecated
public interface NavigationService
extends com.appiancorp.services.ContextSensitiveService
Modifier and Type | Method and Description |
---|---|
NavigationButton[] |
getAllNavigationButtons()
Deprecated.
Get all navigation buttons.
|
NavigationButton[] |
getNavigationButtons()
Deprecated.
Get only those buttons that the current user has access to see.
|
NavigationMenu |
getNavigationMenu(java.lang.String key_)
Deprecated.
|
NavigationMenu[] |
getNavigationMenus()
Deprecated.
Get all menus registered in the system.
|
void |
updateNavigationButtons(NavigationButton[] buttons_)
Deprecated.
All navigation button are updated in bulk.
|
void |
updateNavigationMenus(NavigationMenu[] menus_)
Deprecated.
All navigation menus are updated in bulk.
|
void updateNavigationButtons(NavigationButton[] buttons_) throws AppianException
AppianException
NavigationButton[] getNavigationButtons()
NavigationButton[] getAllNavigationButtons()
void updateNavigationMenus(NavigationMenu[] menus_) throws AppianException
AppianException
NavigationMenu[] getNavigationMenus()
NavigationMenu getNavigationMenu(java.lang.String key_)
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.