Interface NavigationStore

All Superinterfaces:
NodeStore
All Known Subinterfaces:
NavigationStorage

@Deprecated(forRemoval=true, since="6.5") public interface NavigationStore extends NodeStore
Deprecated, for removal: This API element is subject to removal in a future version.
use NavigationStorage instead since this is a storage layer and the name is ambiguous
Author:
Julien Viet
  • Method Details

    • loadNavigationData

      NavigationData loadNavigationData(SiteKey key)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • saveNavigation

      void saveNavigation(SiteKey key, NavigationState state)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • destroyNavigation

      boolean destroyNavigation(NavigationData data)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • destroyNavigation

      boolean destroyNavigation(SiteKey siteKey)
      Deprecated, for removal: This API element is subject to removal in a future version.