Package | Description |
---|---|
com.ibm.ecm.configuration | This package contains classes for accessing and modifying the IBM Content Navigator configuration database. |
com.ibm.ecm.configuration.exception | |
com.ibm.ecm.extension | This package contains the abstract classes that you extend to build an IBM Content Navigator plug-in. |
com.ibm.ecm.json | This package contains classes beyond those in the com.ibm.json package for working with the JSON created in IBM Content Navigator requests and responses. |
com.ibm.json.java | This package contains classes originally from the JSON4J toolkit. |
This reference information describes the Java application programming interfaces (APIs) of IBM® Content Navigator. The Java APIs have two purposes:
There is also classes of the JSON4J toolkit documented here. The request and response plugin filters use JSON4J to represent the JSON used for requests and responses..
The classes that are described in this reference information are contained within the navigatorAPI.jar file , which is located in the install of Content Navigator navigatorEAR.ear/navigator.war/WEB-INF/lib directory. These classes enable you to build extensions known as IBM Content Navigator plug-ins, which are packaged as a JAR file.