Uses of Class
org.netxms.client.NXCObjectCreationData
Packages that use NXCObjectCreationData
- 
Uses of NXCObjectCreationData in org.netxms.clientMethods in org.netxms.client with parameters of type NXCObjectCreationDataModifier and TypeMethodDescriptionprotected voidNXCSession.createCustomObject(NXCObjectCreationData data, Object userData, 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.longNXCSession.createObjectAsync(NXCObjectCreationData data, ObjectCreationListener callback) Create new NetXMS object and run callback once it's created.NXCSession.createObjectSync(NXCObjectCreationData data) Create new NetXMS object in synchronous mode.
- 
Uses of NXCObjectCreationData in org.netxms.client.objectsMethods in org.netxms.client.objects with parameters of type NXCObjectCreationDataModifier and TypeMethodDescriptionvoidNetworkMap.prepareCopy(NXCObjectCreationData cd, NXCObjectModificationData md) Prepare object creation and modification data to create map copy