Skip navigation links

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

E17273-03


oracle.stellent.wcm.server.content
Interface Provider

All Known Implementing Classes:
FSProvider

public interface Provider

Main provider interface for loading information from the Content Server.


Nested Class Summary
static class Provider.Type
          The types of providers

 

Method Summary
 CacheDeleteQueue getCacheDeleteQueue()
           
 CacheSyncInfoAdapter getCacheSyncInfoAdapter()
           
 ContentAdapter getContentAdapter()
           
 FileSystemLoader getFsLoader()
           
 ProjectAdapter getProjectAdapter()
           
 SecurityAdapter getSecurityAdapter()
           
 ServiceAdapter getServiceAdapter()
           
 SitesConfiguration getSitesConfig()
           
 boolean isConnected()
           

 

Method Detail

getContentAdapter

ContentAdapter getContentAdapter()
Returns:
the content adapter to read content and metadata

getProjectAdapter

ProjectAdapter getProjectAdapter()
Returns:
the project adapter to read project files

getServiceAdapter

ServiceAdapter getServiceAdapter()
Returns:
the service adapter to execute services

getSecurityAdapter

SecurityAdapter getSecurityAdapter()
Returns:
the security adapter

getCacheSyncInfoAdapter

CacheSyncInfoAdapter getCacheSyncInfoAdapter()
Returns:
the adapter that gets cacheSyncInfo

isConnected

boolean isConnected()
Returns:
connected state to content server

getFsLoader

FileSystemLoader getFsLoader()
Returns:
the FileSystemLoader

getSitesConfig

SitesConfiguration getSitesConfig()
Returns:
the Sites configured for this provider

getCacheDeleteQueue

CacheDeleteQueue getCacheDeleteQueue()
Returns:
the CacheDeleteQueue

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.