Class GraphDataHttpManagerComponentUtils


  • public final class GraphDataHttpManagerComponentUtils
    extends java.lang.Object
    Provides the method to get a UIHttpManagerComponent web component for graph data.
    Since:
    1.0.0
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.orchestranetworks.ui.UIHttpManagerComponent getComponentForGraphDataService​(com.orchestranetworks.ui.UIResourceLocator writer, com.onwbp.adaptation.Adaptation selectedRecord, GraphDataSpec graphDataSpec)
      Returns UIHttpManagerComponent for graph data.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GraphDataHttpManagerComponentUtils

        public GraphDataHttpManagerComponentUtils()
    • Method Detail

      • 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:
        java.lang.IllegalArgumentException - if the graphDataSpec disabled features are not compatible with the graph.
        See Also:
        UIResourceLocator, Adaptation, GraphDataSpec