Class GraphDataHttpManagerComponentUtils
java.lang.Object
com.orchestranetworks.addon.dmdv.data.ui.GraphDataHttpManagerComponentUtils
Provides the method to get a UIHttpManagerComponent web component for graph data.
- Since:
- 1.0.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.orchestranetworks.ui.UIHttpManagerComponent
getComponentForGraphDataService
(com.orchestranetworks.ui.UIResourceLocator writer, com.onwbp.adaptation.Adaptation selectedRecord, GraphDataSpec graphDataSpec) Returns UIHttpManagerComponent for graph data.
-
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 componentselectedRecord
- the root node of graph datagraphDataSpec
- contains graph data specifications- Throws:
IllegalArgumentException
- if thegraphDataSpec
disabled features are not compatible with the graph.- See Also:
-
UIResourceLocator
Adaptation
GraphDataSpec
-