Public Properties

  Name Description
Public property BaseClassIds The IDs of the base classes associated with the VerityCollection instance. There will only be one ID value in this property for release 4.0 (or later) installations. For installations upgraded from a release prior to 4.0, there may be both Annotation and Document class ID values in this property, since these releases stored indexing information for both the Annotation and Document objects in the same Verity collection.
Public property CollectionName The name assigned to the Verity collection.
Public property 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 IUser and IGroup 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, IUser.Id and IGroup.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.Id is equal to PropertyTemplate.Id, which is equal to PropertyDefinition.PrimaryId.
  • PropertyDefinition.Id is not equal to PropertyDefinition.PrimaryId.
  • PropertyDefinition.Id is not equal to PropertyDescription.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.

Public property OriginalOrdinal The ordinal number of the Verity collection if this collection was created prior to the Content Engine 4.0 release.

For objects indexed in this collection, an arithmetic function is performed on the object's GUID to map it to an ordinal number, indicating this ordinal number (the collection in which the object resides).

Public property ResourceStatus Contains a ResourceStatus object, which specifies the availability status of a storage or index area. The status value can be any one of the following:
  • OPEN
  • CLOSED
  • UNAVAILABLE
  • STANDBY

Note: When the ResourceStatus value is UNAVAILABLE, the indexer creates a new collection and completes any pending index requests using the new collection.

The Content Engine supports the following automatic transitions between status values:

  • Open to Full: Applied when adding a content element will exceed an area's maximum size or count.
  • Open to Closed: Applied when adding a content element to an area whose closure date is in the past.
  • Open to Unavailable: Applied when adding a content element to an area whose unavailable date is in the past.
  • Standby to Open: Applied when adding a content element whose storage policy contains no open areas, but does contain a standby area.

An area's status can also be changed manually as allowed by the following rules:

  • Changes to closed, full, unavailable, or standby are allowed (size, count, or closure date limits do not restrict the change).
  • Changes to open are allowed only when the size and count is below the specified limits, and the closure date is in the future (or null). This includes changes from open to open, which allow you to change limit values for an open area.
Top

See Also