Uses of Interface
com.filenet.api.collection.SiteSettingsList

Packages that use SiteSettingsList
com.filenet.api.admin Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server. 
com.filenet.api.collection Provides type-safe interfaces related to collections of objects. 
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. 
 

Uses of SiteSettingsList in com.filenet.api.admin
 

Methods in com.filenet.api.admin that return SiteSettingsList
 SiteSettingsList FixedContentDevice.get_SiteSettings()
          Returns the value of the SiteSettings property.
 

Methods in com.filenet.api.admin with parameters of type SiteSettingsList
 void FixedContentDevice.set_SiteSettings(SiteSettingsList value)
          Sets the value of the SiteSettings property.
 

Uses of SiteSettingsList in com.filenet.api.collection
 

Subinterfaces of SiteSettingsList in com.filenet.api.collection
 interface CenteraSiteSettingsList
          Represents a collection of CenteraSiteSettings objects.
 interface CFSSiteSettingsList
          Represents a collection of CFSSiteSettings objects.
 interface ImageServicesSiteSettingsList
          Represents a collection of ImageServicesSiteSettings objects.
 

Uses of SiteSettingsList in com.filenet.api.core
 

Methods in com.filenet.api.core that return SiteSettingsList
static SiteSettingsList Factory.SiteSettings.createList()
          Creates a new instance of this collection class.
 



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