Skip navigation links 
 
oracle.stellent.wcm.server.content.fs
Class FSProvider
java.lang.Object
   oracle.stellent.wcm.server.content.fs.FSProvider
oracle.stellent.wcm.server.content.fs.FSProvider
- All Implemented Interfaces:
- WcmEventListener, Provider
- 
public class FSProvider
 
- extends java.lang.Object
- implements Provider, WcmEventListener
FileSystem provider; reads the content from a hierarchical file system via the java.net.URL interface.
 
 
| Nested classes/interfaces inherited from interface oracle.stellent.wcm.server.content.Provider | 
| Provider.Type | 
  
 
  
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
FSProvider
public FSProvider(ClientApplication clientApplication,
                  IdcClientFactory idcFactory)
           throws java.io.IOException,
                  oracle.stellent.ridc.IdcClientException
- Staging provider that will build its content from the Content Server if missing; also will enforce security.
- Parameters:
- idcFactory- the IdcClientFactory object to communicate with the Content Server
- Throws:
- oracle.stellent.ridc.IdcClientException
- java.io.IOException
 
getFsLoader
public FileSystemLoader getFsLoader()
- 
- Specified by:
- getFsLoaderin interface- Provider
 
- 
- Returns:
- the FileSystemLoader
 
getSitesConfig
public SitesConfiguration getSitesConfig()
- 
- Specified by:
- getSitesConfigin interface- Provider
 
- 
- Returns:
- the Sites configured for this provider
 
getCacheDeleteQueue
public CacheDeleteQueue getCacheDeleteQueue()
- 
- Specified by:
- getCacheDeleteQueuein interface- Provider
 
- 
- Returns:
- the CacheDeleteQueue
 
isConnected
public boolean isConnected()
- 
- Specified by:
- isConnectedin interface- Provider
 
- 
- Returns:
- connected state to content server
 
getContentAdapter
public ContentAdapter getContentAdapter()
- 
- Specified by:
- getContentAdapterin interface- Provider
 
- 
- Returns:
- the content adapter to read content and metadata
 
getProjectAdapter
public ProjectAdapter getProjectAdapter()
- 
- Specified by:
- getProjectAdapterin interface- Provider
 
- 
- Returns:
- the project adapter to read project files
 
getServiceAdapter
public ServiceAdapter getServiceAdapter()
- 
- Specified by:
- getServiceAdapterin interface- Provider
 
- 
- Returns:
- the service adapter to execute services
 
getSecurityAdapter
public SecurityAdapter getSecurityAdapter()
- 
- Specified by:
- getSecurityAdapterin interface- Provider
 
- 
- Returns:
- the security adapter
 
getCacheSyncInfoAdapter
public CacheSyncInfoAdapter getCacheSyncInfoAdapter()
- 
- Specified by:
- getCacheSyncInfoAdapterin interface- Provider
 
- 
- Returns:
- the SyncInfoAdapter
 
initialize
protected void initialize()
                   throws java.io.IOException
- Initialize the provider
- 
- Throws:
- java.io.IOException
 
onWcmEvent
public void onWcmEvent(WcmEvent wcmEvent)
- Description copied from interface: WcmEventListener
- Called when the event occurs
- 
- Specified by:
- onWcmEventin interface- WcmEventListener
 
- 
- Parameters:
- wcmEvent- the event context
 
Skip navigation links 
 
Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.