Deprecated API


Deprecated Classes

Class and Description
com.ibm.ecm.extension.PluginServiceUtil
since 2.0.2. This class is for internal use and should not be used by plug-in writers.

Deprecated Methods

Method and Description
com.ibm.ecm.extension.PluginServiceCallbacks.getCMAnnotations(CMItem, String)
As of version 2.0.2. This method is being removed because it has a dependency on the internal ICN CMObject class. Use getCMAnnotationsXDO, which returns an instance of dkXDO instead.
com.ibm.ecm.extension.PluginServiceCallbacks.getCMAnnotations(CMItem, String, int)
As of version 2.0.2. This method is being removed because it has a dependency on the internal ICN CMObject class. Use getCMAnnotationsXDO, which returns an instance of dkXDO instead.
com.ibm.ecm.extension.PluginServiceCallbacks.getCMBookmarks(CMItem, String)
As of version 2.0.2. This method is being removed because it has a dependency on the internal ICN CMObject class. Use getCMBookmarksXDO, which returns an instance of dkXDO instead.
com.ibm.ecm.extension.PluginServiceCallbacks.getCMDocument(String, String, boolean, boolean, boolean)
As of version 2.0.2.1. This method is being removed because it has an indirect dependency on the internal ICN CMItem class. Use getCMDocumentDDO instead.
com.ibm.ecm.extension.PluginServiceCallbacks.getCMDocument(String, String, DKRetrieveOptionsICM)
As of version 2.0.2. This method is being removed because it has a dependency on the internal ICN CMItem class. Use getCMDocumentDDO, which returns an instance of DKDDO instead.
com.ibm.ecm.extension.PluginAction.getIcon()
Since 2.0.3. Plugins should provide an icon cascading style sheet class and override getIconClass to specify images for buttons and menu items.
com.ibm.ecm.configuration.MenuConfig.getListTypes()
as of 2.0.2. Not used
com.ibm.ecm.extension.PluginService.getOverriddenService()
This method is not used. To override a service, use a request filter, returning the alternate JSON response.
com.ibm.ecm.extension.PluginServiceCallbacks.getP8ConnectionObject(String)
This method is deprecated because it uses internal class P8Connection. Use getP8Connection instead.
com.ibm.ecm.extension.PluginServiceCallbacks.getP8Domain(String)
Retrieves the FileNet P8 domain for the given repository. This method retrieves all properties of the domain which could have an performance impact. Use getP8Domain(String repositoryId, PropertyFilter propertyFilter) for better performance.
com.ibm.ecm.extension.PluginFeature.getPopupWindowClass()
As of 2.0.3.3. Popup windows will be removed in a future release.
com.ibm.ecm.extension.PluginFeature.getPopupWindowTooltipText(Locale)
As of 2.0.3.3. Popup windows will be removed in a future release.
com.ibm.ecm.extension.PluginServiceCallbacks.retrieveAnnotations(String, String, String, String, String, String, boolean, Integer)
As of version 2.0.2. This method is being deprecated because it has a dependency on the ICN internal class BaseMediator. Use retrieveJSONAnnotations instead.
com.ibm.ecm.extension.PluginServiceCallbacks.retrieveContent(String, String, String, int, String, String, String, int, boolean)
As of Version 2.0.2. The returned DocumentContent class has been refactored into the extension package. Use retrieveDocumentContent.
com.ibm.ecm.configuration.MenuConfig.setListTypes(String[])
as of 2.0.2. Not used