Uses of Class
com.atlassian.confluence.spaces.Space
Packages that use Space
Package
Description
Confluence attachment events.
This package contains handlers that know how to create change values out of
changed objects.
This package groups the breadcrumb logic:
All breadcrumbs for global admin and other general purpose,
Breadcrumb generation and interfaces,
Pre-5.0 breadcrumbs for Spaces.
This package groups the breadcrumbs for the spaces.
-
Uses of Space in com.atlassian.confluence.accessmode.actions
Methods in com.atlassian.confluence.accessmode.actions that return Space -
Uses of Space in com.atlassian.confluence.api.impl
Methods in com.atlassian.confluence.api.impl with parameters of type SpaceModifier and TypeMethodDescriptionDefaultApiRestEntityFactory.buildRestEntityFrom
(Space space, Expansions expansions) Method parameters in com.atlassian.confluence.api.impl with type arguments of type SpaceModifier and TypeMethodDescriptionDefaultApiRestEntityFactory.buildRestEntityFromSpaces
(Iterable<Space> spaces, Expansions expansions) -
Uses of Space in com.atlassian.confluence.api.impl.service.content.factory
Methods in com.atlassian.confluence.api.impl.service.content.factory with parameters of type SpaceModifier and TypeMethodDescriptionSpaceFactory.buildFrom
(Space space, Expansions expansions) DefaultSpaceMetadataFactory.makeMetadata
(Space space, Fauxpansions fauxpansions) SpaceMetadataFactory.makeMetadata
(Space space, Fauxpansions fauxpansions) Makes metadata for a space -
Uses of Space in com.atlassian.confluence.api.impl.service.permissions
Methods in com.atlassian.confluence.api.impl.service.permissions with parameters of type SpaceModifier and TypeMethodDescriptionSpacePermissionsValidator.validateAtLeastOneAdminPermissionExists
(Space entitySpace, Set<SpacePermission> permissionsToRemove) SpacePermissionsValidator.validateViewSpacePermissionExistsForAnonymousUser
(Space entitySpace, Collection<SpacePermission> permissionsToAdd) Validates that Read Space permission exists for the given user.SpacePermissionsValidator.validateViewSpacePermissionExistsForGroup
(Space entitySpace, Collection<SpacePermission> permissionsToAdd, String groupName) Validates that Read Space permission exists for the given user.SpacePermissionsValidator.validateViewSpacePermissionExistsForUser
(Space entitySpace, Collection<SpacePermission> permissionsToAdd, ConfluenceUser user) Validates that Read Space permission exists for the given user. -
Uses of Space in com.atlassian.confluence.content
Methods in com.atlassian.confluence.content with parameters of type SpaceModifier and TypeMethodDescription@NonNull Collection<CustomContentEntityObject>
CustomContentManager.findAllInSpace
(Space space) Deprecated.Since 4.2.@NonNull Iterator<CustomContentEntityObject>
CustomContentManager.findCurrentInSpace
(Space space, String contentModuleKey, int offset, int maxResults, CustomContentManager.SortField sortField, CustomContentManager.SortOrder sortOrder) Get an iterator of all the current, non-deleted content of the given type in the given space.int
CustomContentManager.findTotalInSpace
(Space space, String contentModuleKey) Get the total count of current, non-deleted content of the given type in the given space.void
CustomContentManager.removeAllInSpace
(String contentModuleKey, Space space) Remove all plugin content of a particular type from a given space.void
CustomContentManager.removeAllPluginContentInSpace
(Space space) Remove all plugin content (of all types) from a given space. -
Uses of Space in com.atlassian.confluence.content.event
Constructors in com.atlassian.confluence.content.event with parameters of type Space -
Uses of Space in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
Methods in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers that return SpaceModifier and TypeMethodDescriptionSpaceResourceIdentifierResolver.resolve
(SpaceResourceIdentifier resourceIdentifier, ConversionContext conversionContext) Resolves a SpaceResourceIdentifier to a Space if a Space for the given spacekey exists. -
Uses of Space in com.atlassian.confluence.content.render.xhtml.view.link
Constructor parameters in com.atlassian.confluence.content.render.xhtml.view.link with type arguments of type SpaceModifierConstructorDescriptionViewLinkBodyMarshaller
(Marshaller<EmbeddedImage> embeddedImageMarshaller, ResourceIdentifierResolver<SpaceResourceIdentifier, Space> spaceResourceIdentifierResolver, ResourceIdentifierResolver<ContentEntityResourceIdentifier, ContentEntityObject> contentEntityResourceIdentifierResolver, ResourceIdentifierResolver<IdAndTypeResourceIdentifier, Object> idAndTypeResourceIdentifierResolver, ConfluenceUserResolver confluenceUserResolver, ResourceIdentifierMatcher resourceIdentifierMatcher, ResourceIdentifierContextUtility resourceIdentifierContextUtility, ShortcutLinksManager shortcutLinksManager) ViewLinkSubMarshallerFactoryImpl
(Marshaller<EmbeddedImage> embeddedImageMarshaller, ResourceIdentifierResolver<SpaceResourceIdentifier, Space> spaceResourceIdentifierResolver, ResourceIdentifierResolver<ContentEntityResourceIdentifier, ContentEntityObject> contentEntityResourceIdentifierResolver, ResourceIdentifierResolver<IdAndTypeResourceIdentifier, Object> idAndTypeResourceIdentifierResolver, ConfluenceUserResolver userResolver, ResourceIdentifierMatcher resourceIdentifierMatcher, ResourceIdentifierContextUtility riContextUtil, XmlStreamWriterTemplate xmlStreamWriterTemplate, ModelToRenderedClassMapper mapper, ShortcutLinksManager shortcutLinksManager) -
Uses of Space in com.atlassian.confluence.content.service.page
Methods in com.atlassian.confluence.content.service.page with parameters of type SpaceModifier and TypeMethodDescriptionboolean
MovePageCommandHelper.childPageTitleAlreadyExists
(Page sourcePage, Space targetSpace) MovePageCommandHelper.listOfPageTitlesAlreadyExist
(Page sourcePage, Space targetSpace) Deprecated.since 6.9. -
Uses of Space in com.atlassian.confluence.content.service.space
Methods in com.atlassian.confluence.content.service.space that return Space -
Uses of Space in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return SpaceModifier and TypeMethodDescriptionContentPermissionSummary.getSpace()
SpaceContentEntityObject.getSpace()
Methods in com.atlassian.confluence.core with parameters of type SpaceModifier and TypeMethodDescriptionApiRestEntityFactory.buildRestEntityFrom
(Space space, Expansions expansions) Build a REST API entity from a hibernate Space object.ContentPermissionManager.getPermissionSets
(ConfluenceUser user, Space space) Retrieves the configured permissions regarding whether the specified user can view the pages inside a space.ContentPermissionManager.getPermissionSets
(com.atlassian.user.User user, Space space) Deprecated.DefaultContentPermissionManager.getPermissionSets
(ConfluenceUser user, Space space) javax.activation.DataSource
DataSourceFactory.getSpaceLogo
(Space space) Encapsulates the logo for the givenSpace
in aDataSource
.boolean
void
Method parameters in com.atlassian.confluence.core with type arguments of type SpaceModifier and TypeMethodDescriptionApiRestEntityFactory.buildRestEntityFromSpaces
(Iterable<Space> spaces, Expansions expansions) Build a list of REST API entity objects from hibernate Space objects.Constructors in com.atlassian.confluence.core with parameters of type SpaceModifierConstructorDescriptionContentPermissionSummary
(long id, Space space, ConfluenceUser creator) -
Uses of Space in com.atlassian.confluence.dmz.pages
Methods in com.atlassian.confluence.dmz.pages with parameters of type SpaceModifier and TypeMethodDescription@NonNull PageResponse<AbstractPage>
PageManagerInternal.getFilteredAbstractPages
(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) Returns pages and blog posts that belong to the space, exactly match the given title, are in any of the specified statuses, and match the given predicate, limited to the pagination request.@NonNull PageResponse<AbstractPage>
PageManagerInternal.getFilteredAbstractPages
(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) Returns all content in the space within any of the specified statuses and content types, limited to the pagination request.@NonNull PageResponse<BlogPost>
PageManagerInternal.getFilteredBlogPosts
(Space space, LimitedRequest pageRequest, Predicate<? super BlogPost>... filter) Returns all the current blog posts in the space, limited to the pagination request.@NonNull PageResponse<Page>
PageManagerInternal.getFilteredPages
(Space space, LimitedRequest pageRequest, Predicate<? super Page>... filter) Returns all the current pages in the space, limited to the pagination request.PageManagerInternal.getPermissionPages
(Space space, LimitedRequest limitedRequest) Pagination permission pages for particular Spacelong
PageManagerInternal.getPermissionPagesCount
(Space space) Get total number of permission pages for particular Space@NonNull PageResponse<Page>
PageManagerInternal.getTopLevelPages
(Space space, LimitedRequest pageRequest) Returns the current top-level pages in a space, limited to the pagination requested.default @NonNull PageResponse<Page>
PageManagerInternal.scanFilteredPages
(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Page>... filter) Returns all pages in the space which has specified content statuses, limited to the pagination request. -
Uses of Space in com.atlassian.confluence.dmz.spaces
Methods in com.atlassian.confluence.dmz.spaces that return types with arguments of type SpaceModifier and TypeMethodDescription@NonNull PageResponse<Space>
SpaceManagerInternal.getSpaces
(SpacesQuery query, LimitedRequest limitedRequest, Predicate<? super Space>... filter) get a paginated list of spaces that match the spaceQuery, filtered by the given predicate -
Uses of Space in com.atlassian.confluence.event.events.content.attachment
Constructors in com.atlassian.confluence.event.events.content.attachment with parameters of type SpaceModifierConstructorDescriptionAttachmentListViewEvent
(Object src, Space space, @Nullable String fileExtension) -
Uses of Space in com.atlassian.confluence.event.events.content.blogpost
Methods in com.atlassian.confluence.event.events.content.blogpost that return SpaceModifier and TypeMethodDescription@NonNull Space
BlogPostMovedEvent.getCurrentSpace()
@NonNull Space
BlogPostMovedEvent.getOriginalSpace()
Constructors in com.atlassian.confluence.event.events.content.blogpost with parameters of type SpaceModifierConstructorDescriptionBlogPostMovedEvent
(Object src, @Nullable ConfluenceUser user, BlogPost blogPost, Space originalSpace, Space currentSpace) -
Uses of Space in com.atlassian.confluence.event.events.content.mail.notification
Methods in com.atlassian.confluence.event.events.content.mail.notification that return Space -
Uses of Space in com.atlassian.confluence.event.events.content.page
Methods in com.atlassian.confluence.event.events.content.page that return SpaceModifier and TypeMethodDescription@NonNull Space
PageMoveCompletedEvent.getOldSpace()
@NonNull Space
PageMoveEvent.getOldSpace()
Constructors in com.atlassian.confluence.event.events.content.page with parameters of type SpaceModifierConstructorDescriptionPageListViewEvent
(Object src, Space space, String viewType) PageMoveCompletedEvent
(Page sourcePage, List<Page> movedPageList, Space oldSpace) PageMoveEvent
(Object src, Page movedPage, List<Page> movedPageList, @Nullable Space oldSpace, @Nullable Page oldParentPage, @Nullable Integer oldPosition, @Nullable com.atlassian.user.User theMover, boolean movedBecauseOfParent) -
Uses of Space in com.atlassian.confluence.event.events.label
Methods in com.atlassian.confluence.event.events.label that return SpaceConstructors in com.atlassian.confluence.event.events.label with parameters of type Space -
Uses of Space in com.atlassian.confluence.event.events.permission
Methods in com.atlassian.confluence.event.events.permission that return SpaceModifier and TypeMethodDescriptionSpacePermissionRemoveEvent.getSpace()
SpacePermissionsRemoveFromSpaceEvent.getSpace()
Constructors in com.atlassian.confluence.event.events.permission with parameters of type SpaceModifierConstructorDescriptionSpacePermissionRemoveEvent
(Object src, SpacePermission permission, Space space) We keep a reference to the space separately so that when the permission is deleted, event handlers are still aware of which space the event is referring to.SpacePermissionsRemoveFromSpaceEvent
(Object src, Space space, List<SpacePermission> permissions) SpacePermissionsRemoveFromSpaceEvent
(Object src, Space space, List<SpacePermission> permissions, SpaceUpdateTrigger updateTrigger) -
Uses of Space in com.atlassian.confluence.event.events.retention
Methods in com.atlassian.confluence.event.events.retention that return SpaceConstructors in com.atlassian.confluence.event.events.retention with parameters of type SpaceModifierConstructorDescriptionSpaceRetentionPolicyChangedEvent
(SpaceRetentionPolicy oldPolicy, SpaceRetentionPolicy newPolicy, Space space) SpaceRetentionPolicyCreatedEvent
(SpaceRetentionPolicy newPolicy, Space space) SpaceRetentionPolicyDeletedEvent
(SpaceRetentionPolicy oldPolicy, Space space) SpaceRetentionPolicyEvent
(RetentionPolicy oldPolicy, RetentionPolicy newPolicy, Space space) -
Uses of Space in com.atlassian.confluence.event.events.space
Fields in com.atlassian.confluence.event.events.space declared as SpaceMethods in com.atlassian.confluence.event.events.space that return SpaceConstructors in com.atlassian.confluence.event.events.space with parameters of type SpaceModifierConstructorDescriptionRemoveSpaceViewEvent
(Object obj, Space space) SpaceAdminViewEvent
(Object src, Space space) SpaceArchivedEvent
(Object src, Space space) SpaceContentWillRemoveEvent
(Object src, Space removedSpace, com.atlassian.core.util.ProgressMeter progressMeter) SpaceCreateEvent
(Object src, Space space) SpaceDetailsViewEvent
(Object src, Space space) SpaceEvent
(Object src, Space space) SpaceLabelsViewEvent
(Object src, Space space) SpaceLogoUpdateEvent
(Object src, Space space, SpaceLogoUpdateEvent.SpaceLogoActions eventType, Attachment logo) SpaceLogoUpdateEvent
(Object src, Space space, String eventType, Attachment logo) Deprecated.since 5.10SpacePermissionsUpdateEvent
(Object src, Space space) SpacePermissionsViewEvent
(Object src, Space space) SpaceRemoveEvent
(Object src, Space removedSpace, com.atlassian.core.util.ProgressMeter progressMeter) SpaceRemoveEvent
(Object src, Space removedSpace, com.atlassian.core.util.ProgressMeter progressMeter, int algorithmVersion) protected
SpaceTrashContentEvent
(Object src, Space space, ContentTypeEnum contentType) SpaceTrashEmptyEvent
(Object src, Space space) SpaceTrashPurgeAllContentEvent
(Object src, Space space, int numberOfContent) SpaceTrashPurgeContentEvent
(Object src, Space space, ContentTypeEnum contentType) SpaceTrashRestoreContentEvent
(Object src, Space space, ContentTypeEnum contentType) SpaceTrashViewEvent
(Object src, Space space) SpaceUnArchivedEvent
(Object src, Space space) SpaceUpdateEvent
(Object src, Space updatedSpace) SpaceUpdateEvent
(Object src, Space updatedSpace, Space originalSpace) SpaceWillRemoveEvent
(Object src, Space removedSpace, com.atlassian.core.util.ProgressMeter progressMeter) SpaceWillRemoveEvent
(Object src, Space removedSpace, com.atlassian.core.util.ProgressMeter progressMeter, int algorithmVersion) -
Uses of Space in com.atlassian.confluence.event.events.template
Constructors in com.atlassian.confluence.event.events.template with parameters of type Space -
Uses of Space in com.atlassian.confluence.impl.audit.handler
Methods in com.atlassian.confluence.impl.audit.handler that return types with arguments of type SpaceModifier and TypeMethodDescriptioncom.atlassian.confluence.impl.audit.handler.DefaultAuditHandler<Space>
AuditHandlerFactory.createSpaceHandler
(com.atlassian.confluence.impl.audit.handler.AuditHandler<SpaceDescription> spaceDescriptionHandler) Method parameters in com.atlassian.confluence.impl.audit.handler with type arguments of type SpaceModifier and TypeMethodDescriptioncom.atlassian.confluence.impl.audit.handler.AuditHandler<PageTemplate>
AuditHandlerFactory.createPageTemplateHandler
(com.atlassian.confluence.impl.audit.handler.AuditHandler<Space> spaceAuditHandler) com.atlassian.confluence.impl.audit.handler.DefaultAuditHandler<SpacePermission>
AuditHandlerFactory.createSpacePermissionHandler
(com.atlassian.confluence.impl.audit.handler.AuditHandler<Space> spaceAuditHandler, com.atlassian.confluence.impl.audit.handler.AuditHandler<com.atlassian.user.User> userAuditHandler) -
Uses of Space in com.atlassian.confluence.impl.content
Methods in com.atlassian.confluence.impl.content with parameters of type SpaceModifier and TypeMethodDescription@NonNull Collection<CustomContentEntityObject>
DefaultCustomContentManager.findAllInSpace
(Space space) This method is required for space exports to work properly.@NonNull Iterator<CustomContentEntityObject>
DefaultCustomContentManager.findCurrentInSpace
(Space space, String pluginContentKey, int offset, int maxResults, CustomContentManager.SortField sortField, CustomContentManager.SortOrder sortOrder) int
DefaultCustomContentManager.findTotalInSpace
(Space space, String pluginContentKey) DefaultPageManager.getBlogPosts
(Space space, boolean currentOnly) @NonNull PageResponse<AbstractPage>
DefaultPageManager.getFilteredAbstractPages
(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) Deprecated.since 7.0.1.@NonNull PageResponse<AbstractPage>
DefaultPageManager.getFilteredAbstractPages
(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) Deprecated.since 7.0.1.@NonNull PageResponse<BlogPost>
DefaultPageManager.getFilteredBlogPosts
(Space space, LimitedRequest pageRequest, Predicate<? super BlogPost>... filters) Deprecated.since 7.0.1.@NonNull PageResponse<Page>
DefaultPageManager.getFilteredPages
(Space space, LimitedRequest pageRequest, Predicate<? super Page>... filters) Deprecated.since 7.0.1.@NonNull Collection<Long>
DefaultPageManager.getPageIds
(Space space) DefaultPageManager.getPagesStartingWith
(Space space, String s) DefaultPageManager.getPagesWithPermissions
(Space space) DefaultPageManager.getPermissionPages
(Space space) DefaultPageManager.getPermissionPages
(Space space, LimitedRequest limitedRequest) long
DefaultPageManager.getPermissionPagesCount
(Space space) @NonNull List<AbstractPage>
DefaultPageManager.getPossibleBlogRedirectsInSpace
(Space space, String blogTitle, int maxResultCount) @NonNull List<AbstractPage>
DefaultPageManager.getPossibleBlogRedirectsNotInSpace
(Space space, String blogTitle, int maxResultCount) @NonNull List<AbstractPage>
DefaultPageManager.getPossibleRedirectsInSpace
(Space space, String pageTitle, int maxResultCount) @NonNull List<AbstractPage>
DefaultPageManager.getPossibleRedirectsNotInSpace
(Space space, String pageTitle, int maxResultCount) @NonNull Iterator
DefaultCommentManager.getRecentlyUpdatedComments
(Space space, int maxResults) DefaultPageManager.getTopLevelPages
(Space space) @NonNull PageResponse<Page>
DefaultPageManager.getTopLevelPages
(Space space, LimitedRequest pageRequest) @NonNull ListBuilder<Page>
DefaultPageManager.getTopLevelPagesBuilder
(Space space) NOTE: Despite our best intentions, we still have to retrieve all the top level pages and order them outside the database.DefaultPageManager.getUnsortedTopLevelPages
(Space space) void
DefaultPageManager.moveBlogPostToTopLevel
(BlogPost blogPost, Space space) void
DefaultPageManager.movePageToTopLevel
(Page oldPage, Space destinationSpace) void
DefaultPageManager.removeAllBlogPosts
(Space space) void
DefaultPageManager.removeAllBlogPosts
(Space space, com.atlassian.core.util.ProgressMeter progress) void
DefaultCustomContentManager.removeAllInSpace
(String pluginContentKey, Space space) void
DefaultPageManager.removeAllPages
(Space space) void
DefaultPageManager.removeAllPages
(Space space, com.atlassian.core.util.ProgressMeter progress) removes all the pages in a space (including all dependencies like attachments and notifications)void
DefaultCustomContentManager.removeAllPluginContentInSpace
(Space space) @NonNull PageResponse<Page>
DefaultPageManager.scanFilteredPages
(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Page>... filter) -
Uses of Space in com.atlassian.confluence.impl.importexport
Methods in com.atlassian.confluence.impl.importexport that return types with arguments of type SpaceModifier and TypeMethodDescriptionAbstractFileXmlExporter.getIncludedSpaces()
Returns the List of Spaces that should be included in the exportMethods in com.atlassian.confluence.impl.importexport with parameters of type SpaceModifier and TypeMethodDescriptionprotected void
AbstractRendererExporterImpl.exportSpace
(Space space, String baseExportPath) protected void
HtmlExporter.exportSpace
(Space space, String baseExportPath) -
Uses of Space in com.atlassian.confluence.impl.labels
Methods in com.atlassian.confluence.impl.labels that return types with arguments of type SpaceModifier and TypeMethodDescriptionCachingLabelManager.getFavouriteSpaces
(String username) CachingLabelManager.getSpacesContainingContentWithLabel
(Label label) CachingLabelManager.getSpacesWithLabel
(Label label) Method parameters in com.atlassian.confluence.impl.labels with type arguments of type SpaceModifier and TypeMethodDescriptionCachingLabelManager.getTeamLabelsForSpaces
(Collection<Space> spaces) -
Uses of Space in com.atlassian.confluence.impl.pages.attachments.filesystem.model
Methods in com.atlassian.confluence.impl.pages.attachments.filesystem.model with parameters of type Space -
Uses of Space in com.atlassian.confluence.impl.retention.manager
Methods in com.atlassian.confluence.impl.retention.manager with parameters of type SpaceModifier and TypeMethodDescriptionboolean
DefaultRetentionPolicyPermissionManager.canEditSpacePolicy
(@Nullable ConfluenceUser user, Space space) boolean
DefaultRetentionPolicyPermissionManager.canViewSpacePolicy
(@Nullable ConfluenceUser user, Space space) -
Uses of Space in com.atlassian.confluence.impl.search
Methods in com.atlassian.confluence.impl.search with parameters of type Space -
Uses of Space in com.atlassian.confluence.impl.search.actions
Methods in com.atlassian.confluence.impl.search.actions that return Space -
Uses of Space in com.atlassian.confluence.impl.security
Methods in com.atlassian.confluence.impl.security with parameters of type SpaceModifier and TypeMethodDescriptionvoid
CoarseGrainedCachingSpacePermissionManager.createDefaultSpacePermissions
(Space space) void
DefaultSpacePermissionManager.createDefaultSpacePermissions
(Space space) void
CoarseGrainedCachingSpacePermissionManager.createPrivateSpacePermissions
(Space space) void
DefaultSpacePermissionManager.createPrivateSpacePermissions
(Space space) AbstractSpacePermissionManager.getGroupNamesWithPermission
(@Nullable Space targetSpace, String permissionType) CachingSpacePermissionManager.getGroupNamesWithPermission
(@Nullable Space targetSpace, String permissionType) CoarseGrainedCachingSpacePermissionManager.getGroupNamesWithPermission
(@Nullable Space targetSpace, String permissionType) DefaultSpacePermissionManager.getGroupNamesWithPermission
(@Nullable Space targetSpace, String permissionType) CoarseGrainedCachingSpacePermissionManager.getGroupsForPermissionType
(String permissionType, Space space) DefaultSpacePermissionManager.getGroupsForPermissionType
(String permissionType, @Nullable Space space) Collection<com.atlassian.user.Group>
CoarseGrainedCachingSpacePermissionManager.getGroupsWithPermissions
(@Nullable Space space) Collection<com.atlassian.user.Group>
DefaultSpacePermissionManager.getGroupsWithPermissions
(@Nullable Space space) CoarseGrainedCachingSpacePermissionManager.getPermissionsForAnonymousUsers
(Space space) DefaultSpacePermissionManager.getPermissionsForAnonymousUsers
(Space spaceEntity) CoarseGrainedCachingSpacePermissionManager.getPermissionsForGroup
(String group, Space space) DefaultSpacePermissionManager.getPermissionsForGroup
(String group, Space space) CoarseGrainedCachingSpacePermissionManager.getPermissionsForUser
(ConfluenceUser user, Space space) DefaultSpacePermissionManager.getPermissionsForUser
(ConfluenceUser user, Space space) CoarseGrainedCachingSpacePermissionManager.getUsersForPermissionType
(String permissionType, Space space) DefaultSpacePermissionManager.getUsersForPermissionType
(String permissionType, @Nullable Space space) Collection<com.atlassian.user.User>
CoarseGrainedCachingSpacePermissionManager.getUsersWithPermissions
(@Nullable Space space) Collection<com.atlassian.user.User>
DefaultSpacePermissionManager.getUsersWithPermissions
(@Nullable Space space) boolean
AbstractSpacePermissionManager.groupHasPermission
(String permissionType, @Nullable Space space, String group) final boolean
AbstractSpacePermissionManager.hasAllPermissions
(List<String> permissionTypes, @Nullable Space space, @Nullable ConfluenceUser user) final boolean
AbstractSpacePermissionManager.hasPermission
(String permissionType, @Nullable Space space, @Nullable ConfluenceUser remoteUser) final boolean
AbstractSpacePermissionManager.hasPermissionForSpace
(@Nullable ConfluenceUser user, List permissionTypes, @Nullable Space space) boolean
AbstractSpacePermissionManager.hasPermissionNoExemptions
(String permissionType, @Nullable Space space, @Nullable ConfluenceUser remoteUser) boolean
CachingSpacePermissionManager.hasPermissionNoExemptions
(String permissionType, @Nullable Space space, @Nullable ConfluenceUser remoteUser) void
CoarseGrainedCachingSpacePermissionManager.removeAllPermissions
(Space space) Deprecated.since 5.9.void
CoarseGrainedCachingSpacePermissionManager.removeAllPermissions
(Space space, SpacePermissionContext context) void
DefaultSpacePermissionManager.removeAllPermissions
(Space space) void
DefaultSpacePermissionManager.removeAllPermissions
(Space space, SpacePermissionContext context) protected void
CachingSpacePermissionManager.removeAllPermissionsFromDao
(Space space) protected void
DefaultSpacePermissionManager.removeAllPermissionsFromDao
(Space space) void
CoarseGrainedCachingSpacePermissionManager.saveSpacePermissions
(Space space, Collection<SpacePermission> spacePermissions, SpacePermissionContext context) void
DefaultSpacePermissionManager.saveSpacePermissions
(Space space, Collection<SpacePermission> spacePermissions, SpacePermissionContext context) Method parameters in com.atlassian.confluence.impl.security with type arguments of type Space -
Uses of Space in com.atlassian.confluence.impl.security.administrators
Methods in com.atlassian.confluence.impl.security.administrators with parameters of type SpaceModifier and TypeMethodDescriptionprotected Collection<SpacePermission>
AbstractEditPermissionsAdministrator.buildPermissionsFromWebForm
(Space space, Map<String, ?> formParameters, String parameterQualifier) Private implementation that doesn't check to ensure space key is nullvoid
-
Uses of Space in com.atlassian.confluence.impl.security.recovery
Methods in com.atlassian.confluence.impl.security.recovery with parameters of type SpaceModifier and TypeMethodDescriptionboolean
RecoveryAwareCachingSpacePermissionManager.hasPermissionNoExemptions
(String permissionType, @Nullable Space space, @Nullable ConfluenceUser remoteUser) boolean
RecoveryAwareCGCachingSpacePermissionManager.hasPermissionNoExemptions
(String permissionType, @Nullable Space space, @Nullable ConfluenceUser remoteUser) -
Uses of Space in com.atlassian.confluence.impl.sitemesh
Methods in com.atlassian.confluence.impl.sitemesh with parameters of type SpaceModifier and TypeMethodDescriptionstatic ConfluenceActionSupport
DecoratorActionFactory.createAction
(@Nullable WebInterfaceContext webInterfaceContext, @Nullable Space space) -
Uses of Space in com.atlassian.confluence.impl.space.deletion.concealing
Methods in com.atlassian.confluence.impl.space.deletion.concealing that return SpaceMethods in com.atlassian.confluence.impl.space.deletion.concealing with parameters of type Space -
Uses of Space in com.atlassian.confluence.impl.themes
Methods in com.atlassian.confluence.impl.themes with parameters of type SpaceModifier and TypeMethodDescriptionSetupColourSchemeManager.getColourSchemeSetting
(Space space) SetupColourSchemeManager.getSpaceColourScheme
(Space space) void
SetupColourSchemeManager.resetColourScheme
(Space space) void
SetupColourSchemeManager.saveSpaceColourScheme
(Space space, BaseColourScheme baseColourScheme) void
SetupColourSchemeManager.setColourSchemeSetting
(Space space, String string) -
Uses of Space in com.atlassian.confluence.impl.util
Methods in com.atlassian.confluence.impl.util with parameters of type SpaceModifier and TypeMethodDescriptionstatic void
DecoratorUtil.setSidebarContext
(Space space, AbstractPage page, String pageId, String context, String contextKey, String collectorKey) Page/blogpost context should be saved for deferred (sitemesh) sidebar execution, because main sitemesh decorator is executed undercom.atlassian.confluence.util.profiling.DecoratorAction
, which does not contain page/space context of the main request.Constructors in com.atlassian.confluence.impl.util with parameters of type SpaceModifierConstructorDescriptionSideBarContext
(Space space, AbstractPage page, String pageId, String context, String contextKey, String collectorKey) -
Uses of Space in com.atlassian.confluence.importexport
Methods in com.atlassian.confluence.importexport with parameters of type SpaceModifier and TypeMethodDescriptionDefaultImportExportManager.getContentTree
(com.atlassian.user.User user, Space space) Deprecated.ImportExportManager.getContentTree
(com.atlassian.user.User user, Space space) Deprecated.Returns a tree of content including pages for a space.DefaultImportExportManager.getPageBlogTree
(com.atlassian.user.User user, Space space) Deprecated.ImportExportManager.getPageBlogTree
(com.atlassian.user.User user, Space space) Deprecated.Returns a tree of content including pages and blog posts for a space. -
Uses of Space in com.atlassian.confluence.importexport.impl
Methods in com.atlassian.confluence.importexport.impl that return types with arguments of type SpaceModifier and TypeMethodDescriptionFileXmlExporter.getIncludedSpaces()
Deprecated.Returns the List of Spaces that should be included in the exportXmlExporter.getIncludedSpaces()
Deprecated.In this implementation, we want to find out the root entity and include the Space from that. -
Uses of Space in com.atlassian.confluence.internal.notification.persistence
Methods in com.atlassian.confluence.internal.notification.persistence with parameters of type SpaceModifier and TypeMethodDescriptionDelegatingNotificationDaoInternal.findAllNotificationsBySpace
(Space space) DelegatingNotificationDaoInternal.findNotificationByUserAndSpace
(com.atlassian.user.User user, Space space) DelegatingNotificationDaoInternal.findNotificationByUserAndSpaceAndType
(com.atlassian.user.User user, Space space, ContentTypeEnum type) DelegatingNotificationDaoInternal.findNotificationsBySpaceAndType
(Space space, ContentTypeEnum type) DelegatingNotificationDaoInternal.findPageAndSpaceNotificationIdsFromSpace
(Space space) Method parameters in com.atlassian.confluence.internal.notification.persistence with type arguments of type SpaceModifier and TypeMethodDescriptionDelegatingNotificationDaoInternal.findNotificationsBySpacesAndType
(List<Space> spaces, ContentTypeEnum type) -
Uses of Space in com.atlassian.confluence.internal.pages.persistence
Methods in com.atlassian.confluence.internal.pages.persistence with parameters of type SpaceModifier and TypeMethodDescriptionPageDaoInternal.getAbstractPages
(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest) PageDaoInternal.getAbstractPages
(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest) PageDaoInternal.getBlogPosts
(Space space, LimitedRequest pageRequest) PageDaoInternal.getPages
(Space space, LimitedRequest pageRequest) PageDaoInternal.getPermissionPages
(Space space, LimitedRequest limitedRequest) Pagination permission pages for particular Spacelong
PageDaoInternal.getPermissionPagesCount
(Space space) Get total number of permission pages for particular SpacePageDaoInternal.getTopLevelPages
(Space space, LimitedRequest limitedRequest) PageDaoInternal.scanFilteredPages
(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest) Retrieves a page response of all pages in space with specified content statuses. -
Uses of Space in com.atlassian.confluence.internal.search
Methods in com.atlassian.confluence.internal.search with parameters of type SpaceModifier and TypeMethodDescriptionIndexTaskFactoryInternal.createUnIndexSpaceChangeIndexTask
(Space space) IndexTaskFactoryInternal.createUnIndexSpaceContentIndexTask
(Space space) void
QueuingConfluenceIndexer.unIndexSpace
(Space space) -
Uses of Space in com.atlassian.confluence.internal.search.tasks
Methods in com.atlassian.confluence.internal.search.tasks with parameters of type SpaceModifier and TypeMethodDescriptionDefaultIndexTaskFactory.createUnIndexSpaceChangeIndexTask
(Space space) DefaultIndexTaskFactory.createUnIndexSpaceContentIndexTask
(Space space) -
Uses of Space in com.atlassian.confluence.internal.security
Methods in com.atlassian.confluence.internal.security with parameters of type SpaceModifier and TypeMethodDescriptionstatic void
ThreadLocalPermissionsCacheInternal.cacheSpacePermission
(com.atlassian.user.User user, String permission, Space space, boolean hasPermission) static Boolean
ThreadLocalPermissionsCacheInternal.hasSpacePermission
(String permission, Space space, com.atlassian.user.User user) void
SpacePermissionManagerInternal.removeAllPermissions
(Space space, SpacePermissionContext context) Removes all permissions belonging to spacevoid
SpacePermissionSaverInternal.saveSpacePermissions
(@NonNull Space space, Collection<SpacePermission> spacePermissions, SpacePermissionContext context) Adds space permissions to the space -
Uses of Space in com.atlassian.confluence.internal.spaces.persistence
Methods in com.atlassian.confluence.internal.spaces.persistence that return types with arguments of type SpaceMethods in com.atlassian.confluence.internal.spaces.persistence with parameters of type Space -
Uses of Space in com.atlassian.confluence.labels
Methods in com.atlassian.confluence.labels that return types with arguments of type SpaceModifier and TypeMethodDescriptionDefaultLabelManager.getFavouriteSpaces
(String username) LabelManager.getFavouriteSpaces
(String username) DefaultLabelManager.getSpacesContainingContentWithLabel
(Label label) LabelManager.getSpacesContainingContentWithLabel
(Label label) Look up the spaces that have been labelled by the specific label.DefaultLabelManager.getSpacesWithLabel
(Label label) LabelManager.getSpacesWithLabel
(Label label) Spaces cannot be directly labelled.Methods in com.atlassian.confluence.labels with parameters of type SpaceModifier and TypeMethodDescriptionAdds a label to a space.SpaceLabelManager.getLabelsOnSpace
(Space space) Returns the labels for the given space (excluding team labels)SpaceLabelManagerImpl.getLabelsOnSpace
(Space space) SpaceLabelManager.getSuggestedLabelsForSpace
(Space space, com.atlassian.user.User remoteUser) Returns the labels available for the given space (excluding team labels)SpaceLabelManagerImpl.getSuggestedLabelsForSpace
(Space space, com.atlassian.user.User remoteUser) Method parameters in com.atlassian.confluence.labels with type arguments of type SpaceModifier and TypeMethodDescriptionDefaultLabelManager.getTeamLabelsForSpaces
(Collection<Space> spaces) LabelManager.getTeamLabelsForSpaces
(Collection<Space> spaces) Retrieve all of the team labels used to label content in the specified spaces. -
Uses of Space in com.atlassian.confluence.labels.actions
Methods in com.atlassian.confluence.labels.actions that return SpaceModifier and TypeMethodDescriptionAddSpaceToFavouriteAjaxAction.getSpace()
RemoveSpaceFromFavouriteAjaxAction.getSpace()
Methods in com.atlassian.confluence.labels.actions with parameters of type Space -
Uses of Space in com.atlassian.confluence.labels.persistence.dao
Methods in com.atlassian.confluence.labels.persistence.dao that return types with arguments of type SpaceModifier and TypeMethodDescriptionLabelDao.findSpacesContainingContentWithLabel
(Label label) LabelDao.findSpacesWithLabel
(Label label) LabelDao.getFavouriteSpaces
(String username) Method parameters in com.atlassian.confluence.labels.persistence.dao with type arguments of type SpaceModifier and TypeMethodDescriptionLabelDao.findByDetailsInSpaces
(String name, String namespace, String owner, Collection<Space> spaces) Find all labels for a specific space, based on the details passed in. -
Uses of Space in com.atlassian.confluence.labels.persistence.dao.hibernate
Methods in com.atlassian.confluence.labels.persistence.dao.hibernate that return types with arguments of type SpaceModifier and TypeMethodDescriptionHibernateLabelDao.findSpacesContainingContentWithLabel
(Label label) HibernateLabelDao.findSpacesWithLabel
(Label label) HibernateLabelDao.getFavouriteSpaces
(String username) Method parameters in com.atlassian.confluence.labels.persistence.dao.hibernate with type arguments of type SpaceModifier and TypeMethodDescriptionHibernateLabelDao.findByDetailsInSpaces
(String name, String namespace, String owner, Collection<Space> spaces) -
Uses of Space in com.atlassian.confluence.links
Methods in com.atlassian.confluence.links with parameters of type SpaceModifier and TypeMethodDescriptionvoid
DefaultRelatedContentRefactorer.contractAbsoluteReferencesInContent
(List<Page> movedPageList, Space previousSpace) Deprecated.since 5.9 useDefaultRelatedContentRefactorer.contractAbsoluteReferencesInContent(List)
insteadvoid
RelatedContentRefactorer.contractAbsoluteReferencesInContent
(List<Page> movedPageList, Space previousSpace) Deprecated.since 5.9 useRelatedContentRefactorer.contractAbsoluteReferencesInContent(List)
insteadvoid
DefaultRelatedContentRefactorer.updateReferences
(SpaceContentEntityObject content, Space previousSpace, String previousTitle) void
RelatedContentRefactorer.updateReferences
(SpaceContentEntityObject content, Space previousSpace, String previousTitle) Update all the references in the supplied content when the content has moved or renamed from 'previousSpace' and/or had it's title changed from 'previousTitle'.void
DefaultRelatedContentRefactorer.updateReferencesForMovingPage
(SpaceContentEntityObject content, Space previousSpace, String previousTitle) void
RelatedContentRefactorer.updateReferencesForMovingPage
(SpaceContentEntityObject content, Space previousSpace, String previousTitle) Update all the references in the supplied content when the content has moved from 'previousSpace' and/or had it's title changed from 'previousTitle'.void
DefaultRelatedContentRefactorer.updateReferrers
(SpaceContentEntityObject referee, Space previousSpace, String previousTitle) void
RelatedContentRefactorer.updateReferrers
(SpaceContentEntityObject referee, Space previousSpace, String previousTitle) Iterate through all the content that currently links to 'referee' and renames all the links, saving the changed content as it goes.void
DefaultRelatedContentRefactorer.updateReferrersForMovingPage
(SpaceContentEntityObject referee, Space previousSpace, String previousTitle, List<Page> movedPageList) void
RelatedContentRefactorer.updateReferrersForMovingPage
(SpaceContentEntityObject referee, Space previousSpace, String previousTitle, List<Page> movedPageList) Iterate through all the content that currently links to 'referee' and renames all the links, saving the changed content as it goes. -
Uses of Space in com.atlassian.confluence.mail.notification
Methods in com.atlassian.confluence.mail.notification that return SpaceMethods in com.atlassian.confluence.mail.notification with parameters of type SpaceModifier and TypeMethodDescription@Nullable Notification
DefaultNotificationManager.addSpaceNotification
(com.atlassian.user.User user, Space space) @Nullable Notification
DefaultNotificationManager.addSpaceNotification
(com.atlassian.user.User user, Space space, ContentTypeEnum type) @Nullable Notification
NotificationManager.addSpaceNotification
(com.atlassian.user.User user, Space space) @Nullable Notification
NotificationManager.addSpaceNotification
(com.atlassian.user.User user, Space space, ContentTypeEnum type) Add a space notification for a particular content type.DefaultNotificationManager.findPageAndSpaceNotificationIdsFromSpace
(Space space) NotificationManager.findPageAndSpaceNotificationIdsFromSpace
(Space space) Retrieves ids of all notifications in a space.DefaultNotificationManager.getNotificationByUserAndSpace
(com.atlassian.user.User user, Space space) NotificationManager.getNotificationByUserAndSpace
(com.atlassian.user.User user, Space space) Return a notification if the user is watching the entire space.DefaultNotificationManager.getNotificationByUserAndSpaceAndType
(com.atlassian.user.User user, Space space, ContentTypeEnum type) NotificationManager.getNotificationByUserAndSpaceAndType
(com.atlassian.user.User user, Space space, ContentTypeEnum type) DefaultNotificationManager.getNotificationsBySpaceAndType
(Space space, ContentTypeEnum type) NotificationManager.getNotificationsBySpaceAndType
(Space space, ContentTypeEnum type) boolean
DefaultNotificationManager.isUserWatchingPageOrSpace
(com.atlassian.user.User user, Space space, AbstractPage page) boolean
NotificationManager.isUserWatchingPageOrSpace
(com.atlassian.user.User user, Space space, AbstractPage page) Returns true if: a) the user is watching the AbstractPage b) the user is watching the space, or c) the user is watching the contentType of the AbstractPage for the Spacevoid
DefaultNotificationManager.removeAllNotificationsForSpace
(Space space) void
NotificationManager.removeAllNotificationsForSpace
(Space space) Remove all of the notifications set up for this space.void
DefaultNotificationManager.removeSpaceNotification
(com.atlassian.user.User user, Space space) void
NotificationManager.removeSpaceNotification
(com.atlassian.user.User user, Space space) void
DefaultNotificationsSender.sendSpaceNotifications
(Space space, NotificationData notificationData, ConversionContext conversionContext) void
NotificationsSender.sendSpaceNotifications
(Space space, NotificationData notificationData, ConversionContext conversionContext) Sends space based notifications.void
Method parameters in com.atlassian.confluence.mail.notification with type arguments of type SpaceModifier and TypeMethodDescriptionDefaultNotificationManager.getNotificationsBySpacesAndType
(List<Space> spaces, ContentTypeEnum type) NotificationManager.getNotificationsBySpacesAndType
(List<Space> spaces, ContentTypeEnum type) -
Uses of Space in com.atlassian.confluence.mail.notification.actions
Methods in com.atlassian.confluence.mail.notification.actions that return Space -
Uses of Space in com.atlassian.confluence.mail.notification.persistence
Methods in com.atlassian.confluence.mail.notification.persistence with parameters of type SpaceModifier and TypeMethodDescriptionNotificationDao.findAllNotificationsBySpace
(Space space) Find all notifications linked to the specified space regardless of type specified.NotificationDao.findNotificationByUserAndSpace
(com.atlassian.user.User user, Space space) Find any user notification linked to the specified space regardless of type.NotificationDao.findNotificationByUserAndSpaceAndType
(com.atlassian.user.User user, Space space, ContentTypeEnum type) Find the user notification linked to the specified space with a type specified - may be null if watching the whole space.NotificationDao.findNotificationsBySpaceAndType
(Space space, ContentTypeEnum type) Find all notifications linked to the specified space for a certain type.NotificationDao.findPageAndSpaceNotificationIdsFromSpace
(Space space) Retrieves ids for all notifications in a space.Method parameters in com.atlassian.confluence.mail.notification.persistence with type arguments of type SpaceModifier and TypeMethodDescriptionNotificationDao.findNotificationsBySpacesAndType
(List<Space> spaces, ContentTypeEnum type) Find all notifications linked to the specified spaces for a certain type. -
Uses of Space in com.atlassian.confluence.mail.notification.persistence.dao.hibernate
Methods in com.atlassian.confluence.mail.notification.persistence.dao.hibernate with parameters of type SpaceModifier and TypeMethodDescriptionHibernateNotificationDao.findAllNotificationsBySpace
(Space space) HibernateNotificationDao.findNotificationByUserAndSpace
(com.atlassian.user.User user, Space space) HibernateNotificationDao.findNotificationByUserAndSpaceAndType
(com.atlassian.user.User user, Space space, ContentTypeEnum type) HibernateNotificationDao.findNotificationsBySpaceAndType
(Space space, ContentTypeEnum type) HibernateNotificationDao.findPageAndSpaceNotificationIdsFromSpace
(Space space) Method parameters in com.atlassian.confluence.mail.notification.persistence.dao.hibernate with type arguments of type SpaceModifier and TypeMethodDescriptionHibernateNotificationDao.findNotificationsBySpacesAndType
(List<Space> spaces, ContentTypeEnum type) -
Uses of Space in com.atlassian.confluence.mail.reports
Methods in com.atlassian.confluence.mail.reports that return SpaceConstructors in com.atlassian.confluence.mail.reports with parameters of type Space -
Uses of Space in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages that return SpaceModifier and TypeMethodDescriptionAttachment.getSpace()
Comment.getSpace()
ReadOnlyAttachment.getSpace()
Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.atlassian.confluence.pages with parameters of type SpaceModifier and TypeMethodDescriptionTreeBuilder.createPageBlogTree
(Space space) Creates a tree of content that includes the pages and the blog posts from the space.TreeBuilder.createPageTree
(Space space) Creates a tree of content that just includes the pages of the space.void
DefaultTrashManager.emptyTrash
(Space space) void
TrashManager.emptyTrash
(Space space) Purge all of the trash in a given space.PageManager.getBlogPosts
(Space space, boolean currentOnly) int
DefaultTrashManager.getNumberOfItemsInTrash
(Space space) int
TrashManager.getNumberOfItemsInTrash
(Space spaceKeypace) Retrieve the total number of items in the trash for a given space.@NonNull Collection<Long>
PageManager.getPageIds
(Space space) Get the ids of all pages (current and historical) in the given space.PageManager.getPagesStartingWith
(Space space, String s) PageManager.getPagesWithPermissions
(@NonNull Space space) Get all current pages in a space and eagerly fetch permissions at the same time.PageManager.getPermissionPages
(Space space) Retrieve all pages within a particular space that have page level permissions applied to them.@NonNull List<AbstractPage>
PageManager.getPossibleBlogRedirectsInSpace
(Space space, String blogTitle, int maxResultCount) Searches for blogs in the space specified, looking for those that have the given title in a previous version.@NonNull List<AbstractPage>
PageManager.getPossibleBlogRedirectsNotInSpace
(Space space, String blogTitle, int maxResultCount) Searches for pages in all spaces except the one specified, looking for those that have the given title in a previous version.@NonNull List<AbstractPage>
PageManager.getPossibleRedirectsInSpace
(Space space, String pageTitle, int maxResultCount) Searches for pages in the space specified, looking for those that have the given title in a previous version.@NonNull List<AbstractPage>
PageManager.getPossibleRedirectsNotInSpace
(Space space, String pageTitle, int maxResultCount) Searches for pages in all spaces except the one specified, looking for those that have the given title in a previous version.@NonNull Iterator
CommentManager.getRecentlyUpdatedComments
(Space space, int maxResults) PageManager.getTopLevelPages
(Space space) Get all the pages in a space that do not have a parent page.@NonNull ListBuilder<Page>
PageManager.getTopLevelPagesBuilder
(Space space) Get the pages in a space that do not have a parent page.DefaultTrashManager.getTrashContents
(Space space, int offset, int count) TrashManager.getTrashContents
(Space space, int offset, int count) Retrieve a subset of the contents of the trash for a particular space.boolean
Deprecated, for removal: This API element is subject to removal in a future version.void
PageManager.moveBlogPostToTopLevel
(BlogPost blogPost, Space space) Move a blog post to the top level oftargetSpace
.void
PageManager.movePageToTopLevel
(Page page, Space space) Move a page to the top level oftargetSpace
.void
PageManager.removeAllBlogPosts
(Space space) void
PageManager.removeAllBlogPosts
(Space spaceToBeRemoved, com.atlassian.core.util.ProgressMeter progress) Remove all blog posts in a space with a progress metervoid
PageManager.removeAllPages
(Space space) Removes all pages in the space.void
PageManager.removeAllPages
(Space space, com.atlassian.core.util.ProgressMeter progress) Removes all pages in the space.void
void
Deprecated, for removal: This API element is subject to removal in a future version.Constructors in com.atlassian.confluence.pages with parameters of type SpaceModifierConstructorDescriptionAlternativePagesLocator
(PageManager pageManager, PermissionManager permissionManager, Space space, String title) -
Uses of Space in com.atlassian.confluence.pages.actions
Fields in com.atlassian.confluence.pages.actions declared as SpaceMethods in com.atlassian.confluence.pages.actions that return SpaceModifier and TypeMethodDescriptionAbstractCreatePageAction.getNewSpace()
CopyPageAction.getNewSpace()
AbstractCreatePageAction.getSpace()
AbstractPageAwareAction.getSpace()
BreadcrumbAction.getSpace()
ChildrenAction.getSpace()
CopyPageAction.SimpleSpaceProvider.getSpace()
MovePageDialogAction.getSpace()
PageNotFoundAction.getSpace()
ReorderPageDialogAction.getSpace()
ViewPageAttachmentsAction.getSpace()
Methods in com.atlassian.confluence.pages.actions that return types with arguments of type SpaceModifier and TypeMethodDescriptionAbstractPageAction.getAvailableSpaces()
MovePageDialogAction.getAvailableSpaces()
PageInfoAction.getIncomingLinksBySpace()
com.google.common.collect.Multimap<Space,
SpaceContentEntityObject> PageInfoAction.getIncomingLinksMap()
Deprecated.since 7.0.1.com.google.common.collect.Multimap<Space,
SpaceContentEntityObject> PageInfoAction.getOutgoingLinks()
Deprecated.since 7.0.1.PageInfoAction.getOutgoingLinksBySpace()
Methods in com.atlassian.confluence.pages.actions with parameters of type SpaceModifier and TypeMethodDescriptionprotected void
AbstractCreatePageAction.assignSpace
(ContentEntityObject draft, Space space) protected void
CreatePageAction.assignSpace
(ContentEntityObject page, Space space) static boolean
ActionHelper.isSpaceAdmin
(Space space, com.atlassian.user.User remoteUser, SpacePermissionManager spacePermissionManager) void
void
void
-
Uses of Space in com.atlassian.confluence.pages.actions.beans
Methods in com.atlassian.confluence.pages.actions.beans that return types with arguments of type SpaceModifier and TypeMethodDescriptionAvailableSpaces.getAvailableSpaces
(Space currentSpace, ConfluenceUser user) Methods in com.atlassian.confluence.pages.actions.beans with parameters of type SpaceModifier and TypeMethodDescriptionAvailableSpaces.getAvailableSpaces
(Space currentSpace, ConfluenceUser user) -
Uses of Space in com.atlassian.confluence.pages.ancestors
Methods in com.atlassian.confluence.pages.ancestors with parameters of type SpaceModifier and TypeMethodDescriptionvoid
HibernatePageAncestorManager.rebuildSpace
(Space space) void
PageAncestorManager.rebuildSpace
(Space space) Rebuilds all the ancestors for pages within the given space. -
Uses of Space in com.atlassian.confluence.pages.persistence.dao
Methods in com.atlassian.confluence.pages.persistence.dao that return types with arguments of type SpaceMethods in com.atlassian.confluence.pages.persistence.dao with parameters of type SpaceModifier and TypeMethodDescriptionPageDao.findBlogsWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept
(SpacePermissionQueryBuilder permissionQueryBuilder, String blogTitle, Space space, int maxResultCount) Deprecated, for removal: This API element is subject to removal in a future version.Searches for blog posts in all spaces except the one specified, looking for those that have the given title in a current or previous version, and returns the first maxResultCount results.PageDao.findBlogsWithCurrentOrHistoricalTitleInPermittedSpace
(SpacePermissionQueryBuilder permissionQueryBuilder, String blogTitle, Space space, int maxResultCount) Deprecated, for removal: This API element is subject to removal in a future version.Searches for blogs in the space specified, looking for those that have the given title in a previous version, and returns the first maxResultCount results.PageDao.findPagesWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept
(SpacePermissionQueryBuilder permissionQueryBuilder, String pageTitle, Space space, int maxResultCount) Deprecated, for removal: This API element is subject to removal in a future version.Searches for pages in all spaces except the one specified, looking for those that have the given title in a previous version, and returns the first maxResultCount results.PageDao.findPagesWithCurrentOrHistoricalTitleInPermittedSpace
(SpacePermissionQueryBuilder permissionQueryBuilder, String pageTitle, Space space, int maxResultCount) Deprecated, for removal: This API element is subject to removal in a future version.Searches for pages in the space specified, looking for those that have the given title in a previous version, and returns the first maxResultCount results.@Nullable BlogPost
BlogPostDao.getBlogPost
(@NonNull Space space, @NonNull String title, @NonNull Calendar day, boolean eagerLoadComments) Get the blog post by name and date.BlogPostDao.getBlogPostDates
(@NonNull Space space) Returns a list of creation dates for all the blog posts in a space.BlogPostDao.getBlogPosts
(@NonNull Space space, @NonNull Calendar date, int period) Get the blog posts in a space for a particular period.BlogPostDao.getBlogPosts
(@NonNull Space space, @NonNull Calendar postingDate, int period, int startIndex, int maxResultCount) Get list of blogPost by Date.BlogPostDao.getBlogPosts
(Space space, boolean currentOnly) Return an iterator for the specified space.Deprecated, for removal: This API element is subject to removal in a future version.Get the page by space and title.PageDao.getPageIds
(Space space) Deprecated, for removal: This API element is subject to removal in a future version.Get the ids of all pages (current and historical) in the given space.Deprecated, for removal: This API element is subject to removal in a future version.PageDao.getPagesStartingWith
(Space space, String s) Deprecated, for removal: This API element is subject to removal in a future version.PageDao.getPagesWithPermissions
(Space space) Deprecated, for removal: This API element is subject to removal in a future version.Get all current pages in a space and eagerly fetch permissions at the same time.PageDao.getPageWithComments
(Space space, String pageTitle) Deprecated, for removal: This API element is subject to removal in a future version.Get the page by space and title, and perform an eager load of the comments and their children.PageDao.getPermissionPages
(Space space) Deprecated, for removal: This API element is subject to removal in a future version.PageDao.getTopLevelPages
(Space space) Deprecated, for removal: This API element is subject to removal in a future version.protected boolean
AbstractAttachmentCopier.isSpaceIncluded
(Space space) Returns whether the space is in the inclusion List.Method parameters in com.atlassian.confluence.pages.persistence.dao with type arguments of type SpaceModifier and TypeMethodDescriptionvoid
AbstractAttachmentCopier.setSpacesToInclude
(List<? extends Space> spaceList) void
AttachmentDao.AttachmentCopier.setSpacesToInclude
(List<? extends Space> spaceList) Set which Spaces should be included in the copy.void
AttachmentDao.AttachmentMigrator.setSpacesToInclude
(List<? extends Space> spaceList) Deprecated, for removal: This API element is subject to removal in a future version.Set which Spaces should be included in the migration. -
Uses of Space in com.atlassian.confluence.pages.persistence.dao.hibernate
Methods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type SpaceModifier and TypeMethodDescriptionHibernatePageDao.findBlogsWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept
(SpacePermissionQueryBuilder permissionQueryBuilder, String blogTitle, Space space, int maxResultCount) HibernatePageDao.findBlogsWithCurrentOrHistoricalTitleInPermittedSpace
(SpacePermissionQueryBuilder permissionQueryBuilder, String blogTitle, Space space, int maxResultCount) HibernatePageDao.findPagesWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept
(SpacePermissionQueryBuilder permissionQueryBuilder, String pageTitle, Space space, int maxResultCount) HibernatePageDao.findPagesWithCurrentOrHistoricalTitleInPermittedSpace
(SpacePermissionQueryBuilder permissionQueryBuilder, String pageTitle, Space space, int maxResultCount) HibernatePageDao.getAbstractPages
(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest) HibernatePageDao.getAbstractPages
(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest) @Nullable BlogPost
HibernateBlogPostDao.getBlogPost
(@NonNull Space space, @NonNull String title, @NonNull Calendar day, boolean eagerLoadComments) HibernateBlogPostDao.getBlogPostDates
(@NonNull Space space) HibernateBlogPostDao.getBlogPosts
(@NonNull Space space, @NonNull Calendar date, int period) HibernateBlogPostDao.getBlogPosts
(@NonNull Space space, @NonNull Calendar date, int period, int startIndex, int maxResultCount) HibernateBlogPostDao.getBlogPosts
(Space space, boolean currentOnly) HibernatePageDao.getBlogPosts
(Space space, LimitedRequest limitedRequest) HibernatePageDao.getPageIds
(Space space) HibernatePageDao.getPages
(Space space, LimitedRequest pageRequest) HibernatePageDao.getPagesStartingWith
(Space space, String s) HibernatePageDao.getPagesWithPermissions
(@NonNull Space space) HibernatePageDao.getPageWithComments
(Space space, String pageTitle) HibernatePageDao.getPermissionPages
(Space space) HibernatePageDao.getPermissionPages
(Space space, LimitedRequest limitedRequest) long
HibernatePageDao.getPermissionPagesCount
(Space space) HibernatePageDao.getTopLevelPages
(Space space) HibernatePageDao.getTopLevelPages
(Space space, LimitedRequest limitedRequest) HibernatePageDao.scanFilteredPages
(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest) Method parameters in com.atlassian.confluence.pages.persistence.dao.hibernate with type arguments of type SpaceModifier and TypeMethodDescriptionAbstractHibernateAttachmentDao.findLatestVersionIds
(List<Space> spacesToInclude) Same asAbstractHibernateAttachmentDao.findLatestVersionIdsIterator()
but only gets the ids matching the list of spaces requested.AbstractHibernateAttachmentDao.findLatestVersionIdsIterator
(List<Space> spacesToInclude) Same asAbstractHibernateAttachmentDao.findLatestVersionIdsIterator()
but only gets the ids matching the list of spaces requested. -
Uses of Space in com.atlassian.confluence.pages.templates
Methods in com.atlassian.confluence.pages.templates that return SpaceModifier and TypeMethodDescriptionPageTemplate.getSpace()
The space this page template is constrained to.PluginTemplateReference.getSpace()
Methods in com.atlassian.confluence.pages.templates with parameters of type SpaceModifier and TypeMethodDescriptionDefaultPageTemplateManager.getPageTemplate
(String name, Space space) PageTemplateManager.getPageTemplate
(String name, Space space) DefaultPageTemplateManager.getPageTemplates
(Space space) PageTemplateManager.getPageTemplates
(Space space) void
DefaultPageTemplateManager.removeAllPageTemplates
(Space space) void
PageTemplateManager.removeAllPageTemplates
(Space space) void
static PluginTemplateReference
PluginTemplateReference.spaceTemplateReference
(com.atlassian.plugin.ModuleCompleteKey moduleCompleteKey, com.atlassian.plugin.ModuleCompleteKey referencingModuleCompleteKey, Space space) Create a reference to the space level customised version of the template -
Uses of Space in com.atlassian.confluence.pages.templates.persistence.dao
Methods in com.atlassian.confluence.pages.templates.persistence.dao with parameters of type SpaceModifier and TypeMethodDescriptionPageTemplateDao.findBySpace
(Space space) PageTemplateDao.findPageTemplateByNameAndSpace
(String name, Space space) This will find a space page template with the given name and space -
Uses of Space in com.atlassian.confluence.pages.templates.persistence.dao.hibernate
Methods in com.atlassian.confluence.pages.templates.persistence.dao.hibernate with parameters of type SpaceModifier and TypeMethodDescriptionHibernatePageTemplateDao.findBySpace
(Space space) HibernatePageTemplateDao.findPageTemplateByNameAndSpace
(String name, Space space) -
Uses of Space in com.atlassian.confluence.plugin.descriptor.mail
Methods in com.atlassian.confluence.plugin.descriptor.mail with parameters of type Space -
Uses of Space in com.atlassian.confluence.plugin.descriptor.web
Methods in com.atlassian.confluence.plugin.descriptor.web that return SpaceModifier and TypeMethodDescription@Nullable Space
DefaultWebInterfaceContext.getSpace()
@Nullable Space
WebInterfaceContext.getSpace()
Returns the space related to the web interface state, or null if there is no space.Methods in com.atlassian.confluence.plugin.descriptor.web with parameters of type Space -
Uses of Space in com.atlassian.confluence.plugins.editorloader
Methods in com.atlassian.confluence.plugins.editorloader that return SpaceMethods in com.atlassian.confluence.plugins.editorloader with parameters of type Space -
Uses of Space in com.atlassian.confluence.plugins.macros.dashboard
Methods in com.atlassian.confluence.plugins.macros.dashboard that return types with arguments of type SpaceModifier and TypeMethodDescriptionDashboardMacroSupport.getAllViewableSpaces()
DashboardMacroSupport.getFavouriteSpaces()
DashboardMacroSupport.getNewSpaces()
DashboardMacroSupport.getPermittedSpaces()
Deprecated.Since 3.5.DashboardMacroSupport.getPermittedSpacesBuilder()
Get an ListBuilder of all spaces the current user can see.SpacesListMacro.getSortedRecentlyCreatedSpaces
(DashboardMacroSupport support) SpacesListMacro.getSpacesForLabels
(String labels, DashboardMacroSupport dashboardMacroSupport) SpacesListMacro.getSpacesForTeam
(String selectedTeam, DashboardMacroSupport dashboardMacroSupport) DashboardMacroSupport.getTeamSpaces()
-
Uses of Space in com.atlassian.confluence.plugins.rest.jackson2.entities.builders
Methods in com.atlassian.confluence.plugins.rest.jackson2.entities.builders with parameters of type SpaceModifier and TypeMethodDescriptionstatic SpaceEntity
DefaultContentEntityBuilder.createSpaceEntity
(Space space) -
Uses of Space in com.atlassian.confluence.plugins.rest.jackson2.manager
Methods in com.atlassian.confluence.plugins.rest.jackson2.manager with parameters of type Space -
Uses of Space in com.atlassian.confluence.plugins.spacedirectory
Methods in com.atlassian.confluence.plugins.spacedirectory that return types with arguments of type SpaceModifier and TypeMethodDescriptionViewSpaceDirectoryAction.getPaginationSupport()
ViewSpaceDirectoryAction.getSpaces()
Methods in com.atlassian.confluence.plugins.spacedirectory with parameters of type Space -
Uses of Space in com.atlassian.confluence.renderer.radeox.macros
Methods in com.atlassian.confluence.renderer.radeox.macros with parameters of type Space -
Uses of Space in com.atlassian.confluence.retention
Methods in com.atlassian.confluence.retention with parameters of type SpaceModifier and TypeMethodDescriptionboolean
RetentionPolicyPermissionManager.canEditSpacePolicy
(@Nullable ConfluenceUser user, Space space) boolean
RetentionPolicyPermissionManager.canViewSpacePolicy
(@Nullable ConfluenceUser user, Space space) -
Uses of Space in com.atlassian.confluence.rpc.soap.beans
Constructors in com.atlassian.confluence.rpc.soap.beans with parameters of type SpaceModifierConstructorDescriptionRemoteSpace
(Space space, com.atlassian.renderer.WikiStyleRenderer renderer) RemoteSpaceSummary
(Space space) -
Uses of Space in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services that return SpaceModifier and TypeMethodDescriptionSoapServiceHelper.retrieveSpace
(String spaceKey) SoapServiceHelperImpl.retrieveSpace
(String spaceKey) Retrieves a given space, and throws RemoteException if the space is not found or the user has no view perm.Methods in com.atlassian.confluence.rpc.soap.services with parameters of type SpaceModifier and TypeMethodDescriptionvoid
SoapServiceHelper.assertCanAdminister
(Space space) void
SoapServiceHelperImpl.assertCanAdminister
(Space space) void
SoapServiceHelper.assertCanCreateBlogPost
(Space space) void
SoapServiceHelperImpl.assertCanCreateBlogPost
(Space space) void
SoapServiceHelper.assertCanCreatePage
(Space space) void
SoapServiceHelperImpl.assertCanCreatePage
(Space space) void
SoapServiceHelper.assertCanExport
(Space space) void
SoapServiceHelperImpl.assertCanExport
(Space space) void
SoapServiceHelper.assertCanView
(Space space) void
SoapServiceHelperImpl.assertCanView
(Space space) -
Uses of Space in com.atlassian.confluence.search
Methods in com.atlassian.confluence.search with parameters of type SpaceModifier and TypeMethodDescriptionvoid
ChangeIndexer.unIndexSpace
(Space space) void
ConfluenceIndexer.unIndexSpace
(Space space) Optimised unindex of all content in a space -
Uses of Space in com.atlassian.confluence.security
Methods in com.atlassian.confluence.security that return SpaceModifier and TypeMethodDescription@Nullable Space
SpacePermission.getSpace()
The space of this permission.DefaultSpacePermissionDefaultsStore.getTemplateSpace()
SpacePermissionDefaultsStore.getTemplateSpace()
Methods in com.atlassian.confluence.security with parameters of type SpaceModifier and TypeMethodDescriptionboolean
PermissionHelper.canCreateBlogPost
(com.atlassian.user.User user, Space space) boolean
PermissionHelper.canCreatePage
(com.atlassian.user.User user, Space space) static SpacePermission
SpacePermission.createAnonymousSpacePermission
(String type, @Nullable Space space) static SpacePermission
SpacePermission.createAuthenticatedUsersSpacePermission
(String type, @Nullable Space space) Creates a permission which is granted to all authenticated users, including unlicensed users.void
ReadOnlySpacePermissionManager.createDefaultSpacePermissions
(Space space) void
SpacePermissionCoordinator.createDefaultSpacePermissions
(Space space) void
SpacePermissionManager.createDefaultSpacePermissions
(Space space) static SpacePermission
SpacePermission.createGroupSpacePermission
(String type, @Nullable Space space, String group) DefaultSpacePermissionDefaultsStore.createPermissionsForSpace
(Space space) SpacePermissionDefaultsStore.createPermissionsForSpace
(Space space) void
ReadOnlySpacePermissionManager.createPrivateSpacePermissions
(Space space) void
SpacePermissionCoordinator.createPrivateSpacePermissions
(Space space) void
SpacePermissionManager.createPrivateSpacePermissions
(Space space) static SpacePermission
SpacePermission.createUserSpacePermission
(String type, @Nullable Space space, ConfluenceUser subject) static SpacePermission
SpacePermission.createUserSpacePermission
(String type, @Nullable Space space, String userName) Deprecated.since 5.2.PermissionsFormHandler.fromFormParameterName
(String formParameterName, Space space, String parameterType) Convert a form parameter name into a space permission.ReadOnlySpacePermissionManager.getGroupsForPermissionType
(String arg0, Space arg1) SpacePermissionCoordinator.getGroupsForPermissionType
(String permissionType, Space space) SpacePermissionManager.getGroupsForPermissionType
(String permissionType, Space space) Collection<com.atlassian.user.Group>
ReadOnlySpacePermissionManager.getGroupsWithPermissions
(@Nullable Space arg0) Collection<com.atlassian.user.Group>
SpacePermissionCoordinator.getGroupsWithPermissions
(@Nullable Space space) Collection<com.atlassian.user.Group>
SpacePermissionManager.getGroupsWithPermissions
(@Nullable Space space) Returns all groups which have permissions in a space or on a global level.ReadOnlySpacePermissionManager.getPermissionsForAnonymousUsers
(Space space) SpacePermissionCoordinator.getPermissionsForAnonymousUsers
(Space space) SpacePermissionManager.getPermissionsForAnonymousUsers
(Space space) Get all permissions granted to the anonymous users in the given spaceReadOnlySpacePermissionManager.getPermissionsForGroup
(String group, Space space) SpacePermissionCoordinator.getPermissionsForGroup
(String group, Space space) SpacePermissionManager.getPermissionsForGroup
(String group, Space space) Get all permissions for the given group in the specified spaceReadOnlySpacePermissionManager.getPermissionsForUser
(ConfluenceUser user, Space space) SpacePermissionCoordinator.getPermissionsForUser
(ConfluenceUser user, Space space) SpacePermissionManager.getPermissionsForUser
(ConfluenceUser user, Space space) Get all permissions for the given user in the specified spaceReadOnlySpacePermissionManager.getUsersForPermissionType
(String arg0, Space arg1) SpacePermissionCoordinator.getUsersForPermissionType
(String permissionType, Space space) SpacePermissionManager.getUsersForPermissionType
(String permissionType, Space space) Collection<com.atlassian.user.User>
ReadOnlySpacePermissionManager.getUsersWithPermissions
(@Nullable Space arg0) Collection<com.atlassian.user.User>
SpacePermissionCoordinator.getUsersWithPermissions
(@Nullable Space space) Collection<com.atlassian.user.User>
SpacePermissionManager.getUsersWithPermissions
(@Nullable Space space) Returns a collection of user objects with VIEWSPACE_PERMISSION in the space.boolean
ReadOnlySpacePermissionManager.groupHasPermission
(String arg0, @Nullable Space arg1, String arg2) boolean
SpacePermissionCoordinator.groupHasPermission
(String permissionType, @Nullable Space space, String group) boolean
SpacePermissionManager.groupHasPermission
(String permissionType, @Nullable Space space, String group) Checks whether the given group has the given permissionboolean
ReadOnlySpacePermissionManager.hasAllPermissions
(List<String> permissionTypes, @Nullable Space space, @Nullable ConfluenceUser user) boolean
SpacePermissionCoordinator.hasAllPermissions
(List<String> permissionTypes, @Nullable Space space, @Nullable ConfluenceUser remoteUser) boolean
SpacePermissionManager.hasAllPermissions
(List<String> permissionTypes, @Nullable Space space, @Nullable ConfluenceUser user) Determines if remoteUser has all of the given permissions in spacedefault boolean
SpacePermissionManager.hasAllPermissions
(List<String> permissionTypes, @Nullable Space space, @Nullable com.atlassian.user.User user) Deprecated.boolean
ReadOnlySpacePermissionManager.hasPermission
(String arg0, @Nullable Space arg1, @Nullable ConfluenceUser arg2) boolean
SpacePermissionCoordinator.hasPermission
(String permissionType, @Nullable Space space, @Nullable ConfluenceUser remoteUser) boolean
SpacePermissionManager.hasPermission
(String permissionType, @Nullable Space space, @Nullable ConfluenceUser user) Determines if remoteUser has the given permission in spacedefault boolean
SpacePermissionManager.hasPermission
(String permissionType, @Nullable Space space, @Nullable com.atlassian.user.User remoteUser) Deprecated.boolean
ReadOnlySpacePermissionManager.hasPermissionForSpace
(@Nullable ConfluenceUser arg0, List arg1, @Nullable Space arg2) boolean
SpacePermissionCoordinator.hasPermissionForSpace
(@Nullable ConfluenceUser user, List permissionTypes, @Nullable Space space) boolean
SpacePermissionManager.hasPermissionForSpace
(@Nullable ConfluenceUser user, List permissionTypes, @Nullable Space space) default boolean
SpacePermissionManager.hasPermissionForSpace
(@Nullable com.atlassian.user.User user, List permissionTypes, @Nullable Space space) Deprecated.boolean
ReadOnlySpacePermissionManager.hasPermissionNoExemptions
(String permissionType, @Nullable Space space, @Nullable ConfluenceUser remoteUser) boolean
SpacePermissionCoordinator.hasPermissionNoExemptions
(String permissionType, @Nullable Space space, @Nullable ConfluenceUser remoteUser) boolean
SpacePermissionManager.hasPermissionNoExemptions
(String permissionType, @Nullable Space space, @Nullable ConfluenceUser remoteUser) Returns true if the user has the specified permission on the target space.default boolean
SpacePermissionManager.hasPermissionNoExemptions
(String permissionType, @Nullable Space space, @Nullable com.atlassian.user.User remoteUser) Deprecated.static boolean
PermissionUtils.isAdminUser
(SpacePermissionManager spacePermissionManager, com.atlassian.user.User remoteUser, Space space) void
ReadOnlySpacePermissionManager.removeAllPermissions
(Space space) Deprecated.void
ReadOnlySpacePermissionManager.removeAllPermissions
(Space space, SpacePermissionContext context) void
SpacePermissionCoordinator.removeAllPermissions
(Space space) Deprecated.void
SpacePermissionCoordinator.removeAllPermissions
(Space space, SpacePermissionContext context) Removes allSpacePermission
's from the specified space.void
SpacePermissionManager.removeAllPermissions
(Space space) Deprecated.since 5.9.void
ReadOnlySpacePermissionManager.saveSpacePermissions
(Space space, Collection<SpacePermission> spacePermissions, SpacePermissionContext context) void
SpacePermissionCoordinator.saveSpacePermissions
(Space space, Collection<SpacePermission> spacePermissions, SpacePermissionContext context) void
Constructors in com.atlassian.confluence.security with parameters of type SpaceModifierConstructorDescriptionSpacePermission
(String type, @Nullable Space space, @Nullable String group, @Nullable ConfluenceUser subject) SpacePermission
(String type, @Nullable Space space, @Nullable String group, @Nullable String userName) Deprecated.since 3.0, as passing both group and userName leads to an invalid permissionSpacePermission
(String type, @Nullable Space space, String group) SpacePermission
(String type, Space space) -
Uses of Space in com.atlassian.confluence.security.actions
Methods in com.atlassian.confluence.security.actions that return SpaceModifier and TypeMethodDescriptionEditSpacePermissionDefaultsAction.getSpace()
EditSpacePermissionsAction.getSpace()
NotPermittedAction.getSpace()
ViewSpacePermissionsAction.getSpace()
Methods in com.atlassian.confluence.security.actions that return types with arguments of type SpaceMethods in com.atlassian.confluence.security.actions with parameters of type Space -
Uses of Space in com.atlassian.confluence.security.administrators
Methods in com.atlassian.confluence.security.administrators with parameters of type SpaceModifier and TypeMethodDescriptionPermissionsAdministratorBuilder.buildEditSpaceAdministrator
(Space space, com.atlassian.user.User user, List<String> usersToAdd, List<String> groupsToAdd) Returns a space edit permissions administrator and populates its fields.PermissionsAdministratorBuilder.buildSpacePermissionAdministrator
(Space space) Returns a space permissions administrator (for viewiing) and populates its fields. -
Uses of Space in com.atlassian.confluence.security.delegate
Methods in com.atlassian.confluence.security.delegate that return SpaceModifier and TypeMethodDescriptionprotected abstract Space
AbstractPermissionsDelegate.getSpaceFrom
(Object target) protected Space
AttachmentPermissionsDelegate.getSpaceFrom
(Object target) protected Space
BlogPostPermissionsDelegate.getSpaceFrom
(Object target) protected Space
CommentPermissionsDelegate.getSpaceFrom
(Object target) protected Space
DraftPermissionsDelegate.getSpaceFrom
(Object target) protected Space
LabellingPermissionsDelegate.getSpaceFrom
(Object target) protected Space
PagePermissionsDelegate.getSpaceFrom
(Object target) protected Space
PageTemplatePermissionsDelegate.getSpaceFrom
(Object target) protected Space
SpacePermissionsDelegate.getSpaceFrom
(Object target) Methods in com.atlassian.confluence.security.delegate with parameters of type SpaceModifier and TypeMethodDescriptionboolean
SpacePermissionsDelegate.canAdminister
(ConfluenceUser user, Space target) boolean
SpacePermissionsDelegate.canEdit
(ConfluenceUser user, Space target) boolean
SpacePermissionsDelegate.canExport
(ConfluenceUser user, Space target) boolean
SpacePermissionsDelegate.canRemove
(ConfluenceUser user, Space target) boolean
SpacePermissionsDelegate.canSetPermissions
(ConfluenceUser user, Space target) boolean
SpacePermissionsDelegate.canView
(ConfluenceUser user, Space target) -
Uses of Space in com.atlassian.confluence.security.denormalisedpermissions
Methods in com.atlassian.confluence.security.denormalisedpermissions that return types with arguments of type SpaceModifier and TypeMethodDescriptionBulkPermissionService.getPermittedSpaces
(SpacesQuery spaceQuery, int offset, int limit) Returns a list of permitted spaces filters by spaceQuery. -
Uses of Space in com.atlassian.confluence.security.denormalisedpermissions.impl
Methods in com.atlassian.confluence.security.denormalisedpermissions.impl that return SpaceMethods in com.atlassian.confluence.security.denormalisedpermissions.impl that return types with arguments of type SpaceModifier and TypeMethodDescriptionDenormalisedPermissionFallbackServiceImpl.getPermittedSpaces
(SpacesQuery spaceQuery, int offset, int limit) Returns a list of permitted spaces filters by spaceQuery.DenormalisedPermissionRouter.getPermittedSpaces
(SpacesQuery spaceQuery, int offset, int limit) Returns a list of permitted spaces filters by spaceQuery.DenormalisedPermissionServiceImpl.getPermittedSpaces
(SpacesQuery spaceQuery, int offset, int limit) Returns a list of permitted spaces filters by spaceQuery. -
Uses of Space in com.atlassian.confluence.security.denormalisedpermissions.impl.space.dao
Methods in com.atlassian.confluence.security.denormalisedpermissions.impl.space.dao that return types with arguments of type SpaceModifier and TypeMethodDescriptionDenormalisedSpacePermissionDao.findPermittedSpaces
(List<Long> sidList, SpacePermissionType permissionType) Retrieves all permitted spaces, filtered by space permissions and sid listDenormalisedSpacePermissionDao.getSpaces
(Set<Long> sids, SpacePermissionType permissionType, SpacesQuery spaceQuery, int offset, int limit, boolean permissionExempt) Returns a list of permitted spaces Spaces could be additionally filtered by provided optional filters -
Uses of Space in com.atlassian.confluence.security.persistence.dao
Methods in com.atlassian.confluence.security.persistence.dao with parameters of type SpaceModifier and TypeMethodDescriptionSpacePermissionDao.findGroupPermissionsForSpace
(Space space, String permissionType) Find all group permissions of typepermissionType
forspace
.SpacePermissionDao.findPermissionsForAnonymousUsers
(Space space) Find the permissions granted to the anonymous users in the given spaceSpacePermissionDao.findPermissionsForGroupInSpace
(String group, Space space) Find the permissions granted to the group in the given spaceSpacePermissionDao.findPermissionsForSpace
(Space space) Retrieves all permissions for spaceSpacePermissionDao.findPermissionsForUserInSpace
(ConfluenceUser user, Space space) Find the permissions granted for a user in a spacevoid
SpacePermissionDao.removePermissionsForSpace
(Space space) Removes all permissions in space -
Uses of Space in com.atlassian.confluence.security.persistence.dao.hibernate
Methods in com.atlassian.confluence.security.persistence.dao.hibernate with parameters of type SpaceModifier and TypeMethodDescriptionHibernateSpacePermissionDao.findGroupPermissionsForSpace
(Space space, String permissionType) HibernateSpacePermissionDao.findPermissionsForAnonymousUsers
(Space space) HibernateSpacePermissionDao.findPermissionsForGroupInSpace
(String group, Space space) HibernateSpacePermissionDao.findPermissionsForSpace
(Space space) HibernateSpacePermissionDao.findPermissionsForUserInSpace
(ConfluenceUser user, Space space) void
HibernateSpacePermissionDao.removePermissionsForSpace
(Space space) -
Uses of Space in com.atlassian.confluence.setup.bandana
Constructors in com.atlassian.confluence.setup.bandana with parameters of type Space -
Uses of Space in com.atlassian.confluence.spaces
Subclasses of Space in com.atlassian.confluence.spacesModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.since 9.1, useSpace
directly.Methods in com.atlassian.confluence.spaces that return SpaceModifier and TypeMethodDescriptionstatic Space
DefaultSpaceManager.cloneSpaceForRemoveEvent
(Space space) We clone the space object so we can pass the space data with the SpaceRemoveEvent because a whole bunch of plugins break if we don't.@NonNull Space
DefaultSpaceManager.createPersonalSpace
(String name, @Nullable String description, com.atlassian.user.User owner) @NonNull Space
ReadOnlySpaceManager.createPersonalSpace
(String name, @Nullable String description, com.atlassian.user.User owner) Deprecated, for removal: This API element is subject to removal in a future version.@NonNull Space
SpaceManager.createPersonalSpace
(String name, @Nullable String description, com.atlassian.user.User owner) Creates a personal space.@NonNull Space
DefaultSpaceManager.createPrivatePersonalSpace
(String name, @Nullable String description, com.atlassian.user.User owner) @NonNull Space
ReadOnlySpaceManager.createPrivatePersonalSpace
(String name, @Nullable String description, com.atlassian.user.User owner) Deprecated, for removal: This API element is subject to removal in a future version.@NonNull Space
SpaceManager.createPrivatePersonalSpace
(String name, @Nullable String description, com.atlassian.user.User owner) Create a personal Space for which only the creator has any permissions@NonNull Space
DefaultSpaceManager.createPrivateSpace
(String key, String name, @Nullable String description, com.atlassian.user.User creator) @NonNull Space
ReadOnlySpaceManager.createPrivateSpace
(String key, String name, @Nullable String description, com.atlassian.user.User creator) Deprecated, for removal: This API element is subject to removal in a future version.@NonNull Space
SpaceManager.createPrivateSpace
(String key, String name, @Nullable String description, com.atlassian.user.User creator) Creates a Space for which only the creator has any permissions@NonNull Space
DefaultSpaceManager.createSpace
(Space space) Deprecated.since 4.3.@NonNull Space
DefaultSpaceManager.createSpace
(String key, String name, @Nullable String description, com.atlassian.user.User creator) @NonNull Space
ReadOnlySpaceManager.createSpace
(Space space) Deprecated, for removal: This API element is subject to removal in a future version.@NonNull Space
ReadOnlySpaceManager.createSpace
(String key, String name, @Nullable String description, com.atlassian.user.User creator) Deprecated, for removal: This API element is subject to removal in a future version.@NonNull Space
SpaceManager.createSpace
(Space space) Deprecated.since 6.10.0, use {#link #createSpace(String key, String name, String description, User creator)}@NonNull Space
SpaceManager.createSpace
(String key, String name, @Nullable String description, com.atlassian.user.User creator) @Nullable Space
DefaultSpaceManager.getPersonalSpace
(@Nullable ConfluenceUser user) @Nullable Space
ReadOnlySpaceManager.getPersonalSpace
(@Nullable ConfluenceUser user) Deprecated, for removal: This API element is subject to removal in a future version.@Nullable Space
SpaceManager.getPersonalSpace
(@Nullable ConfluenceUser user) Deprecated.since 7.3.0, useSpaceService.find(Expansion...)
in plugins andSpaceManagerInternal
in core where applicableDefaultSpaceManager.getSpace
(long id) @Nullable Space
ReadOnlySpaceDescription.getSpace()
@Nullable Space
ReadOnlySpaceManager.getSpace
(long id) Deprecated, for removal: This API element is subject to removal in a future version.@Nullable Space
Deprecated, for removal: This API element is subject to removal in a future version.Spaced.getSpace()
@Nullable Space
SpaceManager.getSpace
(long id) Deprecated.since 7.3.0, useSpaceService.find(Expansion...)
in plugins andSpaceManagerInternal
in core where applicable@Nullable Space
Deprecated.since 7.3.0, useSpaceService.find(Expansion...)
in plugins andSpaceManagerInternal
in core where applicableMethods in com.atlassian.confluence.spaces that return types with arguments of type SpaceModifier and TypeMethodDescriptionDefaultSpaceManager.getAllSpaces()
DefaultSpaceManager.getAllSpaces
(SpacesQuery query) ReadOnlySpaceManager.getAllSpaces()
Deprecated, for removal: This API element is subject to removal in a future version.ReadOnlySpaceManager.getAllSpaces
(SpacesQuery query) Deprecated, for removal: This API element is subject to removal in a future version.SpaceManager.getAllSpaces()
Deprecated.since 7.3.0, useSpaceService.find(Expansion...)
in plugins andSpaceManagerInternal
in core where applicableSpaceManager.getAllSpaces
(SpacesQuery query) Deprecated.since 7.3.0, useSpaceService.find(Expansion...)
in plugins andSpaceManagerInternal
in core where applicable@NonNull ListBuilder<Space>
DefaultSpaceManager.getSpaces
(SpacesQuery query) final @NonNull PageResponse<Space>
DefaultSpaceManager.getSpaces
(SpacesQuery query, LimitedRequest limitedRequest, Predicate<? super Space>... filter) @NonNull ListBuilder<Space>
ReadOnlySpaceManager.getSpaces
(SpacesQuery query) Deprecated, for removal: This API element is subject to removal in a future version.@NonNull ListBuilder<Space>
SpaceManager.getSpaces
(SpacesQuery query) Deprecated.since 7.3.0, useSpaceService.find(Expansion...)
in plugins andSpaceManagerInternal
in core where applicableDefaultSpaceManager.getSpacesCreatedAfter
(Date creationDate) ReadOnlySpaceManager.getSpacesCreatedAfter
(Date creationDate) Deprecated, for removal: This API element is subject to removal in a future version.SpaceManager.getSpacesCreatedAfter
(Date creationDate) Methods in com.atlassian.confluence.spaces with parameters of type SpaceModifier and TypeMethodDescriptionvoid
DefaultSpaceManager.archiveSpace
(Space space) void
ReadOnlySpaceManager.archiveSpace
(Space space) Deprecated, for removal: This API element is subject to removal in a future version.void
SpaceManager.archiveSpace
(Space space) Archive the space.static Space
DefaultSpaceManager.cloneSpaceForRemoveEvent
(Space space) We clone the space object so we can pass the space data with the SpaceRemoveEvent because a whole bunch of plugins break if we don't.@NonNull Space
DefaultSpaceManager.createSpace
(Space space) Deprecated.since 4.3.@NonNull Space
ReadOnlySpaceManager.createSpace
(Space space) Deprecated, for removal: This API element is subject to removal in a future version.@NonNull Space
SpaceManager.createSpace
(Space space) Deprecated.since 6.10.0, use {#link #createSpace(String key, String name, String description, User creator)}void
DefaultSpaceManager.ensureSpaceDescriptionExists
(Space space) void
ReadOnlySpaceManager.ensureSpaceDescriptionExists
(Space space) Deprecated, for removal: This API element is subject to removal in a future version.void
SpaceManager.ensureSpaceDescriptionExists
(Space space) If the given Space does not have a description, creates one for it, and saves it.long
DefaultSpaceManager.findPageTotal
(Space space) long
ReadOnlySpaceManager.findPageTotal
(Space space) Deprecated, for removal: This API element is subject to removal in a future version.long
SpaceManager.findPageTotal
(Space space) Get the number of pages in a space.DefaultSpaceLogoManager.getLogoDownloadPath
(Space space, com.atlassian.user.User viewingUser) SpaceLogoManager.getLogoDownloadPath
(Space space, com.atlassian.user.User viewingUser) Deprecated.DefaultSpaceLogoManager.getLogoUriReference
(Space space, com.atlassian.user.User viewingUser) SpaceLogoManager.getLogoUriReference
(Space space, com.atlassian.user.User viewingUser) Return a "URI reference" (a URL that may be relative to the application's base URI including context path or an absolute URL) for the logo of a given space.int
DefaultSpaceManager.getNumberOfBlogPosts
(Space space) int
ReadOnlySpaceManager.getNumberOfBlogPosts
(Space space) Deprecated, for removal: This API element is subject to removal in a future version.int
SpaceManager.getNumberOfBlogPosts
(Space space) Get the number of blog posts in a space.@NonNull List<com.atlassian.user.User>
DefaultSpaceManager.getSpaceAdmins
(Space space) @NonNull List<com.atlassian.user.User>
DefaultSpaceManager.getSpaceAdmins
(Space space, int limit) @NonNull List<com.atlassian.user.User>
ReadOnlySpaceManager.getSpaceAdmins
(Space spaces) Deprecated, for removal: This API element is subject to removal in a future version.@NonNull List<com.atlassian.user.User>
ReadOnlySpaceManager.getSpaceAdmins
(Space spaces, int limit) Deprecated, for removal: This API element is subject to removal in a future version.@NonNull List<com.atlassian.user.User>
SpaceManager.getSpaceAdmins
(Space spaces) Returns a list of administrators for a given space, sorted by full name@NonNull List<com.atlassian.user.User>
SpaceManager.getSpaceAdmins
(Space spaces, int limit) Returns a list of administrators for a given space, sorted by full name, up to the size limitstatic boolean
boolean
static boolean
SpaceType.isPersonal
(Space space) @NonNull Boolean
DefaultSpaceManager.removeSpace
(Space space) @NonNull Boolean
ReadOnlySpaceManager.removeSpace
(Space space) Deprecated, for removal: This API element is subject to removal in a future version.@NonNull Boolean
SpaceManager.removeSpace
(Space space) Removes a space with a given space.void
void
void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
void
void
void
DefaultSpaceManager.unarchiveSpace
(Space space) void
ReadOnlySpaceManager.unarchiveSpace
(Space space) Deprecated, for removal: This API element is subject to removal in a future version.void
SpaceManager.unarchiveSpace
(Space space) Un-archive the space.Constructors in com.atlassian.confluence.spaces with parameters of type SpaceModifierConstructorDescriptionReadOnlySpace
(Space delegate) Deprecated, for removal: This API element is subject to removal in a future version.SpaceDescription
(Space space) -
Uses of Space in com.atlassian.confluence.spaces.actions
Fields in com.atlassian.confluence.spaces.actions declared as SpaceMethods in com.atlassian.confluence.spaces.actions that return SpaceModifier and TypeMethodDescriptionAbstractSpaceAction.getSpace()
ConfigureSpaceLogoAction.getSpace()
Deprecated, for removal: This API element is subject to removal in a future version.since 8.8.0.Methods in com.atlassian.confluence.spaces.actions with parameters of type SpaceModifier and TypeMethodDescriptionvoid
void
void
void
IOC method for setting the space on the action.Constructors in com.atlassian.confluence.spaces.actions with parameters of type Space -
Uses of Space in com.atlassian.confluence.spaces.persistence.dao
Methods in com.atlassian.confluence.spaces.persistence.dao that return SpaceModifier and TypeMethodDescription@Nullable Space
SpaceDao.getById
(long id) @Nullable Space
SpaceDao.getPersonalSpace
(@Nullable ConfluenceUser user) @Nullable Space
Find a space by its space key.@Nullable Space
SpaceDao.getSpaceByContentId
(long contentId) Get the space that some content belongs to in a single db query.Methods in com.atlassian.confluence.spaces.persistence.dao that return types with arguments of type SpaceModifier and TypeMethodDescriptionSpaceDao.getSpaces
(SpacesQueryWithPermissionQueryBuilder queryWithPermissionClauseBuilder) Get a list of spaces specified by theSpacesQuery
.SpaceDao.getSpaces
(SpacesQueryWithPermissionQueryBuilder queryWithPermissionClauseBuilder, int offset, int maxResults) Get a list of spaces specified by theSpacesQueryWithPermissionQueryBuilder
.SpaceDao.getSpacesContainingCommentsByUser
(@Nullable ConfluenceUser user) Find all spaces containing comments by a particular user.SpaceDao.getSpacesContainingPagesEditedByUser
(@Nullable ConfluenceUser user) Find all spaces containing pages that were edited by a particular user.SpaceDao.getSpacesCreatedAfter
(Date creationDate) SpaceDao.getSpacesCreatedByUser
(@Nullable ConfluenceUser username) Find all the spaces created by a given user.SpaceDao.getSpacesCreatedOrUpdatedSinceDate
(Date previousLoginDate) Methods in com.atlassian.confluence.spaces.persistence.dao with parameters of type SpaceModifier and TypeMethodDescriptionint
SpaceDao.findPageTotal
(Space space) Fast way to count pages in a space without loading them.int
SpaceDao.getNumberOfBlogPosts
(Space space) Fast way to count blog posts in a space without loading them.Method parameters in com.atlassian.confluence.spaces.persistence.dao with type arguments of type SpaceModifier and TypeMethodDescriptionvoid
SpaceDao.performOnAll
(Consumer<Space> function) Perform the task with all spaces. -
Uses of Space in com.atlassian.confluence.spaces.persistence.dao.hibernate
Methods in com.atlassian.confluence.spaces.persistence.dao.hibernate that return SpaceModifier and TypeMethodDescription@Nullable Space
HibernateSpaceDao.getById
(long id) @Nullable Space
HibernateSpaceDao.getPersonalSpace
(@Nullable ConfluenceUser user) @Nullable Space
first tries to fetch the space from the cache by space id if not, fetch it from database@Nullable Space
HibernateSpaceDao.getSpaceByContentId
(long contentId) Methods in com.atlassian.confluence.spaces.persistence.dao.hibernate that return types with arguments of type SpaceModifier and TypeMethodDescriptionHibernateSpaceDao.getPersistentClass()
HibernateSpaceDao.getSpaces
(SpacesQueryWithPermissionQueryBuilder queryWithPermissionClauseBuilder) HibernateSpaceDao.getSpaces
(SpacesQueryWithPermissionQueryBuilder queryWithPermissionClauseBuilder, int offset, int maxResults) HibernateSpaceDao.getSpacesContainingCommentsByUser
(@Nullable ConfluenceUser user) HibernateSpaceDao.getSpacesContainingPagesEditedByUser
(@Nullable ConfluenceUser user) HibernateSpaceDao.getSpacesCreatedAfter
(Date creationDate) HibernateSpaceDao.getSpacesCreatedByUser
(@Nullable ConfluenceUser user) HibernateSpaceDao.getSpacesCreatedOrUpdatedSinceDate
(Date previousLoginDate) Methods in com.atlassian.confluence.spaces.persistence.dao.hibernate with parameters of type SpaceModifier and TypeMethodDescriptionint
HibernateSpaceDao.findPageTotal
(Space space) int
HibernateSpaceDao.getNumberOfBlogPosts
(Space space) void
void
Override the parent remove method as we want to remove the object out of the cache as wellMethod parameters in com.atlassian.confluence.spaces.persistence.dao.hibernate with type arguments of type Space -
Uses of Space in com.atlassian.confluence.themes
Methods in com.atlassian.confluence.themes that return SpaceMethods in com.atlassian.confluence.themes with parameters of type SpaceModifier and TypeMethodDescriptionColourSchemeManager.getColourSchemeSetting
(Space space) DefaultColourSchemeManager.getColourSchemeSetting
(Space space) ColourSchemeManager.getSpaceColourScheme
(Space space) Retrieve the colour scheme for a space - for display, complete with global defaults.DefaultColourSchemeManager.getSpaceColourScheme
(Space space) void
ColourSchemeManager.resetColourScheme
(Space space) void
DefaultColourSchemeManager.resetColourScheme
(Space space) void
ColourSchemeManager.saveSpaceColourScheme
(Space space, BaseColourScheme colourScheme) void
DefaultColourSchemeManager.saveSpaceColourScheme
(Space space, BaseColourScheme colourScheme) static void
ThemeContext.set
(javax.servlet.ServletRequest request, Space currentSpace, Theme currentTheme, Theme globalTheme) void
ColourSchemeManager.setColourSchemeSetting
(Space space, String value) void
DefaultColourSchemeManager.setColourSchemeSetting
(Space space, String value) Constructors in com.atlassian.confluence.themes with parameters of type SpaceModifierConstructorDescriptionThemeContext
(Space currentSpace, Theme spaceTheme, Theme globalTheme) -
Uses of Space in com.atlassian.confluence.ui.rest.builder
Methods in com.atlassian.confluence.ui.rest.builder with parameters of type SpaceModifier and TypeMethodDescriptionLegacySpaceSummaryBuilder.buildFrom
(Space space, Expansions expansions) Deprecated. -
Uses of Space in com.atlassian.confluence.user
Constructors in com.atlassian.confluence.user with parameters of type SpaceModifierConstructorDescriptionPermittedUserFinder
(PageManager pageManager, PermissionManager permissionManager, SpacePermissionManager spacePermissionManager, Page parentPage, Space space) -
Uses of Space in com.atlassian.confluence.user.actions
Methods in com.atlassian.confluence.user.actions that return SpaceModifier and TypeMethodDescriptionEditNotificationsAction.getSpace()
FindRestrictableEntitiesAction.getSpace()
Methods in com.atlassian.confluence.user.actions that return types with arguments of type SpaceModifier and TypeMethodDescriptionViewMyDraftsAction.getNonResumableDraftsBySpace()
ViewMyDraftsAction.getResumableDraftsBySpace()
RemoveGroupAction.getSpaces()
Methods in com.atlassian.confluence.user.actions with parameters of type SpaceModifier and TypeMethodDescriptionRemoveGroupAction.getGroupSpacePermissionsForSpace
(Space space) void
void
-
Uses of Space in com.atlassian.confluence.user.notifications
Constructors in com.atlassian.confluence.user.notifications with parameters of type SpaceModifierConstructorDescriptionAddWatchLink
(Space space, @Nullable ContentTypeEnum contentType) Create a link to represent adding a watch on a page -
Uses of Space in com.atlassian.confluence.userstatus
Methods in com.atlassian.confluence.userstatus with parameters of type SpaceModifier and TypeMethodDescriptionvoid
DefaultFavouriteManager.addSpaceToFavourites
(com.atlassian.user.User user, Space space) void
FavouriteManager.addSpaceToFavourites
(com.atlassian.user.User user, Space space) Add a space to a user's favourites by attaching a personal label to the space.boolean
DefaultFavouriteManager.hasPermission
(com.atlassian.user.User user, Space space) boolean
FavouriteManager.hasPermission
(com.atlassian.user.User user, Space space) Get whether the current user has permission to add or remove a space favourite.boolean
DefaultFavouriteManager.isUserFavourite
(com.atlassian.user.User user, Space space) boolean
FavouriteManager.isUserFavourite
(com.atlassian.user.User user, Space space) Returns whether a space is marked as a favourite for a user.void
DefaultFavouriteManager.removeSpaceFromFavourites
(com.atlassian.user.User user, Space space) void
FavouriteManager.removeSpaceFromFavourites
(com.atlassian.user.User user, Space space) Remove a space from a user's favourites. -
Uses of Space in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util with parameters of type Space -
Uses of Space in com.atlassian.confluence.util.breadcrumbs
Fields in com.atlassian.confluence.util.breadcrumbs declared as SpaceModifier and TypeFieldDescriptionprotected Space
AbstractSpaceActionBreadcrumb.space
protected Space
AbstractSpaceBreadcrumb.space
Methods in com.atlassian.confluence.util.breadcrumbs that return SpaceModifier and TypeMethodDescriptionBrowseSpaceBreadcrumb.getSpace()
SpaceAdminActionBreadcrumb.getSpace()
Methods in com.atlassian.confluence.util.breadcrumbs with parameters of type SpaceModifier and TypeMethodDescriptionBreadcrumbGenerator.getAdvancedBreadcrumb
(Space space) Returns the advanced breadcrumb in a space.DefaultBreadcrumbGenerator.getAdvancedBreadcrumb
(Space space) BreadcrumbGenerator.getBlogCollectorBreadcrumb
(Space space) DefaultBreadcrumbGenerator.getBlogCollectorBreadcrumb
(Space space) BreadcrumbGenerator.getContentActionBreadcrumb
(ConfluenceActionSupport action, Space space, AbstractPage page, DisplayableLabel label) Returns an appropriate breadcrumb for the given action, space, page and label.DefaultBreadcrumbGenerator.getContentActionBreadcrumb
(ConfluenceActionSupport action, Space space, AbstractPage page, DisplayableLabel label) BreadcrumbGenerator.getContentBreadcrumb
(Space space, AbstractPage page) Returns an appropriate breadcrumb for a page or blogpostDefaultBreadcrumbGenerator.getContentBreadcrumb
(Space space, AbstractPage page) BreadcrumbGenerator.getContentCollectorBreadcrumb
(Space space, Class contentClass) Returns an appropriate collector page breadcrumb to represent content at the root level of a space conforming to the new space information architecture.DefaultBreadcrumbGenerator.getContentCollectorBreadcrumb
(Space space, Class contentClass) BreadcrumbGenerator.getContentDetailActionBreadcrumb
(ConfluenceActionSupport action, Space space, AbstractPage page) Breadcrumb for the "detail" pages of a Page/Blog, like Info, Attachments or History.DefaultBreadcrumbGenerator.getContentDetailActionBreadcrumb
(ConfluenceActionSupport action, Space space, AbstractPage page) BreadcrumbGenerator.getFilteredBreadcrumbTrail
(Space space, Breadcrumb breadcrumb) Returns the breadcrumb trail after filtering.DefaultBreadcrumbGenerator.getFilteredBreadcrumbTrail
(Space space, Breadcrumb breadcrumb) BreadcrumbGenerator.getSpaceAdminBreadcrumb
(ConfluenceActionSupport action, Space space) Returns the breadcrumb for a space admin action in a space.DefaultBreadcrumbGenerator.getSpaceAdminBreadcrumb
(ConfluenceActionSupport action, Space space) BreadcrumbGenerator.getSpaceOperationsBreadcrumb
(Space space) Returns the space operations breadcrumb (i.e.DefaultBreadcrumbGenerator.getSpaceOperationsBreadcrumb
(Space space) Constructors in com.atlassian.confluence.util.breadcrumbs with parameters of type SpaceModifierConstructorDescriptionprotected
AbstractSpaceActionBreadcrumb
(ConfluenceActionSupport action, Space space) AbstractSpaceBreadcrumb
(Space space) BrowseSpaceBreadcrumb
(Space space) ContentActionBreadcrumb
(ConfluenceActionSupport action, Space space, AbstractPage page, DisplayableLabel label, Breadcrumb spaceOperationsBreadcrumb) LabelBreadcrumb
(ConfluenceActionSupport action, DisplayableLabel label, Space space) Label crumbs are sequenced a little differently than normal (whereContentActionBreadcrumb
s typically come last).PageTemplatesActionBreadcrumb
(ConfluenceActionSupport action, Space space) SpaceAdminActionBreadcrumb
(ConfluenceActionSupport action, Space space) SpaceBreadcrumb
(Space space) -
Uses of Space in com.atlassian.confluence.util.breadcrumbs.spaceia
Constructors in com.atlassian.confluence.util.breadcrumbs.spaceia with parameters of type SpaceModifierConstructorDescriptionBlogCollectorBreadcrumb
(Space space) BlogPostDateBreadcrumb
(Space space, String year, String monthNumeric, String monthText, String day, Breadcrumb parent) PagesCollectorBreadcrumb
(Space space) SpaceBreadcrumb
(Space space) -
Uses of Space in com.atlassian.confluence.web.service
Methods in com.atlassian.confluence.web.service that return SpaceMethods in com.atlassian.confluence.web.service with parameters of type SpaceModifier and TypeMethodDescriptionWebContextFactory.createWebInterfaceContextForSpace
(Space space) WebContextFactoryImpl.createWebInterfaceContextForSpace
(Space space)