Uses of Interface
com.atlassian.confluence.api.service.network.NetworkService
Package
Description
-
Uses of NetworkService in com.atlassian.confluence.api.impl.service.network
-
Uses of NetworkService in com.atlassian.confluence.plugins.edgeindex
ModifierConstructorDescriptionDefaultEdgeQueries
(UserAccessor userAccessor, SpacePermissionQueryFactory spacePermissionQueryFactory, EdgeSearchIndexAccessor edgeSearchIndexAccessor, EdgeTypeRepository edgeTypeRepository, NetworkService networkService, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of NetworkService in com.atlassian.confluence.plugins.like.graphql
ModifierConstructorDescriptionLikesProvider
(LikeManager likeManager, PersonService personService, UserAccessor userAccessor, NetworkService networkService, ContentEntityManager contentEntityManager) -
Uses of NetworkService in com.atlassian.confluence.plugins.like.notifications
ModifierConstructorDescriptionDefaultLikeNotificationManager
(UserAccessor userAccessor, NotificationManager notificationManager, LikeManager likeManager, NetworkService networkService, NotificationDao notificationDao, ContentEntityManager entityManager) -
Uses of NetworkService in com.atlassian.confluence.plugins.like.rest.resources
ModifierConstructorDescriptionLikableContentResource
(LikeManager likeManager, ContentEntityManager contentEntityManager, NetworkService networkService, UserEntityExpander userEntityExpander, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate) -
Uses of NetworkService in com.atlassian.confluence.plugins.like.spring
Modifier and TypeMethodDescriptionSpringConfiguration.likeNotificationManager
(UserAccessor userAccessor, NotificationManager notificationManager, LikeManager likeManager, NetworkService networkService, NotificationDao notificationDao, ContentEntityManager entityManager)