Uses of Class
org.netxms.client.datacollection.GraphDefinition
Packages that use GraphDefinition
- 
Uses of GraphDefinition in org.netxms.clientMethods in org.netxms.client that return GraphDefinitionModifier and TypeMethodDescriptionNXCSession.getPredefinedGraph(long graphId) Get predefined graph information by graph idMethods in org.netxms.client that return types with arguments of type GraphDefinitionModifier and TypeMethodDescriptionNXCSession.getPredefinedGraphs(boolean graphTemplates) Get list of predefined graphs or graph templatesMethods in org.netxms.client with parameters of type GraphDefinitionModifier and TypeMethodDescriptionlongNXCSession.saveGraph(GraphDefinition graph, boolean overwrite) Checks if graph with specified name can be created/overwritten and creates/overwrites it in DB.Method parameters in org.netxms.client with type arguments of type GraphDefinitionModifier and TypeMethodDescriptionstatic GraphFolderNXCSession.createGraphTree(List<GraphDefinition> graphs) Create graph tree from list
- 
Uses of GraphDefinition in org.netxms.client.datacollectionMethods in org.netxms.client.datacollection that return GraphDefinitionModifier and TypeMethodDescriptionstatic GraphDefinitionGraphDefinition.createGraphSettings(NXCPMessage msg, long baseId) Create graph settings object from NXCP messageMethods in org.netxms.client.datacollection with parameters of type GraphDefinitionModifier and TypeMethodDescriptionvoidGraphFolder.addGraph(GraphDefinition g) Add graph to foldervoidGraphFolder.updateGraph(GraphDefinition graph) Update graph in the treeConstructors in org.netxms.client.datacollection with parameters of type GraphDefinitionModifierConstructorDescriptionCreate copy of provided graph definitionGraphDefinition(GraphDefinition src, String title) Create copy of provided graph definition (with template flag removed if set in source).