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
This section lists the schema service methods.
Schema methods are defined in the interface: com.ibm.websphere.wim.SchemaService.
Package name:
com.ibm.websphere.wim The schema service methods are:
- getEPackages
- createDataObject
- createRootDataObject
- getSchema
- createSchema
- getEPackages(String) method
Use the getEPackages method to return the schema package from the given namespace URI in byte array form.- createDataObject method
Use the createDataObject method to create an empty data object of the given namespace URI and type name.- createRootDataObject method
Use the createRootDataObject method to create an empty root data object.- getSchema method
Use the getSchema method to retrieve the schema of the virtual member manager data objects, including entity types and property types.- createSchema method
Use the createSchema method to create new entity and property types.
Parent topic: Virtual member manager APIs