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

Packages that use ContentID
oracle.stellent.wcm.server.cache   
oracle.stellent.wcm.server.content   
oracle.stellent.wcm.server.content.fs   
oracle.stellent.wcm.server.request.placeholder   
oracle.stellent.wcm.server.request.url   

 

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

 

Methods in oracle.stellent.wcm.server.cache that return ContentID
 ContentID LazyLoadingContent.getContentID()
           

 

Methods in oracle.stellent.wcm.server.cache with parameters of type ContentID
 void ThreadSafeCacheContainer.clearContentObjects(ContentID contentID)
          Clear all objects under a given content ID
 void ThreadLocalCacheContainer.clearContentObjects(ContentID contentID)
          Clear all objects under a given content ID
 void CacheContainer.clearContentObjects(ContentID contentID)
          Clear all objects under a given content ID
 boolean ThreadSafeCacheContainer.containsKey(ContentID contentID, java.lang.String name)
          Determine if the cache contains the given key
 boolean ThreadLocalCacheContainer.containsKey(ContentID contentID, java.lang.String name)
          Determine if the cache contains the given key
 boolean CacheContainer.containsKey(ContentID contentID, java.lang.String name)
          Determine if the cache contains the given key
<T> T
ThreadSafeCacheContainer.getContentObject(ContentID contentID, CacheContainer.Key<T> key)
          Retrieve an item from the cache that is of the type specified by the key
<T> T
ThreadLocalCacheContainer.getContentObject(ContentID contentID, CacheContainer.Key<T> key)
          Retrieve an item from the cache that is of the type specified by the key
<T> T
CacheContainer.getContentObject(ContentID contentID, CacheContainer.Key<T> key)
          Retrieve an item from the cache that is of the type specified by the key
 java.lang.Object ThreadSafeCacheContainer.getContentObject(ContentID contentID, java.lang.String name)
          Retrieve an item from the cache
 java.lang.Object ThreadLocalCacheContainer.getContentObject(ContentID contentID, java.lang.String name)
          Retrieve an item from the cache
 java.lang.Object CacheContainer.getContentObject(ContentID contentID, java.lang.String name)
          Retrieve an item from the cache
 LazyLoadingContent MemoryCacheFactory.getStagedFile(ContentID contentID, SiteRequest siteRequest)
          Retrieve the path to the file in the JSP context
<T> void
ThreadSafeCacheContainer.setContentObject(ContentID contentID, CacheContainer.Key<T> key, T object)
          Associate the object with the given content ID and key name
<T> void
ThreadLocalCacheContainer.setContentObject(ContentID contentID, CacheContainer.Key<T> key, T object)
          Associate the object with the given content ID and key name
<T> void
CacheContainer.setContentObject(ContentID contentID, CacheContainer.Key<T> key, T object)
          Associate the object with the given content ID and key name
 void ThreadSafeCacheContainer.setContentObject(ContentID contentID, java.lang.String name, java.lang.Object object)
          Associate the object with the given content ID and key
 void ThreadLocalCacheContainer.setContentObject(ContentID contentID, java.lang.String name, java.lang.Object object)
          Associate the object with the given content ID and key
 void CacheContainer.setContentObject(ContentID contentID, java.lang.String name, java.lang.Object object)
          Associate the object with the given content ID and key

 

Constructors in oracle.stellent.wcm.server.cache with parameters of type ContentID
LazyLoadingContent(Provider provider, ContentID contentID, java.lang.String user)
           

 

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

 

Methods in oracle.stellent.wcm.server.content that return ContentID
 ContentID ContentURI.getContentID()
           

 

Methods in oracle.stellent.wcm.server.content that return types with arguments of type ContentID
 java.util.Set<ContentID> CacheSyncInfo.getModifiedContentIDs()
           

 

Methods in oracle.stellent.wcm.server.content with parameters of type ContentID
 void ContentAdapter.flushContent(ContentID contentID)
          Flush any local cache or content related to the given content ID
 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.
 oracle.stellent.ridc.model.DataBinder ContentAdapter.loadMetadata(ContentID contentID)
          Load metadata from the provider for the given content ID.

 

Constructors in oracle.stellent.wcm.server.content with parameters of type ContentID
ContentURI(java.lang.String webPath, java.lang.String cachedPath, java.util.Map<java.lang.String,java.lang.String> serverQuery, ContentID contentID, oracle.stellent.ridc.model.DataBinder metadata)
          This constructor is for managed contents.

 

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

 

Methods in oracle.stellent.wcm.server.content.fs with parameters of type ContentID
 void FSContentAdapter.flushContent(ContentID contentID)
          Flush any local cache or content related to the given content ID.
 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.
 oracle.stellent.ridc.model.DataBinder FSContentAdapter.loadMetadata(ContentID contentID)
          Load metadata from the provider for the given content ID.

 

Uses of ContentID in oracle.stellent.wcm.server.request.placeholder

 

Methods in oracle.stellent.wcm.server.request.placeholder with parameters of type ContentID
 LazyLoadingContent PlaceholderLogic.loadDataFile(PlaceholderRequest placeholderRequest, ContentID contentID)
          Load the data file

 

Uses of ContentID in oracle.stellent.wcm.server.request.url

 

Methods in oracle.stellent.wcm.server.request.url with parameters of type ContentID
protected  oracle.stellent.wcm.server.request.url.UrlLogic.PageTemplateMapping UrlLogic.getPageTemplateForDataFile(UrlRequest urlRequest, SectionNode section, ContentID contentID)
          Determine which page template to use to display the given content ID

 


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.