|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.wps.services.Service
com.ibm.workplace.wcm.api.WCMApiService
WebContentService
public class WCMApiService
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 |
|---|
public WCMApiService()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||