Summary Data Class for Collaboration Sharing

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
Table 1. Custom properties on the Summary Data class
Column Name Property Description
Shares (ClbShares) Enumeration of ClbDocumentShare objects representing all the shares that have been applied to documents in the associated version series. Reflective property to the ClbShareTarget property of ClbDocumentShare. Specifies CASCADE DELETE.
Sharing Controller (Singleton Object) A reference to a ClbSharingController object which acts as a security proxy for all documents in the version series, allowing the access rights granted through shares of documents in the series to reach those documents.