Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


oracle.stellent.wcm.core.idc.impl
Class ContentInfoApi

java.lang.Object
  extended by oracle.stellent.wcm.core.idc.AbstractIdcApi
      extended by oracle.stellent.wcm.core.idc.impl.ContentInfoApi


public class ContentInfoApi
extends AbstractIdcApi

For retrieving content information


Nested Class Summary

 

Nested classes/interfaces inherited from class oracle.stellent.wcm.core.idc.AbstractIdcApi
AbstractIdcApi.IdcApiCallback

 

Constructor Summary
ContentInfoApi(oracle.stellent.ridc.IdcClient idcClient)
           

 

Method Summary
 oracle.stellent.ridc.model.DataBinder getSSXADocInfoByNameAndRev(oracle.stellent.ridc.IdcContext userContext, oracle.stellent.ridc.model.DataBinder requestBinder)
           
 oracle.stellent.ridc.model.DataBinder getSSXADocInfoByNameAndRev(oracle.stellent.ridc.IdcContext idcContext, java.lang.String dDocName, java.lang.String revisionSelectionMethod)
          Retrieve the document information by name.
 oracle.stellent.ridc.model.DataBinder packGetSSXADocInfoByNameAndRev(java.lang.String dDocName, java.lang.String revisionSelectionMethod)
           

 

Methods inherited from class oracle.stellent.wcm.core.idc.AbstractIdcApi
executeService, executeService, getApiCallback, getIdcClient, getResponseBinder, packService, setApiCallback, validateLocalDataInBinder, validateResultSetInBinder

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ContentInfoApi

public ContentInfoApi(oracle.stellent.ridc.IdcClient idcClient)

Method Detail

getSSXADocInfoByNameAndRev

public oracle.stellent.ridc.model.DataBinder getSSXADocInfoByNameAndRev(oracle.stellent.ridc.IdcContext idcContext,
                                                                        java.lang.String dDocName,
                                                                        java.lang.String revisionSelectionMethod)
                                                                 throws oracle.stellent.ridc.IdcClientException
Retrieve the document information by name.
Parameters:
userContext - the user context
dDocName - the document ID
revisionSelectionMethod - the RevisionSelectionMethod to send to the service (Latest or LatestReleased)
requestBinder -
Returns:
the content server information response
Throws:
oracle.stellent.ridc.IdcClientException
See Also:
WCMMetadata.SERVICE_SSXA_DOC_INFO_BY_NAME

getSSXADocInfoByNameAndRev

public oracle.stellent.ridc.model.DataBinder getSSXADocInfoByNameAndRev(oracle.stellent.ridc.IdcContext userContext,
                                                                        oracle.stellent.ridc.model.DataBinder requestBinder)
                                                                 throws oracle.stellent.ridc.IdcClientException
Throws:
oracle.stellent.ridc.IdcClientException

packGetSSXADocInfoByNameAndRev

public oracle.stellent.ridc.model.DataBinder packGetSSXADocInfoByNameAndRev(java.lang.String dDocName,
                                                                            java.lang.String revisionSelectionMethod)
Parameters:
dDocName -
revisionSelectionMethod -
Returns:

Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.