@Deprecated public interface LikeSummaryCreator
Modifier and Type | Method and Description |
---|---|
String |
createSummary(ContentEntityObject contentEntity,
List<Like> likes,
Set<String> followees)
Deprecated.
since 4.3. Like summary creation has been moved to client side. See like-summary-factory.js.
|
@Deprecated String createSummary(ContentEntityObject contentEntity, List<Like> likes, Set<String> followees)
contentEntity
- the content entitylikes
- likes for the specified content entityfollowees
- a set of usernames the current logged in user is followingCopyright © 2003–2018 Atlassian. All rights reserved.