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 ContentRetrievalApi

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


public class ContentRetrievalApi
extends AbstractIdcApi

For getting Content out of the Content Server


Nested Class Summary

 

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

 

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

 

Method Summary
 java.io.InputStream getFileByName(oracle.stellent.ridc.IdcContext userContext, oracle.stellent.ridc.model.DataBinder requestBinder)
           
 java.io.InputStream getFileByName(oracle.stellent.ridc.IdcContext userContext, java.lang.String dDocName, java.lang.String revisionSelectionMethod)
          Retrieve a file from the Content Server.
 java.io.InputStream getFileByName(oracle.stellent.ridc.IdcContext userContext, java.lang.String dDocName, java.lang.String revisionSelectionMethod, java.lang.String rendition)
          Retrieve a file from the Content Server.
 oracle.stellent.ridc.model.DataBinder packGetFileByName(java.lang.String dDocName, java.lang.String revisionSelectionMethod)
           
 oracle.stellent.ridc.model.DataBinder packGetFileByName(java.lang.String dDocName, java.lang.String revisionSelectionMethod, java.lang.String rendition)
           

 

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

ContentRetrievalApi

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

Method Detail

getFileByName

public java.io.InputStream getFileByName(oracle.stellent.ridc.IdcContext userContext,
                                         java.lang.String dDocName,
                                         java.lang.String revisionSelectionMethod)
                                  throws oracle.stellent.ridc.IdcClientException
Retrieve a file from the Content Server.
Parameters:
userContext - the user context
dDocName - the content ID
revisionSelectionMethod - the revision (i.e. "Latest" or "LatestReleased")
Returns:
the Content Server stream
Throws:
oracle.stellent.ridc.IdcClientException
See Also:
WCMMetadata.SERVICE_GET_FILE

getFileByName

public java.io.InputStream getFileByName(oracle.stellent.ridc.IdcContext userContext,
                                         java.lang.String dDocName,
                                         java.lang.String revisionSelectionMethod,
                                         java.lang.String rendition)
                                  throws oracle.stellent.ridc.IdcClientException
Retrieve a file from the Content Server.
Parameters:
userContext - the user context
dDocName - the content ID
revisionSelectionMethod - the revision (i.e. "Latest" or "LatestReleased")
rendition - the rendition of content (i.e. "Web")
requestBinder -
Returns:
the Content Server stream
Throws:
oracle.stellent.ridc.IdcClientException
See Also:
WCMMetadata.SERVICE_GET_FILE

getFileByName

public java.io.InputStream getFileByName(oracle.stellent.ridc.IdcContext userContext,
                                         oracle.stellent.ridc.model.DataBinder requestBinder)
                                  throws oracle.stellent.ridc.IdcClientException
Throws:
oracle.stellent.ridc.IdcClientException

packGetFileByName

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

packGetFileByName

public oracle.stellent.ridc.model.DataBinder packGetFileByName(java.lang.String dDocName,
                                                               java.lang.String revisionSelectionMethod)

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.