Class GraphDataHttpManagerComponentUtils
- java.lang.Object
-
- com.orchestranetworks.addon.dmdv.data.ui.GraphDataHttpManagerComponentUtils
-
public final class GraphDataHttpManagerComponentUtils extends java.lang.ObjectProvides the method to get a UIHttpManagerComponent web component for graph data.- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description GraphDataHttpManagerComponentUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.orchestranetworks.ui.UIHttpManagerComponentgetComponentForGraphDataService(com.orchestranetworks.ui.UIResourceLocator writer, com.onwbp.adaptation.Adaptation selectedRecord, GraphDataSpec graphDataSpec)Returns UIHttpManagerComponent for graph data.
-
-
-
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 componentselectedRecord- the root node of graph datagraphDataSpec- contains graph data specifications- Throws:
java.lang.IllegalArgumentException- if thegraphDataSpecdisabled features are not compatible with the graph.- See Also:
UIResourceLocator,Adaptation,GraphDataSpec
-
-