Uses of Interface
com.atlassian.confluence.like.LikeManager
Packages that use LikeManager
Package
Description
-
Uses of LikeManager in com.atlassian.confluence.api.impl.service.relation
Constructors in com.atlassian.confluence.api.impl.service.relation with parameters of type LikeManagerModifierConstructorDescriptionRelationServiceImpl
(RelationManager relationManager, RelationInstanceFactory relationInstanceFactory, RelatableFactory relatableFactory, RelatableResolver relatableResolver, PaginationService paginationService, FavouriteManager favouriteManager, LikeManager likeManager, PermissionManager permissionManager, UserChecker userChecker, ValidatingRelationDescriptorRegistry relationDescriptorRegistry, AccessModeService accessModeService, LicenseService licenseService) -
Uses of LikeManager in com.atlassian.confluence.event.events.like.listeners
Constructors in com.atlassian.confluence.event.events.like.listeners with parameters of type LikeManagerModifierConstructorDescriptionDatabaseLikesRemovalListener
(LikeManager likeManager, ContentEntityManager contentEntityManager, AttachmentManager attachmentManager) -
Uses of LikeManager in com.atlassian.confluence.like
Classes in com.atlassian.confluence.like that implement LikeManager -
Uses of LikeManager in com.atlassian.confluence.plugins.edgeindex.edge
Constructors in com.atlassian.confluence.plugins.edgeindex.edge with parameters of type LikeManagerModifierConstructorDescriptionLikeCountQuery
(LikeManager likeManager, ContentEntityHelper contentEntityHelper) -
Uses of LikeManager in com.atlassian.confluence.plugins.like.actions
Methods in com.atlassian.confluence.plugins.like.actions with parameters of type LikeManager -
Uses of LikeManager in com.atlassian.confluence.plugins.like.conditions
Constructors in com.atlassian.confluence.plugins.like.conditions with parameters of type LikeManagerModifierConstructorDescriptionContentLikedByRecipientCondition
(LikeManager likeManager) ShowEmailLikeLinkCondition
(LikeManager likeManager) -
Uses of LikeManager in com.atlassian.confluence.plugins.like.graphql
Constructors in com.atlassian.confluence.plugins.like.graphql with parameters of type LikeManagerModifierConstructorDescriptionLikesProvider
(LikeManager likeManager, PersonService personService, UserAccessor userAccessor, NetworkService networkService, ContentEntityManager contentEntityManager) LikesResponse
(LikeManager likeManager, PersonService personService, UserAccessor userAccessor, ContentEntityObject content, ConfluenceUser currentUser, com.google.common.base.Supplier<Set<String>> followeeUsernames) -
Uses of LikeManager in com.atlassian.confluence.plugins.like.notifications
Constructors in com.atlassian.confluence.plugins.like.notifications with parameters of type LikeManagerModifierConstructorDescriptionDefaultLikeNotificationManager
(UserAccessor userAccessor, NotificationManager notificationManager, LikeManager likeManager, NetworkService networkService, NotificationDao notificationDao, ContentEntityManager entityManager) -
Uses of LikeManager in com.atlassian.confluence.plugins.like.providers
Constructors in com.atlassian.confluence.plugins.like.providers with parameters of type LikeManager -
Uses of LikeManager in com.atlassian.confluence.plugins.like.rest.resources
Constructors in com.atlassian.confluence.plugins.like.rest.resources with parameters of type LikeManagerModifierConstructorDescriptionLikableContentResource
(LikeManager likeManager, ContentEntityManager contentEntityManager, NetworkService networkService, UserEntityExpander userEntityExpander, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate) -
Uses of LikeManager in com.atlassian.confluence.plugins.like.spring
Methods in com.atlassian.confluence.plugins.like.spring that return LikeManagerMethods in com.atlassian.confluence.plugins.like.spring with parameters of type LikeManagerModifier and TypeMethodDescriptionSpringConfiguration.likeNotificationManager
(UserAccessor userAccessor, NotificationManager notificationManager, LikeManager likeManager, NetworkService networkService, NotificationDao notificationDao, ContentEntityManager entityManager)