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, theImageServicesSiteSettingsobject contains a property that, if populated, will override the corresponding property of the same name on theIMFixedContentDeviceobject.Metadata
-
-
Method Summary
Methods Modifier and Type Method and Description java.lang.Stringget_CSMCache()Returns the value of the CSMCache property.voidset_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.
-
-