+

Search Tips   |   Advanced Search


com.ibm.workplace.wcm.api
Class WCMApiService

 java.lang.Object
  extended by com.ibm.wps.services.Service
      extended by com.ibm.workplace.wcm.api.WCMApiService

Deprecated. Replaced by WebContentService

public class WCMApiService
extends com.ibm.wps.services.Service

WCMApiService enables access to the WCM API through Portal services. The service must be configured in "<wps>\shared\app\config\services.properties":
com.ibm.workplace.wcm.api.WCMApiService = com.ibm.workplace.wcm.api.WCMApiServiceImpl

Client side call example:
WCMApiServiceImpl wcmService = null;
com.ibm.wps.services.Service service = null;
service = com.ibm.wps.services.ServiceManager.getService(WCMApiService.class);
wcmService = (WCMApiServiceImpl) service;
com.ibm.workplace.wcm.api.Repository rep = wcmService.getRepository();


Constructor Summary
WCMApiService()
          Deprecated.  
 
Method Summary
 
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

WCMApiService

 public WCMApiService()
Deprecated.