Uses of Interface
com.atlassian.confluence.api.service.network.NetworkService
-
-
Uses of NetworkService in com.atlassian.confluence.api.impl.service.network
Classes in com.atlassian.confluence.api.impl.service.network that implement NetworkService Modifier and Type Class Description class
NetworkServiceImpl
Server implementation of theNetworkService
. -
Uses of NetworkService in com.atlassian.confluence.plugins.edgeindex
Constructors in com.atlassian.confluence.plugins.edgeindex with parameters of type NetworkService Constructor Description DefaultEdgeQueries(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 NetworkService Constructor Description LikesProvider(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 NetworkService Constructor Description DefaultLikeNotificationManager(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 NetworkService Constructor Description LikableContentResource(LikeManager likeManager, ContentEntityManager contentEntityManager, NetworkService networkService, UserEntityExpander userEntityExpander, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate)
-