Uses of Class
org.netxms.client.events.AlarmCategory
-
Packages that use AlarmCategory Package Description org.netxms.client org.netxms.client.events -
-
Uses of AlarmCategory in org.netxms.client
Methods in org.netxms.client that return AlarmCategory Modifier and Type Method Description AlarmCategoryNXCSession. findAlarmCategoryById(long id)Find alarm category by id in alarm category database internally maintained by session object.AlarmCategoryNXCSession. findAlarmCategoryByName(String name)Find alarm category by name in alarm category database internally maintained by session object.Methods in org.netxms.client that return types with arguments of type AlarmCategory Modifier and Type Method Description List<AlarmCategory>NXCSession. findMultipleAlarmCategories(List<Long> ids)Find multiple alarm categories by category id`s in alarm category database internally maintained by session object.List<AlarmCategory>NXCSession. getAlarmCategories()Get alarm categories from serverMethods in org.netxms.client with parameters of type AlarmCategory Modifier and Type Method Description longNXCSession. modifyAlarmCategory(AlarmCategory object)Add or update alarm category in DB -
Uses of AlarmCategory in org.netxms.client.events
Methods in org.netxms.client.events with parameters of type AlarmCategory Modifier and Type Method Description voidAlarmCategory. setAll(AlarmCategory src)Set all attributes from another alarm category object.Constructors in org.netxms.client.events with parameters of type AlarmCategory Constructor Description AlarmCategory(AlarmCategory src)Copy constructor for alarm category object.
-