The Social Collaboration Document Review Extensions add-on defines the classes and properties that are used for document review and moderation within a teamspace, as well as the subscriptions and event actions used to implement document review and moderation behaviors. The Social Collaboration Document Review Extensions add-on and event handlers are enhanced in the Content Manager 5.2.1 release to allow multiple editors to simultaneously edit documents in a draft/reservation state. This change enables collaborative editing in an IBM Docs environment.
Applications that use the Social Collaboration Document Review Extensions add-on and enable reviews for a teamspace should note that the document review feature is not meant for high-volume work.
You can use Administration Console for Content Platform Engine to view the metadata.
The classes included in the Social Collaboration Document Review Extensions add-on are described in the following table.
Class name (symbolic name) | Description |
---|---|
Any Reviewer Task (ClbAnyReviewerTask) | Represents a task that is created when the review requires the assent of only one of the teamspace-listed reviewers (for document moderation). |
ClbReviewCommentStatus (ClbReviewCommentStatus) | Provides choice items for the possible types of votes (rejected or approved) for a review. |
ClbReviewModeChoices (ClbReviewModeChoices) | Provides choice items for the possible modes of review associated with a teamspace. |
Document Review (ClbDocumentReview) | Tracks the status of a document's review. |
Global Review Administrator Role (ClbGlobalReviewAdministratorRole) | Represents the role for administrators who can intervene in the document review process. |
Partial Review Task (ClbPartialReviewTask) | Represents a task that is created when the review requires the assent of all reviewers of the document review. |
Review Comment (ClbReviewComment) | Represents a comment made during a document's review. |
Review Final Task (ClbReviewFinalTask) | Represents a dependent task for a set of Partial Review Tasks. |
Review Task (ClbReviewTask) | The abstract base class under which review task subclasses are defined. |