Show TOC

Background documentationAccessing the UCD Locate this document in the navigation structure

 

The UCD JNDI provider implements the following interface: com.sapportals.portal.pcd.gl.IPcdContext

This interface extends javax.naming.DirContext, which is described in JNDI documentation (http://java.sun.com/products/jndi/). However, not all PCD API is supported. For example, the createDeltaLink and copy APIs are not supported; the getWhereUsed method returns only UCD objects, and does not return objects from other repositories.

Note Note

An unsupported API throws the following exception: javax.naming.OperationNotSupportedException

End of the note.

It is possible to access the UCD in one of the following ways:

  • Using the InitialContextFactory class

  • Using URL Support