Uses of Interface
com.filenet.api.admin.Site

Packages that use Site
com.filenet.api.admin Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server. 
com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such as EntireNetwork, Domain, Document, Folder, and so on. 
com.filenet.api.replication Provides interfaces for defining objects that can be replicated and external repositories that are capable of federating content. 
 

Uses of Site in com.filenet.api.admin
 

Methods in com.filenet.api.admin that return Site
 Site ContentCacheArea.get_Site()
          Returns the value of the Site property.
 Site DITARenditionEngineConnection.get_Site()
          Returns the value of the Site property.
 Site IndexArea.get_Site()
          Returns the value of the Site property.
 Site IsolatedRegion.get_Site()
          Returns the value of the Site property.
 Site RenditionEngineConnection.get_Site()
          Returns the value of the Site property.
 Site SiteSettings.get_Site()
          Returns the value of the Site property.
 Site StorageArea.get_Site()
          Returns the value of the Site property.
 Site VirtualServer.get_Site()
          Returns the value of the Site property.
 

Methods in com.filenet.api.admin with parameters of type Site
 void ContentCacheArea.set_Site(Site value)
          Sets the value of the Site property.
 void DITARenditionEngineConnection.set_Site(Site value)
          Sets the value of the Site property.
 void IndexArea.set_Site(Site value)
          Sets the value of the Site property.
 void IsolatedRegion.set_Site(Site value)
          Sets the value of the Site property.
 void RenditionEngineConnection.set_Site(Site value)
          Sets the value of the Site property.
 void SiteSettings.set_Site(Site value)
          Sets the value of the Site property.
 void StorageArea.set_Site(Site value)
          Sets the value of the Site property.
 void VirtualServer.set_Site(Site value)
          Sets the value of the Site property.
 

Uses of Site in com.filenet.api.core
 

Methods in com.filenet.api.core that return Site
static Site Factory.Site.createInstance(Domain domain, Id id)
          Creates a new instance of the Site class based on the specified parameters.
static Site Factory.Site.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves an object of the Site class by the specified domain and ID.
static Site Factory.Site.fetchInstance(Domain domain, java.lang.String name, PropertyFilter filter)
          Retrieves a persisted Site object based on the domain and ID specified.
 Site Domain.get_DefaultSite()
          Returns the value of the DefaultSite property.
static Site Factory.Site.getInstance(Domain domain, Id id)
          Constructs an instance of the Site class by the specified domain and ID.
static Site Factory.Site.getInstance(Domain domain, java.lang.String name)
          Gets a Site object based on the domain and ID specified.
 

Methods in com.filenet.api.core with parameters of type Site
 void Domain.set_DefaultSite(Site value)
          Sets the value of the DefaultSite property.
 

Uses of Site in com.filenet.api.replication
 

Methods in com.filenet.api.replication that return Site
 Site Repository.get_Site()
          Returns the value of the Site property.
 

Methods in com.filenet.api.replication with parameters of type Site
 void Repository.set_Site(Site value)
          Sets the value of the Site property.
 



© Copyright IBM Corporation 2006, 2008. All rights reserved.