com.filenet.api.admin
Interface CFSSiteSettings

All Superinterfaces:
DependentObject, EngineObject, java.io.Serializable, SiteSettings

public interface CFSSiteSettings
extends SiteSettings, DependentObject

For a particular FileNet P8 site, configures the Content Federation Service (CFS). For information on specifying the site, and on the relationship between the FileNet P8 site and domain, see the Site property. This configuration works in conjunction with the standard CFS import configuration. For more information, see the CFSImportAgentConfiguration interface.

For information about the properties on this class, see CFSSiteSettings Properties.

Metadata

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


Method Summary
 java.lang.Boolean get_IsImportAgentEnabled()
          Returns the value of the IsImportAgentEnabled property.
 void set_IsImportAgentEnabled(java.lang.Boolean value)
          Sets the value of the IsImportAgentEnabled property.
 
Methods inherited from interface com.filenet.api.admin.SiteSettings
get_Id, get_Site, set_Site
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

get_IsImportAgentEnabled

java.lang.Boolean get_IsImportAgentEnabled()
Returns the value of the IsImportAgentEnabled property. For more information, see IsImportAgentEnabled Property.


set_IsImportAgentEnabled

void set_IsImportAgentEnabled(java.lang.Boolean value)
Sets the value of the IsImportAgentEnabled property. For more information, see IsImportAgentEnabled Property.



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