Public Properties
Name | Description | |
---|---|---|
![]() |
ActiveMarkings | The list of ActiveMarking objects currently applied to a given object. Each ActiveMarking object represents a marking that is in a MarkingSet associated with a property on the object. |
![]() |
AnnotatedContentElement | Specifies the index of the document content element to which this annotation applies. This property is intended only as a means by which an application can match an annotation with a document content element. The server does not keep track of this property value nor does it enforce it for referential integrity. Because the positional index of a given content element within a document's |
![]() |
AnnotatedObject | Specifies an object of type Document, Folder, or CustomObject to which this annotation has been applied. |
![]() |
AuditedEvents | An collection of the objects containing the audited events that have occurred for the object. |
![]() |
ContentElements | Specifies a object containing the list of content elements associated with this document or annotation. Each content element represents content data, which can either be local to an object store and stored in a file store or database (represented by a object) or external to an object store and therefore outside the control of the Content Engine server (represented by a object). |
![]() |
ContentElementsPresent | Specifies a object containing the MIME type of each content element |
![]() |
ContentSize | Specifies the size in bytes of the content data associated with this document, annotation, or object. Note that if the document or annotation has more than one content element, then the size is the sum of all of the content elements. |
![]() |
Creator | Indicates the name of the user assigned as the creator of the object. Settability of this property is read-only for most users. For users who have been granted privileged write access ( |
![]() |
DateContentLastAccessed | Specifies the date and time when the content data (represented by a object) associated with this document or annotation was last accessed. The Content Engine stores dates and times using Coordinated Universal Time (UTC). The recording granularity of the date and time returned by this property is determined by the setting of the object store's property. The content data associated with a document or annotation object is considered to be accessed when one of the following events occur:
property. Note that even if the content data is larger than the user-specified chunk size and multiple trips to the database or cache are required, the property will be set only to the date and time that the content data was first accessed. Applications that access content data frequently will cause continual updates of the property by the server, which can result in degraded performance. Therefore, it is recommended that you set the property to control the frequency that the property is updated. |
![]() |
DateCreated | Indicates the date and time the object was created. The Content Engine stores dates and times using Coordinated Universal Time (UTC). Settability of this property is read-only for most users. For users who have been granted privileged write access ( |
![]() |
DateLastModified | Indicates the date and time the object was last modified. The Content Engine stores dates and times using Coordinated Universal Time (UTC). Settability of this property is read-only for most users. For users who have been granted privileged write access ( |
![]() |
DescriptiveText | User-readable text that describes an object. The text is not locale-specific to the retrieving user except for the following classes:
|
![]() |
Id | A representation of the Globally Unique Identifier (GUID), a unique 128-bit number, that is assigned to this Content Engine object when the object is created. When converted to a string, the Id property is typically depicted as 32 hexadecimal characters enclosed by brackets in the following format: {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}. For example, {3F2504E0-4F89-11D3-9A0C-0305E82C3301}. For For a given property representation, the Id property has the following characteristics:
For a newly created document object, you can override the Id property of its associated |
![]() |
IndexationId | The object ID (GUID) of the Verity collection used. This will be for objects that were full text indexed prior to the 4.0 release. This property must be set if the property is to be CBR enabled (the |
![]() |
LastModifier | Indicates the name of the user who last modified the object. Settability of this property is read-only for most users. For users who have been granted privileged write access ( |
![]() |
MimeType | Specifies the Multipurpose Internet Mail Extensions (MIME) format string of the content data carried by this document, annotation, or document classification action. For For For Each content element that is attached to a document or annotation has its own MIME type, which is specified by its
MIME is a communications protocol that allows for the transmission of data in many forms, such as audio, binary, or video. A MIME format string consists of a content type, a content subtype, and an optional parameter in the format: "MIME::content type/subtype[;parameter]". For example: "MIME::text/html". MIME defines the following content types:
The following MIME types are specific to FileNet:
|
![]() |
Name | The name for this object. For most classes, this property is read-only and returns the value of the designated name property for the object, or its ID if there is no name property. If For a |
![]() |
Owner | Manages the security owner assigned to the object. |
![]() |
Permissions | Manages the discretionary permissions assigned to the object. |
![]() |
StorageArea | Specifies the storage area for a content-carrying object. |
![]() |
StorageLocation | Specifies the storage location for an object's content. This property is deprecated in FileNet P8 4.0 and is only set in upgraded object stores. It has been replaced by the StorageArea property. |
![]() |
StoragePolicy | Specifies the document's storage policy, which identifies the set of available storage areas that are considered equivalent based on common, user-specified criteria. Assigning a storage policy to a document is the recommended method of selecting a storage area. The alternative is to directly assign the storage area (specify the StorageArea property). When a document is created, the order of precedence for setting the storage on the
The default ClassDefinition for a document sets the StorageArea to "Database Storage Area" and the StoragePolicy to "All Storage Areas". Therefore, if you create a new To avoid this situation, you must set the instance value for the document's StorageArea property to In general, storage policies should be used to allow administrators to properly administer their storage systems. They can assign multiple storage areas to be load balanced, and also assign standby storage areas to be used if any of the current storage areas become full. |