com.filenet.api.admin
Interface ImageServicesSiteSettings

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

public interface ImageServicesSiteSettings
extends SiteSettings, DependentObject

Represents the configuration settings that can be overridden for the Image Services fixed content devices on the specified site. For each setting that can be overridden, the ImageServicesSiteSettings object contains a property that, if populated, will override the corresponding property of the same name on the IMFixedContentDevice object.

Metadata

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


Method Summary
 java.lang.String get_CSMCache()
          Returns the value of the CSMCache property.
 void set_CSMCache(java.lang.String value)
          Sets the value of the CSMCache 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_CSMCache

java.lang.String get_CSMCache()
Returns the value of the CSMCache property. For more information, see CSMCache Property.


set_CSMCache

void set_CSMCache(java.lang.String value)
Sets the value of the CSMCache property. For more information, see CSMCache Property.



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