Uses of Enum Class
org.netxms.client.constants.IncidentState
Packages that use IncidentState
-
Uses of IncidentState in org.netxms.client
Methods in org.netxms.client with parameters of type IncidentStateModifier and TypeMethodDescriptionvoidNXCSession.changeIncidentState(long incidentId, IncidentState newState) Change incident state.voidNXCSession.changeIncidentState(long incidentId, IncidentState newState, String comment) Change state of an incident with optional comment. -
Uses of IncidentState in org.netxms.client.constants
Methods in org.netxms.client.constants that return IncidentStateModifier and TypeMethodDescriptionstatic IncidentStateIncidentState.getByValue(int value) Get enum element by integer valuestatic IncidentStateReturns the enum constant of this class with the specified name.static IncidentState[]IncidentState.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of IncidentState in org.netxms.client.events
Methods in org.netxms.client.events that return IncidentState