|
Oracle® WebCenter Content Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|
|
ThreadSafeCacheContainer.getContentObject(ContentID contentID, CacheContainer.Key<T> key)Retrieve an item from the cache that is of the type specified by the key |
|
|
ThreadLocalCacheContainer.getContentObject(ContentID contentID, CacheContainer.Key<T> key)Retrieve an item from the cache that is of the type specified by the key |
|
|
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 |
|
|
ThreadSafeCacheContainer.setContentObject(ContentID contentID, CacheContainer.Key<T> key, T object)Associate the object with the given content ID and key name |
|
|
ThreadLocalCacheContainer.setContentObject(ContentID contentID, CacheContainer.Key<T> key, T object)Associate the object with the given content ID and key name |
|
|
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 |
|
Oracle® WebCenter Content Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||