Uses of Class
org.netxms.client.datacollection.DataCollectionObject
Packages that use DataCollectionObject
- 
Uses of DataCollectionObject in org.netxms.clientMethods in org.netxms.client that return DataCollectionObjectModifier and TypeMethodDescriptionNXCSession.getDataCollectionObject(long objectId, long dciId) Get data collection object without opening data collection configuration.Methods in org.netxms.client with parameters of type DataCollectionObjectModifier and TypeMethodDescriptionlongNXCSession.modifyDataCollectionObject(DataCollectionObject dcObject) Modify data collection object without opening data collection configuration.NXCSession.testTransformationScript(long nodeId, String script, String inputValue, DataCollectionObject dcObject) Test DCI transformation script.
- 
Uses of DataCollectionObject in org.netxms.client.datacollectionSubclasses of DataCollectionObject in org.netxms.client.datacollectionModifier and TypeClassDescriptionclassData Collection Item representationclassTabular data collection objectMethods in org.netxms.client.datacollection that return DataCollectionObjectModifier and TypeMethodDescriptionDataCollectionConfiguration.findItem(long id) Find data collection object by ID.DataCollectionConfiguration.findItem(long id, Class<? extends DataCollectionObject> classFilter) Find data collection object by ID.DataCollectionConfiguration.getItems()Get list of data collection itemsMethods in org.netxms.client.datacollection with parameters of type DataCollectionObjectModifier and TypeMethodDescriptionlongDataCollectionConfiguration.createItem(DataCollectionObject object) Deprecated.longDataCollectionConfiguration.createTable(DataCollectionObject object) Deprecated.longDataCollectionConfiguration.modifyObject(DataCollectionObject dco) Modify data collection object.voidRemoteChangeListener.onUpdate(DataCollectionObject object) Called when data collection object updated.Method parameters in org.netxms.client.datacollection with type arguments of type DataCollectionObjectModifier and TypeMethodDescriptionDataCollectionConfiguration.findItem(long id, Class<? extends DataCollectionObject> classFilter) Find data collection object by ID.Constructors in org.netxms.client.datacollection with parameters of type DataCollectionObjectModifierConstructorDescriptionCreate DCI info from DataCollectionObject objectObject copy constructor