This topic alphabetically lists the properties that apply to the ImageServicesSiteSettings class.
page_cache<n>:<domain>:<organization>
.
There must be no more than one local CSM cache name for a given value of <domain>:<organization>
.
For example, for domain ntvaga
and organization FileNet
, the names are of the form
page_cache<n>:ntvaga:FileNet
, where <n>
is an unsigned decimal integer
greater than or equal to 2. The default CSM cache on the document server is page cache number 1 (for example,
page_cache1:ntvaga:FileNet
).
This property will be used when the Content Engine server is running within the site identified by this object's Site property.
If a FileNet Image Services fixed content device is made available across multiple sites in a FileNet P8 domain,
you should create an ImageServicesSiteSettings
object for each site that has a local CSM cache.
This SiteSettings
object will override the value of the CSMCache property for the site to enable a
local CSM cache to be utilized.
ClassDescription
object containing the fixed description (immutable metadata) of
the class from which this object is instantiated.
For User
and Group
classes, the Id property takes the value of the
Security Identifier (SID) rather than the 128-bit GUID. The string representation of the
SID is in this example format: S-1-5-21-1559522492-2815155736-3711640725-55269
.
When Active Directory is used as the directory service for IBM FileNet P8, calls to
User.get_Id()
and Group.get_Id()
always return the current SID for the
principal, even if this user or group has only historical SIDs populating the Active
Directory server.
For a given property representation, the Id property has the following characteristics:
PropertyDescription.get_Id()
is equal to PropertyTemplate.get_Id()
, which is equal to PropertyDefinition.get_PrimaryId()
.PropertyDefinition.get_Id()
is not equal to PropertyDefinition.get_PrimaryId()
.PropertyDefinition.get_Id()
is not equal to PropertyDescription.get_Id()
.
For a newly created document object, you can override the Id property of its associated VersionSeries
object
before you save or check in the document for the first time.
Site
property defaults to the value of Domain.DefaultSite
.
Note that you cannot change the site directly on an ObjectStore
object.
To move an object store to a different site, you must change this property on the CmDatabaseConnection
object
that is referenced by the ObjectStore
object.
For IsolatedRegion
, this property is deprecated.