Uses of Class
com.atlassian.confluence.plugins.like.notifications.batch.LikeContext
-
Packages that use LikeContext Package Description com.atlassian.confluence.plugins.like.notifications.batch -
-
Uses of LikeContext in com.atlassian.confluence.plugins.like.notifications.batch
Methods in com.atlassian.confluence.plugins.like.notifications.batch that return LikeContext Modifier and Type Method Description LikeContext
LikeCreatedBatchingProcessor. process(LikePayload payload, LikeContext context)
Methods in com.atlassian.confluence.plugins.like.notifications.batch with parameters of type LikeContext Modifier and Type Method Description LikeContext
LikeCreatedBatchingProcessor. process(LikePayload payload, LikeContext context)
Method parameters in com.atlassian.confluence.plugins.like.notifications.batch with type arguments of type LikeContext Modifier and Type Method Description com.atlassian.confluence.notifications.batch.service.BatchSectionProvider.BatchOutput
EmailLikeCreatedBatchingSectionProvider. handle(com.atlassian.confluence.notifications.batch.service.BatchingRoleRecipient batchingRoleRecipient, List<LikeContext> contexts, com.atlassian.plugin.notifications.api.medium.ServerConfiguration serverConfiguration)
-