Uses of Class
org.netxms.client.datacollection.DataCollectionObject
-
Packages that use DataCollectionObject Package Description org.netxms.client org.netxms.client.datacollection -
-
Uses of DataCollectionObject in org.netxms.client
Methods in org.netxms.client with parameters of type DataCollectionObject Modifier and Type Method Description TransformationTestResultNXCSession. testTransformationScript(long nodeId, String script, String inputValue, DataCollectionObject dcObject)Test DCI transformation script. -
Uses of DataCollectionObject in org.netxms.client.datacollection
Subclasses of DataCollectionObject in org.netxms.client.datacollection Modifier and Type Class Description classDataCollectionItemData Collection Item representationclassDataCollectionTableTabular data collection objectMethods in org.netxms.client.datacollection that return DataCollectionObject Modifier and Type Method Description DataCollectionObjectDataCollectionConfiguration. findItem(long id)Find data collection object by ID.DataCollectionObjectDataCollectionConfiguration. findItem(long id, Class<? extends DataCollectionObject> classFilter)Find data collection object by ID.DataCollectionObject[]DataCollectionConfiguration. getItems()Get list of data collection itemsMethods in org.netxms.client.datacollection with parameters of type DataCollectionObject Modifier and Type Method Description longDataCollectionConfiguration. createItem(DataCollectionObject object)Deprecated.longDataCollectionConfiguration. createTable(DataCollectionObject object)Deprecated.longDataCollectionConfiguration. modifyObject(DataCollectionObject dco)Modify data collection object.voidDataCollectionConfigurationChangeListener. onUpdate(DataCollectionObject object)Called when data collection object updated.Method parameters in org.netxms.client.datacollection with type arguments of type DataCollectionObject Modifier and Type Method Description DataCollectionObjectDataCollectionConfiguration. findItem(long id, Class<? extends DataCollectionObject> classFilter)Find data collection object by ID.Constructors in org.netxms.client.datacollection with parameters of type DataCollectionObject Constructor Description DataCollectionObject(DataCollectionConfiguration owner, DataCollectionObject dco)Object copy constructor
-