IBM FileNet P8, Version 5.2.1            

Summary Data Class

The Summary Data class (ClbSummaryData) defines summary data for a social collaboration action, such as tagging or recommending a document.

You can view the Summary Data class in the Administration Console for Content Platform Engine, under the object store navigation pane. Go to Data Design > Classes > Other Classes > Abstract Persistable > Summary Data.

Class metadata:
  • Allows instances: true
  • Hidden: false
  • Subclassed from: Abstract Persistable (CmAbstractPersistable) class
Table 1. Custom properties on the Summary Data class
Column Name Property Description
Summary Version Series (ClbSummaryVersionSeries) Singleton Object Supports queries for summary data that is associated with a document version series.

Value required = true
Set on create only.
Required class = VersionSeries
Security proxy = false
Index for queries.

Tags (ClbTags) Enumeration of ClbTags objects that are associated with the document version series. Reflective property - specifies CASCADE DELETE relationship. See Summary Data property on ClbTag class.

Value required = false
Read/write

Download Count (ClbDownloadCount) Integer Total content retrieval counter for authenticated downloads and anonymous downloads, for all versions of the document.

Value required = true
Read/write

Anonymous Download Count (ClbAnonymousdDownloadCount) Integer Total content retrieval counter for anonymous downloads only, for all versions of the document.

Value required = true
Read/write

Downloads (ClbDownloads) Enumeration of ClbDownloadRecord objects that are associated with the document version series made by authenticated users. Reflective property - specifies CASCADE DELETE relationship. See Summary Data property on ClbDownloadRecord class.

Value required = false
Read/write

Recommendation Count (ClbRecommendationCount) Integer Total recommendation counter for all versions of the document.

Value required = false
Read/write

Recommendations (ClbRecommendations) Enumeration of ClbRecommendation objects that are associated with the document version series. Reflective property - specifies CASCADE DELETE relationship. See Summary Data property on ClbRecommendation class.

Value required = false
Read/write

Comment Count (ClbCommentCount) Integer Total comment counter for all versions of the document.

Value required = false
Read/write

Comments (ClbComments) Enumeration of ClbDocumentComment objects that are associated with the document version series. Reflective property - specifies CASCADE DELETE relationship. See Summary Data property on ClbDocumentComment class.

Value required = false
Read/write

Securing Version (ClbSecuringVersion) Singleton Object A Document object is used as a security proxy. The server manages the value of this property by setting it to the released version of the document. If the released version is not available, the property is set to the current version (similar to DynamicReferentialContainmentRelationship).

Value required = true
Security proxy = true
Required class = Document
Read/write

Document Security Combiner (ClbDocumentSecurityCombiner) Singleton Object The Document Security Combiner property is not a security proxy. It is intended as a place to store optional custom security which is to be used for the document after the review process.

Value required = false
Required class = ClbDocumentSecurityCombiner
Read/write
Security proxy = false
Deletion action = cascade



Last updated: October 2015
socialCollab_summary_properties.htm

© Copyright IBM Corporation 2015.