Deprecated API

Deprecated Classes
com.ibm.workplace.wcm.api.WCMApiService
          Replaced by WebContentService 
com.ibm.workplace.wcm.api.WCMApiServiceImpl
          Replaced by WebContentService 
 

Deprecated Interfaces
com.ibm.workplace.wcm.api.WCMServiceHome
          Replaced by WebContentService 
 

Deprecated Methods
com.ibm.workplace.wcm.api.SiteArea.addContent(DocumentId)
          use Workspace.createContent(authoringTemplateId, parentSiteId, siblingId, position) instead 
com.ibm.workplace.wcm.api.Editable.addLiveAccessMembers(String[])
          This method is deprecated from version 6.0. Calls to 'Live' access methods have the same effect as 'Read' access method calls. 
com.ibm.workplace.wcm.api.EditableLibraryComponent.addLiveAccessMembers(String[])
          This method is deprecated from version 6.0. Calls to 'Live' access methods have the same effect as 'Read' access method calls. 
com.ibm.workplace.wcm.api.SiteFrameworkContainer.addSiteArea(DocumentId)
          use Workspace.createSiteArea(parentId, siblingId, position) instead. 
com.ibm.workplace.wcm.api.Workspace.createContent(DocumentId)
          use createContent(authoringTemplateId, parentSiteAreaId, siblingId, position) instead. 
com.ibm.workplace.wcm.api.Workspace.createSiteArea()
          use createSiteArea(parentId) instead 
com.ibm.workplace.wcm.api.ContentComponentIterator.getCount()
          Please use the following code instead. while (iter.hasNext()) count = count + 1; 
com.ibm.workplace.wcm.api.DocumentIdIterator.getCount()
          Please use the following code instead. while (iter.hasNext()) count = count + 1; 
com.ibm.workplace.wcm.api.Document.getLiveAccessMembers()
          This method is deprecated from version 6.0. Calls to 'Live' access methods have the same effect as 'Read' access method calls. 
com.ibm.workplace.wcm.api.WCMApiServiceImpl.getRepository()
          Replaced by WebContentService.getRepository() 
com.ibm.workplace.wcm.api.WCMServiceHome.getRepository()
          Replaced by WebContentService.getRepository() 
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 'Read' access method calls. 
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 'Read' access method calls. 
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.workplace.wcm.api.SiteArea.removeContent(DocumentId)
          use Workspace.delete(DocumentId) instead. 
com.ibm.workplace.wcm.api.Editable.removeLiveAccessMembers(String[])
          This method is deprecated from version 6.0. Calls to 'Live' access methods have the same effect as 'Read' access method calls. 
com.ibm.workplace.wcm.api.EditableLibraryComponent.removeLiveAccessMembers(String[])
          This method is deprecated from version 6.0. Calls to 'Live' access methods have the same effect as 'Read' access method calls. 
com.ibm.workplace.wcm.api.SiteFrameworkContainer.removeSiteArea(DocumentId)
          use Workspace.delete(id) 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.LibraryHTMLComponent.setHTML(String, EmbeddedImageMap)
          This method is deprecated from version 6.0. Use LibraryHTMLComponent.setHTML(String) instead. 
com.ibm.workplace.wcm.api.RichTextComponent.setRichText(String, EmbeddedImageMap)
          This method is deprecated from version 6.0. Use RichTextComponent.setRichText(String) instead. 
com.ibm.workplace.wcm.api.Workspace.useLiveAccess(boolean)
          This method is deprecated from version 6.0. Calls to 'Live' access methods have the same effect as 'Read' access method calls.