Uses of Class
org.netxms.client.objects.configs.CustomAttribute
Packages that use CustomAttribute
- 
Uses of CustomAttribute in org.netxms.clientMethods in org.netxms.client that return types with arguments of type CustomAttributeMethod parameters in org.netxms.client with type arguments of type CustomAttributeModifier and TypeMethodDescriptionvoidNXCObjectModificationData.setCustomAttributes(Map<String, CustomAttribute> customAttributes) voidNXCSession.setObjectCustomAttributes(long objectId, Map<String, CustomAttribute> attrList) Change object's custom attributes (wrapper for modifyObject())
- 
Uses of CustomAttribute in org.netxms.client.objectsFields in org.netxms.client.objects with type parameters of type CustomAttributeModifier and TypeFieldDescriptionprotected final Map<String,CustomAttribute> AbstractObject.customAttributesMethods in org.netxms.client.objects that return CustomAttributeModifier and TypeMethodDescriptionAbstractObject.getCustomAttribute(String name) Get object's custom attribute by nameMethods in org.netxms.client.objects that return types with arguments of type CustomAttributeModifier and TypeMethodDescriptionAbstractObject.getCustomAttributes()Get object's custom attributes.
- 
Uses of CustomAttribute in org.netxms.client.objects.configsConstructors in org.netxms.client.objects.configs with parameters of type CustomAttribute