com.filenet.api.admin
Interface SiteSettings

All Superinterfaces:
DependentObject, EngineObject, java.io.Serializable
All Known Subinterfaces:
CenteraSiteSettings, CFSSiteSettings, ImageServicesSiteSettings

public interface SiteSettings
extends EngineObject, DependentObject

Represents an abstract, dependent object that provides site-specific, configuration value overrides. For each fixed content device type with settings that can be overridden, a corresponding subclass of SiteSettings is defined with properties that, if populated, will override the corresponding properties of the same name on the fixed content device object.

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: GenericObject


Method Summary
 Id get_Id()
          Returns the value of the Id property.
 Site get_Site()
          Returns the value of the Site property.
 void set_Site(Site value)
          Sets the value of the Site property.
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

get_Id

Id get_Id()
Returns the value of the Id property. For more information, see Id Property.


get_Site

Site get_Site()
Returns the value of the Site property. For more information, see Site Property.


set_Site

void set_Site(Site value)
Sets the value of the Site property. For more information, see Site Property.



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