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.
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 |
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 |
Download Count (ClbDownloadCount) | Integer | Total content retrieval counter for authenticated downloads
and anonymous downloads, for all versions of the document. Value required = true |
Anonymous Download Count (ClbAnonymousdDownloadCount) | Integer | Total content retrieval counter for anonymous downloads only,
for all versions of the document. Value required = true |
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 |
Recommendation Count (ClbRecommendationCount) | Integer | Total recommendation counter for all versions of the document.
Value required = false |
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 |
Comment Count (ClbCommentCount) | Integer | Total comment counter for all versions of the document.
Value required = false |
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 |
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 |
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 |