Uses of Interface
com.atlassian.confluence.api.service.network.NetworkService
Packages that use NetworkService
Package
Description
-
Uses of NetworkService in com.atlassian.confluence.api.impl.service.network
Classes in com.atlassian.confluence.api.impl.service.network that implement NetworkService -
Uses of NetworkService in com.atlassian.confluence.plugins.edgeindex
Constructors in com.atlassian.confluence.plugins.edgeindex with parameters of type NetworkServiceModifierConstructorDescriptionDefaultEdgeQueries
(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
Constructors in com.atlassian.confluence.plugins.like.graphql with parameters of type NetworkServiceModifierConstructorDescriptionLikesProvider
(LikeManager likeManager, PersonService personService, UserAccessor userAccessor, NetworkService networkService, ContentEntityManager contentEntityManager) -
Uses of NetworkService in com.atlassian.confluence.plugins.like.notifications
Constructors in com.atlassian.confluence.plugins.like.notifications with parameters of type NetworkServiceModifierConstructorDescriptionDefaultLikeNotificationManager
(UserAccessor userAccessor, NotificationManager notificationManager, LikeManager likeManager, NetworkService networkService, NotificationDao notificationDao, ContentEntityManager entityManager) -
Uses of NetworkService in com.atlassian.confluence.plugins.like.rest.resources
Constructors in com.atlassian.confluence.plugins.like.rest.resources with parameters of type NetworkServiceModifierConstructorDescriptionLikableContentResource
(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
Methods in com.atlassian.confluence.plugins.like.spring that return NetworkServiceMethods in com.atlassian.confluence.plugins.like.spring with parameters of type NetworkServiceModifier and TypeMethodDescriptionSpringConfiguration.likeNotificationManager
(UserAccessor userAccessor, NotificationManager notificationManager, LikeManager likeManager, NetworkService networkService, NotificationDao notificationDao, ContentEntityManager entityManager)