Uses of Enum Class
org.netxms.client.constants.DataCollectionObjectStatus
Packages that use DataCollectionObjectStatus
- 
Uses of DataCollectionObjectStatus in org.netxms.clientMethods in org.netxms.client with parameters of type DataCollectionObjectStatusModifier and TypeMethodDescriptionlong[]NXCSession.changeDCIStatus(long ownerId, long[] items, DataCollectionObjectStatus status) Change data collection objects status without opening data collection configuration.
- 
Uses of DataCollectionObjectStatus in org.netxms.client.constantsMethods in org.netxms.client.constants that return DataCollectionObjectStatusModifier and TypeMethodDescriptionstatic DataCollectionObjectStatusDataCollectionObjectStatus.getByValue(int value) Get enum element by integer valuestatic DataCollectionObjectStatusReturns the enum constant of this class with the specified name.static DataCollectionObjectStatus[]DataCollectionObjectStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Uses of DataCollectionObjectStatus in org.netxms.client.datacollectionFields in org.netxms.client.datacollection declared as DataCollectionObjectStatusModifier and TypeFieldDescriptionprotected DataCollectionObjectStatusDataCollectionObject.statusprotected DataCollectionObjectStatusDciValue.statusMethods in org.netxms.client.datacollection that return DataCollectionObjectStatusModifier and TypeMethodDescriptionDataCollectionObject.getStatus()DciValue.getStatus()DCOStatusHolder.getStatus()Methods in org.netxms.client.datacollection with parameters of type DataCollectionObjectStatusModifier and TypeMethodDescriptionvoidRemoteChangeListener.onStatusChange(long id, DataCollectionObjectStatus status) Called when state of data collection object was changedvoidDataCollectionConfiguration.setObjectStatus(long[] items, DataCollectionObjectStatus status) Set status of data collection objects.voidDataCollectionObject.setStatus(DataCollectionObjectStatus status) voidDCOStatusHolder.setStatus(DataCollectionObjectStatus status) Constructors in org.netxms.client.datacollection with parameters of type DataCollectionObjectStatusModifierConstructorDescriptionDCOStatusHolder(long[] items, DataCollectionObjectStatus status) Status holder constructor