@Version("2.1.9")
Package com.adobe.granite.comments
Provides a commenting API.
-
Interface Summary Interface Description Comment ACommentrepresents an annotation created by a user (author) on a specific target (e.g.CommentCollection<C extends Comment> ACommentCollectionrepresents a collection ofComments.CommentingProvider ACommentingProviderrepresents a "configuration" used by theCommentManagerservice to create and storeComments andCommentCollections.CommentManager TheCommentManagerprovides facilities to manage (create, get or remove)CommentCollections. -
Class Summary Class Description AbstractComment TheAbstractCommentimplementsCommentand 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.AbstractCommentingProvider TheAbstractCommentingProviderprovides a default implementation for storingComments andCommentCollections.CommentingEvent TheCommentingEventrepresents events occurred during commentingCommentingOperationHandler -
Enum Summary Enum Description CommentingEvent.Type types of commenting events -
Exception Summary Exception Description CommentException TheCommentExceptionapplies to exceptions occurring in commenting.