Uses of Interface
com.atlassian.confluence.api.service.content.SpaceService
-
-
Uses of SpaceService in com.atlassian.confluence.api.impl.service.content
Classes in com.atlassian.confluence.api.impl.service.content that implement SpaceService Modifier and Type Class Description class
SpaceServiceImpl
-
Uses of SpaceService in com.atlassian.confluence.api.impl.service.watch
Constructors in com.atlassian.confluence.api.impl.service.watch with parameters of type SpaceService Constructor Description WatchServiceImpl(ConfluenceUserResolver confluenceUserResolver, PermissionManager permissionManager, NotificationManager notificationManager, SpaceManager spaceManager, SpaceService spaceService, ContentEntityManager contentEntityManager, ContentService contentService, AccessModeService accessModeService)
-
Uses of SpaceService in com.atlassian.confluence.plugins.contentproperty
Constructors in com.atlassian.confluence.plugins.contentproperty with parameters of type SpaceService Constructor Description JsonPropertyFactory(ContentService contentService, SpaceService spaceService)
-
Uses of SpaceService in com.atlassian.confluence.plugins.contentproperty.spaceproperty
Constructors in com.atlassian.confluence.plugins.contentproperty.spaceproperty with parameters of type SpaceService Constructor Description SpacePropertyFinderFactory(CustomContentManager customContentManager, PermissionManager permissionManager, JsonPropertyFactory jsonPropertyFactory, SpaceService spaceService, PaginationService paginationService, TransactionalHostContextAccessor hostContextAccessor)
SpacePropertyFinderImpl(CustomContentManager customContentManager, PermissionManager permissionManager, JsonPropertyFactory jsonPropertyFactory, SpaceService spaceService, PaginationService paginationService, Expansions expansions)
-
Uses of SpaceService in com.atlassian.confluence.plugins.graphql.providers
Constructors in com.atlassian.confluence.plugins.graphql.providers with parameters of type SpaceService Constructor Description SpaceProvider(SpaceService spaceService)
-
Uses of SpaceService in com.atlassian.confluence.plugins.restapi.resources
Constructors in com.atlassian.confluence.plugins.restapi.resources with parameters of type SpaceService Constructor Description ContentResource(ContentService contentService, SpaceService spaceService, ContentMacroService contentMacroService, ContentTrashService contentTrashService, CQLSearchService searchService, ContentDraftService contentDraftService)
SpaceResource(SpaceService spaceService, RestNavigationService navigationService)
-
Uses of SpaceService in com.atlassian.confluence.plugins.retentionrules.impl.service
Constructors in com.atlassian.confluence.plugins.retentionrules.impl.service with parameters of type SpaceService Constructor Description SearchService(SearchManager searchManager, SpaceService spaceService, com.atlassian.sal.api.features.DarkFeatureManager darkFeatureManager, SiteSearchPermissionsQueryFactory siteSearchPermissionsQueryFactory)
-