Uses of Interface
com.atlassian.confluence.api.service.content.SpaceService
Packages that use SpaceService
Package
Description
These REST resources are replacements for admin-level functest RPC calls and should only
be run by a sys-admin in a websudo session.
-
Uses of SpaceService in com.atlassian.confluence.api.impl.service.colorscheme
Constructors in com.atlassian.confluence.api.impl.service.colorscheme with parameters of type SpaceServiceModifierConstructorDescriptionSpaceColorSchemeServiceImpl
(ColourSchemeManager colourSchemeManager, SpaceService spaceService, SpaceService.Validator spaceValidator) -
Uses of SpaceService in com.atlassian.confluence.api.impl.service.content
Classes in com.atlassian.confluence.api.impl.service.content that implement SpaceService -
Uses of SpaceService in com.atlassian.confluence.api.impl.service.watch
Constructors in com.atlassian.confluence.api.impl.service.watch with parameters of type SpaceServiceModifierConstructorDescriptionWatchServiceImpl
(ConfluenceUserResolver confluenceUserResolver, PermissionManager permissionManager, NotificationManager notificationManager, SpaceManager spaceManager, SpaceService spaceService, ContentEntityManager contentEntityManager, ContentService contentService, AccessModeService accessModeService, PersonFactory personFactory, PaginationService paginationService) -
Uses of SpaceService in com.atlassian.confluence.dmz.spaces
Constructors in com.atlassian.confluence.dmz.spaces with parameters of type SpaceServiceModifierConstructorDescriptionSpaceRemovalLongRunningTask
(long spaceId, String spaceKey, SpaceManager spaceManager, ConfluenceUser user, I18NBean i18n, com.atlassian.sal.api.features.DarkFeatureManager salDarkFeatureManager, SpaceService spaceService) -
Uses of SpaceService in com.atlassian.confluence.functest.rest.admin
Constructors in com.atlassian.confluence.functest.rest.admin with parameters of type SpaceService -
Uses of SpaceService in com.atlassian.confluence.internal.api.impl.service.incrementalsync
Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync with parameters of type SpaceServiceModifier and TypeMethodDescriptionCommandsConfiguration.spaceEventsCommand
(ContentCommandSupport commandSupport, SpaceService spaceService) CommandsConfiguration.spaceImportCommand
(ContentCommandSupport commandSupport, SpaceManagerInternal spaceManager, SpaceService spaceService) CommandsConfiguration.spacePermissionChangeCommand
(ContentCommandSupport commandSupport, SpacePermissionOperationKeyConverter spacePermissionOperationKeyConverter, SpaceService spaceService) -
Uses of SpaceService in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands
Constructors in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands with parameters of type SpaceServiceModifierConstructorDescriptionSpaceEventsCommand
(ContentCommandSupport commandSupport, SpaceService spaceService) SpaceImportCommand
(ContentCommandSupport commandSupport, SpaceManagerInternal spaceManager, SpaceService spaceService) SpacePermissionChangeCommand
(ContentCommandSupport commandSupport, SpacePermissionOperationKeyConverter spacePermissionOperationKeyConverter, SpaceService spaceService) -
Uses of SpaceService in com.atlassian.confluence.plugins.contentproperty
Constructors in com.atlassian.confluence.plugins.contentproperty with parameters of type SpaceServiceModifierConstructorDescriptionJsonPropertyFactory
(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 SpaceServiceModifierConstructorDescriptionSpacePropertyFinderFactory
(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 -
Uses of SpaceService in com.atlassian.confluence.plugins.restapi.resources
Constructors in com.atlassian.confluence.plugins.restapi.resources with parameters of type SpaceServiceModifierConstructorDescriptionAdminSpaceResource
(SpaceService spaceService) ContentResource
(ContentService contentService, SpaceService spaceService, ContentMacroService contentMacroService, ContentTrashService contentTrashService, CQLSearchService searchService, ContentDraftService contentDraftService, ObjectMapperProvider objectMapperProvider) SpaceResource
(SpaceService spaceService, RestNavigationService navigationService, ContentTrashService contentTrashService)