Uses of Class
org.netxms.client.NXCObjectCreationData
-
Packages that use NXCObjectCreationData Package Description org.netxms.client org.netxms.client.objects -
-
Uses of NXCObjectCreationData in org.netxms.client
Methods in org.netxms.client with parameters of type NXCObjectCreationData Modifier and Type Method Description protected voidNXCSession. createCustomObject(NXCObjectCreationData data, Object userData, org.netxms.base.NXCPMessage msg)Hook method to allow adding of custom object creation data to NXCP message.longNXCSession. createObject(NXCObjectCreationData data)Create new NetXMS object.longNXCSession. createObject(NXCObjectCreationData data, Object userData)Create new NetXMS object. -
Uses of NXCObjectCreationData in org.netxms.client.objects
Methods in org.netxms.client.objects with parameters of type NXCObjectCreationData Modifier and Type Method Description voidNetworkMap. prepareCopy(NXCObjectCreationData cd, NXCObjectModificationData md)Prepare object creation and modification data to create map copy
-