Skip navigation links

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

E17273-03


Uses of Class
oracle.stellent.wcm.server.content.ContentStream

Packages that use ContentStream
oracle.stellent.wcm.client.script   
oracle.stellent.wcm.javaee.servlet.proxy   
oracle.stellent.wcm.server.content   
oracle.stellent.wcm.server.content.fs   

 

Uses of ContentStream in oracle.stellent.wcm.client.script

 

Methods in oracle.stellent.wcm.client.script that return ContentStream
static ContentStream ScriptMethods.loadContent(ClientApplication clientApplication, java.lang.String dDocName)
          Load some content from the configured content adapter
static ContentStream ScriptMethods.loadDataFile(ClientApplication clientApplication, java.lang.String dDocName, ContentAdapter.DataFileParams params)
          Load a data file or dynamic conversion from the Content Server.
static ContentStream ScriptMethods.loadRendition(ClientApplication clientApplication, java.lang.String dDocName, java.lang.String rendition)
          Load a specific content rendition from the Content Server.

 

Uses of ContentStream in oracle.stellent.wcm.javaee.servlet.proxy

 

Methods in oracle.stellent.wcm.javaee.servlet.proxy with parameters of type ContentStream
protected  boolean FileProxyHandler.checkIfModifiedSince(ServletRequestContext requestContext, ContentStream stream)
          Check the "If-Modified-Since" header and respond appropriately
protected  void FileProxyHandler.updateProxyResponse(ServletRequestContext requestContext, ContentStream contentStream, ProxyResponse proxyResponse)
          Update the proxy response object

 

Uses of ContentStream in oracle.stellent.wcm.server.content

 

Methods in oracle.stellent.wcm.server.content that return ContentStream
 ContentStream ContentAdapter.getContent(ContentURI contentURI)
          Get a content item from the server without caching it using the GET_FILE service.
 ContentStream ContentAdapter.loadContent(ContentURI uri)
          Load content from the provider via the ContentURI obtained from the call to ContentAdapter.getContentUri(oracle.stellent.wcm.server.content.ContentID, oracle.stellent.ridc.model.DataBinder).
 ContentStream ContentAdapter.loadContent(ContentURI uri, oracle.stellent.ridc.IdcContext idcContext)
          Load content from the provider via the ContentURI obtained from the call to ContentAdapter.getContentUri(oracle.stellent.wcm.server.content.ContentID, oracle.stellent.ridc.model.DataBinder) using the IdcContext passed in.

 

Uses of ContentStream in oracle.stellent.wcm.server.content.fs

 

Subclasses of ContentStream in oracle.stellent.wcm.server.content.fs
protected static class FSLocalModifiedContentAdapter.ModifiedContentStream
          Wrapper for the ContentStream that allows for setting a new modified date

 

Methods in oracle.stellent.wcm.server.content.fs that return ContentStream
 ContentStream FSContentAdapter.getContent(ContentURI contentURI)
           
 ContentStream FileSystemLoader.ContentLoader.loadContent()
           
 ContentStream FSContentAdapter.loadContent(ContentURI contentURI)
          Load content from the provider via the URI obtained from the call to FSContentAdapter.getContentUri(oracle.stellent.wcm.server.content.ContentID, oracle.stellent.ridc.model.DataBinder).
 ContentStream FSLocalModifiedContentAdapter.loadContent(ContentURI contentURI)
          Load content from the provider via the URI obtained from the call to FSContentAdapter.getContentUri(oracle.stellent.wcm.server.content.ContentID, oracle.stellent.ridc.model.DataBinder).
 ContentStream FSContentAdapter.loadContent(ContentURI contentURI, oracle.stellent.ridc.IdcContext idcContext)
          Load content from the provider via the URI obtained from the call to FSContentAdapter.getContentUri(oracle.stellent.wcm.server.content.ContentID, oracle.stellent.ridc.model.DataBinder).
 ContentStream FileSystemLoader.readAndStoreStream(FileSystemLoader.ContentLoader contentLoader, java.lang.String path, java.lang.String... lockKeyList)
          Read the stream from the underlying store; if not found, refresh the stream

 

Methods in oracle.stellent.wcm.server.content.fs with parameters of type ContentStream
protected  boolean FSServiceAdapter.checkTTL(oracle.stellent.ridc.model.DataBinder dataBinder, oracle.stellent.ridc.IdcContext idcContext, ContentStream contentStream, FSServiceAdapter.CacheInfo cacheInfo)
          Check the Time to Live for the give cached stream

 

Constructors in oracle.stellent.wcm.server.content.fs with parameters of type ContentStream
FSLocalModifiedContentAdapter.ModifiedContentStream(ContentStream base)
           

 


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.