Deprecated API


Contents
Deprecated Interfaces
com.ibm.wps.pb.property.Action
          since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.pb.property.ActionTriggerMarkup
          since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.portal.portlet.service.credentialvault.credentials.ActiveCredential
          Since 8.5. 
com.ibm.portal.mappingurl.BestMatchResult
            
com.ibm.portal.portlet.service.credentialvault.credentials.BinaryCredential
          Since 8.5. 
com.ibm.portal.content.CompositionMetrics
          this interface is superceded by LayoutMetrics An interface describing metrics information for a node in a composition. Currently, information such as orientation, width and height is offered; in the future, information for voice representation of a composition node will be stored here too. 
com.ibm.portal.ibmportlet.service.model.ContentMetaDataModelProvider
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.portal.ibmportlet.service.model.ContentModelProvider
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.portal.mappingurl.Context
            
com.ibm.wps.portletservice.credentialvault.CredentialSlotConfig
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.credentialvault.CredentialTypes
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.credentialvault.CredentialVaultService
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.workplace.wcm.api.DocumentManagerComponent
          Document Manager is deprecated since 7.0 
com.ibm.portal.taskui.dynamicui.DynamicPageHandle
          This API is deprecated since version 8.0 - Human Task processing functionality is handled by the new Universal Tasklist Portlet. 
com.ibm.wps.services.credentialvault.EncryptionExit
          since 5.1.0.1, use com.ibm.portal.portlet.service.credentialvault.spi.EncryptionExit instead. 
com.ibm.wps.portlet.event.EventPhaseListener
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.portal.portlet.service.credentialvault.credentials.HttpBasicAuthCredential
          Since 8.5. 
com.ibm.portal.portlet.service.credentialvault.credentials.HttpFormBasedAuthCredential
          Since 8.5. 
com.ibm.portal.portlet.service.taskmanager.HumanTaskManagerDelegateFactoryService
          This API is deprecated since version 8.0 - Human Task processing functionality is handled by the new Universal Tasklist Portlet. 
com.ibm.wps.portletservice.taskmanager.HumanTaskManagerDelegateFactoryService
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. Human Task processing functionality is handled by the new Universal Tasklist Portlet. 
com.ibm.portal.navigation.IdentifiableNavigationNode
          use NavigationNode instead An interface for navigation nodes that can be identified by ID. 
com.ibm.portal.portlet.service.credentialvault.credentials.JaasSubjectCredential
          Since 8.5. 
com.ibm.portal.portlet.service.credentialvault.credentials.JavaMailCredential
          Since 8.5. 
com.ibm.portal.streaming.json.JSONHandler
          use JsonContentHandler instead 
com.ibm.portal.streaming.json.JSONReader
          use JsonParserReader instead 
com.ibm.portal.ibmportlet.service.model.LanguageListProvider
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.portal.state.accessors.portlet.LegacyPortletAccessor
          because the legacy API is deprecated 
com.ibm.portal.state.accessors.portlet.LegacyPortletAccessorController
          because the legacy API is deprecated 
com.ibm.portal.state.accessors.portlet.LegacyPortletTargetAccessorController
          because the legacy API is deprecated 
com.ibm.workplace.wcm.api.LibraryDocumentManagerComponent
          LibraryDocumentManagerComponent is deprecated since 7.0 
com.ibm.portal.model.LocalizedStringResolver
          instead, use LocalizedContext instances which can be obtained from PortalLocalizedContextHome and PortletLocalizedContextHome. Obtains title or description of a localized object by employing a fallback mechanism in case the title or description is not available in the requested locale(s). This utilizes the expected behavior of the Localized methods: They only return non-null results in case they keep a title or description in the requested locale.
The helper class uses the following fallback order of locales: Try all the given locales, failing that try the portal default locale, failing that try the system default locale. If no title could be determined in any tested locale, the unique name or in absence of a unique name the object id of the resource is returned, if the resource is identifiable. If it is not, an empty string will be returned. An unavailable description is treated similarly, but no unique name or object ID will be used as a description.

The resolver can be obtained through a JNDI lookup:

 Context ctx = new InitialContext();
 final LocalizedStringResolver resolver = (LocalizedStringResolver)
                      ctx.lookup("portal:service/model/LocalizedStringResolver");
 if (resolver != null) {
     final String title = resolver.getTitle(aLocalizedObject, aRequest.getLocales());
     ...
 }
 

 
com.ibm.wps.portletservice.portletmenu.LogMenuService
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.portal.portlet.service.credentialvault.credentials.LtpaTokenCredential
          Since 8.5. 
com.ibm.portal.mappingurl.MappingURLLocator
          Use com.ibm.portal.vanityurl.model.VanityURLModelLocator 
com.ibm.portal.mappingurl.MappingURLTreeModel
          Use com.ibm.portal.vanityurl.model.VanityURLModel 
com.ibm.portal.cor.service.MappingURLTreeModelHome
          Use com.ibm.portal.cor.service.VanityURLModelHome 
com.ibm.portal.model.MappingURLTreeModelHome
          Use com.ibm.portal.model.VanityURLModelHome 
com.ibm.portal.cor.service.MappingURLTreeModelProvider
          Use com.ibm.portal.cor.service.VanityURLModelProvider 
com.ibm.portal.model.MappingURLTreeModelProvider
          Use com.ibm.portal.model.VanityURLModelProvider 
com.ibm.portal.portlet.service.model.MappingURLTreeModelProvider
          Use com.ibm.portal.portlet.service.model.VanityURLModelProvider 
com.ibm.portal.ibmportlet.service.model.MarkupListProvider
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.portletmenu.MemoryMenuService
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.portletmenu.MemoryMenuTreeTopologyCtrl
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portlet.menu.MenuContext
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portlet.menu.MenuNode
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portlet.menu.MenuProvider
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portlet.menu.MenuTree
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portlet.menu.MenuTreeInfoCopyCtrl
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portlet.menu.MenuTreeInfoCtrl
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portlet.menu.MenuTreeTopologyCtrl
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.portal.ibmportlet.service.model.NavigationModelProvider
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.portal.ibmportlet.service.model.NavigationSelectionModelProvider
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.pb.property.Parameter
          since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.portal.mappingurl.PortalURL
            
com.ibm.wps.pe.pc.legacy.cmpf.PortletFilter
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterChain
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterConfig
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.portal.ibmportlet.service.model.PortletModelProvider
          since 6.0.1. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.pb.property.Property
          since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.pb.service.PropertyBrokerContextPassingService
          since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.pb.service.PropertyBrokerService
          since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.pb.portlet.PropertyListener
          since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.pb.property.PropertyValue
          since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.portal.um.PumaAdminHome
          As of release 6.1, use PumaEnvironment.runUnrestricted(java.security.PrivilegedExceptionAction) instead: For executing a Puma Query without Puma enforcing access control (thus "as admin"), wrap your code into a PrivilegedExceptionAction and then use PumaEnvironment.runUnrestricted(PrivilegedExceptionAction) to execute the the query. 
com.ibm.portal.um.portletservice.legacy.PumaHome
            
com.ibm.workplace.wcm.api.Site
          Use SiteArea instead 
com.ibm.portal.portlet.service.credentialvault.credentials.SiteMinderTokenCredential
          Since 8.5. 
com.ibm.portal.ibmportlet.service.model.SkinListProvider
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.portal.admin.SkinType
          this interface is deprecated Model interface for a list of Skin types. 
com.ibm.portal.portlet.service.credentialvault.credentials.SSMTokenCredential
          Since 8.5. 
com.ibm.workplace.wcm.api.extensions.syndication.SubscriberComplete
          this interface is not supported use SubscriberCompleting instead 
com.ibm.workplace.wcm.api.extensions.syndication.SyndicatorComplete
          this interface is not supported use SyndicatorCompleting instead 
com.ibm.portal.taskui.TaskUIHandle
          This API is deprecated since version 8.0 - Human Task processing functionality is handled by the new Universal Tasklist Portlet. 
com.ibm.portal.portlet.service.taskui.TaskUIManager
          This API is deprecated since version 8.0 - Human Task processing functionality is handled by the new Universal Tasklist Portlet. 
com.ibm.wps.portletservice.taskui.TaskUIManager
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. Human Task processing functionality is handled by the new Universal Tasklist Portlet. 
com.ibm.portal.ibmportlet.service.model.ThemeListProvider
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.portal.portlet.service.credentialvault.credentials.UserPasswordCredential
          Since 8.5. 
com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapterDN
          since 6.1.0.3 use VaultAdapter instead 
com.ibm.wps.portletservice.credentialvault.VaultSegmentConfig
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.portal.portlet.service.credentialvault.credentials.WebSealTokenCredential
          Since 8.5. 
com.ibm.wps.wsrp.consumer.security.WSRPResourceURLFilterFactory
          since 5.1.0.1. This plug-point for custom resource URL filters does not add additional value to security for access to served resources. Access to the WSRP resource proxy servlet should be secured and authenticated instead. 
com.ibm.wps.portletservice.portletmenu.XMIMenuService
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
 

Deprecated Classes
com.ibm.wps.pe.pc.legacy.ActionConstants
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.portal.propertybroker.property.ActionType
          Use JSR 286 eventing instead of propertybroker 
com.ibm.wps.portletservice.credentialvault.credentials.ActiveCredential
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.credentialvault.credentials.BinaryCredential
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.credentialvault.credentials.BinaryPassiveCredential
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.pe.pc.legacy.cache.CacheablePortlet
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.credentialvault.credentials.Credential
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.portal.streaming.json.EmptyJsonHandler
          use EmptyJsonContentHandler instead 
com.ibm.wps.portletservice.credentialvault.credentials.HttpBasicAuthCredential
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.credentialvault.credentials.HttpFormBasedAuthCredential
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.credentialvault.credentials.JaasSubjectCredential
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.credentialvault.credentials.JaasSubjectPassiveCredential
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.credentialvault.credentials.JavaMailCredential
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.portal.streaming.json.JSONInputSource
            
com.ibm.wps.portletservice.credentialvault.credentials.LtpaTokenCredential
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portlets.menu.MemoryMenuTreePortlet
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.credentialvault.credentials.PassiveCredential
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.pb.wrapper.PortletWrapper
          since 6.0.2 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.workplace.wcm.api.ProjectService
           
com.ibm.wps.pb.property.PropertyFactory
          since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.credentialvault.credentials.SimplePassiveCredential
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.credentialvault.credentials.SiteMinderTokenCredential
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.credentialvault.credentials.SSMTokenCredential
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.workplace.wcm.api.SyndicationService
           
com.ibm.wps.pe.pc.legacy.TagConstants
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.credentialvault.credentials.UserPasswordCredential
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.credentialvault.credentials.UserPasswordPassiveCredential
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.credentialvault.credentials.WebSealTokenCredential
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portlets.menu.XMIMenuTreePortlet
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
 

Deprecated Enums
com.ibm.portal.cp.CollaborativeResource.Scope
          This will be removed soon without replacement. 
 

Deprecated Exceptions
com.ibm.wps.portletservice.credentialvault.CredentialSecretNotSetException
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.pb.service.IllegalStateException
          since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.pb.service.InvalidPropertyException
          since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.portletmenu.MemoryMenuTreeException
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portlet.menu.MenuTreeException
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.pb.service.PropertyBrokerServiceException
          since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.portal.taskmanager.TaskManagerDelegateFactoryServiceException
          This API is deprecated since version 8.0 - Human Task processing functionality is handled by the new Universal Tasklist Portlet. 
com.ibm.portal.taskui.TaskUIManagerException
          This API is deprecated since version 8.0 - Human Task processing functionality is handled by the new Universal Tasklist Portlet. 
com.ibm.wps.portletservice.portletmenu.XMIMenuTreeException
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
 

Deprecated Fields
com.ibm.workplace.wcm.api.LibraryMemberRoles.Approver
          since 8.5 If this role is used it will apply both the 'Draft Creator' and 'Reviewer' roles 
com.ibm.portal.resolver.xml.Constants.ATTR_XML_BASE
          use Constants.XML_ATTR_BASE_QNAME instead 
com.ibm.portal.model.ClientListControllerHome.CLIENT_LIST_CONTROLLER_JNDI_NAME
          Use ClientListControllerHome.JNDI_NAME instead. 
com.ibm.portal.content.ContentNodeType.COMPOSITION
          use the PAGE type instead Composition node type. 
com.ibm.portal.model.controller.ContentModelControllerHome.CONTENT_MODEL_CONTROLLER_JNDI_NAME
          Use ContentModelControllerHome.JNDI_NAME instead 
com.ibm.portal.resolver.streams.MultipartStream.CONTENT_TYPE_FORM_DATA
          use FormDataStream.CONTENT_TYPE_FORM_DATA instead 
com.ibm.portal.resolver.streams.FormDataInputStream.CONTENT_TYPE_FORM_DATA
          use FormDataStream.CONTENT_TYPE_FORM_DATA instead 
com.ibm.portal.um.PumaHome.DEFAULT_PROVIDER
          As of release 6.1.0.1,use PumaHome.DEFAULT_STORE instead 
com.ibm.workplace.wcm.api.LibraryMemberRoles.Delegator
          This role is no longer used, and will have no effect if applied to a library. 
com.ibm.workplace.wcm.api.DocumentTypes.DocumentManagerComponent
          Document Manager is deprecated since 7.0 
com.ibm.portal.um.PumaProfile.EXTERNAL_USERS_PARENT_DN_ALIAS
          As of release 6.1, replaced by com.ibm.portal.um.PumaEnvironment.EXTERNAL_USERS_PARENT_DN_ALIAS 
com.ibm.portal.resolver.streams.FormDataInputStream.KEY_CHARSET
          use FormDataStream.KEY_CHARSET instead 
com.ibm.portal.resolver.Constants.KEY_REPRESENTATION_COMPACT
          use Constants.VALUE_REPRESENTATION_COMPACT instead 
com.ibm.portal.resolver.Constants.KEY_REPRESENTATION_EMPTY
          use #VALUE_REPRESENTATION_EMPTY} instead 
com.ibm.portal.resolver.Constants.KEY_REPRESENTATION_FULL
          use Constants.VALUE_REPRESENTATION_FULL instead 
com.ibm.portal.resolver.Constants.KEY_REPRESENTATION_MEDIUM
          use Constants.VALUE_REPRESENTATION_MEDIUM instead 
com.ibm.portal.cp.tagging.Constants.KEY_ST_ALL_ADD
          Use Constants.KEY_ST_ADD 
com.ibm.portal.cp.tagging.Constants.KEY_ST_ALL_REMOVE
          Use Constants.KEY_ST_REMOVE 
com.ibm.portal.cp.tagging.Constants.KEY_ST_ANALYTICS_ADD
          Use Constants.KEY_ST_ADD 
com.ibm.portal.cp.tagging.Constants.KEY_ST_ANALYTICS_REMOVE
          Use Constants.KEY_ST_ADD 
com.ibm.portal.cp.tagging.Constants.KEY_ST_COMMUNITY_ADD
          Use Constants.KEY_ST_ADD 
com.ibm.portal.cp.tagging.Constants.KEY_ST_COMMUNITY_REMOVE
          Use Constants.KEY_ST_ADD 
com.ibm.portal.cp.tagging.Constants.KEY_ST_FEDERATION_ADD
          Use Constants.KEY_ST_ADD 
com.ibm.portal.cp.tagging.Constants.KEY_ST_FEDERATION_REMOVE
          Use Constants.KEY_ST_REMOVE 
com.ibm.portal.cp.tagging.Constants.KEY_ST_LATEST_ADD
          Use Constants.KEY_ST_ADD 
com.ibm.portal.cp.tagging.Constants.KEY_ST_LATEST_REMOVE
          Use Constants.KEY_ST_ADD 
com.ibm.portal.cp.tagging.Constants.KEY_ST_PERSONALPRIVATE_ADD
          Use Constants.KEY_ST_ADD 
com.ibm.portal.cp.tagging.Constants.KEY_ST_PERSONALPRIVATE_REMOVE
          Use Constants.KEY_ST_ADD 
com.ibm.portal.cp.tagging.Constants.KEY_ST_PERSONALPUBLIC_ADD
          Use Constants.KEY_ST_ADD 
com.ibm.portal.cp.tagging.Constants.KEY_ST_PERSONALPUBLIC_REMOVE
          Use Constants.KEY_ST_ADD 
com.ibm.portal.cp.tagging.Constants.KEY_ST_SUGGESTEDLINKS_ADD
          Use Constants.KEY_ST_ADD 
com.ibm.portal.cp.tagging.Constants.KEY_ST_SUGGESTEDLINKS_REMOVE
          Use Constants.KEY_ST_ADD 
com.ibm.portal.resolver.Constants.KEY_VERB
          use Constants.KEY_MODE instead 
com.ibm.portal.model.LanguageListHome.LANGUAGE_LIST_JNDI_NAME
          use LanguageListHome.JNDI_NAME instead 
com.ibm.workplace.wcm.api.DocumentTypes.LibraryDocumentManagerComponent
          Document Manager is deprecated since 7.0 
com.ibm.portal.model.MarkupListControllerHome.MARKUP_LIST_CONTROLLER_JNDI_NAME
          Use MarkupListControllerHome.JNDI_NAME instead. 
com.ibm.portal.model.MarkupListHome.MARKUP_LIST_MODEL_JNDI_NAME
          use MarkupListHome.JNDI_NAME instead 
com.ibm.portal.state.accessors.portlet.SharedStateAccessor.PORTAL_PATH_INFO_LOCALPART
          use PortalPublicRenderParameters.NAME_PATH_INFO instead 
com.ibm.portal.state.accessors.portlet.SharedStateAccessor.PORTAL_PATH_INFO_QNAME
          use PortalPublicRenderParameters.QNAME_PATH_INFO instead 
com.ibm.portal.state.accessors.portlet.SharedStateAccessor.PORTAL_PUBLIC_RENDER_PARAMETERS_URI
          use PortalPublicRenderParameters.NAMESPACE_URI instead 
com.ibm.portal.model.controller.PortletModelControllerHome.PORTLET_MODEL_CONTROLLER_JNDI_NAME
          Use PortletModelControllerHome.JNDI_NAME instead. 
com.ibm.workplace.wcm.api.HistoryLogEntryCodes.PROJECT_CHANGED_STATE
          use PROJECT_ENTERED_{state} instead. 
com.ibm.portal.cp.tagging.Constants.PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_ALL_TAG
          Use #PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_TAGS 
com.ibm.portal.cp.tagging.Constants.PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_ANALYTICS_TAG
          Use #PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_TAGS 
com.ibm.portal.cp.tagging.Constants.PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_COMMUNITY_TAG
          Use #PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_TAGS 
com.ibm.portal.cp.tagging.Constants.PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_FEDERATION_TAG
          Use #PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_TAGS 
com.ibm.portal.cp.tagging.Constants.PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_LATEST_TAG
          Use #PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_TAGS 
com.ibm.portal.cp.tagging.Constants.PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_PERSONALPRIVATE_TAG
          Use #PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_TAGS 
com.ibm.portal.cp.tagging.Constants.PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_PERSONALPUBLIC_TAG
          Use #PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_TAGS 
com.ibm.portal.cp.tagging.Constants.PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_SUGGESTEDLINKS_TAG
          Use #PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_TAGS 
com.ibm.workplace.wcm.api.Workspace.ROLE_APPROVER
          From 8.0 onwards, use the QueryService to query for items. 
com.ibm.workplace.wcm.api.Workspace.ROLE_AUTHOR
          From 8.0 onwards, use the QueryService to query for items. 
com.ibm.workplace.wcm.api.Workspace.ROLE_OWNER
          From 8.0 onwards, use the QueryService to query for items. 
com.ibm.workplace.wcm.api.Workspace.SECURITY_APPROVER_ACCESS
          use Access.APPROVER instead 
com.ibm.workplace.wcm.api.Workspace.SECURITY_CONTRIBUTOR_ACCESS
          use Access.CONTRIBUTOR instead 
com.ibm.workplace.wcm.api.Workspace.SECURITY_DELETE_ACCESS
          Use manager access 
com.ibm.workplace.wcm.api.Workspace.SECURITY_EDIT_ACCESS
          Use editor access 
com.ibm.workplace.wcm.api.Workspace.SECURITY_EDITOR_ACCESS
          use Access.EDITOR instead 
com.ibm.workplace.wcm.api.Workspace.SECURITY_MANAGER_ACCESS
          use Access.MANAGER instead 
com.ibm.workplace.wcm.api.Workspace.SECURITY_READ_ACCESS
          Use contributor access 
com.ibm.workplace.wcm.api.Workspace.SECURITY_USER_ACCESS
          use Access.USER instead 
com.ibm.workplace.wcm.api.DocumentTypes.Site
          Since 7.0, Site is replaced by SiteArea. 
com.ibm.portal.model.SkinListControllerHome.SKIN_LIST_CONTROLLER_JNDI_NAME
          Use SkinListControllerHome.JNDI_NAME instead. 
com.ibm.portal.model.SkinListHome.SKIN_LIST_JNDI_NAME
          use SkinListHome.JNDI_NAME instead 
com.ibm.portal.pcm.Constants.SRP_DIALOG_INSTANCE_ID
          Do not access the details about the active dialog instance using this shared render parameter. Use the DialogService API in conjunction with the DialogStackManager API to get the current dialog context. 
com.ibm.portal.pcm.Constants.SRP_SUSPENDED_DIALOG_INSTANCE_IDS
          Do not access the details about the suspended dialog instances using this shared render parameter. Use the DialogService API in conjunction with the DialogStackManager API to get the list of suspended dialog contexts. 
com.ibm.portal.model.ThemeListControllerHome.THEME_LIST_CONTROLLER_JNDI_NAME
          Use ThemeListControllerHome.JNDI_NAME instead. 
com.ibm.portal.model.ThemeListHome.THEME_LIST_JNDI_NAME
          use ThemeListHome.JNDI_NAME instead 
com.ibm.workplace.wcm.api.LinkComponent.TYPE_DOCUMENTMANAGER
          Document Manager is deprecated since 7.0 
com.ibm.portal.resolver.streams.MultipartStream.VALUE_FORM_DATA
          use FormDataStream.VALUE_FORM_DATA instead 
com.ibm.portal.resolver.streams.FormDataInputStream.VALUE_FORM_DATA
          use FormDataStream.VALUE_FORM_DATA instead 
com.ibm.wps.pe.pc.legacy.cmpf.PortletFilter.Method.WINDOWEVENT
            
 

Deprecated Methods
com.ibm.workplace.wcm.api.WorkflowedDocument.addApprovers(String...)
          use Editable.addMembersForAccess(com.ibm.workplace.wcm.api.security.Access, String[]) 
com.ibm.workplace.wcm.api.SiteArea.addContent(DocumentId)
          use Workspace.createContent(authoringTemplateId, parentSiteId, siblingId, position) instead 
com.ibm.workplace.wcm.api.Editable.addContributorAccessMembers(String[])
          since 8.5 Use Editable.addMembersForAccess(Access, String[]) instead 
com.ibm.workplace.wcm.api.Editable.addDeleteAccessMembers(String[])
          Use Editable.addMembersForAccess(Access, String[]) instead (using Access.MANAGER) 
com.ibm.workplace.wcm.api.Editable.addEditAccessMembers(String[])
          Use Editable.addMembersForAccess(Access, String[]) instead (using Access.EDITOR) 
com.ibm.workplace.wcm.api.Editable.addEditorAccessMembers(String[])
          since 8.5 Use Editable.addMembersForAccess(Access, String[]) instead 
com.ibm.workplace.wcm.api.WcmLibraryService.addItemToFolder(Workspace, Folder, Item)
          Use Folder.addDocument instead 
com.ibm.workplace.wcm.api.Editable.addLiveAccessMembers(String[])
          Use Editable.addMembersForAccess(Access, String[]) instead (using Access.USER) 
com.ibm.workplace.wcm.api.Editable.addManagerAccessMembers(String[])
          since 8.5 Use Editable.addMembersForAccess(Access, String[]) instead 
com.ibm.workplace.wcm.api.Editable.addReadAccessMembers(String[])
          Use Editable.addMembersForAccess(Access, String[]) instead (using Access.CONTRIBUTOR) 
com.ibm.workplace.wcm.api.SiteFrameworkContainer.addSiteArea(DocumentId)
          use Workspace.createSiteArea(parentId, siblingId, position) instead. 
com.ibm.workplace.wcm.api.Editable.addUserAccessMembers(String[])
          since 8.5 Use Editable.addMembersForAccess(Access, String[]) instead 
com.ibm.workplace.wcm.api.query.WorkflowSelectors.approversContains(Collection)
          Since 8.5

WARNING! This selector does not work. Due to a data model change, they query mechanism is no longer applicable. Similar functionality can be achieved using a different API. However, the APPROVER role has been replaced by two more specific roles (Draft Creator and Reviewer) e.g.

QueryService service = getQueryService();
Query q = service.createQuery();
AccessFilter filter = service.createAccessFilter(Access.REVIEWER, FilterOperation.ANY_USER, getUsers());
q.setAccessFilter(filter);

 

com.ibm.workplace.wcm.api.query.WorkflowSelectors.approversContains(String...)
          Since 8.5

WARNING! This selector does not work. Due to a data model change, they query mechanism is no longer applicable. Similar functionality can be achieved using a different API. However, the APPROVER role has been replaced by two more specific roles (Draft Creator and Reviewer) e.g.

QueryService service = getQueryService();
Query q = service.createQuery();
AccessFilter filter = service.createAccessFilter(Access.REVIEWER, FilterOperation.ANY_USER, getUsers());
q.setAccessFilter(filter);

 

com.ibm.portal.propertybroker.service.PropertyBrokerService.areCrossPageWiresActive(PortletRequest, String)
          use PropertyBrokerService.areCrossPageWiresActive(PortletRequest, PortletResponse, String) instead 
com.ibm.portal.propertybroker.service.PropertyBrokerService.areWiresActive(PortletRequest, String)
          use PropertyBrokerService.areWiresActive(PortletRequest, PortletResponse, String) instead 
com.ibm.workplace.wcm.api.query.Selectors.authoringTemplateEquals(AuthoringTemplate)
          Use authoringTemplateEquals(Identity) 
com.ibm.workplace.wcm.api.query.Selectors.authoringTemplateIn(AuthoringTemplate...)
          Use authoringTemplateIn(Identity...) 
com.ibm.workplace.wcm.api.query.Selectors.authoringTemplateIn(Collection)
          Use authoringTemplateInId(Collection) 
com.ibm.workplace.wcm.api.query.Sorts.byAuthor(SortDirection)
          consider using byLastModifier 
com.ibm.workplace.wcm.api.Content.cancelDraft()
          use cancelDraftDocument() instead. 
com.ibm.portal.pcm.dialog.state.DialogStateManager.canJumpTo(int)
          Use DialogStateManager.canJumpTo(DialogStep) instead, since index based jumps are not feasible for dialog nesting scenarios. 
com.ibm.workplace.wcm.api.WorkflowedDocument.clearApprovers()
            
com.ibm.portal.content.ModifiableStaticContentPage.confirmSetFileName(Markup, String)
          use ModifiableStaticContentPage.confirmSetFileName(Markup, String, Context) instead 
com.ibm.portal.content.ModifiableStaticContentPage.confirmSetFileName(String, String)
          use ModifiableStaticContentPage.confirmSetFileName(String, String, Context) instead 
com.ibm.portal.content.ModifiableStaticContentPage.confirmSetZipInputStream(Markup, ZipInputStream)
          use ModifiableStaticContentPage.confirmSetZipInputStream(Markup, ZipInputStream, Context) instead 
com.ibm.portal.content.ModifiableStaticContentPage.confirmSetZipInputStream(String, ZipInputStream)
          use ModifiableStaticContentPage.confirmSetZipInputStream(String, ZipInputStream, Context) instead 
com.ibm.workplace.wcm.api.Workspace.copyCategory(DocumentId, DocumentId)
          use Workspace.copy(Document, ParentLocation, CopyOptions) instead. 
com.ibm.workplace.wcm.api.Workspace.copySiteFrameworkDocument(DocumentId, DocumentId, DocumentId, int)
          use Workspace.copy(Placeable, PlacementLocation, CopyOptions) instead. 
com.ibm.workplace.wcm.api.query.QueryService.count(Query)
          The count returned is not accurate due to limitations within PAC. 
com.ibm.workplace.wcm.api.query.QueryService.count(Query, QueryScope)
          The count returned is not accurate due to limitations within PAC. 
com.ibm.workplace.wcm.api.Workspace.createContent(DocumentId)
          use createContent(contentTemplateId, parentSiteAreaId, siblingId, position) instead. 
com.ibm.portal.resolver.service.PocService.createContext()
          use PocService.getContext() instead. 
com.ibm.workplace.wcm.api.Workspace.createDocumentManagerComponent()
          LibraryDocumentManagerComponent is deprecated since 7.0 
com.ibm.workplace.wcm.api.Content.createDraft()
          use createDraftDocument() instead. 
com.ibm.workplace.wcm.api.WcmLibraryService.createFolder(Workspace, Folder)
          Use Workspace.createFolder instead 
com.ibm.portal.streaming.json.JSONHandlerFactory.createJSONHandler(OutputStream)
          use JSONHandlerFactory.createJsonContentHandler(OutputStream, Charset) instead 
com.ibm.portal.streaming.json.JSONHandlerFactory.createJSONHandler(Writer)
          use JSONHandlerFactory.createJsonContentHandler(Writer) instead 
com.ibm.portal.streaming.json.JSONHandlerFactory.createJSONReader(JSONHandler)
          use JSONHandlerFactory.createJsonParserReader(Reader) instead 
com.ibm.workplace.wcm.api.Workspace.createSite()
          use createSiteArea() instead. 
com.ibm.portal.spa.service.StaticPageServiceHome.createStaticPageContentHandler(LayoutModelController)
          use StaticPageServiceHome.createStaticPageContentHandler(LayoutModelController, Context) instead 
com.ibm.portal.resolver.xml.XMLFactory.createTemplates(Boolean)
          use XMLFactory.createTemplates(XSLT_PROCESSOR) 
com.ibm.portal.resolver.xml.XMLFactory.createTemplates(Source, Boolean)
          use XMLFactory.createTemplates(Source, XSLT_PROCESSOR) instead 
com.ibm.portal.resolver.xml.XMLFactory.createTransformerFactory(Boolean)
          use XMLFactory.createTransformerFactory(XSLT_PROCESSOR) instead 
com.ibm.portal.resolver.uri.BaseURI.createURI(String)
           
com.ibm.portal.resolver.uri.BaseURI.createURI(String, String)
           
com.ibm.portal.um.PumaController.createUser(String, String, Map, String)
          Since 8.5. The parameter initalApplicationRole is ignored during user creation. 
com.ibm.workplace.wcm.api.WcmLibraryService.deleteFolder(Workspace, Item)
          Use Workspace.purge instead 
com.ibm.portal.portlet.service.impersonation.ImpersonationService.doImpersonate(PortletRequest, PortletResponse, String)
          since 7.0 use ImpersonationService.doImpersonate(ActionRequest, ActionResponse, String) instead 
com.ibm.portal.portlet.service.impersonation.ImpersonationService.doImpersonate(PortletRequest, PortletResponse, User)
          since 7.0 use ImpersonationService.doImpersonate(ActionRequest, ActionResponse, User) instead 
com.ibm.workplace.wcm.api.Workspace.findByPath(String, int)
          use Workspace.findAllByPath(path, DocumentTypes.Content, workflowStatusFilter, documentLibraries) 
com.ibm.workplace.wcm.api.Workspace.findComponentByName(String)
          From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); Query query = createQuery(LibraryComponent.class).addSelector(Selectors.nameLike(name)); queryService.execute(query); 
com.ibm.workplace.wcm.api.Workspace.findContentByAuthoringTemplate(DocumentId)
          From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); Query query = createQuery(Content.class).addSelector(Selectors.authoringTemplateIn(id)); queryService.execute(query); 
com.ibm.workplace.wcm.api.Workspace.findContentByAuthoringTemplate(DocumentId, int)
          From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); Query query = createQuery(Content.class).addSelector(Selectors.authoringTemplateIn(id), WorkflowSelectors.statusEquals(workflowStatus)); queryService.execute(query); 
com.ibm.workplace.wcm.api.Workspace.findContentByCategory(DocumentId)
          From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); Query query = createQuery(Content.class).addSelector(ProfileSelectors.categoriesContains(id)); queryService.execute(query); 
com.ibm.workplace.wcm.api.Workspace.findContentByCategory(DocumentId, int)
          From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); Query query = createQuery(Content.class).addSelector(ProfileSelectors.categoriesContains(id), WorkflowSelectors.statusEquals(workflowStatus)); queryService.execute(query); 
com.ibm.workplace.wcm.api.Workspace.findContentByWorkflowStage(DocumentId)
          From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); Query query = createQuery(Content.class).addSelector(WorkflowSelectors.stageEquals(id)); queryService.execute(query); 
com.ibm.workplace.wcm.api.Workspace.findContentByWorkflowStage(DocumentId[])
          From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); Query query = createQuery(Content.class).addSelector(WorkflowSelectors.stageContains(ids)); queryService.execute(query); 
com.ibm.workplace.wcm.api.Workspace.findContentByWorkflowStage(DocumentId[], String[], int)
          From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); [for userRoles=ROLE_AUTHOR] Query query = createQuery(Content.class).addSelector(WorkflowSelectors.stageIn(workflowStages), Selectors.authorsContain(users)); [for userRoles=ROLE_OWNER] Query query = createQuery(Content.class).addSelector(WorkflowSelectors.stageIn(workflowStages), Selectors.ownersContain(users)); [for userRoles=ROLE_APPROVER] Query query = createQuery(Content.class).addSelector(WorkflowSelectors.stageIn(workflowStages), WorkflowSelectors.statusEquals(Status.DRAFT), WorkflowSelectors.approversContains(users)); WorkflowSelectors.approversContains queryService.execute(query); 
com.ibm.workplace.wcm.api.Workspace.findContentModifiedBetween(Date, Date)
          From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); Query query = createQuery(Content.class).addSelector(HistorySelectors.modifiedSince(startDate), HistorySelectors.modifiedBefore(endDate)); queryService.execute(query); 
com.ibm.workplace.wcm.api.Workspace.findContentModifiedBetween(Date, Date, int)
          From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); Query query = createQuery(Content.class).addSelector(HistorySelectors.modifiedSince(startDate), HistorySelectors.modifiedBefore(endDate), WorkflowSelectors.statusEquals(workflowStatus)); queryService.execute(query); 
com.ibm.workplace.wcm.api.Workspace.findContentModifiedSince(Date)
          From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); Query query = createQuery(Content.class).addSelector(HistorySelectors.modifiedSince(modifiedDate)); queryService.execute(query); 
com.ibm.workplace.wcm.api.Workspace.findContentModifiedSince(Date, int)
          From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); Query query = createQuery(Content.class).addSelectors(HistorySelectors.modifiedSince(modifiedDate), WorkflowSelectors.statusEquals(workflowStatus)); queryService.execute(query); 
com.ibm.portal.content.ControlLocator.findControlByConcretePortletID(ObjectID)
          use ControlLocator.findControlByPortletEntityID(ObjectID) instead Finds the layout node representing a control that holds the concrete portlet with the given object ID. 
com.ibm.portal.content.ControlLocator.findControlByPortletInstanceID(ObjectID)
          use ControlLocator.findControlByPortletDefinitionID(ObjectID) instead Finds the layout node representing a control that holds the portlet instance with the given object ID. 
com.ibm.workplace.wcm.api.Workspace.findDocumentsByWorkflowStage(DocumentId[])
          From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); Query query = createQuery().addSelector(WorkflowSelectors.stageIn(ids)); queryService.execute(query); 
com.ibm.workplace.wcm.api.Workspace.findDocumentsByWorkflowStage(DocumentId[], String[], int)
          From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); [for userRoles=ROLE_AUTHOR] Query query = createQuery().addSelector(WorkflowSelectors.stageIn(workflowStages), Selectors.authorsContain(users)); [for userRoles=ROLE_OWNER] Query query = createQuery().addSelector(WorkflowSelectors.stageIn(workflowStages), Selectors.ownersContain(users)); [for userRoles=ROLE_APPROVER] Query query = createQuery().addSelector(WorkflowSelectors.stageIn(workflowStages), WorkflowSelectors.statusEquals(Status.DRAFT), WorkflowSelectors.approversContains(users)); WorkflowSelectors.approversContains queryService.execute(query); 
com.ibm.workplace.wcm.api.Workspace.findDocumentsModifiedBetween(Date, Date)
          From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); Query query = createQuery().addSelector(HistorySelectors.modifiedSince(startDate), HistorySelectors.modifiedBefore(endDate)); queryService.execute(query); 
com.ibm.workplace.wcm.api.Workspace.findDocumentsModifiedBetween(Date, Date, int)
          From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); Query query = createQuery().addSelector(HistorySelectors.modifiedSince(startDate), HistorySelectors.modifiedBefore(endDate), WorkflowSelectors.statusEquals(workflowStatus)); queryService.execute(query); 
com.ibm.workplace.wcm.api.Workspace.findDocumentsModifiedSince(Date)
          From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); Query query = createQuery().addSelector(HistorySelectors.modifiedSince(startDate)); queryService.execute(query); 
com.ibm.workplace.wcm.api.Workspace.findDocumentsModifiedSince(Date, int)
          From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); Query query = createQuery().addSelector(HistorySelectors.modifiedSince(startDate), WorkflowSelectors.statusEquals(workflowStatus)); queryService.execute(query); 
com.ibm.portal.wire.WireLocator.findEffectiveWiresBySourcePortletWindowID(ObjectID)
          since 6.1.0.1 Support for private wires will be removed in a future release of WebSphere Portal, use WireLocator.findWiresBySourcePortletWindowID(ObjectID) instead. 
com.ibm.portal.wire.WireLocator.findPrivateWires()
          since 6.1.0.1 Support for private wires will be removed in a future release of WebSphere Portal 
com.ibm.portal.wire.WireLocator.findPublicWires()
          since 6.1.0.1 Support for private wires will be removed in a future release of WebSphere Portal, use the WireModel this locator is received from instead. 
com.ibm.portal.state.accessors.action.engine.EngineActionAccessorFactory.getActionController(HttpServletRequest, String, StateHolderController)
          since 6.0, use the method getActionAccessorController(String, StateHolderController) instead 
com.ibm.portal.state.accessors.action.engine.EngineActionAccessorFactory.getActionController(Node, DocumentController)
          since 6.0, use the method getActionAccessorController(String, StateHolderController) instead 
com.ibm.portal.state.accessors.action.engine.EngineActionAccessorFactory.getActionController(String, StateHolderController)
          since 6.0, use method getActionAccessorController(String, StateHolderController) instead 
com.ibm.wps.pb.service.PropertyBrokerService.getActions(PortletRequest, PortletSettings)
            
com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig.getActive()
          Since 8.5. 
com.ibm.wps.pb.property.Action.getActiveOnStartup()
            
com.ibm.portal.um.PumaEnvironment.getAllAuthenticatedUserGroup()
          since 6.1.0.2 use #getVirtualPrincipal(PumaEnvironment.VirtualPrincipalNames.AllAuthenticatedPortalUsers) instead. 
com.ibm.portal.um.PumaEnvironment.getAllExternalUserGroup()
          since 6.1.0.2 use #getVirtualPrincipal(VirtualPrincipalNames.AllExternalPortalUsers) instead. 
com.ibm.portal.um.PumaEnvironment.getAllGroupsGroup()
          since 6.1.0.2 use #getVirtualPrincipal(VirtualPrincipalNames.AllPortalUserGroups) instead. 
com.ibm.portal.um.PumaEnvironment.getAllInternalUserGroup()
          since 6.1.0.2 use #getVirtualPrincipal(VirtualPrincipalNames.AllInternalPortalUsers) instead. 
com.ibm.portal.admin.SkinList.getAllInTheme(Theme)
          use the method of the SkinModelLocator; the locator can be obtained with LocatorProvider.getLocator(). Return all skins that belong to the specified theme 
com.ibm.portal.admin.SkinList.getAllInThemes(Iterator)
          use the method of the SkinModelLocator; the locator can be obtained with LocatorProvider.getLocator(). Return all skins that belong to the specified themes 
com.ibm.portal.admin.SkinModelLocator.getAllOfType(SkinType)
          this method is deprecated without replacement Returns all skins that are of a certain skin type. 
com.ibm.portal.admin.SkinList.getAllOfType(SkinType)
          use the method of the SkinModelLocator; the locator can be obtained with LocatorProvider.getLocator(). 
com.ibm.portal.um.PumaProfile.getAllParentDNs()
          As of release 6.1, replaced by PumaEnvironment.getAllParentDNs() 
com.ibm.portal.um.PumaEnvironment.getAnonymousUser()
          since 6.1.0.2 use #getVirtualPrincipal(VirtualPrincipalNames.AnonymousPortalUser) instead. 
com.ibm.portal.resolver.webdav.commands.WebdavCommand.Request.getBaseURI()
           
com.ibm.websphere.personalization.RuleTrigger.getClassification(int)
          - use getProfile 
com.ibm.websphere.personalization.RuleTrigger.getClassifications()
          - Use getProfiles 
com.ibm.portal.propertybroker.property.Property.getClassName()
          Use getClassname instead. 
com.ibm.portal.admin.ClientList.getClient(ObjectID)
          Use LocatorProvider#getLocator()#findByID() 
com.ibm.websphere.personalization.RuleTrigger.getContent()
            
com.ibm.websphere.personalization.RuleTrigger.getContent(int)
            
com.ibm.workplace.wcm.api.Document.getContributorAccessMembers()
          use Document.getMembersForAccess(Access) 
com.ibm.portal.um.PumaHome.getController(ServletRequest)
          since 6.1 use PumaHome.getController() instead. However, if remember me feature is utilized, PumaHome.getController(javax.servlet.ServletRequest) method shall still be used. 
com.ibm.portal.um.PumaHome.getController(String, ServletRequest)
          since 6.1.0.2 use PumaHome.getController(String) instead. However, if remember me feature is utilized, PumaHome.getController(String, javax.servlet.ServletRequest) method shall still be used. 
com.ibm.workplace.wcm.api.DocumentIdIterator.getCount()
          The value returned may not be accurate for large iterators, and may be unknown. The the following code should be used instead: while (iter.hasNext()) {count = count + 1;} 
com.ibm.workplace.wcm.api.ContentComponentIterator.getCount()
          Please use the following code instead. while (iter.hasNext()) count = count + 1; 
com.ibm.workplace.wcm.api.WorkflowedDocument.getCurrentApprovers()
          use Document.getMembersForAccess(com.ibm.workplace.wcm.api.security.Access) 
com.ibm.portal.pcm.dialog.state.DialogStepDisplayStrategy.getCurrentStep(DialogDefinition)
          Use DialogStepDisplayStrategy.getCurrentStep() instead. 
com.ibm.portal.resolver.service.PocServiceHome.getDataSinkFactory()
          use PocServiceHome.getDataSinkFactory(String) instead 
com.ibm.portal.admin.SkinList.getDefaultForTheme(Theme)
          use the method of the SkinModelLocator; the locator can be obtained with LocatorProvider.getLocator(). Return the default Skin for the denoted theme. 
com.ibm.portal.model.LocalizedContext.getDefaultLocale()
          use LocalizedContextHome.getDefaultLocale() instead 
com.ibm.workplace.wcm.api.Document.getDeleteAccessMembers()
          Use Document.getMembersForAccess(Access) instead (using Access.MANAGER) 
com.ibm.wps.pb.property.Property.getDescription()
            
com.ibm.wps.pb.property.Parameter.getDescription()
            
com.ibm.wps.pb.property.Action.getDescription()
            
com.ibm.portal.model.LocalizedContext.getDescription(Localized)
          use LocalizedContext.getLocalizedDescription(Localized) instead 
com.ibm.portal.pcm.DialogService.getDialogInstanceID()
          Do not use this method to obtain the current dialog instance ObjectID, use DialogService.getDialogStackManager() and DialogStackManager.getActiveDCX() instead. 
com.ibm.workplace.wcm.api.Content.getDirectParent()
          Since 8.0, use Hierarchical.getParentId() 
com.ibm.workplace.wcm.api.Workspace.getDraftIdByPublishedId(DocumentId)
          Use Workspace.getDraftIdsByPublishedId(com.ibm.workplace.wcm.api.DocumentId) 
com.ibm.workplace.wcm.api.Document.getEditAccessMembers()
          Use Document.getMembersForAccess(Access) instead 
com.ibm.workplace.wcm.api.Document.getEditorAccessMembers()
          use Document.getMembersForAccess(Access) 
com.ibm.portal.wire.WireModel.getEffectiveWires()
          since 6.1.0.1 Support for private wires will be removed in a future release of WebSphere Portal, use this WireModel itself instead. 
com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorFactory.getExpansionStates(Node, DocumentModel)
          since 6.0, use method getExpansionStatesAccessor(Node, DocumentModel) instead 
com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorFactory.getExpansionStates(StateHolder)
          since 6.0, use the method getExpansionStatesAccessor(StateHolder) instead 
com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorFactory.getExpansionStatesController(Node, DocumentController)
          since 6.0, use method getExpansionStatesAccessorController(Node, DocumentController) instead 
com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorFactory.getExpansionStatesController(StateHolderController)
          since 6.0, use method getExpansionStatesAccessorController(StateHolderController) instead 
com.ibm.portal.um.PumaProfile.getExternalParentDN()
          As of release 6.1, replaced by PumaEnvironment.getExternalParentDN() 
com.ibm.workplace.wcm.api.LibraryFileComponent.getFile()
          - use getFileStream() instead 
com.ibm.workplace.wcm.api.FileComponent.getFile()
          use Resource.getBytes() 
com.ibm.workplace.wcm.api.LibraryFileComponent.getFileName()
          use Resource.getResourceName() 
com.ibm.workplace.wcm.api.FileComponent.getFileName()
          use Resource.getResourceName() 
com.ibm.workplace.wcm.api.LibraryFileComponent.getFileStream()
          use Resource.getResourceName() 
com.ibm.workplace.wcm.api.FileComponent.getFileStream()
          use Resource.getInputStream() 
com.ibm.workplace.wcm.api.WcmLibraryService.getFolderById(Workspace, Identity)
          Use Workspace.getById instead 
com.ibm.websphere.personalization.RuleTrigger.getIds(String)
          Warning: this call does not scale. 
com.ibm.workplace.wcm.api.LibraryImageComponent.getImage()
          use getImageStream() instead 
com.ibm.workplace.wcm.api.ImageComponent.getImage()
          use Resource.getBytes() 
com.ibm.workplace.wcm.api.LibraryImageComponent.getImageFileName()
          use Resource.getResourceName() 
com.ibm.workplace.wcm.api.ImageComponent.getImageFileName()
          use Resource.getResourceName() 
com.ibm.workplace.wcm.api.LibraryImageComponent.getImageStream()
          use Resource.getInputStream() 
com.ibm.workplace.wcm.api.ImageComponent.getImageStream()
          use Resource.getInputStream() 
com.ibm.workplace.wcm.api.Document.getInheritedContributorAccessMembers()
          use Document.getMembersForInheritedAccess(Access) 
com.ibm.workplace.wcm.api.Document.getInheritedEditorAccessMembers()
          use Document.getMembersForInheritedAccess(Access) 
com.ibm.workplace.wcm.api.Document.getInheritedManagerAccessMembers()
          use Document.getMembersForInheritedAccess(Access) 
com.ibm.workplace.wcm.api.Document.getInheritedUserAccessMembers()
          use Document.getMembersForInheritedAccess(Access) 
com.ibm.wps.pb.property.Action.getInvokeOnMultipleMatch()
            
com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory.getLegacyPortletTargetController(HttpServletRequest)
          since 6.0, use method getLegacyPortletTargetAccessorController(HttpServletRequest) instead 
com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory.getLegacyPortletTargetController(HttpServletRequest, Node, DocumentController)
          since 6.0, use method getLegacyPortletTargetAccessorController(HttpServletRequest, Node, DocumentController) instead 
com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory.getLegacyPortletTargetController(HttpServletRequest, StateHolderController)
          since 6.0, use method getLegacyPortletTargetAccessorController(HttpServletRequest, StateHolderController) instead 
com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory.getLegacyPortletTargetController(Node, DocumentController)
          Use the method getLegacyPortletTargetAccessorController(Node, DocumentController) instead. Returns a controller which allows for declaring a legacy portlet as the target of an action link. The returned controller operates on the given node representing the root of portlet target information. 
com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory.getLegacyPortletTargetController(StateHolderController)
          since 6.0, use method getLegacyPortletTargetAccessorController(StateHolderController) instead 
com.ibm.workplace.wcm.api.Document.getLiveAccessMembers()
          Use Document.getMembersForAccess(Access) instead 
com.ibm.portal.um.PumaHome.getLocator(ServletRequest)
          since 6.1 use PumaHome.getLocator() instead. However, if remember me feature is utilized, PumaHome.getLocator(javax.servlet.ServletRequest) method shall still be used. 
com.ibm.portal.um.PumaHome.getLocator(String, ServletRequest)
          since 6.1.0.2 use PumaHome.getLocator(String) instead. However, if remember me feature is utilized, PumaHome.getLocator(String, javax.servlet.ServletRequest) method shall still be used. 
com.ibm.portal.resolver.service.PocService.getLookupService()
          use PocServiceHome.getLookupService() instead 
com.ibm.workplace.wcm.api.Document.getManagerAccessMembers()
          use Document.getMembersForAccess(Access) 
com.ibm.workplace.wcm.api.Workspace.getMemberNames()
          Use the PUMA API 
com.ibm.workplace.wcm.api.Workspace.getMemberNames(String)
          Use the PUMA API 
com.ibm.portal.content.LayoutNode.getMetrics()
          use LayoutNode.getLayoutMetrics() instead Returns metrics information of this composition element. This could be for example the width of the node. 
com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessorFactory.getNavigationShift(Node, DocumentModel)
          since 6.0, use method getNavigationShiftAccessor(Node, DocumentModel) instead 
com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessorFactory.getNavigationShift(ObjectID, StateHolder)
          since 6.0, use method getNavigationShiftAccessor(ObjectID, StateHolder) instead 
com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessorFactory.getNavigationShiftController(Node, DocumentController)
          since 6.0, use method getNavigationShiftAccessorController(Node, DocumentController) instead 
com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessorFactory.getNavigationShiftController(ObjectID, StateHolderController)
          since 6.0, use method getNavigationShiftAccessorController(ObjectID, StateHolderController) instead 
com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessorFactory.getNavigationShiftController(String, StateHolderController)
          since 6.0, use method getNavigationShiftAccessorController(String, StateHolderController) instead 
com.ibm.websphere.personalization.resources.WriteResourceToStreamException.getNestedException()
          Use getCause instead. 
com.ibm.websphere.personalization.resources.InitException.getNestedException()
          Use getCause instead. 
com.ibm.websphere.personalization.resources.CreateResourceFromStreamException.getNestedException()
          Use getCause instead. 
com.ibm.portal.pcm.dialog.state.DialogStepDisplayStrategy.getNextStepGraph(DialogDefinition)
          Use #getNextStepGraph(Scope) instead. 
com.ibm.portal.resolver.service.PocService.getNonce()
          use ContextAccessor.getNonce() instead 
com.ibm.workplace.wcm.api.SiteFrameworkContainer.getParent()
          Since 8.0, use Hierarchical.getParentId() 
com.ibm.workplace.wcm.api.Category.getParent()
          Since 8.0, use Hierarchical.getParentId() 
com.ibm.portal.um.PumaProfile.getParentDN(String)
          As of release 6.1, replaced by PumaEnvironment.getParentDN(String) 
com.ibm.portal.pcm.dialog.model.TransitionEndpoint.getPortalResourceObjectID()
          Use TransitionEndpoint.getReferencedResources() instead. 
com.ibm.portal.state.accessors.portlet.PortletAccessorFactory.getPortlet(Node, DocumentModel)
          since 6.0, use method getPortletAccessor(Node, DocumentModel) instead 
com.ibm.portal.state.accessors.portlet.PortletAccessorFactory.getPortlet(ObjectID, StateHolder)
          since 6.0, use method getPortletAccessor(ObjectID, StateHolder) instead 
com.ibm.portal.state.accessors.portlet.PortletAccessorFactory.getPortlet(String, StateHolder)
          since 6.0, use method getPortletAccessor(String, StateHolder) instead 
com.ibm.portal.state.accessors.portlet.PortletAccessorFactory.getPortletController(Node, DocumentController)
          since 6.0, use method getPortletAccessorController(Node, StateHolderController) instead 
com.ibm.portal.state.accessors.portlet.PortletAccessorFactory.getPortletController(ObjectID, StateHolderController)
          since 6.0, use the method getPortletAccessorController(ObjectID, StateHolderController) instead. 
com.ibm.portal.state.accessors.portlet.PortletAccessorFactory.getPortletController(String, StateHolderController)
          since 6.0, use method getPortletAccessorController(String, StateHolderController) instead 
com.ibm.portal.state.accessors.portlet.PortletAccessorFactory.getPortlets(Node, DocumentModel)
          since 6.0, use method getPortletListAccessor(Node, DocumentModel) instead 
com.ibm.portal.state.accessors.portlet.PortletAccessorFactory.getPortlets(StateHolder)
          since 6.0, use method getPortletListAccessor(StateHolder) instead 
com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory.getPortletTargetController(HttpServletRequest)
          since 6.0, use method getPortletTargetAccessorController(HttpServletRequest) instead. 
com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory.getPortletTargetController(HttpServletRequest, Node, DocumentController)
          since 6.0, use method getPortletTargetAccessorController(HttpServletRequest) instead 
com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory.getPortletTargetController(HttpServletRequest, StateHolderController)
          since 6.0, use method getPortletTargetAccessorController(HttpServletRequest, StateHolderController) instead 
com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory.getPortletTargetController(Node, DocumentController)
          since 6.0, use method getPortletTargetAccessorController(Node, DocumentController) instead 
com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory.getPortletTargetController(StateHolderController)
          since 6.0, use method getPortletTargetAccessorController(StateHolderController) instead 
com.ibm.portal.resolver.uri.PortletURI.getPortletWindowID()
          use PortletURI.getObjectID() instead, since the URI not always contains portlet window IDs 
com.ibm.workplace.wcm.api.WcmLibraryService.getPresetFolder(Workspace, DocumentLibrary, PresetFolderType)
          Use DocumentLibrary.getPresetFolder instead 
com.ibm.portal.pcm.dialog.state.DialogStepDisplayStrategy.getProcessedSteps(DialogDefinition)
          Use #getProcessedSteps(Scope) instead. 
com.ibm.portal.um.PumaHome.getProfile(ServletRequest)
          since 6.1 use PumaHome.getProfile() instead. However, if remember me feature is utilized, PumaHome.getProfile(javax.servlet.ServletRequest) method shall still be used. 
com.ibm.portal.um.PumaHome.getProfile(String, ServletRequest)
          since 6.1.0.2 use PumaHome.getProfile(String) instead. However, if remember me feature is utilized, PumaHome.getProfile(String, javax.servlet.ServletRequest) method shall still be used. 
com.ibm.wps.pb.service.PropertyBrokerService.getProperties(PortletRequest, PortletSettings)
            
com.ibm.workplace.wcm.api.AbstractAuthoringTemplate.getPrototype()
          Use getGenericPrototype() instead. Since 8.0, the prototype can be of any Prototype type. 
com.ibm.workplace.wcm.api.Document.getReadAccessMembers()
          Use Document.getMembersForAccess(Access) instead (using Access.CONTRIBUTOR) 
com.ibm.websphere.personalization.RuleTrigger.getResource(String, String)
            
com.ibm.websphere.personalization.RequestContext.getResourceContext()
            
com.ibm.websphere.personalization.PznRequestObjectInterface.getResourceContext()
            
com.ibm.websphere.personalization.PznRequestObjectImplementor.getResourceContext()
            
com.ibm.websphere.personalization.context.PersonalizationContext.getResourceContext()
            
com.ibm.portal.ObjectID.getResourceType()
          use getObjectType() instead 
com.ibm.portal.state.accessors.url.ResourceURLAccessor.getResourceURL(String, Theme, PortalResources.Type)
          Use ResourceURLAccessor.getResourceURL(String, Decoration, com.ibm.portal.state.accessors.url.PortalResources.Type) 
com.ibm.portal.state.accessors.url.ResourceURLAccessor.getResourceURL(String, Theme, PortalResources.Type, PortalResources.State)
          Use ResourceURLAccessor.getResourceURL(String, Decoration, com.ibm.portal.state.accessors.url.PortalResources.Type, com.ibm.portal.state.accessors.url.PortalResources.State) 
com.ibm.portal.state.accessors.selection.SelectionAccessorFactory.getSelection(Node, DocumentModel)
          since 6.0, use method getSelectionAccessor(Node, DocumentModel) instead 
com.ibm.portal.state.accessors.selection.SelectionAccessorFactory.getSelection(StateHolder)
          since 6.0, use method getSelectionAccessor(StateHolder) instead 
com.ibm.portal.state.accessors.selection.SelectionAccessorFactory.getSelectionController(Node, DocumentController)
          since 6.0, use method getSelectionAccessorController(Node, DocumentController) instead 
com.ibm.portal.state.accessors.selection.SelectionAccessorFactory.getSelectionController(StateHolderController)
          since 6.0, use method getSelectionAccessorController(StateHolderController) instead 
com.ibm.portal.state.accessors.showtools.ShowToolsAccessorFactory.getShowTools(Node, DocumentModel)
          since 6.0, use method getShowToolsAccessor(Node, DocumentModel) instead 
com.ibm.portal.state.accessors.showtools.ShowToolsAccessorFactory.getShowTools(StateHolder)
          since 6.0, use method getShowToolsAccessor(StateHolder) instead 
com.ibm.portal.state.accessors.showtools.ShowToolsAccessorFactory.getShowToolsController(Node, DocumentController)
          since 6.0, use method getShowToolsAccessorController(Node, DocumentController) instead 
com.ibm.portal.state.accessors.showtools.ShowToolsAccessorFactory.getShowToolsController(StateHolderController)
          since 6.0, use method getShowToolsAccessorController(StateHolderController) instead 
com.ibm.workplace.wcm.api.RenderingContext.getSite()
          No replacement. Site is not required in Web sites created using the current version of IBM Web Content Manager. The method is retained for compatibility with Web sites migrated from pre 7.0 versions of IBM Web Content Manager. Use getAllSiteAreas() to get all level site areas. 
com.ibm.workplace.wcm.api.RenderingContext.getSiteAreas()
          No replacement. The method is retained for compatibility with Web sites migrated from pre 7.0 versions of IBM Web Content Manager. Use getAllSiteAreas() to get all level site areas. 
com.ibm.workplace.wcm.api.query.ResultIterator.getSize()
          The value returned may not be accurate for large iterators, and may be unknown. Please use the following code instead. while (iter.hasNext()) size = size + 1; 
com.ibm.portal.admin.SkinList.getSkin(ObjectID)
          Use LocatorProvider#getLocator()#findByID() 
com.ibm.portal.admin.Skin.getSkinType()
          this method is deprecated and has no replacement Returns the skin type. 
com.ibm.portal.state.accessors.solo.SoloAccessorFactory.getSolo(Node, DocumentModel)
          since 6.0, use method getSoloAccessor(Node, DocumentModel) instead 
com.ibm.portal.state.accessors.solo.SoloAccessorFactory.getSolo(StateHolder)
          since 6.0, use method getSoloAccessor(StateHolder) instead 
com.ibm.portal.state.accessors.solo.SoloAccessorFactory.getSoloController(Node, DocumentController)
          since 6.0, use method getSoloAccessorController(Node, DocumentController) instead 
com.ibm.portal.state.accessors.solo.SoloAccessorFactory.getSoloController(StateHolderController)
          since 6.0, use method getSoloAccessorController(StateHolderController) instead 
com.ibm.portal.state.accessors.StateAccessorFactory.getState()
          since 6.0, use method getStateAccessor() instead 
com.ibm.portal.state.accessors.StateAccessorFactory.getStateController()
          since 6.0, use method getStateAccessorController() instead 
com.ibm.portal.model.LocalizedContext.getSupportedLocales()
          user LocalizedContextHome.getSupportedLocales() instead 
com.ibm.portal.pcm.DialogService.getSuspendedDialogInstanceIDs()
          Do not use this method to obtain the suspended dialog instance ObjectIDs, use DialogService.getDialogStackManager() and DialogStackManager.getSuspendedDCXs() instead. 
com.ibm.workplace.wcm.api.AbstractAuthoringTemplate.getTargetComponent()
          Use getTargetComponent() in getItemProperties() instead. 
com.ibm.portal.content.LayoutModel.getTheme()
          use this method on the corresponding ContentPage 
com.ibm.portal.admin.ThemeList.getTheme(ObjectID)
          Use com.ibm.portal.LocatorProvider#getLocator()#findByID() 
com.ibm.wps.pb.property.Property.getTitle()
            
com.ibm.wps.pb.property.Parameter.getTitle()
            
com.ibm.wps.pb.property.Action.getTitle()
            
com.ibm.portal.model.LocalizedContext.getTitle(Localized)
          use LocalizedContext.getLocalizedTitle(Localized) instead 
com.ibm.portal.admin.SkinList.getTypes()
          this method is deprecated without replacement Returns a list model of SkinType objects that are defined for the skin list. 
com.ibm.portal.content.ContentURL.getURL(Markup)
          use ContentURL.newURL() instead Returns the URL that this content node represents for the given markup. 
com.ibm.portal.content.ContentURL.getURL(String)
          use ContentURL.newURL() instead Returns the URL that this content node represents for the given markup. Whenever possible, use the method getURL(Markup aMarkup) instead of this one - this method will be deprecated at some point in the future. 
com.ibm.portal.wire.WireCreationContext.getUser()
          since 6.1.0.1 Support for private wires will be removed in a future release of WebSphere Portal, 
com.ibm.workplace.wcm.api.Document.getUserAccessMembers()
          use Document.getMembersForAccess(Access) instead 
com.ibm.portal.wire.Wire.getUserObjectID()
          since 6.1.0.1 Support for private wires will be removed in a future release of WebSphere Portal, 
com.ibm.workplace.wcm.api.Workspace.hasAccess(DocumentId, int)
          since 8.5 use Workspace.hasAccess(DocumentId, Access) instead 
com.ibm.workplace.wcm.api.Workspace.hasAccess(DocumentId, UserProfile, int)
          since 8.5 Workspace.hasAccess(DocumentId, UserProfile, Access) instead 
com.ibm.workplace.wcm.api.WorkflowedDocument.hasApproverAccess()
          since 8.5 Use Workspace.hasAccess(DocumentId, com.ibm.workplace.wcm.api.security.Access) instead. Using Access.APPROVER as the access role. 
com.ibm.workplace.wcm.api.WorkflowedDocument.hasApproverAccess(UserProfile)
          since 8.5. Use Workspace.hasAccess(DocumentId, UserProfile, com.ibm.workplace.wcm.api.security.Access) instead. Using Access.APPROVER as the access role. 
com.ibm.workplace.wcm.api.Document.hasDeleteAccess()
          This method is deprecated from version 6.0. Calls to This method will be deprecated in the future. Calls to 'Delete' access methods have the same effect as 'Manager' access method calls. Use Workspace.hasManagerAccess(DocumentId documentId) instead 
com.ibm.workplace.wcm.api.Document.hasDeleteAccess(UserProfile)
          This method is deprecated from version 6.0. Calls to This method will be deprecated in the future. Calls to 'Delete' access methods have the same effect as 'Manager' access method calls. Use Workspace.hasManagerAccess(DocumentId documentId) instead 
com.ibm.workplace.wcm.api.Document.hasEditAccess()
          This method is deprecated from version 6.0. Calls to This method will be deprecated in the future. Calls to 'Edit' access methods have the same effect as 'Editor' access method calls. Use Workspace.hasEditorAccess(DocumentId documentId) instead 
com.ibm.workplace.wcm.api.Document.hasEditAccess(UserProfile)
          This method is deprecated from version 6.0. Calls to This method will be deprecated in the future. Calls to 'Edit' access methods have the same effect as 'Editor' access method calls. Use Workspace.hasEditorAccess(DocumentId documentId) instead 
com.ibm.workplace.wcm.api.Document.hasLiveAccess()
          This method is deprecated from version 6.0. Calls to 'Live' access methods have the same effect as 'Contributor' access method calls. Use Workspace.hasContributorAccess(DocumentId documentId) instead 
com.ibm.workplace.wcm.api.Document.hasLiveAccess(UserProfile)
          This method is deprecated from version 6.0. Calls to 'Live' access methods have the same effect as 'Contributor' access method calls. Use Workspace.hasContributorAccess(DocumentId documentId) instead 
com.ibm.workplace.wcm.api.Document.hasReadAccess()
          This method is deprecated from version 6.0. Calls to 'Live' access methods have the same effect as 'Contributor' access method calls. Use Workspace.hasContributorAccess(DocumentId documentId) instead 
com.ibm.workplace.wcm.api.Document.hasReadAccess(UserProfile)
          This method is deprecated from version 6.0. Calls to 'Live' access methods have the same effect as 'Contributor' access method calls. Use Workspace.hasContributorAccess(DocumentId documentId) instead 
com.ibm.workplace.wcm.api.SiteArea.insertContent(DocumentId, DocumentId)
          use Workspace.createContent(authoringTemplateId, parentSiteId, siblingId, position) instead 
com.ibm.workplace.wcm.api.SiteFrameworkContainer.insertSiteArea(DocumentId, DocumentId)
          use Workspace.createSiteArea(parentId, siblingId, position) instead. 
com.ibm.portal.content.LayoutModel.isActive()
          use this method on the corresponding ContentPage 
com.ibm.portal.portlet.service.credentialvault.credentials.Credential.isActive()
          Since 8.5. 
com.ibm.portal.content.LayoutModel.isBookmarkable()
          use this method on the corresponding ContentPage, if implemented (optional) 
com.ibm.websphere.personalization.RuleTrigger.isClassifiedAs(String)
            
com.ibm.workplace.wcm.api.Document.isContributorAccessInherited()
          since 8.5 Use Document.isInherited(Access) instead 
com.ibm.workplace.wcm.api.Document.isEditorAccessInherited()
          since 8.5 Use Document.isInherited(Access) instead 
com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessor.isExpanded(ObjectID)
          since 6.0, use method isToggled(ObjectID) instead 
com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessor.isExpanded(String)
          since 6.0, use method isToggled(String) instead 
com.ibm.portal.um.PumaProfile.isExternal(Principal)
          As of release 6.1, replaced by PumaEnvironment.isExternal(Principal) 
com.ibm.workplace.wcm.api.Document.isManagerAccessInherited()
          since 8.5 Use Document.isInherited(Access) instead 
com.ibm.portal.content.LayoutModel.isShareable()
          use this method on the corresponding ContentPage, if implemented (optional) 
com.ibm.portal.admin.Decoration.isSystem()
          there is no replacement for this method Returns whether or not the decoration is a system decoration. 
com.ibm.workplace.wcm.api.Document.isUserAccessInherited()
          since 8.5 Use Document.isInherited(Access) instead 
com.ibm.portal.um.PumaEnvironment.isVirtualPrincipal(Principal)
          since 6.1.0.2 use PumaEnvironment.isVirtual(Principal) instead. 
com.ibm.portal.propertybroker.service.PropertyBrokerService.isWired(PortletRequest, String)
          use PropertyBrokerService.isWired(PortletRequest, PortletResponse, String) instead 
com.ibm.portal.propertybroker.service.PropertyBrokerService.isWiredAcrossPages(PortletRequest, String)
          use PropertyBrokerService.isWiredAcrossPages(PortletRequest, PortletResponse, String) instead 
com.ibm.portal.pcm.dialog.state.DialogStateManager.jumpTo(int)
          Use DialogStateManager.jumpTo(DialogStep) instead, since index based jumps are not feasible for dialog nesting scenarios. 
com.ibm.portal.portlet.service.impersonation.ImpersonationService.loginOriginalUser(HttpServletRequest, HttpServletResponse)
          since 7.0 use com.ibm.portal.impersonation.ImpersonationService#loginOriginalUser(HttpServletRequest, HttpServletResponse) instead 
com.ibm.portal.um.PumaProfile.matchesParentDN(Principal, String)
          As of release 6.1, replaced by PumaEnvironment.matchesParentDN(Principal, String) 
com.ibm.workplace.wcm.api.Workspace.moveCategory(DocumentId, DocumentId)
          Use Workspace.move instead 
com.ibm.workplace.wcm.api.WcmLibraryService.moveItemToFolder(Workspace, Folder, Item)
          Use Workspace.move instead 
com.ibm.workplace.wcm.api.Workspace.moveSiteFrameworkDocument(DocumentId, DocumentId, DocumentId, int)
          use Workspace.move(Placeable, PlacementLocation, MoveOptions) instead. 
com.ibm.portal.resolver.xml.PooledTemplates.newDisposableTransformer()
          use PooledTemplates.newTransformer() instead 
com.ibm.portal.spa.data.SpaURI.newInstance(ObjectID, String, Identification)
          use SpaURI.newInstance(ObjectID, String, Identification, PocService) instead 
com.ibm.portal.spa.data.SpaURI.newInstance(ObjectID, String, Identification, PocService)
           
com.ibm.portal.spa.data.SpaURI.newInstance(ObjectID, String, String, Identification)
          use SpaURI.newInstance(ObjectID, String, String, Identification, PocService) instead 
com.ibm.portal.spa.data.SpaURI.newInstance(ObjectID, String, String, Identification, PocService)
           
com.ibm.portal.spa.data.ZipDataURI.newInstance(String)
          use ZipDataURI.newInstance(String, PocURIFactory) instead 
com.ibm.portal.spa.data.SpaURI.newInstance(String, String)
          use SpaURI.newInstance(String, String, PocService) instead 
com.ibm.portal.spa.data.SpaURI.newInstance(String, String, PocService)
           
com.ibm.portal.spa.data.SpaURI.newInstance(String, String, String)
          use #newInstance(String, String, String, PocService) instead 
com.ibm.portal.state.PortletStateManager.newResourceURL()
          Use the corresponding method in URLFactory instead. 
com.ibm.portal.state.accessors.url.URLAccessorFactory.newResourceURL(HttpServletRequest)
          Creates an accessor object that can generate links to resources in the portal application. 
com.ibm.portal.state.accessors.url.URLAccessorFactory.newResourceURL(HttpServletRequest, HttpServletResponse, StateHolder)
          Creates an accessor object that can generate links to resources in the portal application. 
com.ibm.portal.state.accessors.url.URLAccessorFactory.newResourceURL(HttpServletRequest, StateHolder)
          Creates an accessor object that can generate links to resources in the portal application. 
com.ibm.portal.state.PortletStateManager.newURL(Constants.Clone)
          Use the corresponding method in URLFactory instead. 
com.ibm.portal.state.accessors.url.URLAccessorFactory.newURL(HttpServletRequest, Constants.Clone)
          Returns a URL object based on the information in the servlet request. The object operates on a copy of the state holder, so setting parameters to the engine URL will not modify the original state. 
com.ibm.portal.state.accessors.url.URLAccessorFactory.newURL(HttpServletRequest, StateHolder, Constants.Clone)
          Returns a URL object based on the information in the servlet request. The object operates on a copy of the state holder, so setting parameters to the engine URL will not modify the original state. 
com.ibm.portal.state.accessors.url.CheckedURLAccessorFactory.newURL(HttpServletRequest, StateHolder, Constants.Clone)
          Returns a checked URL object based on the information in the servlet request. The object operates on a copy of the state holder, so setting parameters to the checked engine URL will not modify the original state. 
com.ibm.portal.state.accessors.url.URLAccessorFactory.newURL(HttpServletRequest, StateHolder, URLContext, Constants.Clone)
          Returns a URL object based on the information in the servlet request. The object operates on a copy of the state holder, so setting parameters to the engine URL will not modify the original state. 
com.ibm.portal.state.accessors.url.ResolvedUrlAccessFactory.newURL(HttpServletRequest, String, Constants.Merge)
          This method takes the provided request and fills the state holder based on the state associated with this request. Then the state that is provided via the alias name is retrieved and merged into the state of the current request. 
com.ibm.portal.state.accessors.url.URLAccessorFactory.newURL(HttpServletRequest, URLContext, Constants.Clone)
          Returns a URL object based on the information in the servlet request. The object operates on a copy of the state holder, so setting parameters to the engine URL will not modify the original state. 
com.ibm.portal.state.PortletStateManager.newURL(StateHolder, Constants.Clone)
          Use the corresponding method in URLFactory instead. 
com.ibm.portal.state.PortletStateManager.newURL(StateHolder, URLContext, Constants.Clone)
          Use the corresponding method in URLFactory instead. 
com.ibm.portal.state.PortletStateManager.newURL(URLContext, Constants.Clone)
          Use the corresponding method in URLFactory instead. 
com.ibm.portal.model.controller.CreationContextBuilderFactory.newWireCreationContext(Identifiable, Identifiable, Identifiable, Identifiable, Identifiable, Identifiable)
          since 6.1.0.1 Support for private wires will be removed in a future release of WebSphere Portal, use CreationContextBuilderFactory.newWireCreationContext(Identifiable, Identifiable, Identifiable, Identifiable, Identifiable) instead 
com.ibm.workplace.wcm.api.DocumentIterator.nextDocument()
          use DocumentIterator.next() instead. Since this class has been generified, the two methods are identical. 
com.ibm.workplace.wcm.api.DocumentIdIterator.nextId()
          Use DocumentIdIterator.next(). Since this class has been generified, the two methods are identical. 
com.ibm.workplace.wcm.api.HistoryLogIterator.nextLogEntry()
          use HistoryLogIterator.next() instead 
com.ibm.workplace.wcm.api.WorkflowedDocument.nextWorkflowStage()
          use WorkflowedDocument.nextWorkflowStage(boolean, boolean, String) For the same behavior call nextWorkflowStage(true, true, null) 
com.ibm.workplace.wcm.api.WorkflowedDocument.nextWorkflowStage(boolean, boolean)
          use WorkflowedDocument.nextWorkflowStage(boolean, boolean, String) For the same behavior call nextWorkflowStage(boolean, boolean, null) 
com.ibm.workplace.wcm.api.WorkflowedDocument.previousWorkflowStage(boolean)
          use WorkflowedDocument.previousWorkflowStage(boolean, String) For the same behavior call previousWorkflowStage(boolean, null) 
com.ibm.wps.pb.property.ActionTriggerMarkup.preWiredActions()
            
com.ibm.portal.resolver.streams.FormDataInputStream.read(Writer)
          use FormDataInputStream.Entry.read(Writer) instead 
com.ibm.portal.resolver.streams.FormDataInputStream.Entry.read(Writer)
          use FormDataInputStream.Entry.write(Writer) instead due to more consistent naming 
com.ibm.portal.resolver.streams.FormDataInputStream.readString()
          use FormDataInputStream.Entry.readString() instead 
com.ibm.workplace.wcm.api.WorkflowedDocument.removeApprovers(String...)
          use Editable.removeMembersForAccess(com.ibm.workplace.wcm.api.security.Access, String[]) 
com.ibm.workplace.wcm.api.SiteArea.removeContent(DocumentId)
          use Workspace.delete(DocumentId) instead. 
com.ibm.workplace.wcm.api.Editable.removeContributorAccessMembers(String[])
          since 8.5 Use Editable.removeMembersForAccess(Access, String[]) instead 
com.ibm.workplace.wcm.api.Editable.removeDeleteAccessMembers(String[])
          Use Editable.removeMembersForAccess(Access, String[]) instead (using Access.MANAGER) 
com.ibm.workplace.wcm.api.Editable.removeEditAccessMembers(String[])
          Use Editable.removeMembersForAccess(Access, String[]) instead (using Access.EDITOR) 
com.ibm.workplace.wcm.api.Editable.removeEditorAccessMembers(String[])
          since 8.5 Use Editable.removeMembersForAccess(Access, String[]) instead 
com.ibm.workplace.wcm.api.LibraryFileComponent.removeFile()
          use Resource.removeResource() 
com.ibm.workplace.wcm.api.FileComponent.removeFile()
          use Resource.removeResource() 
com.ibm.workplace.wcm.api.LibraryImageComponent.removeImage()
          use Resource.removeResource() 
com.ibm.workplace.wcm.api.ImageComponent.removeImage()
          use Resource.removeResource() 
com.ibm.workplace.wcm.api.Editable.removeLiveAccessMembers(String[])
          Use Editable.removeMembersForAccess(Access, String[]) instead (using Access.USER) 
com.ibm.workplace.wcm.api.Editable.removeManagerAccessMembers(String[])
          since 8.5 Use Editable.removeMembersForAccess(Access, String[]) instead 
com.ibm.workplace.wcm.api.Editable.removeReadAccessMembers(String[])
          Use Editable.removeMembersForAccess(Access, String[]) instead (using Access.CONTRIBUTOR) 
com.ibm.workplace.wcm.api.SiteFrameworkContainer.removeSiteArea(DocumentId)
          use Workspace.delete(id) instead. 
com.ibm.workplace.wcm.api.Editable.removeUserAccessMembers(String[])
          since 8.5 Use Editable.removeMembersForAccess(Access, String[]) instead 
com.ibm.workplace.wcm.api.WcmLibraryService.saveFolder(Workspace, Folder)
          Use Workspace.save instead 
com.ibm.portal.resolver.service.PortletResourcePocService.serveResource()
          use PortletResourcePocService.serveResource(URI, Map) instead 
com.ibm.portal.resolver.service.PortletResourcePocService.serveResource(Boolean)
          use PortletResourcePocService.serveResource(URI, Map, Boolean) instead 
com.ibm.portal.state.accessors.portlet.PortletTargetAccessorController.setActionTarget(HttpServletRequest, ObjectID)
          Use PortletTargetAccessorController.setTarget(TargetType, ObjectID) instead. 
com.ibm.portal.state.accessors.portlet.PortletTargetAccessorController.setActionTarget(HttpServletRequest, String)
          Use PortletTargetAccessorController.setTarget(TargetType, String) instead. 
com.ibm.portal.state.accessors.portlet.PortletTargetAccessorController.setActionTarget(ObjectID)
          Use PortletTargetAccessorController.setTarget(TargetType, ObjectID) instead. 
com.ibm.portal.state.accessors.portlet.PortletTargetAccessorController.setActionTarget(String)
          Use PortletTargetAccessorController.setTarget(TargetType, String) instead. 
com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig.setActive(boolean)
          Since 8.5. 
com.ibm.websphere.personalization.RuleTrigger.setAudit(boolean)
          Audit function is deprecated 
com.ibm.workplace.wcm.api.Editable.setContributorAccessInheritance(boolean)
          since 8.5 Use Editable.setInheritance(Access, boolean) instead 
com.ibm.wps.pb.property.Property.setDescription(String)
            
com.ibm.wps.pb.property.Parameter.setDescription(String)
            
com.ibm.wps.pb.property.Action.setDescription(String)
            
com.ibm.workplace.wcm.api.LinkComponent.setDocumentManagerReference(String, String)
          Document Manager is deprecated since 7.0 
com.ibm.workplace.wcm.api.Editable.setEditorAccessInheritance(boolean)
          since 8.5 Use Editable.setInheritance(Access, boolean) instead 
com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorController.setExpansionState(ListModel, boolean)
          since 6.0, use method setToggled(ObjectID) instead 
com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorController.setExpansionState(ObjectID, boolean)
          since 6.0, use method setToggled(ObjectID) instead 
com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorController.setExpansionState(String, boolean)
          since 6.0, use method setToggled(String) instead 
com.ibm.workplace.wcm.api.LibraryFileComponent.setFile(String, byte[])
          use Resource.setResource(String, byte[]) 
com.ibm.workplace.wcm.api.FileComponent.setFile(String, byte[])
          use Resource.setResource(String, byte[]) 
com.ibm.workplace.wcm.api.LibraryFileComponent.setFile(String, File)
          use Resource.setResource(String, File) 
com.ibm.workplace.wcm.api.FileComponent.setFile(String, File)
          use Resource.setResource(String, File) 
com.ibm.portal.content.ModifiableStaticContentPage.setFileName(Markup, String)
          use ModifiableStaticContentPage.setFileName(Markup, String, Context) instead 
com.ibm.portal.content.ModifiableStaticContentPage.setFileName(String, String)
          use ModifiableStaticContentPage.setFileName(String, String, Context) instead 
com.ibm.workplace.wcm.api.LibraryHTMLComponent.setHTML(String, EmbeddedImageMap)
          This method is deprecated from version 6.0. Use LibraryHTMLComponent.setHTML(String) instead. 
com.ibm.workplace.wcm.api.HTMLComponent.setHTML(String, EmbeddedImageMap)
          This method is deprecated from version 6.0. Use HTMLComponent.setHTML(String) instead. 
com.ibm.workplace.wcm.api.LibraryImageComponent.setImage(String, byte[])
          use Resource.setResource(String, byte[]) 
com.ibm.workplace.wcm.api.ImageComponent.setImage(String, byte[])
          use Resource.setResource(String, byte[]) 
com.ibm.workplace.wcm.api.LibraryImageComponent.setImage(String, File)
          use Resource.setResource(String, File) 
com.ibm.workplace.wcm.api.ImageComponent.setImage(String, File)
          use Resource.setResource(String, File) 
com.ibm.wps.pb.property.Action.setInvokeOnMultipleMatch(boolean)
            
com.ibm.portal.resolver.helper.EarlyBindingDataSource.setLastMod(Date)
          use EarlyBindingDataSource.setLastModified(Date) instead 
com.ibm.workplace.wcm.api.Editable.setManagerAccessInheritance(boolean)
          since 8.5 Use Editable.setInheritance(Access, boolean) instead 
com.ibm.websphere.personalization.RuleTrigger.setName(String)
          Use setDisplayName, setContentSpotName, or setRuleName instead. 
com.ibm.workplace.wcm.api.RenderingContext.setRenderedContent(Site)
          Use setRenderedContent(SiteArea) 
com.ibm.portal.state.accessors.portlet.PortletTargetAccessorController.setRenderTarget(ObjectID)
          Use PortletTargetAccessorController.setTarget(TargetType, ObjectID) instead. 
com.ibm.portal.state.accessors.portlet.PortletTargetAccessorController.setRenderTarget(String)
          Use PortletTargetAccessorController.setTarget(TargetType, String) instead. 
com.ibm.websphere.personalization.RequestContext.setResourceContext(ResourceContext)
            
com.ibm.websphere.personalization.context.PersonalizationContext.setResourceContext(ResourceContext)
            
com.ibm.workplace.wcm.api.RichTextComponent.setRichText(String, EmbeddedImageMap)
          This method is deprecated from version 6.0. Use RichTextComponent.setRichText(String) instead. 
com.ibm.portal.content.ModifiableStaticContentPage.setStaticContent(Markup, String)
          use ModifiableStaticContentPage.setStaticContent(Markup, String, Context) instead 
com.ibm.portal.content.ModifiableStaticContentPage.setStaticContent(String, String)
          use ModifiableStaticContentPage.setStaticContent(String, String, Context) instead 
com.ibm.workplace.wcm.api.AbstractAuthoringTemplate.setTargetComponent(TargetableContentComponent)
          Use setTargetComponent() in getItemProperties() instead. 
com.ibm.wps.pb.property.Property.setTitle(String)
            
com.ibm.wps.pb.property.Parameter.setTitle(String)
            
com.ibm.wps.pb.property.Action.setTitle(String)
            
com.ibm.portal.resolver.helper.EarlyBindingDataSource.setUri(URI)
           
com.ibm.portal.resolver.helper.DefaultDataSource.setUri(URI)
          use DefaultDataSource.setURI(URI) instead 
com.ibm.workplace.wcm.api.Editable.setUserAccessInheritance(boolean)
          since 8.5 Use Editable.setInheritance(Access, boolean) instead 
com.ibm.portal.content.ModifiableStaticContentPage.setZipInputStream(Markup, String, ZipInputStream)
          use ModifiableStaticContentPage.setZipInputStream(Markup, String, ZipInputStream, Context) instead 
com.ibm.portal.content.ModifiableStaticContentPage.setZipInputStream(String, String, ZipInputStream)
          use ModifiableStaticContentPage.setZipInputStream(String, String, ZipInputStream, Context) instead 
com.ibm.workplace.wcm.api.Workspace.useLiveAccess(boolean)
          use useUserAccess(boolean userAccess) 
 

Deprecated Enum Constants
com.ibm.portal.ObjectTypeConstants.APPLICATION_BUSINESS_COMPONENT
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.APPLICATION_ENTITY
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.APPLICATION_FAVORITE
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.APPLICATION_FOLDER
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.APPLICATION_PARAMETER
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.APPLICATION_PARAMETER_BCMETADATA_WIRE
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.APPLICATION_PARAMETER_METADATA_WIRE
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.APPLICATION_PARAMETER_VARIABLE_WIRE
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.APPLICATION_ROLE
          Deprecated since 8.5, no replacement. 
com.ibm.workplace.wcm.api.security.Access.APPROVER
          since 8.5 The 'Approver' role has been split into the 'Reviewer' and 'Draft Creator' roles. 
com.ibm.portal.ObjectTypeConstants.BUSINESS_COMPONENT_VARIABLE
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.BUSINESS_COMPONENT_VARIABLE_METADATA_WIRE
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.BUSINESS_COMPONENT_VARIABLE_VARIABLE_WIRE
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.COMMUNITY
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.DOMAIN_ROLE
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.LWP_BC_ADDRESSBOOK
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.LWP_BC_CALENDAR
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.LWP_BC_DISCUSSION
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.LWP_BC_DOCLIBRARY
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.LWP_BC_MAILBOX
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.LWP_BC_NCS
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.LWP_BC_WORKLIST
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.LWP_CLB_CTX
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.LWP_CLB_DMN_OBJ
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.LWP_CLB_DMN_OBJ_CAT
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.LWP_IC_ACCOUNT
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.LWP_IC_COMMUNITY
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.LWP_IC_CREDSTORE
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.LWP_IC_POLICY
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.LWP_IC_PREFERENCE
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.LWP_IC_SEARCHINDEX
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.LWP_IC_TEMPLATE
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.LWP_IC_TMPLCATALOG
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.LWP_PROP_BROK_WB
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.RESTORE_POINT
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.TASK
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.TEMPLATE
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.TEMPLATE_FOLDER
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.WCM_AUTHORING_TEMPLATE
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.WCM_CATEGORY
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.WCM_COMPONENT
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.WCM_CONTENT
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.WCM_RENDERING_TEMPLATE
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.WCM_SEARCH_RULE
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.WCM_SITE
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.WCM_SITE_AREA
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.WCM_SUBSCRIBER
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.WCM_SYNDICATOR
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.WCM_TAXONOMY
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.WCM_WORKFLOW
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.WCM_WORKFLOW_ACTION
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.WCM_WORKFLOW_STAGE
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.WCS_CATALOG
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.WCS_CATEGORY
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.WCS_PRODUCT
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.WPCP_DIRECTORY
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.WPCP_EDITION
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.WPCP_PROJECT
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.WPCP_RESOURCE
          Deprecated since 8.5, no replacement. 
com.ibm.portal.ObjectTypeConstants.WPCP_RESOURCE_COLLECTION
          Deprecated since 8.5, no replacement.