Interface NavigationModel


public interface NavigationModel
  • Method Details

    • findNavLocationForResourceType

      Optional<NavLocation> findNavLocationForResourceType(ResourceType type)
      Looks through the navigation model to find a NavLocation (if any) that corresponds to the given resource type.
    • getSections

      List<Section> getSections()
    • getHome

      Section getHome()
    • getPlatform

      Section getPlatform()
    • getConnections

      Section getConnections()
    • getNetwork

      Section getNetwork()
    • getServices

      Section getServices()
    • getDiagnostics

      Section getDiagnostics()