Uses of Class
org.netxms.client.NXCObjectModificationData
-
Packages that use NXCObjectModificationData Package Description org.netxms.client org.netxms.client.objects -
-
Uses of NXCObjectModificationData in org.netxms.client
Methods in org.netxms.client with parameters of type NXCObjectModificationData Modifier and Type Method Description protected voidNXCSession. modifyCustomObject(NXCObjectModificationData data, Object userData, org.netxms.base.NXCPMessage msg)Hook method to populate NXCP message with custom object's data on object modification.voidNXCSession. modifyObject(NXCObjectModificationData data)Modify object (generic interface, in most cases wrapper functions should be used instead).voidNXCSession. modifyObject(NXCObjectModificationData data, Object userData)Modify object (generic interface, in most cases wrapper functions should be used instead). -
Uses of NXCObjectModificationData in org.netxms.client.objects
Methods in org.netxms.client.objects with parameters of type NXCObjectModificationData Modifier and Type Method Description voidNetworkMap. prepareCopy(NXCObjectCreationData cd, NXCObjectModificationData md)Prepare object creation and modification data to create map copy
-