Express (Distributed operating systems), v8.0 > Secure applications and their environment > Authenticate users > Select a registry or repository > Manage realms in a federated repository > Virtual member manager > Reference > Virtual member manager APIs > SchemaService interface
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
Namespace URI of the type.
typeName
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
Parent topic: SchemaService interface