|
Enterprise Information Portal APIs |
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
CMBBaseConstant | This interface contains public static final variables common to whole package, including: property names used programmatically, valid property values, and constants. |
CMBConnectionReplyListener | Interface for beans that are interested in receiving connection reply events. |
CMBConnectionRequestListener | Interface for beans that are interested in receiving connection request events. |
CMBDataExitListener | Interface for beans that are interested in receiving data manipulation exit events. |
CMBDataReplyListener | Interface for beans that are interested in receiving data manipulation result events. |
CMBDataRequestListener | Interface for beans that are interested in receiving data manipulation result events. |
CMBDocumentReplyListener | Interface for beans that are interested in receiving document services reply events. |
CMBDocumentRequestListener | Interface, implemented by CMBDocumentServices, for handling document request events. |
CMBExceptionListener | Interface for beans that are interested in receiving exception events. |
CMBHitItem | This is the helper interface for the CMBSearchResults bean. |
CMBResultListener | Interface for beans that are interested in receiving search result changed events. |
CMBSchemaReplyListener | Interface for beans that are interested in receiving schema management result events. |
CMBSchemaRequestListener | Interface for beans that are interested in receiving schema management request events. |
CMBSearchReplyListener | Interface for beans that are interested in receiving search result events. |
CMBSearchRequestListener | Interface for beans that are interested in receiving search request events. |
CMBTraceListener | Interface for beans that are interested in receiving trace events. |
CMBUserReplyListener | Interface for beans that are interested in receiving user management reply events. |
CMBUserRequestListener | Interface for beans that are interested in receiving user management request events. |
Class Summary | |
CMBAnnotation | This is a helper class for the CMBDataManagement bean. |
CMBAttribute | This is a helper class for the CMBSchemaManagement bean. |
CMBAuthenticationData | This is a wrapper for the DKAuthenticationData object This class holds the credential object for single sign-on support, as well as the federated user mappings |
CMBConnection | The CMBConnection bean provides EIP federated database as well as a specific Content Server connection management functions. |
CMBConnectionBeanInfo | The bean information class for com.ibm.mm.beans.CMBConnection. |
CMBConnectionPool | Manages a pool of CMBConnection objects. |
CMBConnectionPoolBeanInfo | The bean information class for com.ibm.mm.beans.CMBConnectionPool. |
CMBConnectionReplyEvent | Event for replying to connection requests. |
CMBConnectionRequestEvent | Event for requesting connection functions. |
CMBConnectionSessionListener | The CMBConnectionSessionListener bean is to be used with servlet development. |
CMBConnectionSessionListenerBeanInfo | The bean information class for com.ibm.mm.beans.CMBConnectionSessionListener. |
CMBDataExitAdapter | This convenience class implements CMBDataExitListener. |
CMBDataExitEvent | Event for supporting user exit functions on data manipulation services. |
CMBDataManagement | The CMBDataManagement bean provides EIP data manipulation functions. |
CMBDataManagementBeanInfo | CMBDataManagement bean information |
CMBDataReplyEvent | Event for replying to data manipulation requests. |
CMBDataRequestEvent | Event for requesting data manipulation functions. |
CMBDataRequestSupport | This is a utility class that can be used by beans that broadcast CMBDataRequestEvents. |
CMBDocumentReplyEvent | Event for replying to document services requests. |
CMBDocumentRequestEvent | Event for requesting document services. |
CMBDocumentServices | The CMBDocumentServices bean provides services to render, convert, and manipulate the pages of one or more documents. |
CMBDocumentServicesBeanInfo | The bean information class for com.ibm.mm.beans.CMBDocumentServices. |
CMBDocumentServicesSessionListener | The CMBDocumentServicesSessionListener bean is to be used with servlet development. |
CMBDocumentServicesSessionListenerBeanInfo | The bean information class for com.ibm.mm.beans.CMBDocumentServicesSessionListener. |
CMBEntity | This is a helper class for the CMBSchemaManagement bean. |
CMBEventBase | Base event class to be extended by CM events. |
CMBExceptionAdapter | This convenience class implements CMBExceptionListener. |
CMBExceptionEvent | Event for broadcasting an exception. |
CMBExceptionSupport | This is a utility class that can be used by beans that broadcast CMBExceptionEvents. |
CMBFixedViewData | This is the helper class for the CMBDataManagement bean. |
CMBItem | This is the helper class for the CMBSearchResults and CMBDataManagement beans. |
CMBObject | This is a helper class for the CMBDataManagement bean. |
CMBObjectManagement | The CMBObjectManagement class can be used to efficiently allocate and free instances of CMBItem and CMBObject. |
CMBPrivilege | This is the helper class for the CMBDataManagement bean. |
CMBQueryService | The CMBQueryService bean provides EIP federated query functions. |
CMBQueryServiceBeanInfo | Query service bean information |
CMBResourceCenter | Class provides central control over the translatable resources of CM beans, includes: |
CMBResources | This is the helper class for the CMBDataManagement bean. |
CMBResultData | This class is a helper class to the CMBSearchResults bean. |
CMBResultEvent | Event for for broadcasting search result changes. |
CMBResultSetCursor | This is the helper class for the CMBSearchResults bean. |
CMBSchemaManagement | The CMBSchemaManagement bean provides EIP federated schema management and specific content server schema management functions. |
CMBSchemaManagementBeanInfo | CMBSchemaManagement bean information |
CMBSchemaReplyEvent | Event for replying to schema management requests. |
CMBSchemaReplySupport | This is a utility class that can be used by beans that broadcast CMBSchemaReplyEvents. |
CMBSchemaRequestEvent | Event for requesting schema management functions. |
CMBSchemaRequestSupport | This is a utility class that can be used by beans that broadcast CMBSchemaRequestEvents. |
CMBSearchReplyEvent | Event for replying to search requests. |
CMBSearchRequestEvent | Event for requesting a search from query services or a search template. |
CMBSearchResults | The CMBSearchResults bean manages search results. |
CMBSearchResultsBeanInfo | CMBSearchResults bean information |
CMBSearchTemplate | The CMBSearchTemplate bean provides template-based search functions. |
CMBSearchTemplateBeanInfo | Search Template bean information |
CMBSTCriterion | This is a helper class for CMBSearchTemplate bean. |
CMBTraceAdapter | This convenience class implements CMBTraceListener. |
CMBTraceEvent | Event for logging trace messages. |
CMBTraceSupport | This is a utility class that can be used by beans that broadcast CMBTraceEvents. |
CMBUserManagement | The CMBUserManagement bean provides EIP User Management functions. |
CMBUserManagementBeanInfo | User management bean information |
CMBUserReplyEvent | Event for replying to user management requests. |
CMBUserRequestEvent | Event for for broadcasting user management function requests. |
CMBViewData | This is the helper class for the CMBDataManagement bean. |
Exception Summary | |
CMBChangePasswordFailedException | This exception occurs when an attempt to change a password fails. |
CMBConnectFailedException | This exception occurs when an attempt to connect to a server fails. |
CMBCursorNotValidException | This exception occurs when a result cursor is not valid in CMBResultSetCursor. |
CMBException | Base class of all exceptions raised by the beans. |
CMBInvalidQueryException | This exception occurs when a query provided to CMBQueryService is incorrect. |
CMBInvalidVersionException | This exception occurs when the version number for an item provided to CMBDataManagement is incorrect. |
CMBItemNotExistException | This exception occurs when an item represented by CMBItem does not exist on the content server. |
CMBItemNotSetException | This exception occurs when CMBItem is not set in CMBDataManagement bean. |
CMBMethodNotSupportedException | This exception occurs when a data manipulation or checkin/checkout/unlock performed by CMBDataManagement bean is not supported by the content server for an item. |
CMBNoConnectionException | This exception occurs when CMBConnection bean is not set on a bean or there is no current connection to the Content server. |
CMBNoContentException | This exception occurs when an item provided to CMBDocumentServices contains no content. |
CMBServerAccessErrorException | This exception occurs when there is a server access error. |
CMBUserAlreadyExistException | This exception occurs is thrown from CMBUserManagement when trying to add a new userid that already exists in the mapping. |
|
EIP JavaBeans | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |