Package com.adobe.granite.comments
@Version("2.1.9")
package com.adobe.granite.comments
Provides a commenting API.
-
ClassDescriptionThe
AbstractCommentimplementsCommentand provides the API implementation, at the same time offering abstract methods with which concrete implementations can control retrieval and storage of resources.AbstractCommentCollection<C extends Comment>TheAbstractCommentCollectionimplements aCommentCollectionand provides basic implementation of the API, providing abstract methods so that concrete implementations can control storage and retrieval of resources.TheAbstractCommentingProviderprovides a default implementation for storingComments andCommentCollections.ACommentrepresents an annotation created by a user (author) on a specific target (e.g.CommentCollection<C extends Comment>ACommentCollectionrepresents a collection ofComments.TheCommentExceptionapplies to exceptions occurring in commenting.TheCommentingEventrepresents events occurred during commentingtypes of commenting eventsACommentingProviderrepresents a "configuration" used by theCommentManagerservice to create and storeComments andCommentCollections.TheCommentManagerprovides facilities to manage (create, get or remove)CommentCollections.