createDataObject method

Use the createDataObject method to create an empty data object of the given namespace URI and type name.

Purpose

The createDataObject method creates an empty data object of the given namespace URI and type name.

Parameters

nsURI
Specifies the namespace URI of the type.
typeName
Specifies the name of the type.

Returns

An empty data object of the given namespace URI and type name.

Exceptions

  • WIMException
  • RemoteException

Signature

Public DataObject createDataObject(String nsURI, String typeName) throws WIMException, RemoteException

Icon that indicates the type of topic Reference topic



Timestamp icon Last updated: March 6, 2017 0:20
File name: createdataobject.html