com.ibm.workplace.wcm.api
Class WCMApiServiceImpl

java.lang.Object
  |
  +--com.ibm.wps.services.Service
        |
        +--com.ibm.workplace.wcm.api.WCMApiService
              |
              +--com.ibm.workplace.wcm.api.WCMApiServiceImpl
All Implemented Interfaces:
WCMServiceHome

Deprecated. Replaced by WebContentService

public class WCMApiServiceImpl
extends WCMApiService
implements WCMServiceHome

This service provides access to the WCM Public API.


Constructor Summary
WCMApiServiceImpl()
          Deprecated. WCMApiService implementation constructor
 
Method Summary
 com.ibm.workplace.wcm.api.Repository getRepository()
          Deprecated. Replaced by WebContentService.getRepository()
 
Methods inherited from class com.ibm.wps.services.Service
inspect
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WCMApiServiceImpl

public WCMApiServiceImpl()
Deprecated. 
WCMApiService implementation constructor

Method Detail

getRepository

public com.ibm.workplace.wcm.api.Repository getRepository()
Deprecated. Replaced by WebContentService.getRepository()

Retrieve the Repository to access the WCM api.

Specified by:
getRepository in interface WCMServiceHome
Returns:
com.ibm.workplace.wcm.api.Repository