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.ContentURI

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

 

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

 

Methods in oracle.stellent.wcm.client.script that return ContentURI
static ContentURI ScriptTemplateHelper.getContentUri(ClientApplication clientApplication, java.lang.String velocityPath)
          Retrieve the ContentURI for the given external velocity path.

 

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

 

Methods in oracle.stellent.wcm.javaee.servlet.proxy with parameters of type ContentURI
protected  boolean FileProxyHandler.checkSecurity(ContentURI contentURI, ServletRequestContext requestContext)
          Check the security of the request

 

Uses of ContentURI in oracle.stellent.wcm.server.cache

 

Methods in oracle.stellent.wcm.server.cache that return ContentURI
 ContentURI LazyLoadingContent.getContentURI()
           
 ContentURI LazyLoadingContent.getDataFileUri(ContentAdapter.DataFileParams params)
          Retrieve the data file ContentURI
 ContentURI LazyLoadingContent.getRenditionUri(java.lang.String rendition)
          Get the Rendition's path

 

Methods in oracle.stellent.wcm.server.cache with parameters of type ContentURI
 void LazyLoadingContent.setContentUri(ContentURI uri)
          Set the ContentURI, which is used to address and retrieved content for this object

 

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

 

Methods in oracle.stellent.wcm.server.content that return ContentURI
 ContentURI ContentAdapter.getContentUri(ContentID contentID, oracle.stellent.ridc.model.DataBinder metaBinder)
          Retrieve the ContentURI for this content object, based on the given metadata.
 ContentURI ContentAdapter.getDataFileUri(ContentID contentID, oracle.stellent.ridc.model.DataBinder metaBinder, ContentAdapter.DataFileParams params)
          Retrieve the ContentURI for this data file content object, based on the given metadata and params.
 ContentURI ContentAdapter.getRenditionUri(ContentID contentID, oracle.stellent.ridc.model.DataBinder metaBinder, ContentAdapter.RenditionParams params)
          Retrieve the ContentURI for a given rendition.
 ContentURI ContentAdapter.parseWebPath(java.lang.String webPath)
          Create a ContentURI from a web path.

 

Methods in oracle.stellent.wcm.server.content with parameters of type ContentURI
 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 ContentURI in oracle.stellent.wcm.server.content.fs

 

Methods in oracle.stellent.wcm.server.content.fs that return ContentURI
 ContentURI FSContentAdapter.getContentUri(ContentID contentID, oracle.stellent.ridc.model.DataBinder metaBinder)
          Retrieve the URI for this content object, based on the given metadata.
 ContentURI FSContentAdapter.getDataFileUri(ContentID contentID, oracle.stellent.ridc.model.DataBinder metaBinder, ContentAdapter.DataFileParams params)
          Retrieve the ContentURI for this data file content object, based on the given metadata and params.
 ContentURI FSContentAdapter.getRenditionUri(ContentID contentID, oracle.stellent.ridc.model.DataBinder metaBinder, ContentAdapter.RenditionParams params)
          Retrieve the ContentURI for a given rendition.
 ContentURI FSContentAdapter.parseWebPath(java.lang.String webPath)
          Create a ContentURI from a web path.

 

Methods in oracle.stellent.wcm.server.content.fs with parameters of type ContentURI
 ContentStream FSContentAdapter.getContent(ContentURI contentURI)
           
 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).

 


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.