Class GraphModelHttpManagerComponentUtils
java.lang.Object
com.orchestranetworks.addon.dmdv.model.extension.GraphModelHttpManagerComponentUtils
Generates the web component that contains the graph model.
- Since:
- 1.0.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.orchestranetworks.ui.UIHttpManagerComponent
getComponentForGraphModelService
(com.orchestranetworks.ui.UIResourceLocator writer, com.onwbp.adaptation.Adaptation adaptation, GraphModelSpec graphModelSpec) Returns a web component containing the custom diagram.
-
Constructor Details
-
GraphModelHttpManagerComponentUtils
public GraphModelHttpManagerComponentUtils()
-
-
Method Details
-
getComponentForGraphModelService
public static com.orchestranetworks.ui.UIHttpManagerComponent getComponentForGraphModelService(com.orchestranetworks.ui.UIResourceLocator writer, com.onwbp.adaptation.Adaptation adaptation, GraphModelSpec graphModelSpec) Returns a web component containing the custom diagram.- Parameters:
writer
- a writer to render componentadaptation
- to simulate the behavior running service from a selected dataset or record/tablegraphModelSpec
- all the configurations for custom graph model
-