Uses of Class
com.atlassian.confluence.spaces.Space
-
-
Uses of Space in com.atlassian.confluence.accessmode.actions
Methods in com.atlassian.confluence.accessmode.actions that return Space Modifier and Type Method Description SpaceReadOnlyAccessAction. getSpace() -
Uses of Space in com.atlassian.confluence.api.impl
Methods in com.atlassian.confluence.api.impl with parameters of type Space Modifier and Type Method Description RestEntity<Space>DefaultApiRestEntityFactory. buildRestEntityFrom(Space space, Expansions expansions)Method parameters in com.atlassian.confluence.api.impl with type arguments of type Space Modifier and Type Method Description Iterable<RestEntity>DefaultApiRestEntityFactory. 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 Space Modifier and Type Method Description SpaceSpaceFactory. buildFrom(Space space, Expansions expansions)Map<String,Object>DefaultSpaceMetadataFactory. makeMetadata(Space space, Fauxpansions fauxpansions)Map<String,Object>SpaceMetadataFactory. makeMetadata(Space space, Fauxpansions fauxpansions)Makes metadata for a space -
Uses of Space in com.atlassian.confluence.content
Methods in com.atlassian.confluence.content with parameters of type Space Modifier and Type Method Description @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.intCustomContentManager. findTotalInSpace(Space space, String contentModuleKey)Get the total count of current, non-deleted content of the given type in the given space.voidCustomContentManager. removeAllInSpace(String contentModuleKey, Space space)Remove all plugin content of a particular type from a given space.voidCustomContentManager. 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 Constructor Description PluginContentWillBeRemovedForSpaceEvent(Object src, Space 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 Space Modifier and Type Method Description SpaceSpaceResourceIdentifierResolver. 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
-
Uses of Space in com.atlassian.confluence.content.service.page
Methods in com.atlassian.confluence.content.service.page with parameters of type Space Modifier and Type Method Description booleanMovePageCommandHelper. childPageTitleAlreadyExists(Page sourcePage, Space targetSpace)List<String>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 Modifier and Type Method Description SpaceDeleteSpaceCommand. getSpace()SpaceKeySpaceLocator. getSpace()SpaceSpaceLocator. getSpace()SpaceSpaceProvider. getSpace() -
Uses of Space in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return Space Modifier and Type Method Description SpaceContentPermissionSummary. getSpace()SpaceSpaceContentEntityObject. getSpace()Methods in com.atlassian.confluence.core with parameters of type Space Modifier and Type Method Description RestEntity<Space>ApiRestEntityFactory. buildRestEntityFrom(Space space, Expansions expansions)Build a REST API entity from a hibernate Space object.Map<Long,Boolean>ContentPermissionManager. getPermissionSets(ConfluenceUser user, Space space)Retrieves the configured permissions regarding whether the specified user can view the pages inside a space.default Map<Long,Boolean>ContentPermissionManager. getPermissionSets(com.atlassian.user.User user, Space space)Deprecated, for removal: This API element is subject to removal in a future version.Map<Long,Boolean>DefaultContentPermissionManager. getPermissionSets(ConfluenceUser user, Space space)javax.activation.DataSourceDataSourceFactory. getSpaceLogo(Space space)Encapsulates the logo for the givenSpacein aDataSource.javax.activation.DataSourceDefaultDataSourceFactory. getSpaceLogo(Space space)protected booleanConfluenceActionSupport. hasPermissionForSpace(List permissionTypes, Space space)booleanSpaceContentEntityObject. isInSpace(Space space)voidSpaceContentEntityObject. setSpace(Space space)Method parameters in com.atlassian.confluence.core with type arguments of type Space Modifier and Type Method Description Iterable<RestEntity>ApiRestEntityFactory. 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 Space Constructor Description ContentPermissionSummary(long id, Space space, ConfluenceUser creator) -
Uses of Space in com.atlassian.confluence.event.events.content.attachment
Constructors in com.atlassian.confluence.event.events.content.attachment with parameters of type Space Constructor Description AttachmentListViewEvent(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 Space Modifier and Type Method Description @NonNull SpaceBlogPostMovedEvent. getCurrentSpace()@NonNull SpaceBlogPostMovedEvent. getOriginalSpace()Constructors in com.atlassian.confluence.event.events.content.blogpost with parameters of type Space Constructor Description BlogPostMovedEvent(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 Modifier and Type Method Description SpaceSpaceNotificationEvent. getSpace() -
Uses of Space in com.atlassian.confluence.event.events.content.page
Methods in com.atlassian.confluence.event.events.content.page that return Space Modifier and Type Method Description @NonNull SpacePageMoveCompletedEvent. getOldSpace()@NonNull SpacePageMoveEvent. getOldSpace()Constructors in com.atlassian.confluence.event.events.content.page with parameters of type Space Constructor Description PageListViewEvent(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 Space Modifier and Type Method Description SpaceLabelListViewEvent. getSpace()Constructors in com.atlassian.confluence.event.events.label with parameters of type Space Constructor Description LabelListViewEvent(Object src, Space space, String viewType) -
Uses of Space in com.atlassian.confluence.event.events.permission
Methods in com.atlassian.confluence.event.events.permission that return Space Modifier and Type Method Description SpaceSpacePermissionRemoveEvent. getSpace()SpaceSpacePermissionsRemoveFromSpaceEvent. getSpace()Constructors in com.atlassian.confluence.event.events.permission with parameters of type Space Constructor Description SpacePermissionRemoveEvent(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 Space Modifier and Type Method Description SpaceSpaceRetentionPolicyEvent. getSpace()Constructors in com.atlassian.confluence.event.events.retention with parameters of type Space Constructor Description SpaceRetentionPolicyChangedEvent(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 Space Modifier and Type Field Description protected SpaceSpaceEvent. spaceMethods in com.atlassian.confluence.event.events.space that return Space Modifier and Type Method Description SpaceSpaceUpdateEvent. getOriginalSpace()SpaceSpaceEvent. getSpace() -
Uses of Space in com.atlassian.confluence.event.events.template
Constructors in com.atlassian.confluence.event.events.template with parameters of type Space Constructor Description TemplateListViewEvent(Object src, Space 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 Space Modifier and Type Method Description com.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 Space Modifier and Type Method Description com.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 Space Modifier and Type Method Description @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)intDefaultCustomContentManager. findTotalInSpace(Space space, String pluginContentKey)@NonNull List<BlogPost>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)@NonNull List<Page>DefaultPageManager. getPages(@Nullable Space space, boolean currentOnly)@NonNull ListDefaultPageManager. getPagesStartingWith(Space space, String s)@NonNull List<Page>DefaultPageManager. getPagesWithPermissions(Space space)@NonNull ListDefaultPageManager. getPermissionPages(Space space)Collection<Page>DefaultPageManager. getPermissionPages(Space space, LimitedRequest limitedRequest)longDefaultPageManager. 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 IteratorDefaultCommentManager. getRecentlyUpdatedComments(Space space, int maxResults)@NonNull List<Page>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.@NonNull List<Page>DefaultPageManager. getUnsortedTopLevelPages(Space space)voidDefaultPageManager. moveBlogPostToTopLevel(BlogPost blogPost, Space space)voidDefaultPageManager. movePageToTopLevel(Page oldPage, Space destinationSpace)voidDefaultPageManager. removeAllBlogPosts(Space space)voidDefaultPageManager. removeAllBlogPosts(Space space, com.atlassian.core.util.ProgressMeter progress)voidDefaultCustomContentManager. removeAllInSpace(String pluginContentKey, Space space)voidDefaultPageManager. removeAllPages(Space space)voidDefaultPageManager. removeAllPages(Space space, com.atlassian.core.util.ProgressMeter progress)removes all the pages in a space (including all dependencies like attachments and notifications)voidDefaultCustomContentManager. 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 Space Modifier and Type Method Description protected abstract List<Space>AbstractFileXmlExporter. getIncludedSpaces()Returns the List of Spaces that should be included in the exportprotected List<Space>SiteBackupExporter. getIncludedSpaces()In this implementation, we want to include all Spaces, so return an empty listprotected List<Space>SpaceBackupExporter. getIncludedSpaces()In this implementation, we want to find out the root entity and include the Space from that.Methods in com.atlassian.confluence.impl.importexport with parameters of type Space Modifier and Type Method Description protected voidAbstractRendererExporterImpl. exportSpace(Space space, String baseExportPath)protected voidHtmlExporter. 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 Space Modifier and Type Method Description List<Space>CachingLabelManager. getFavouriteSpaces(String username)List<Space>CachingLabelManager. getSpacesContainingContentWithLabel(Label label)List<Space>CachingLabelManager. getSpacesWithLabel(Label label)Method parameters in com.atlassian.confluence.impl.labels with type arguments of type Space Modifier and Type Method Description List<Label>CachingLabelManager. 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 Modifier and Type Method Description static AttachmentRef.SpaceRefs. ref(Space space) -
Uses of Space in com.atlassian.confluence.impl.pages.persistence.dao
Methods in com.atlassian.confluence.impl.pages.persistence.dao with parameters of type Space Modifier and Type Method Description PageReadThroughCachingPageDao. getPage(Space space, String pageTitle)PageReadThroughCachingPageDao. getPageWithComments(Space space, String pageTitle) -
Uses of Space in com.atlassian.confluence.impl.retention.manager
Methods in com.atlassian.confluence.impl.retention.manager with parameters of type Space Modifier and Type Method Description booleanDefaultRetentionPolicyPermissionManager. canEditSpacePolicy(@Nullable ConfluenceUser user, Space space)booleanDefaultRetentionPolicyPermissionManager. 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 Modifier and Type Method Description voidQueuingChangeIndexer. unIndexSpace(Space space) -
Uses of Space in com.atlassian.confluence.impl.search.actions
Methods in com.atlassian.confluence.impl.search.actions that return Space Modifier and Type Method Description SpaceSearchSiteAction. getSpace(String spaceKey)Deprecated. -
Uses of Space in com.atlassian.confluence.impl.security
Methods in com.atlassian.confluence.impl.security with parameters of type Space Modifier and Type Method Description voidCoarseGrainedCachingSpacePermissionManager. createDefaultSpacePermissions(Space space)voidDefaultSpacePermissionManager. createDefaultSpacePermissions(Space space)voidCoarseGrainedCachingSpacePermissionManager. createPrivateSpacePermissions(Space space)voidDefaultSpacePermissionManager. createPrivateSpacePermissions(Space space)protected abstract Iterable<String>AbstractSpacePermissionManager. getGroupNamesWithPermission(@Nullable Space targetSpace, String permissionType)protected Set<String>CachingSpacePermissionManager. getGroupNamesWithPermission(@Nullable Space targetSpace, String permissionType)protected Iterable<String>CoarseGrainedCachingSpacePermissionManager. getGroupNamesWithPermission(@Nullable Space targetSpace, String permissionType)protected Set<String>DefaultSpacePermissionManager. getGroupNamesWithPermission(@Nullable Space targetSpace, String permissionType)Map<String,Long>CoarseGrainedCachingSpacePermissionManager. getGroupsForPermissionType(String permissionType, Space space)Map<String,Long>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)Map<String,Long>CoarseGrainedCachingSpacePermissionManager. getUsersForPermissionType(String permissionType, Space space)Map<String,Long>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)booleanAbstractSpacePermissionManager. groupHasPermission(String permissionType, @Nullable Space space, String group)booleanAbstractSpacePermissionManager. hasAllPermissions(List<String> permissionTypes, @Nullable Space space, @Nullable ConfluenceUser user)booleanAbstractSpacePermissionManager. hasPermission(String permissionType, @Nullable Space space, @Nullable ConfluenceUser remoteUser)booleanAbstractSpacePermissionManager. hasPermissionForSpace(@Nullable ConfluenceUser user, List permissionTypes, @Nullable Space space)booleanAbstractSpacePermissionManager. hasPermissionNoExemptions(String permissionType, @Nullable Space space, @Nullable ConfluenceUser remoteUser)booleanCachingSpacePermissionManager. hasPermissionNoExemptions(String permissionType, @Nullable Space space, @Nullable ConfluenceUser remoteUser)voidCoarseGrainedCachingSpacePermissionManager. removeAllPermissions(Space space)Deprecated.since 5.9.voidCoarseGrainedCachingSpacePermissionManager. removeAllPermissions(Space space, SpacePermissionContext context)voidDefaultSpacePermissionManager. removeAllPermissions(Space space)voidDefaultSpacePermissionManager. removeAllPermissions(Space space, SpacePermissionContext context)protected voidCachingSpacePermissionManager. removeAllPermissionsFromDao(Space space)protected voidDefaultSpacePermissionManager. removeAllPermissionsFromDao(Space space)Method parameters in com.atlassian.confluence.impl.security with type arguments of type Space Modifier and Type Method Description voidCoarseGrainedCachingSpacePermissionManager. prime(Iterable<? extends Space> spaces) -
Uses of Space in com.atlassian.confluence.impl.security.administrators
Methods in com.atlassian.confluence.impl.security.administrators with parameters of type Space Modifier and Type Method Description protected Collection<SpacePermission>AbstractEditPermissionsAdministrator. buildPermissionsFromWebForm(Space space, Map<String,?> formParameters, String parameterQualifier)Private implementation that doesn't check to ensure space key is nullvoidEditSpacePermissionsAdministrator. setSpace(Space space) -
Uses of Space in com.atlassian.confluence.impl.security.recovery
Methods in com.atlassian.confluence.impl.security.recovery with parameters of type Space Modifier and Type Method Description booleanRecoveryAwareCachingSpacePermissionManager. hasPermissionNoExemptions(String permissionType, @Nullable Space space, @Nullable ConfluenceUser remoteUser)booleanRecoveryAwareCGCachingSpacePermissionManager. hasPermissionNoExemptions(String permissionType, @Nullable Space space, @Nullable ConfluenceUser remoteUser) -
Uses of Space in com.atlassian.confluence.impl.themes
Methods in com.atlassian.confluence.impl.themes with parameters of type Space Modifier and Type Method Description StringSetupColourSchemeManager. getColourSchemeSetting(Space space)ColourSchemeSetupColourSchemeManager. getSpaceColourScheme(Space space)voidSetupColourSchemeManager. resetColourScheme(Space space)voidSetupColourSchemeManager. saveSpaceColourScheme(Space space, BaseColourScheme baseColourScheme)voidSetupColourSchemeManager. 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 Space Modifier and Type Method Description static voidDecoratorUtil. 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 underDecoratorAction, which does not contain page/space context of the main request.Constructors in com.atlassian.confluence.impl.util with parameters of type Space Constructor Description SideBarContext(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 Space Modifier and Type Method Description ContentTreeDefaultImportExportManager. getContentTree(com.atlassian.user.User user, Space space)Deprecated.ContentTreeImportExportManager. getContentTree(com.atlassian.user.User user, Space space)Deprecated.Returns a tree of content including pages for a space.ContentTreeDefaultImportExportManager. getPageBlogTree(com.atlassian.user.User user, Space space)Deprecated.ContentTreeImportExportManager. 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.actions
Methods in com.atlassian.confluence.importexport.actions that return Space Modifier and Type Method Description SpaceRestorePageAction. getSpace()Deprecated. -
Uses of Space in com.atlassian.confluence.importexport.impl
Methods in com.atlassian.confluence.importexport.impl that return types with arguments of type Space Modifier and Type Method Description protected abstract List<Space>FileXmlExporter. getIncludedSpaces()Deprecated.Returns the List of Spaces that should be included in the exportprotected List<Space>XmlExporter. getIncludedSpaces()Deprecated.In this implementation, we want to find out the root entity and include the Space from that.Methods in com.atlassian.confluence.importexport.impl with parameters of type Space Modifier and Type Method Description protected voidAbstractRendererExporterImpl. exportSpace(Space space, String baseExportPath)Deprecated.protected voidHtmlExporter. exportSpace(Space space, String baseExportPath)Deprecated. -
Uses of Space in com.atlassian.confluence.internal.notification.persistence
Methods in com.atlassian.confluence.internal.notification.persistence with parameters of type Space Modifier and Type Method Description List<Notification>DelegatingNotificationDaoInternal. findAllNotificationsBySpace(Space space)NotificationDelegatingNotificationDaoInternal. findNotificationByUserAndSpace(com.atlassian.user.User user, Space space)NotificationDelegatingNotificationDaoInternal. findNotificationByUserAndSpaceAndType(com.atlassian.user.User user, Space space, ContentTypeEnum type)List<Notification>DelegatingNotificationDaoInternal. findNotificationsBySpaceAndType(Space space, ContentTypeEnum type)Iterable<Long>DelegatingNotificationDaoInternal. findPageAndSpaceNotificationIdsFromSpace(Space space)Method parameters in com.atlassian.confluence.internal.notification.persistence with type arguments of type Space Modifier and Type Method Description List<Notification>DelegatingNotificationDaoInternal. findNotificationsBySpacesAndType(List<Space> spaces, ContentTypeEnum type) -
Uses of Space in com.atlassian.confluence.internal.pages
Methods in com.atlassian.confluence.internal.pages with parameters of type Space Modifier and Type Method Description default @NonNull PageResponse<AbstractPage>PageManagerInternal. getAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)Deprecated.since 7.0.1.default @NonNull PageResponse<AbstractPage>PageManagerInternal. getAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)Deprecated.since 7.0.1.default @NonNull PageResponse<BlogPost>PageManagerInternal. getBlogPosts(Space space, LimitedRequest pageRequest, com.google.common.base.Predicate<? super BlogPost>... filter)Deprecated.since 7.0.1.@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.default @NonNull PageResponse<Page>PageManagerInternal. getPages(Space space, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page>... filter)Deprecated.since 7.0.1.Collection<Page>PageManagerInternal. getPermissionPages(Space space, LimitedRequest limitedRequest)Pagination permission pages for particular SpacelongPageManagerInternal. 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.internal.pages.persistence
Methods in com.atlassian.confluence.internal.pages.persistence with parameters of type Space Modifier and Type Method Description List<AbstractPage>PageDaoInternal. getAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest)default PageResponse<AbstractPage>PageDaoInternal. getAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.List<AbstractPage>PageDaoInternal. getAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest)default PageResponse<AbstractPage>PageDaoInternal. getAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.List<BlogPost>PageDaoInternal. getBlogPosts(Space space, LimitedRequest pageRequest)default PageResponse<BlogPost>PageDaoInternal. getBlogPosts(Space space, LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super BlogPost> filter)Deprecated.since 7.0.1.List<Page>PageDaoInternal. getPages(Space space, LimitedRequest pageRequest)default PageResponse<Page>PageDaoInternal. getPages(Space space, LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super Page> filter)Deprecated.since 7.0.1.Collection<Page>PageDaoInternal. getPermissionPages(Space space, LimitedRequest limitedRequest)Pagination permission pages for particular SpacelongPageDaoInternal. getPermissionPagesCount(Space space)Get total number of permission pages for particular SpaceList<Page>PageDaoInternal. getTopLevelPages(Space space, LimitedRequest limitedRequest)default PageResponse<Page>PageDaoInternal. getTopLevelPages(Space space, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate)Deprecated.since 7.0.1.List<Page>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 Space Modifier and Type Method Description UnIndexSpaceChangeIndexTaskIndexTaskFactoryInternal. createUnIndexSpaceChangeIndexTask(Space space)UnIndexSpaceContentIndexTaskIndexTaskFactoryInternal. createUnIndexSpaceContentIndexTask(Space space)voidQueuingConfluenceIndexer. 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 Space Modifier and Type Method Description UnIndexSpaceChangeIndexTaskDefaultIndexTaskFactory. createUnIndexSpaceChangeIndexTask(Space space)UnIndexSpaceContentIndexTaskDefaultIndexTaskFactory. createUnIndexSpaceContentIndexTask(Space space) -
Uses of Space in com.atlassian.confluence.internal.security
Methods in com.atlassian.confluence.internal.security with parameters of type Space Modifier and Type Method Description static voidThreadLocalPermissionsCacheInternal. cacheSpacePermission(com.atlassian.user.User user, String permission, Space space, boolean hasPermission)static BooleanThreadLocalPermissionsCacheInternal. hasSpacePermission(String permission, Space space, com.atlassian.user.User user)voidSpacePermissionManagerInternal. removeAllPermissions(Space space, SpacePermissionContext context)Removes all permissions belonging to space -
Uses of Space in com.atlassian.confluence.internal.spaces
Methods in com.atlassian.confluence.internal.spaces that return types with arguments of type Space Modifier and Type Method Description @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.labels
Methods in com.atlassian.confluence.labels that return types with arguments of type Space Modifier and Type Method Description List<Space>DefaultLabelManager. getFavouriteSpaces(String username)List<Space>LabelManager. getFavouriteSpaces(String username)List<Space>DefaultLabelManager. getSpacesContainingContentWithLabel(Label label)List<Space>LabelManager. getSpacesContainingContentWithLabel(Label label)Look up the spaces that have been labelled by the specific label.List<Space>DefaultLabelManager. getSpacesWithLabel(Label label)List<Space>LabelManager. getSpacesWithLabel(Label label)Spaces cannot be directly labelled.Methods in com.atlassian.confluence.labels with parameters of type Space Modifier and Type Method Description LabelSpaceLabelManager. addLabel(Space space, String labelName)Adds a label to a space.LabelSpaceLabelManagerImpl. addLabel(Space space, String labelName)ListSpaceLabelManager. getLabelsOnSpace(Space space)Returns the labels for the given space (excluding team labels)ListSpaceLabelManagerImpl. getLabelsOnSpace(Space space)ListSpaceLabelManager. getSuggestedLabelsForSpace(Space space, com.atlassian.user.User remoteUser)Returns the labels available for the given space (excluding team labels)ListSpaceLabelManagerImpl. getSuggestedLabelsForSpace(Space space, com.atlassian.user.User remoteUser)Method parameters in com.atlassian.confluence.labels with type arguments of type Space Modifier and Type Method Description List<Label>DefaultLabelManager. getTeamLabelsForSpaces(Collection<Space> spaces)List<Label>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 Space Modifier and Type Method Description SpaceAddSpaceToFavouriteAjaxAction. getSpace()SpaceRemoveSpaceFromFavouriteAjaxAction. getSpace()Methods in com.atlassian.confluence.labels.actions with parameters of type Space Modifier and Type Method Description voidAddSpaceToFavouriteAjaxAction. setSpace(Space space)voidRemoveSpaceFromFavouriteAjaxAction. setSpace(Space 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 Space Modifier and Type Method Description List<Space>LabelDao. findSpacesContainingContentWithLabel(Label label)List<Space>LabelDao. findSpacesWithLabel(Label label)List<Space>LabelDao. getFavouriteSpaces(String username)Method parameters in com.atlassian.confluence.labels.persistence.dao with type arguments of type Space Modifier and Type Method Description List<Label>LabelDao. 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 Space Modifier and Type Method Description List<Space>HibernateLabelDao. findSpacesContainingContentWithLabel(Label label)List<Space>HibernateLabelDao. findSpacesWithLabel(Label label)List<Space>HibernateLabelDao. getFavouriteSpaces(String username)Method parameters in com.atlassian.confluence.labels.persistence.dao.hibernate with type arguments of type Space Modifier and Type Method Description List<Label>HibernateLabelDao. 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 Space Modifier and Type Method Description voidDefaultRelatedContentRefactorer. contractAbsoluteReferencesInContent(List<Page> movedPageList, Space previousSpace)Deprecated.since 5.9 useDefaultRelatedContentRefactorer.contractAbsoluteReferencesInContent(List)insteadvoidRelatedContentRefactorer. contractAbsoluteReferencesInContent(List<Page> movedPageList, Space previousSpace)Deprecated.since 5.9 useRelatedContentRefactorer.contractAbsoluteReferencesInContent(List)insteadvoidDefaultRelatedContentRefactorer. updateReferences(SpaceContentEntityObject content, Space previousSpace, String previousTitle)voidRelatedContentRefactorer. 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'.voidDefaultRelatedContentRefactorer. updateReferencesForMovingPage(SpaceContentEntityObject content, Space previousSpace, String previousTitle)voidRelatedContentRefactorer. 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'.voidDefaultRelatedContentRefactorer. updateReferrers(SpaceContentEntityObject referee, Space previousSpace, String previousTitle)voidRelatedContentRefactorer. 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.voidDefaultRelatedContentRefactorer. updateReferrersForMovingPage(SpaceContentEntityObject referee, Space previousSpace, String previousTitle, List<Page> movedPageList)voidRelatedContentRefactorer. 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 Space Modifier and Type Method Description SpaceNotification. getSpace()Methods in com.atlassian.confluence.mail.notification with parameters of type Space Modifier and Type Method Description @Nullable NotificationDefaultNotificationManager. addSpaceNotification(com.atlassian.user.User user, Space space)@Nullable NotificationDefaultNotificationManager. addSpaceNotification(com.atlassian.user.User user, Space space, ContentTypeEnum type)@Nullable NotificationNotificationManager. addSpaceNotification(com.atlassian.user.User user, Space space)@Nullable NotificationNotificationManager. addSpaceNotification(com.atlassian.user.User user, Space space, ContentTypeEnum type)Add a space notification for a particular content type.Iterable<Long>DefaultNotificationManager. findPageAndSpaceNotificationIdsFromSpace(Space space)Iterable<Long>NotificationManager. findPageAndSpaceNotificationIdsFromSpace(Space space)Retrieves ids of all notifications in a space.NotificationDefaultNotificationManager. getNotificationByUserAndSpace(com.atlassian.user.User user, Space space)NotificationNotificationManager. getNotificationByUserAndSpace(com.atlassian.user.User user, Space space)Return a notification if the user is watching the entire space.NotificationDefaultNotificationManager. getNotificationByUserAndSpaceAndType(com.atlassian.user.User user, Space space, ContentTypeEnum type)NotificationNotificationManager. getNotificationByUserAndSpaceAndType(com.atlassian.user.User user, Space space, ContentTypeEnum type)List<Notification>DefaultNotificationManager. getNotificationsBySpaceAndType(Space space, ContentTypeEnum type)List<Notification>NotificationManager. getNotificationsBySpaceAndType(Space space, ContentTypeEnum type)booleanDefaultNotificationManager. isUserWatchingPageOrSpace(com.atlassian.user.User user, Space space, AbstractPage page)booleanNotificationManager. 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 SpacevoidDefaultNotificationManager. removeAllNotificationsForSpace(Space space)voidNotificationManager. removeAllNotificationsForSpace(Space space)Remove all of the notifications set up for this space.voidDefaultNotificationManager. removeSpaceNotification(com.atlassian.user.User user, Space space)voidNotificationManager. removeSpaceNotification(com.atlassian.user.User user, Space space)voidDefaultNotificationsSender. sendSpaceNotifications(Space space, NotificationData notificationData, ConversionContext conversionContext)voidNotificationsSender. sendSpaceNotifications(Space space, NotificationData notificationData, ConversionContext conversionContext)Sends space based notifications.voidNotification. setSpace(Space space)Method parameters in com.atlassian.confluence.mail.notification with type arguments of type Space Modifier and Type Method Description List<Notification>DefaultNotificationManager. getNotificationsBySpacesAndType(List<Space> spaces, ContentTypeEnum type)List<Notification>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 Modifier and Type Method Description SpaceListWatchersAction. getSpace() -
Uses of Space in com.atlassian.confluence.mail.notification.persistence
Methods in com.atlassian.confluence.mail.notification.persistence with parameters of type Space Modifier and Type Method Description List<Notification>NotificationDao. findAllNotificationsBySpace(Space space)Find all notifications linked to the specified space regardless of type specified.NotificationNotificationDao. findNotificationByUserAndSpace(com.atlassian.user.User user, Space space)Find any user notification linked to the specified space regardless of type.NotificationNotificationDao. 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.List<Notification>NotificationDao. findNotificationsBySpaceAndType(Space space, ContentTypeEnum type)Find all notifications linked to the specified space for a certain type.Iterable<Long>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 Space Modifier and Type Method Description List<Notification>NotificationDao. 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 Space Modifier and Type Method Description List<Notification>HibernateNotificationDao. findAllNotificationsBySpace(Space space)NotificationHibernateNotificationDao. findNotificationByUserAndSpace(com.atlassian.user.User user, Space space)NotificationHibernateNotificationDao. findNotificationByUserAndSpaceAndType(com.atlassian.user.User user, Space space, ContentTypeEnum type)List<Notification>HibernateNotificationDao. findNotificationsBySpaceAndType(Space space, ContentTypeEnum type)Iterable<Long>HibernateNotificationDao. findPageAndSpaceNotificationIdsFromSpace(Space space)Method parameters in com.atlassian.confluence.mail.notification.persistence.dao.hibernate with type arguments of type Space Modifier and Type Method Description List<Notification>HibernateNotificationDao. findNotificationsBySpacesAndType(List<Space> spaces, ContentTypeEnum type) -
Uses of Space in com.atlassian.confluence.mail.reports
Methods in com.atlassian.confluence.mail.reports that return Space Modifier and Type Method Description SpaceSpaceReport. getSpace()Constructors in com.atlassian.confluence.mail.reports with parameters of type Space Constructor Description SpaceReport(@NonNull Space space, ChangeDigestReport report) -
Uses of Space in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages that return Space Modifier and Type Method Description SpaceAttachment. getSpace()SpaceComment. getSpace()Methods in com.atlassian.confluence.pages with parameters of type Space Modifier and Type Method Description ContentTreeTreeBuilder. createPageBlogTree(Space space)Creates a tree of content that includes the pages and the blog posts from the space.ContentTreeTreeBuilder. createPageTree(Space space)Creates a tree of content that just includes the pages of the space.voidDefaultTrashManager. emptyTrash(Space space)voidTrashManager. emptyTrash(Space space)Purge all of the trash in a given space.@NonNull List<BlogPost>PageManager. getBlogPosts(Space space, boolean currentOnly)intDefaultTrashManager. getNumberOfItemsInTrash(Space space)intTrashManager. 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.@NonNull List<Page>PageManager. getPages(@Nullable Space space, boolean currentOnly)@NonNull ListPageManager. getPagesStartingWith(Space space, String s)List<Page>PageManager. getPagesWithPermissions(@NonNull Space space)Get all current pages in a space and eagerly fetch permissions at the same time.@NonNull ListPageManager. 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 IteratorCommentManager. getRecentlyUpdatedComments(Space space, int maxResults)@NonNull ListPageManager. 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.List<ContentEntityObject>DefaultTrashManager. getTrashContents(Space space, int offset, int count)PageResponse<Content>DefaultTrashManager. getTrashContents(Space space, LimitedRequest request, Expansion[] expansions)List<ContentEntityObject>TrashManager. getTrashContents(Space space, int offset, int count)Retrieve a subset of the contents of the trash for a particular space.PageResponse<Content>TrashManager. getTrashContents(Space space, LimitedRequest request, Expansion... expansions)Retrieve a subset of the contents of the trash for a particular space.voidPageManager. moveBlogPostToTopLevel(BlogPost blogPost, Space space)Move a blog post to the top level oftargetSpace.voidPageManager. movePageToTopLevel(Page page, Space space)Move a page to the top level oftargetSpace.voidPageManager. removeAllBlogPosts(Space space)voidPageManager. removeAllBlogPosts(Space spaceToBeRemoved, com.atlassian.core.util.ProgressMeter progress)Remove all blog posts in a space with a progress metervoidPageManager. removeAllPages(Space space)Removes all pages in the space.voidPageManager. removeAllPages(Space space, com.atlassian.core.util.ProgressMeter progress)Removes all pages in the space.voidPage. setSpace(Space newSpace)Constructors in com.atlassian.confluence.pages with parameters of type Space Constructor Description AlternativePagesLocator(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 Space Modifier and Type Field Description protected SpaceAbstractCreatePageAction. spaceMethods in com.atlassian.confluence.pages.actions that return Space Modifier and Type Method Description SpaceAbstractCreatePageAction. getNewSpace()SpaceCopyPageAction. getNewSpace()SpaceAbstractCreatePageAction. getSpace()SpaceAbstractPageAwareAction. getSpace()SpaceBreadcrumbAction. getSpace()SpaceChildrenAction. getSpace()SpaceCopyPageAction.SimpleSpaceProvider. getSpace()SpaceMovePageDialogAction. getSpace()SpacePageNotFoundAction. getSpace()SpaceReorderPageDialogAction. getSpace()SpaceViewPageAttachmentsAction. getSpace()Methods in com.atlassian.confluence.pages.actions that return types with arguments of type Space Modifier and Type Method Description List<Space>MovePageDialogAction. getAvailableSpaces()Map<Space,Collection<SpaceContentEntityObject>>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.Map<Space,Collection<SpaceContentEntityObject>>PageInfoAction. getOutgoingLinksBySpace()Methods in com.atlassian.confluence.pages.actions with parameters of type Space Modifier and Type Method Description protected voidAbstractCreatePageAction. assignSpace(ContentEntityObject draft, Space space)protected voidCreatePageAction. assignSpace(ContentEntityObject page, Space space)static booleanActionHelper. isSpaceAdmin(Space space, com.atlassian.user.User remoteUser, SpacePermissionManager spacePermissionManager)voidChildrenAction. setSpace(Space space)voidGetPagePermissionsAction. setSpace(Space space)voidReorderPageDialogAction. setSpace(Space space) -
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 Space Modifier and Type Method Description List<Space>AvailableSpaces. getAvailableSpaces(Space currentSpace, ConfluenceUser user)Methods in com.atlassian.confluence.pages.actions.beans with parameters of type Space Modifier and Type Method Description List<Space>AvailableSpaces. 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 Space Modifier and Type Method Description voidHibernatePageAncestorManager. rebuildSpace(Space space)voidPageAncestorManager. 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 Space Modifier and Type Method Description protected List<Space>AbstractAttachmentCopier. getSpacesToInclude()Methods in com.atlassian.confluence.pages.persistence.dao with parameters of type Space Modifier and Type Method Description List<AbstractPage>DelegatingPageDao. findBlogsWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept(SpacePermissionQueryBuilder permissionQueryBuilder, String blogTitle, Space space, int maxResultCount)List<AbstractPage>PageDao. 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.List<AbstractPage>DelegatingPageDao. findBlogsWithCurrentOrHistoricalTitleInPermittedSpace(SpacePermissionQueryBuilder permissionQueryBuilder, String blogTitle, Space space, int maxResultCount)List<AbstractPage>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.List<AbstractPage>DelegatingPageDao. findPagesWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept(SpacePermissionQueryBuilder permissionQueryBuilder, String pageTitle, Space space, int maxResultCount)List<AbstractPage>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.List<AbstractPage>DelegatingPageDao. findPagesWithCurrentOrHistoricalTitleInPermittedSpace(SpacePermissionQueryBuilder permissionQueryBuilder, String pageTitle, Space space, int maxResultCount)List<AbstractPage>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.List<AbstractPage>DelegatingPageDao. getAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest)List<AbstractPage>DelegatingPageDao. getAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest)PageResponse<AbstractPage>PageDao. getAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.PageResponse<AbstractPage>PageDao. getAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.@Nullable BlogPostBlogPostDao. getBlogPost(@NonNull Space space, @NonNull String title, @NonNull Calendar day, boolean eagerLoadComments)Get the blog post by name and date.List<Date>BlogPostDao. getBlogPostDates(@NonNull Space space)Returns a list of creation dates for all the blog posts in a space.List<BlogPost>BlogPostDao. getBlogPosts(@NonNull Space space, @NonNull Calendar date, int period)Get the blog posts in a space for a particular period.List<BlogPost>BlogPostDao. getBlogPosts(@NonNull Space space, @NonNull Calendar postingDate, int period, int startIndex, int maxResultCount)Get list of blogPost by Date.List<BlogPost>BlogPostDao. getBlogPosts(Space space, boolean currentOnly)Return an iterator for the specified space.List<BlogPost>DelegatingPageDao. getBlogPosts(Space space, LimitedRequest pageRequest)PageResponse<BlogPost>PageDao. getBlogPosts(Space space, LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super BlogPost> filter)Deprecated.since 7.0.1.PageDelegatingPageDao. getPage(Space space, String pageTitle)PagePageDao. getPage(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.Collection<Long>DelegatingPageDao. getPageIds(Space space)Collection<Long>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.List<Page>DelegatingPageDao. getPages(@Nullable Space space, boolean currentOnly)List<Page>DelegatingPageDao. getPages(Space space, LimitedRequest pageRequest)List<Page>PageDao. getPages(@Nullable Space space, boolean currentOnly)Deprecated, for removal: This API element is subject to removal in a future version.PageResponse<Page>PageDao. getPages(Space space, LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super Page> filter)Deprecated.since 7.0.1.List<Page>DelegatingPageDao. getPagesStartingWith(Space space, String s)List<Page>PageDao. getPagesStartingWith(Space space, String s)Deprecated, for removal: This API element is subject to removal in a future version.List<Page>DelegatingPageDao. getPagesWithPermissions(Space space)List<Page>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.PageDelegatingPageDao. getPageWithComments(Space space, String pageTitle)PagePageDao. 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.List<Page>DelegatingPageDao. getPermissionPages(Space space)Collection<Page>DelegatingPageDao. getPermissionPages(Space space, LimitedRequest requeste)List<Page>PageDao. getPermissionPages(Space space)Deprecated, for removal: This API element is subject to removal in a future version.longDelegatingPageDao. getPermissionPagesCount(Space space)List<Page>DelegatingPageDao. getTopLevelPages(Space space)List<Page>DelegatingPageDao. getTopLevelPages(Space space, LimitedRequest limitedRequest)List<Page>PageDao. getTopLevelPages(Space space)Deprecated, for removal: This API element is subject to removal in a future version.PageResponse<Page>PageDao. getTopLevelPages(Space space, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate)Deprecated.since 7.0.1.protected booleanAbstractAttachmentCopier. isSpaceIncluded(Space space)Returns whether the space is in the inclusion List.@NonNull List<Page>DelegatingPageDao. scanFilteredPages(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest)Method parameters in com.atlassian.confluence.pages.persistence.dao with type arguments of type Space Modifier and Type Method Description voidAbstractAttachmentCopier. setSpacesToInclude(List<? extends Space> spaceList)voidAttachmentDao.AttachmentCopier. setSpacesToInclude(List<? extends Space> spaceList)Set which Spaces should be included in the copy.voidAttachmentDao.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 Space Modifier and Type Method Description List<AbstractPage>HibernatePageDao. findBlogsWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept(SpacePermissionQueryBuilder permissionQueryBuilder, String blogTitle, Space space, int maxResultCount)List<AbstractPage>HibernatePageDao. findBlogsWithCurrentOrHistoricalTitleInPermittedSpace(SpacePermissionQueryBuilder permissionQueryBuilder, String blogTitle, Space space, int maxResultCount)List<AbstractPage>HibernatePageDao. findPagesWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept(SpacePermissionQueryBuilder permissionQueryBuilder, String pageTitle, Space space, int maxResultCount)List<AbstractPage>HibernatePageDao. findPagesWithCurrentOrHistoricalTitleInPermittedSpace(SpacePermissionQueryBuilder permissionQueryBuilder, String pageTitle, Space space, int maxResultCount)List<AbstractPage>HibernatePageDao. getAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest)List<AbstractPage>HibernatePageDao. getAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest)@Nullable BlogPostHibernateBlogPostDao. getBlogPost(@NonNull Space space, @NonNull String title, @NonNull Calendar day, boolean eagerLoadComments)List<Date>HibernateBlogPostDao. getBlogPostDates(@NonNull Space space)List<BlogPost>HibernateBlogPostDao. getBlogPosts(@NonNull Space space, @NonNull Calendar date, int period)List<BlogPost>HibernateBlogPostDao. getBlogPosts(@NonNull Space space, @NonNull Calendar date, int period, int startIndex, int maxResultCount)List<BlogPost>HibernateBlogPostDao. getBlogPosts(Space space, boolean currentOnly)List<BlogPost>HibernatePageDao. getBlogPosts(Space space, LimitedRequest limitedRequest)PageHibernatePageDao. getPage(Space space, String pageTitle)PageHibernatePageDao. getPage(Space space, String pageTitle, boolean eagerLoadComments)Collection<Long>HibernatePageDao. getPageIds(Space space)List<Page>HibernatePageDao. getPages(@Nullable Space space, boolean currentOnly)List<Page>HibernatePageDao. getPages(Space space, LimitedRequest pageRequest)List<Page>HibernatePageDao. getPagesStartingWith(Space space, String s)List<Page>HibernatePageDao. getPagesWithPermissions(@NonNull Space space)PageHibernatePageDao. getPageWithComments(Space space, String pageTitle)List<Page>HibernatePageDao. getPermissionPages(Space space)Collection<Page>HibernatePageDao. getPermissionPages(Space space, LimitedRequest limitedRequest)longHibernatePageDao. getPermissionPagesCount(Space space)List<Page>HibernatePageDao. getTopLevelPages(Space space)List<Page>HibernatePageDao. getTopLevelPages(Space space, LimitedRequest limitedRequest)List<Page>HibernatePageDao. scanFilteredPages(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest)Method parameters in com.atlassian.confluence.pages.persistence.dao.hibernate with type arguments of type Space Modifier and Type Method Description List<Long>AbstractHibernateAttachmentDao. findLatestVersionIds(List<Space> spacesToInclude)Same asAbstractHibernateAttachmentDao.findLatestVersionIdsIterator()but only gets the ids matching the list of spaces requested.Iterator<Long>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 Space Modifier and Type Method Description SpacePageTemplate. getSpace()The space this page template is constrained to.SpacePluginTemplateReference. getSpace()Methods in com.atlassian.confluence.pages.templates with parameters of type Space Modifier and Type Method Description PageTemplateDefaultPageTemplateManager. getPageTemplate(String name, Space space)PageTemplatePageTemplateManager. getPageTemplate(String name, Space space)ListDefaultPageTemplateManager. getPageTemplates(Space space)ListPageTemplateManager. getPageTemplates(Space space)voidDefaultPageTemplateManager. removeAllPageTemplates(Space space)voidPageTemplateManager. removeAllPageTemplates(Space space)voidPageTemplate. setSpace(Space space)static PluginTemplateReferencePluginTemplateReference. 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 Space Modifier and Type Method Description List<PageTemplate>PageTemplateDao. findBySpace(Space space)PageTemplatePageTemplateDao. 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 Space Modifier and Type Method Description List<PageTemplate>HibernatePageTemplateDao. findBySpace(Space space)PageTemplateHibernatePageTemplateDao. 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 Modifier and Type Method Description voidNotificationContext. setSpace(Space space) -
Uses of Space in com.atlassian.confluence.plugin.descriptor.web
Methods in com.atlassian.confluence.plugin.descriptor.web that return Space Modifier and Type Method Description @Nullable SpaceDefaultWebInterfaceContext. getSpace()@Nullable SpaceWebInterfaceContext. 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 Modifier and Type Method Description voidDefaultWebInterfaceContext. setSpace(@Nullable Space space) -
Uses of Space in com.atlassian.confluence.plugins.editorloader
Methods in com.atlassian.confluence.plugins.editorloader that return Space Modifier and Type Method Description SpaceEditorAction. getSpace()Methods in com.atlassian.confluence.plugins.editorloader with parameters of type Space Modifier and Type Method Description voidEditorAction. setSpace(Space 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 Space Modifier and Type Method Description List<Space>DashboardMacroSupport. getAllViewableSpaces()List<Space>DashboardMacroSupport. getFavouriteSpaces()List<Space>DashboardMacroSupport. getNewSpaces()Set<Space>DashboardMacroSupport. getPermittedSpaces()Deprecated.Since 3.5.ListBuilder<Space>DashboardMacroSupport. getPermittedSpacesBuilder()Get an ListBuilder of all spaces the current user can see.Map<String,List<Space>>SpacesListMacro. getSortedRecentlyCreatedSpaces(DashboardMacroSupport support)Set<Space>SpacesListMacro. getSpacesForLabels(String labels, DashboardMacroSupport dashboardMacroSupport)List<Space>SpacesListMacro. getSpacesForTeam(String selectedTeam, DashboardMacroSupport dashboardMacroSupport)List<Space>DashboardMacroSupport. getTeamSpaces() -
Uses of Space in com.atlassian.confluence.plugins.rest.entities.builders
Methods in com.atlassian.confluence.plugins.rest.entities.builders with parameters of type Space Modifier and Type Method Description SpaceEntitySpaceEntityBuilder. build(Space space)static SpaceEntityDefaultContentEntityBuilder. createSpaceEntity(Space space) -
Uses of Space in com.atlassian.confluence.plugins.rest.manager
Methods in com.atlassian.confluence.plugins.rest.manager with parameters of type Space Modifier and Type Method Description SpaceEntityDefaultRestSpaceManager. getSpaceEntity(Space space) -
Uses of Space in com.atlassian.confluence.plugins.spacedirectory
Methods in com.atlassian.confluence.plugins.spacedirectory that return types with arguments of type Space Modifier and Type Method Description PaginationSupport<Space>ViewSpaceDirectoryAction. getPaginationSupport()List<Space>ViewSpaceDirectoryAction. getSpaces()Methods in com.atlassian.confluence.plugins.spacedirectory with parameters of type Space Modifier and Type Method Description StringViewSpaceDirectoryAction. getLogoDownloadPath(Space space) -
Uses of Space in com.atlassian.confluence.renderer.radeox.macros
Methods in com.atlassian.confluence.renderer.radeox.macros with parameters of type Space Modifier and Type Method Description static Map<String,Object>MacroUtils. defaultVelocityContext(@Nullable Space space) -
Uses of Space in com.atlassian.confluence.retention
Methods in com.atlassian.confluence.retention with parameters of type Space Modifier and Type Method Description booleanRetentionPolicyPermissionManager. canEditSpacePolicy(@Nullable ConfluenceUser user, Space space)booleanRetentionPolicyPermissionManager. 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 Space Constructor Description RemoteSpace(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 Space Modifier and Type Method Description SpaceSoapServiceHelper. retrieveSpace(String spaceKey)SpaceSoapServiceHelperImpl. 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 Space Modifier and Type Method Description voidSoapServiceHelper. assertCanAdminister(Space space)voidSoapServiceHelperImpl. assertCanAdminister(Space space)voidSoapServiceHelper. assertCanCreateBlogPost(Space space)voidSoapServiceHelperImpl. assertCanCreateBlogPost(Space space)voidSoapServiceHelper. assertCanCreatePage(Space space)voidSoapServiceHelperImpl. assertCanCreatePage(Space space)voidSoapServiceHelper. assertCanExport(Space space)voidSoapServiceHelperImpl. assertCanExport(Space space)voidSoapServiceHelper. assertCanView(Space space)voidSoapServiceHelperImpl. assertCanView(Space space) -
Uses of Space in com.atlassian.confluence.search
Methods in com.atlassian.confluence.search with parameters of type Space Modifier and Type Method Description voidChangeIndexer. unIndexSpace(Space space)voidConfluenceIndexer. 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 Space Modifier and Type Method Description @Nullable SpaceSpacePermission. getSpace()The space of this permission.SpaceDefaultSpacePermissionDefaultsStore. getTemplateSpace()SpaceSpacePermissionDefaultsStore. getTemplateSpace()Methods in com.atlassian.confluence.security with parameters of type Space Modifier and Type Method Description booleanPermissionHelper. canCreateBlogPost(com.atlassian.user.User user, Space space)booleanPermissionHelper. canCreatePage(com.atlassian.user.User user, Space space)static SpacePermissionSpacePermission. createAnonymousSpacePermission(String type, @Nullable Space space)static SpacePermissionSpacePermission. createAuthenticatedUsersSpacePermission(String type, @Nullable Space space)Creates a permission which is granted to all authenticated users, including unlicensed users.voidDefaultSpacePermissionManager. createDefaultSpacePermissions(Space space)Deprecated.voidReadOnlySpacePermissionManager. createDefaultSpacePermissions(Space space)voidSpacePermissionCoordinator. createDefaultSpacePermissions(Space space)voidSpacePermissionManager. createDefaultSpacePermissions(Space space)static SpacePermissionSpacePermission. createGroupSpacePermission(String type, @Nullable Space space, String group)Set<SpacePermission>DefaultSpacePermissionDefaultsStore. createPermissionsForSpace(Space space)Set<SpacePermission>SpacePermissionDefaultsStore. createPermissionsForSpace(Space space)voidDefaultSpacePermissionManager. createPrivateSpacePermissions(Space space)Deprecated.voidReadOnlySpacePermissionManager. createPrivateSpacePermissions(Space space)voidSpacePermissionCoordinator. createPrivateSpacePermissions(Space space)voidSpacePermissionManager. createPrivateSpacePermissions(Space space)static SpacePermissionSpacePermission. createUserSpacePermission(String type, @Nullable Space space, ConfluenceUser subject)static SpacePermissionSpacePermission. createUserSpacePermission(String type, @Nullable Space space, String userName)Deprecated.since 5.2.SpacePermissionPermissionsFormHandler. fromFormParameterName(String formParameterName, Space space, String parameterType)Convert a form parameter name into a space permission.protected abstract Iterable<String>AbstractSpacePermissionManager. getGroupNamesWithPermission(@Nullable Space targetSpace, String permissionType)Deprecated.protected Set<String>DefaultSpacePermissionManager. getGroupNamesWithPermission(@Nullable Space targetSpace, String permissionType)Deprecated.@NonNull Set<String>SpacePermissionGroupNamesCache. getGroupNamesWithPermission(@Nullable Space space, String permissionType)Deprecated.Map<String,Long>DefaultSpacePermissionManager. getGroupsForPermissionType(String permissionType, @Nullable Space space)Deprecated.Map<String,Long>ReadOnlySpacePermissionManager. getGroupsForPermissionType(String arg0, Space arg1)Map<String,Long>SpacePermissionCoordinator. getGroupsForPermissionType(String permissionType, Space space)Map<String,Long>SpacePermissionManager. getGroupsForPermissionType(String permissionType, Space space)Collection<com.atlassian.user.Group>DefaultSpacePermissionManager. getGroupsWithPermissions(@Nullable Space space)Deprecated.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.Map<String,Long>DefaultSpacePermissionManager. getUsersForPermissionType(String permissionType, @Nullable Space space)Deprecated.Map<String,Long>ReadOnlySpacePermissionManager. getUsersForPermissionType(String arg0, Space arg1)Map<String,Long>SpacePermissionCoordinator. getUsersForPermissionType(String permissionType, Space space)Map<String,Long>SpacePermissionManager. getUsersForPermissionType(String permissionType, Space space)Collection<com.atlassian.user.User>DefaultSpacePermissionManager. getUsersWithPermissions(@Nullable Space space)Deprecated.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.booleanAbstractSpacePermissionManager. groupHasPermission(String permissionType, @Nullable Space space, String group)Deprecated.booleanReadOnlySpacePermissionManager. groupHasPermission(String arg0, @Nullable Space arg1, String arg2)booleanSpacePermissionCoordinator. groupHasPermission(String permissionType, @Nullable Space space, String group)booleanSpacePermissionManager. groupHasPermission(String permissionType, @Nullable Space space, String group)Checks whether the given group has the given permissionbooleanAbstractSpacePermissionManager. hasAllPermissions(List<String> permissionTypes, @Nullable Space space, @Nullable ConfluenceUser user)Deprecated.booleanReadOnlySpacePermissionManager. hasAllPermissions(List<String> permissionTypes, @Nullable Space space, @Nullable ConfluenceUser user)booleanSpacePermissionCoordinator. hasAllPermissions(List<String> permissionTypes, @Nullable Space space, @Nullable ConfluenceUser remoteUser)booleanSpacePermissionManager. hasAllPermissions(List<String> permissionTypes, @Nullable Space space, @Nullable ConfluenceUser user)Determines if remoteUser has all of the given permissions in spacedefault booleanSpacePermissionManager. hasAllPermissions(List<String> permissionTypes, @Nullable Space space, @Nullable com.atlassian.user.User user)Deprecated, for removal: This API element is subject to removal in a future version.booleanAbstractSpacePermissionManager. hasPermission(String permissionType, @Nullable Space space, @Nullable ConfluenceUser remoteUser)Deprecated.booleanReadOnlySpacePermissionManager. hasPermission(String arg0, @Nullable Space arg1, @Nullable ConfluenceUser arg2)booleanSpacePermissionCoordinator. hasPermission(String permissionType, @Nullable Space space, @Nullable ConfluenceUser remoteUser)booleanSpacePermissionManager. hasPermission(String permissionType, @Nullable Space space, @Nullable ConfluenceUser user)Determines if remoteUser has the given permission in spacedefault booleanSpacePermissionManager. hasPermission(String permissionType, @Nullable Space space, @Nullable com.atlassian.user.User remoteUser)Deprecated, for removal: This API element is subject to removal in a future version.booleanAbstractSpacePermissionManager. hasPermissionForSpace(@Nullable ConfluenceUser user, List permissionTypes, @Nullable Space space)Deprecated.booleanReadOnlySpacePermissionManager. hasPermissionForSpace(@Nullable ConfluenceUser arg0, List arg1, @Nullable Space arg2)booleanSpacePermissionCoordinator. hasPermissionForSpace(@Nullable ConfluenceUser user, List permissionTypes, @Nullable Space space)booleanSpacePermissionManager. hasPermissionForSpace(@Nullable ConfluenceUser user, List permissionTypes, @Nullable Space space)default booleanSpacePermissionManager. hasPermissionForSpace(@Nullable com.atlassian.user.User user, List permissionTypes, @Nullable Space space)Deprecated, for removal: This API element is subject to removal in a future version.booleanAbstractSpacePermissionManager. hasPermissionNoExemptions(String permissionType, @Nullable Space space, @Nullable ConfluenceUser remoteUser)Deprecated.booleanReadOnlySpacePermissionManager. hasPermissionNoExemptions(String permissionType, @Nullable Space space, @Nullable ConfluenceUser remoteUser)booleanSpacePermissionCoordinator. hasPermissionNoExemptions(String permissionType, @Nullable Space space, @Nullable ConfluenceUser remoteUser)booleanSpacePermissionManager. hasPermissionNoExemptions(String permissionType, @Nullable Space space, @Nullable ConfluenceUser remoteUser)Returns true if the user has the specified permission on the target space.default booleanSpacePermissionManager. hasPermissionNoExemptions(String permissionType, @Nullable Space space, @Nullable com.atlassian.user.User remoteUser)Deprecated, for removal: This API element is subject to removal in a future version.voidSpacePermissionGroupNamesCache. invalidate(String permissionType, @Nullable Space space)Deprecated.static booleanPermissionUtils. isAdminUser(SpacePermissionManager spacePermissionManager, com.atlassian.user.User remoteUser, Space space)voidDefaultSpacePermissionManager. removeAllPermissions(Space space)Deprecated.voidDefaultSpacePermissionManager. removeAllPermissions(Space space, SpacePermissionContext context)Deprecated.voidReadOnlySpacePermissionManager. removeAllPermissions(Space space)Deprecated.voidReadOnlySpacePermissionManager. removeAllPermissions(Space space, SpacePermissionContext context)voidSpacePermissionCoordinator. removeAllPermissions(Space space)Deprecated.voidSpacePermissionCoordinator. removeAllPermissions(Space space, SpacePermissionContext context)Removes allSpacePermission's from the specified space.voidSpacePermissionManager. removeAllPermissions(Space space)Deprecated.since 5.9.protected voidDefaultSpacePermissionManager. removeAllPermissionsFromDao(Space space)Deprecated.voidSpacePermission. setSpace(@Nullable Space space)Constructors in com.atlassian.confluence.security with parameters of type Space Constructor Description SpacePermission(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 Space Modifier and Type Method Description SpaceEditSpacePermissionDefaultsAction. getSpace()SpaceEditSpacePermissionsAction. getSpace()SpaceNotPermittedAction. getSpace()SpaceViewSpacePermissionsAction. getSpace()Methods in com.atlassian.confluence.security.actions that return types with arguments of type Space Modifier and Type Method Description Collection<Space>ViewSpacePermissionDefaultsAction. getSpaces()Methods in com.atlassian.confluence.security.actions with parameters of type Space Modifier and Type Method Description booleanViewSpacePermissionDefaultsAction. hasSpacePermission(Space space)voidEditSpacePermissionDefaultsAction. setSpace(Space space)voidEditSpacePermissionsAction. setSpace(Space space)voidViewSpacePermissionsAction. setSpace(Space space) -
Uses of Space in com.atlassian.confluence.security.administrators
Methods in com.atlassian.confluence.security.administrators with parameters of type Space Modifier and Type Method Description EditPermissionsAdministratorPermissionsAdministratorBuilder. buildEditSpaceAdministrator(Space space, com.atlassian.user.User user, List<String> usersToAdd, List<String> groupsToAdd)Returns a space edit permissions administrator and populates its fields.protected Collection<SpacePermission>AbstractEditPermissionsAdministrator. buildPermissionsFromWebForm(Space space, Map<String,?> formParameters, String parameterQualifier)Deprecated.Private implementation that doesn't check to ensure space key is nullPermissionsAdministratorPermissionsAdministratorBuilder. buildSpacePermissionAdministrator(Space space)Returns a space permissions administrator (for viewiing) and populates its fields.voidEditSpacePermissionsAdministrator. setSpace(Space space)Deprecated. -
Uses of Space in com.atlassian.confluence.security.delegate
Methods in com.atlassian.confluence.security.delegate that return Space Modifier and Type Method Description protected abstract SpaceAbstractPermissionsDelegate. getSpaceFrom(Object target)protected SpaceAttachmentPermissionsDelegate. getSpaceFrom(Object target)protected SpaceBlogPostPermissionsDelegate. getSpaceFrom(Object target)protected SpaceCommentPermissionsDelegate. getSpaceFrom(Object target)protected SpaceDraftPermissionsDelegate. getSpaceFrom(Object target)protected SpaceLabellingPermissionsDelegate. getSpaceFrom(Object target)protected SpacePagePermissionsDelegate. getSpaceFrom(Object target)protected SpacePageTemplatePermissionsDelegate. getSpaceFrom(Object target)protected SpaceSpacePermissionsDelegate. getSpaceFrom(Object target)Methods in com.atlassian.confluence.security.delegate with parameters of type Space Modifier and Type Method Description booleanSpacePermissionsDelegate. canAdminister(ConfluenceUser user, Space target)booleanSpacePermissionsDelegate. canEdit(ConfluenceUser user, Space target)booleanSpacePermissionsDelegate. canExport(ConfluenceUser user, Space target)booleanSpacePermissionsDelegate. canRemove(ConfluenceUser user, Space target)booleanSpacePermissionsDelegate. canSetPermissions(ConfluenceUser user, Space target)booleanSpacePermissionsDelegate. 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 Space Modifier and Type Method Description List<Space>BulkPermissionService. 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 Space Modifier and Type Method Description SpaceRegularEntitiesAndPermissionsHelper. getSpaceById(long spaceId)Methods in com.atlassian.confluence.security.denormalisedpermissions.impl that return types with arguments of type Space Modifier and Type Method Description List<Space>DenormalisedPermissionFallbackServiceImpl. getPermittedSpaces(SpacesQuery spaceQuery, int offset, int limit)Returns a list of permitted spaces filters by spaceQuery.List<Space>DenormalisedPermissionRouter. getPermittedSpaces(SpacesQuery spaceQuery, int offset, int limit)Returns a list of permitted spaces filters by spaceQuery.List<Space>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 Space Modifier and Type Method Description List<Space>DenormalisedSpacePermissionDao. findPermittedSpaces(List<Long> sidList, SpacePermissionType permissionType)Retrieves all permitted spaces, filtered by space permissions and sid listList<Space>DenormalisedSpacePermissionDao. 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 Space Modifier and Type Method Description Collection<SpacePermission>SpacePermissionDao. findGroupPermissionsForSpace(Space space, String permissionType)Find all group permissions of typepermissionTypeforspace.List<SpacePermission>SpacePermissionDao. findPermissionsForSpace(Space space)Retrieves all permissions for spacevoidSpacePermissionDao. 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 Space Modifier and Type Method Description Collection<SpacePermission>HibernateSpacePermissionDao. findGroupPermissionsForSpace(Space space, String permissionType)List<SpacePermission>HibernateSpacePermissionDao. findPermissionsForSpace(Space space)voidHibernateSpacePermissionDao. removePermissionsForSpace(Space space) -
Uses of Space in com.atlassian.confluence.setup.bandana
Constructors in com.atlassian.confluence.setup.bandana with parameters of type Space Constructor Description ConfluenceBandanaContext(Space space)Create a space context -
Uses of Space in com.atlassian.confluence.spaces
Methods in com.atlassian.confluence.spaces that return Space Modifier and Type Method Description @NonNull SpaceDefaultSpaceManager. createPersonalSpace(String name, @Nullable String description, com.atlassian.user.User owner)@NonNull SpaceSpaceManager. createPersonalSpace(String name, @Nullable String description, com.atlassian.user.User owner)Creates a personal space.@NonNull SpaceDefaultSpaceManager. createPrivatePersonalSpace(String name, @Nullable String description, com.atlassian.user.User owner)@NonNull SpaceSpaceManager. createPrivatePersonalSpace(String name, @Nullable String description, com.atlassian.user.User owner)Create a personal Space for which only the creator has any permissions@NonNull SpaceDefaultSpaceManager. createPrivateSpace(String key, String name, @Nullable String description, com.atlassian.user.User creator)@NonNull SpaceSpaceManager. 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 SpaceDefaultSpaceManager. createSpace(Space space)Deprecated.since 4.3.@NonNull SpaceDefaultSpaceManager. createSpace(String key, String name, @Nullable String description, com.atlassian.user.User creator)@NonNull SpaceSpaceManager. createSpace(Space space)Deprecated.since 6.10.0, use {#link #createSpace(String key, String name, String description, User creator)}@NonNull SpaceSpaceManager. createSpace(String key, String name, @Nullable String description, com.atlassian.user.User creator)@Nullable SpaceDefaultSpaceManager. getPersonalSpace(@Nullable ConfluenceUser user)@Nullable SpaceSpaceManager. getPersonalSpace(@Nullable ConfluenceUser user)Deprecated.since 7.3.0, useSpaceService.find(Expansion...)in plugins andSpaceManagerInternalin core where applicableSpaceDefaultSpaceManager. getSpace(long id)@Nullable SpaceDefaultSpaceManager. getSpace(@Nullable String spaceKey)SpaceSpaced. getSpace()@Nullable SpaceSpaceManager. getSpace(long id)Deprecated.since 7.3.0, useSpaceService.find(Expansion...)in plugins andSpaceManagerInternalin core where applicable@Nullable SpaceSpaceManager. getSpace(@Nullable String spaceKey)Deprecated.since 7.3.0, useSpaceService.find(Expansion...)in plugins andSpaceManagerInternalin core where applicableMethods in com.atlassian.confluence.spaces that return types with arguments of type Space Modifier and Type Method Description @NonNull List<Space>DefaultSpaceManager. getAllSpaces()@NonNull List<Space>DefaultSpaceManager. getAllSpaces(SpacesQuery query)@NonNull List<Space>SpaceManager. getAllSpaces()Deprecated.since 7.3.0, useSpaceService.find(Expansion...)in plugins andSpaceManagerInternalin core where applicable@NonNull List<Space>SpaceManager. getAllSpaces(SpacesQuery query)Deprecated.since 7.3.0, useSpaceService.find(Expansion...)in plugins andSpaceManagerInternalin core where applicable@NonNull ListBuilder<Space>DefaultSpaceManager. getSpaces(SpacesQuery query)@NonNull PageResponse<Space>DefaultSpaceManager. getSpaces(SpacesQuery query, LimitedRequest limitedRequest, Predicate<? super Space>... filter)@NonNull ListBuilder<Space>SpaceManager. getSpaces(SpacesQuery query)Deprecated.since 7.3.0, useSpaceService.find(Expansion...)in plugins andSpaceManagerInternalin core where applicable@NonNull List<Space>DefaultSpaceManager. getSpacesCreatedAfter(Date creationDate)@NonNull List<Space>SpaceManager. getSpacesCreatedAfter(Date creationDate)Methods in com.atlassian.confluence.spaces with parameters of type Space Modifier and Type Method Description voidDefaultSpaceManager. archiveSpace(Space space)voidSpaceManager. archiveSpace(Space space)Archive the space.@NonNull SpaceDefaultSpaceManager. createSpace(Space space)Deprecated.since 4.3.@NonNull SpaceSpaceManager. createSpace(Space space)Deprecated.since 6.10.0, use {#link #createSpace(String key, String name, String description, User creator)}voidDefaultSpaceManager. ensureSpaceDescriptionExists(Space space)voidSpaceManager. ensureSpaceDescriptionExists(Space space)If the given Space does not have a description, creates one for it, and saves it.longDefaultSpaceManager. findPageTotal(Space space)longSpaceManager. findPageTotal(Space space)Get the number of pages in a space.StringDefaultSpaceLogoManager. getLogoDownloadPath(Space space, com.atlassian.user.User viewingUser)StringSpaceLogoManager. getLogoDownloadPath(Space space, com.atlassian.user.User viewingUser)Deprecated.StringDefaultSpaceLogoManager. getLogoUriReference(Space space, com.atlassian.user.User viewingUser)StringSpaceLogoManager. 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.intDefaultSpaceManager. getNumberOfBlogPosts(Space space)intSpaceManager. 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>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 booleanSpaceType. isGlobal(Space space)static booleanSpaceType. isPersonal(Space space)@NonNull BooleanDefaultSpaceManager. removeSpace(Space space)@NonNull BooleanSpaceManager. removeSpace(Space space)Removes a space with a given space.voidDefaultSpaceManager. saveSpace(Space space)voidDefaultSpaceManager. saveSpace(Space space, Space originalSpace)voidSpaceManager. saveSpace(Space space)voidSpaceManager. saveSpace(Space space, Space originalSpace)voidDefaultSpaceManager. unarchiveSpace(Space space)voidSpaceManager. unarchiveSpace(Space space)Un-archive the space.Constructors in com.atlassian.confluence.spaces with parameters of type Space Constructor Description SpaceDescription(Space space) -
Uses of Space in com.atlassian.confluence.spaces.actions
Fields in com.atlassian.confluence.spaces.actions declared as Space Modifier and Type Field Description protected SpaceAbstractSpaceAction. spaceMethods in com.atlassian.confluence.spaces.actions that return Space Modifier and Type Method Description SpaceAbstractSpaceAction. getSpace()Deprecated, for removal: This API element is subject to removal in a future version.since 8.8.0.SpaceConfigureSpaceLogoAction. 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 Space Modifier and Type Method Description LabelEditSpaceLabelAction. addLabel(Space space, String labelName)voidAbstractSpaceAction. setSpace(Space space)voidConfigureSpaceLogoAction. setSpace(Space space)voidEditSpaceAction. setSpace(Space space)voidSpaceAware. setSpace(Space space)IOC method for setting the space on the action.Constructors in com.atlassian.confluence.spaces.actions with parameters of type Space Constructor Description SpaceActionForDecorating(Space space) -
Uses of Space in com.atlassian.confluence.spaces.persistence.dao
Methods in com.atlassian.confluence.spaces.persistence.dao that return Space Modifier and Type Method Description @Nullable SpaceSpaceDao. getById(long id)@Nullable SpaceSpaceDao. getPersonalSpace(@Nullable ConfluenceUser user)@Nullable SpaceSpaceDao. getSpace(@Nullable String spaceKey)Find a space by its space key.@Nullable SpaceSpaceDao. 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 Space Modifier and Type Method Description @NonNull List<Space>SpaceDao. getSpaces(SpacesQueryWithPermissionQueryBuilder queryWithPermissionClauseBuilder)Get a list of spaces specified by theSpacesQuery.@NonNull List<Space>SpaceDao. getSpaces(SpacesQueryWithPermissionQueryBuilder queryWithPermissionClauseBuilder, int offset, int maxResults)Get a list of spaces specified by theSpacesQueryWithPermissionQueryBuilder.@NonNull List<Space>SpaceDao. getSpacesContainingCommentsByUser(@Nullable String username)Find all spaces containing comments by a particular user.@NonNull List<Space>SpaceDao. getSpacesContainingPagesEditedByUser(@Nullable String username)Find all spaces containing pages that were edited by a particular user.@NonNull List<Space>SpaceDao. getSpacesCreatedAfter(Date creationDate)@NonNull List<Space>SpaceDao. getSpacesCreatedByUser(@Nullable String username)Find all the spaces created by a given user.@NonNull List<Space>SpaceDao. getSpacesCreatedOrUpdatedSinceDate(Date previousLoginDate)Methods in com.atlassian.confluence.spaces.persistence.dao with parameters of type Space Modifier and Type Method Description intSpaceDao. findPageTotal(Space space)Fast way to count pages in a space without loading them.intSpaceDao. 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 Space Modifier and Type Method Description voidSpaceDao. 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 Space Modifier and Type Method Description @Nullable SpaceHibernateSpaceDao. getById(long id)@Nullable SpaceHibernateSpaceDao. getPersonalSpace(@Nullable ConfluenceUser user)@Nullable SpaceHibernateSpaceDao. getSpace(@Nullable String spaceKey)first tries to fetch the space from the cache by space id if not, fetch it from database@Nullable SpaceHibernateSpaceDao. getSpaceByContentId(long contentId)Methods in com.atlassian.confluence.spaces.persistence.dao.hibernate that return types with arguments of type Space Modifier and Type Method Description @NonNull Class<Space>HibernateSpaceDao. getPersistentClass()@NonNull List<Space>HibernateSpaceDao. getSpaces(SpacesQueryWithPermissionQueryBuilder queryWithPermissionClauseBuilder)@NonNull List<Space>HibernateSpaceDao. getSpaces(SpacesQueryWithPermissionQueryBuilder queryWithPermissionClauseBuilder, int offset, int maxResults)@NonNull List<Space>HibernateSpaceDao. getSpacesContainingCommentsByUser(@Nullable String username)@NonNull List<Space>HibernateSpaceDao. getSpacesContainingPagesEditedByUser(@Nullable String username)@NonNull List<Space>HibernateSpaceDao. getSpacesCreatedAfter(Date creationDate)@NonNull List<Space>HibernateSpaceDao. getSpacesCreatedByUser(@Nullable String username)@NonNull List<Space>HibernateSpaceDao. getSpacesCreatedOrUpdatedSinceDate(Date previousLoginDate)Methods in com.atlassian.confluence.spaces.persistence.dao.hibernate with parameters of type Space Modifier and Type Method Description intHibernateSpaceDao. findPageTotal(Space space)intHibernateSpaceDao. getNumberOfBlogPosts(Space space)Method parameters in com.atlassian.confluence.spaces.persistence.dao.hibernate with type arguments of type Space Modifier and Type Method Description voidHibernateSpaceDao. performOnAll(Consumer<Space> task) -
Uses of Space in com.atlassian.confluence.themes
Methods in com.atlassian.confluence.themes that return Space Modifier and Type Method Description SpaceGlobalHelper. getSpace()SpaceThemeContext. getSpace()Methods in com.atlassian.confluence.themes with parameters of type Space Modifier and Type Method Description StringColourSchemeManager. getColourSchemeSetting(Space space)StringDefaultColourSchemeManager. getColourSchemeSetting(Space space)ColourSchemeColourSchemeManager. getSpaceColourScheme(Space space)Retrieve the colour scheme for a space - for display, complete with global defaults.ColourSchemeDefaultColourSchemeManager. getSpaceColourScheme(Space space)voidColourSchemeManager. resetColourScheme(Space space)voidDefaultColourSchemeManager. resetColourScheme(Space space)voidColourSchemeManager. saveSpaceColourScheme(Space space, BaseColourScheme colourScheme)voidDefaultColourSchemeManager. saveSpaceColourScheme(Space space, BaseColourScheme colourScheme)static voidThemeContext. set(javax.servlet.ServletRequest request, Space currentSpace, Theme currentTheme, Theme globalTheme)voidColourSchemeManager. setColourSchemeSetting(Space space, String value)voidDefaultColourSchemeManager. setColourSchemeSetting(Space space, String value)Constructors in com.atlassian.confluence.themes with parameters of type Space Constructor Description ThemeContext(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 Space Modifier and Type Method Description SpaceSummaryLegacySpaceSummaryBuilder. buildFrom(Space space, Expansions expansions)Deprecated. -
Uses of Space in com.atlassian.confluence.user
Constructors in com.atlassian.confluence.user with parameters of type Space Constructor Description PermittedUserFinder(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 Space Modifier and Type Method Description SpaceEditNotificationsAction. getSpace()SpaceFindRestrictableEntitiesAction. getSpace()Methods in com.atlassian.confluence.user.actions that return types with arguments of type Space Modifier and Type Method Description Map<Space,List<ContentEntityObject>>ViewMyDraftsAction. getNonResumableDraftsBySpace()Map<Space,List<ContentEntityObject>>ViewMyDraftsAction. getResumableDraftsBySpace()List<Space>RemoveGroupAction. getSpaces()Methods in com.atlassian.confluence.user.actions with parameters of type Space Modifier and Type Method Description List<SpacePermission>RemoveGroupAction. getGroupSpacePermissionsForSpace(Space space)voidEditNotificationsAction. setSpace(Space space)voidFindRestrictableEntitiesAction. setSpace(Space space) -
Uses of Space in com.atlassian.confluence.user.notifications
Constructors in com.atlassian.confluence.user.notifications with parameters of type Space Constructor Description AddWatchLink(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 Space Modifier and Type Method Description voidDefaultFavouriteManager. addSpaceToFavourites(com.atlassian.user.User user, Space space)voidFavouriteManager. addSpaceToFavourites(com.atlassian.user.User user, Space space)Add a space to a user's favourites by attaching a personal label to the space.booleanDefaultFavouriteManager. hasPermission(com.atlassian.user.User user, Space space)booleanFavouriteManager. hasPermission(com.atlassian.user.User user, Space space)Get whether the current user has permission to add or remove a space favourite.booleanDefaultFavouriteManager. isUserFavourite(com.atlassian.user.User user, Space space)booleanFavouriteManager. isUserFavourite(com.atlassian.user.User user, Space space)Returns whether a space is marked as a favourite for a user.voidDefaultFavouriteManager. removeSpaceFromFavourites(com.atlassian.user.User user, Space space)voidFavouriteManager. 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 Modifier and Type Method Description intSpaceComparator. compare(Space space1, Space space2)static ConfluenceActionSupportGeneralUtil. newWiredConfluenceActionSupport(@Nullable Space space)Deprecated.since 8.0 no replacementstatic StringConfluenceRenderUtils. renderSpaceStylesheet(Space space)Returns a default stylesheet for Confluence. -
Uses of Space in com.atlassian.confluence.util.breadcrumbs
Fields in com.atlassian.confluence.util.breadcrumbs declared as Space Modifier and Type Field Description protected SpaceAbstractSpaceActionBreadcrumb. spaceprotected SpaceAbstractSpaceBreadcrumb. spaceMethods in com.atlassian.confluence.util.breadcrumbs that return Space Modifier and Type Method Description SpaceBrowseSpaceBreadcrumb. getSpace()SpaceSpaceAdminActionBreadcrumb. getSpace()Methods in com.atlassian.confluence.util.breadcrumbs with parameters of type Space Modifier and Type Method Description BreadcrumbBreadcrumbGenerator. getAdvancedBreadcrumb(Space space)Returns the advanced breadcrumb in a space.BreadcrumbDefaultBreadcrumbGenerator. getAdvancedBreadcrumb(Space space)BreadcrumbBreadcrumbGenerator. getBlogCollectorBreadcrumb(Space space)BreadcrumbDefaultBreadcrumbGenerator. getBlogCollectorBreadcrumb(Space space)BreadcrumbBreadcrumbGenerator. getContentActionBreadcrumb(com.opensymphony.xwork2.Action action, Space space, AbstractPage page, DisplayableLabel label)Returns an appropriate breadcrumb for the given action, space, page and label.BreadcrumbDefaultBreadcrumbGenerator. getContentActionBreadcrumb(com.opensymphony.xwork2.Action action, Space space, AbstractPage page, DisplayableLabel label)BreadcrumbBreadcrumbGenerator. getContentBreadcrumb(Space space, AbstractPage page)Returns an appropriate breadcrumb for a page or blogpostBreadcrumbDefaultBreadcrumbGenerator. getContentBreadcrumb(Space space, AbstractPage page)BreadcrumbBreadcrumbGenerator. 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.BreadcrumbDefaultBreadcrumbGenerator. getContentCollectorBreadcrumb(Space space, Class contentClass)BreadcrumbBreadcrumbGenerator. getContentDetailActionBreadcrumb(com.opensymphony.xwork2.Action action, Space space, AbstractPage page)Breadcrumb for the "detail" pages of a Page/Blog, like Info, Attachments or History.BreadcrumbDefaultBreadcrumbGenerator. getContentDetailActionBreadcrumb(com.opensymphony.xwork2.Action action, Space space, AbstractPage page)Breadcrumb for the "detail" pages of a Page/Blog, like Info, Attachments or History.List<Breadcrumb>BreadcrumbGenerator. getFilteredBreadcrumbTrail(Space space, Breadcrumb breadcrumb)Returns the breadcrumb trail after filtering.List<Breadcrumb>DefaultBreadcrumbGenerator. getFilteredBreadcrumbTrail(Space space, Breadcrumb breadcrumb)BreadcrumbBreadcrumbGenerator. getSpaceAdminBreadcrumb(com.opensymphony.xwork2.Action action, Space space)Returns the breadcrumb for a space admin action in a space.BreadcrumbDefaultBreadcrumbGenerator. getSpaceAdminBreadcrumb(com.opensymphony.xwork2.Action action, Space space)BreadcrumbBreadcrumbGenerator. getSpaceOperationsBreadcrumb(Space space)Returns the space operations breadcrumb (i.e.BreadcrumbDefaultBreadcrumbGenerator. getSpaceOperationsBreadcrumb(Space space)Constructors in com.atlassian.confluence.util.breadcrumbs with parameters of type Space Constructor Description AbstractSpaceActionBreadcrumb(ConfluenceActionSupport action, Space space)AbstractSpaceActionBreadcrumb(com.opensymphony.xwork.Action action, Space space)Deprecated, for removal: This API element is subject to removal in a future version.since 8.0 as this constructor exists solely to provide bytecode compatibility for plugins that were compiled against Confluence 7.xAbstractSpaceActionBreadcrumb(com.opensymphony.xwork2.Action action, Space space)Deprecated.AbstractSpaceBreadcrumb(Space space)BlogPostDateBreadcrumb(Space space, String year, String monthNumeric, String monthText, String day)BrowseSpaceBreadcrumb(Space space)ContentActionBreadcrumb(ConfluenceActionSupport action, Space space, AbstractPage page, DisplayableLabel label, Breadcrumb spaceOperationsBreadcrumb)ContentActionBreadcrumb(com.opensymphony.xwork.Action action, Space space, AbstractPage page, DisplayableLabel label, Breadcrumb spaceOperationsBreadcrumb)Deprecated, for removal: This API element is subject to removal in a future version.since 8.0 as this constructor exists solely to provide bytecode compatibility for plugins that were compiled against Confluence 7.xContentActionBreadcrumb(com.opensymphony.xwork2.Action action, Space space, AbstractPage page, DisplayableLabel label, Breadcrumb spaceOperationsBreadcrumb)Deprecated.LabelBreadcrumb(ConfluenceActionSupport action, DisplayableLabel label, Space space)Label crumbs are sequenced a little differently than normal (whereContentActionBreadcrumbs typically come last).LabelBreadcrumb(com.opensymphony.xwork.Action action, DisplayableLabel label, Space space)Deprecated, for removal: This API element is subject to removal in a future version.since 8.0 as this constructor exists solely to provide bytecode compatibility for plugins that were compiled against Confluence 7.xLabelBreadcrumb(com.opensymphony.xwork2.Action action, DisplayableLabel label, Space space)Deprecated.PageTemplatesActionBreadcrumb(ConfluenceActionSupport action, Space space)PageTemplatesActionBreadcrumb(com.opensymphony.xwork.Action action, Space space)Deprecated, for removal: This API element is subject to removal in a future version.since 8.0 as this constructor exists solely to provide bytecode compatibility for plugins that were compiled against Confluence 7.xPageTemplatesActionBreadcrumb(com.opensymphony.xwork2.Action action, Space space)Deprecated.SpaceAdminActionBreadcrumb(ConfluenceActionSupport action, Space space)SpaceAdminActionBreadcrumb(com.opensymphony.xwork.Action action, Space space)Deprecated, for removal: This API element is subject to removal in a future version.since 8.0 as this constructor exists solely to provide bytecode compatibility for plugins that were compiled against Confluence 7.xSpaceAdminActionBreadcrumb(com.opensymphony.xwork2.Action action, Space space)Deprecated.since 8.2, useSpaceAdminActionBreadcrumb(ConfluenceActionSupport, 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 Space Constructor Description BlogCollectorBreadcrumb(Space space)BlogPostDateBreadcrumb(Space space, String year, String monthNumeric, String monthText, String day)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 Space Modifier and Type Method Description SpaceWebContextFactoryImpl.GhettoHelper. getSpace()Methods in com.atlassian.confluence.web.service with parameters of type Space Modifier and Type Method Description WebInterfaceContextWebContextFactory. createWebInterfaceContextForSpace(Space space)WebInterfaceContextWebContextFactoryImpl. createWebInterfaceContextForSpace(Space space)
-