Skip navigation links

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

E17273-01


Uses of Class
oracle.stellent.wcm.server.content.spi.ContentURI

Packages that use ContentURI
oracle.stellent.wcm.client.script   
oracle.stellent.wcm.javaee.servlet.proxy.handlers   
oracle.stellent.wcm.server.content   
oracle.stellent.wcm.server.content.spi   
oracle.stellent.wcm.server.content.spi.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.handlers

 

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

 

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

 

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

 

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

 

Methods in oracle.stellent.wcm.server.content.spi 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.spi with parameters of type ContentURI
 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.spi.ContentID, oracle.stellent.ridc.model.DataBinder).

 

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

 

Methods in oracle.stellent.wcm.server.content.spi.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.spi.fs with parameters of type 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.spi.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.spi.ContentID, oracle.stellent.ridc.model.DataBinder).

 


Skip navigation links

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

E17273-01


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