Class GraphDataHttpManagerComponentUtils

java.lang.Object
com.orchestranetworks.addon.dmdv.data.ui.GraphDataHttpManagerComponentUtils

public final class GraphDataHttpManagerComponentUtils extends Object
Provides the method to get a UIHttpManagerComponent web component for graph data.
Since:
1.0.0
  • Constructor Details

    • GraphDataHttpManagerComponentUtils

      public GraphDataHttpManagerComponentUtils()
  • Method Details

    • getComponentForGraphDataService

      public static com.orchestranetworks.ui.UIHttpManagerComponent getComponentForGraphDataService(com.orchestranetworks.ui.UIResourceLocator writer, com.onwbp.adaptation.Adaptation selectedRecord, GraphDataSpec graphDataSpec)
      Returns UIHttpManagerComponent for graph data.
      Parameters:
      writer - to create web component
      selectedRecord - the root node of graph data
      graphDataSpec - contains graph data specifications
      Throws:
      IllegalArgumentException - if the graphDataSpec disabled features are not compatible with the graph.
      See Also: