Summary Data Class for Social Collaboration
The Summary Data class (ClbSummaryData) stores collaboration data that
applies to an entire version series.
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
| Column Name | Property | Description |
|---|---|---|
| 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 |
| 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 = ClbDocumentSecurityCombinerRead/write Security proxy = false Deletion action = cascade |