Package 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.
See:
Description

Class Summary

Class Description
JSONClassDefinitionResponse This class structures the JSON used to represent a class definition response.
JSONContentClassesResponse This class structures the JSON used to represent a response returned for a getContentClasses request.
JSONEditAttributesRequest This class represents the request parameters for an edit attributes request.
JSONItemAttributesResponse This class structures the JSON used to represent an item info response.
JSONMessage Structures the standard JSON for a message returned.
JSONPrivilegesResponse This class structures the JSON used to represent a privileges response.
JSONRequest This subclass of JSONObject represents a structured request to IBM Content Navigator.
JSONResponse This class structures the json_post request parameter, a typical convention for request parameters in JSON form to IBM Content Navigator.
JSONResultSetColumn This class models the JSON for a column of a result set.
JSONResultSetResponse This class structures the JSON used to represent a result set response.
JSONResultSetRow This class represents a single row in a result set.
JSONViewoneBootstrapResponse This class structures the JSON used to represent a getViewoneBootstrap service response.

Package com.ibm.ecm.json Description

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. Instances of the objects in this package extend com.ibm.json.JSONObject and they provide additional methods to create the more complex JSON structures for result sets.