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 Space
ReadOnlyAccessAction. 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 Space
SpaceFactory. 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.int
CustomContentManager. findTotalInSpace(Space space, String contentModuleKey)
Get the total count of current, non-deleted content of the given type in the given space.void
CustomContentManager. removeAllInSpace(String contentModuleKey, Space space)
Remove all plugin content of a particular type from a given space.void
CustomContentManager. removeAllPluginContentInSpace(Space space)
Remove all plugin content (of all types) from a given space. -
Uses of Space in com.atlassian.confluence.content.event
Constructors in com.atlassian.confluence.content.event with parameters of type Space 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 Space
SpaceResourceIdentifierResolver. 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 boolean
MovePageCommandHelper. 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 Space
DeleteSpaceCommand. getSpace()
Space
KeySpaceLocator. getSpace()
Space
SpaceLocator. getSpace()
Space
SpaceProvider. getSpace()
-
Uses of Space in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return Space Modifier and Type Method Description Space
ContentPermissionSummary. getSpace()
Space
SpaceContentEntityObject. 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(com.atlassian.user.User user, Space space)
Retrieves the configured permissions regarding whether the specified user can view the pages inside a space.Map<Long,Boolean>
DefaultContentPermissionManager. getPermissionSets(com.atlassian.user.User user, Space space)
javax.activation.DataSource
DataSourceFactory. getSpaceLogo(Space space)
Encapsulates the logo for the givenSpace
in aDataSource
.javax.activation.DataSource
DefaultDataSourceFactory. getSpaceLogo(Space space)
protected boolean
ConfluenceActionSupport. hasPermissionForSpace(List permissionTypes, Space space)
boolean
SpaceContentEntityObject. isInSpace(Space space)
void
SpaceContentEntityObject. 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 Space
BlogPostMovedEvent. getCurrentSpace()
@NonNull Space
BlogPostMovedEvent. 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 Space
SpaceNotificationEvent. 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 Space
PageMoveCompletedEvent. getOldSpace()
@NonNull Space
PageMoveEvent. 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 Space
LabelListViewEvent. 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 Space
SpacePermissionRemoveEvent. getSpace()
Space
SpacePermissionsRemoveFromSpaceEvent. 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 Space
SpaceRetentionPolicyEvent. 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 Space
SpaceEvent. space
Methods in com.atlassian.confluence.event.events.space that return Space Modifier and Type Method Description Space
SpaceUpdateEvent. getOriginalSpace()
Space
SpaceEvent. 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)
int
DefaultCustomContentManager. findTotalInSpace(Space space, String pluginContentKey)
@NonNull PageResponse<AbstractPage>
DefaultPageManager. getAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)
Deprecated.since 7.0.1.@NonNull PageResponse<AbstractPage>
DefaultPageManager. getAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)
Deprecated.since 7.0.1.@NonNull List<BlogPost>
DefaultPageManager. getBlogPosts(Space space, boolean currentOnly)
@NonNull PageResponse<BlogPost>
DefaultPageManager. getBlogPosts(Space space, LimitedRequest pageRequest, com.google.common.base.Predicate<? super BlogPost>... filters)
Deprecated.since 7.0.1.@NonNull Collection<Long>
DefaultPageManager. getPageIds(Space space)
@NonNull List<Page>
DefaultPageManager. getPages(@Nullable Space space, boolean currentOnly)
@NonNull PageResponse<Page>
DefaultPageManager. getPages(Space space, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page>... filters)
Deprecated.since 7.0.1.@NonNull List
DefaultPageManager. getPagesStartingWith(Space space, String s)
@NonNull List<Page>
DefaultPageManager. getPagesWithPermissions(Space space)
@NonNull List
DefaultPageManager. getPermissionPages(Space space)
Collection<Page>
DefaultPageManager. getPermissionPages(Space space, LimitedRequest limitedRequest)
long
DefaultPageManager. getPermissionPagesCount(Space space)
@NonNull List<AbstractPage>
DefaultPageManager. getPossibleBlogRedirectsInSpace(Space space, String blogTitle, int maxResultCount)
@NonNull List<AbstractPage>
DefaultPageManager. getPossibleBlogRedirectsNotInSpace(Space space, String blogTitle, int maxResultCount)
@NonNull List<AbstractPage>
DefaultPageManager. getPossibleRedirectsInSpace(Space space, String pageTitle, int maxResultCount)
@NonNull List<AbstractPage>
DefaultPageManager. getPossibleRedirectsNotInSpace(Space space, String pageTitle, int maxResultCount)
@NonNull Iterator
DefaultCommentManager. getRecentlyUpdatedComments(Space space, int maxResults)
@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)
void
DefaultPageManager. moveBlogPostToTopLevel(BlogPost blogPost, Space space)
void
DefaultPageManager. movePageToTopLevel(Page page, Space space)
void
DefaultPageManager. removeAllBlogPosts(Space space)
void
DefaultPageManager. removeAllBlogPosts(Space space, com.atlassian.core.util.ProgressMeter progress)
void
DefaultCustomContentManager. removeAllInSpace(String pluginContentKey, Space space)
void
DefaultPageManager. removeAllPages(Space space)
void
DefaultPageManager. removeAllPages(Space space, com.atlassian.core.util.ProgressMeter progress)
removes all the pages in a space (including all dependencies like attachments and notifications)void
DefaultCustomContentManager. removeAllPluginContentInSpace(Space space)
@NonNull PageResponse<Page>
DefaultPageManager. scanFilteredPages(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Page>... filter)
-
Uses of Space in com.atlassian.confluence.impl.importexport
Methods in com.atlassian.confluence.impl.importexport that return types with arguments of type 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 void
AbstractRendererExporterImpl. exportSpace(Space space, String baseExportPath)
protected void
HtmlExporter. exportSpace(Space space, String baseExportPath)
-
Uses of Space in com.atlassian.confluence.impl.labels
Methods in com.atlassian.confluence.impl.labels that return types with arguments of type 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.Space
Refs. 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 Page
ReadThroughCachingPageDao. getPage(Space space, String pageTitle)
Page
ReadThroughCachingPageDao. 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 boolean
DefaultRetentionPolicyPermissionManager. canEditSpacePolicy(@Nullable ConfluenceUser user, Space space)
boolean
DefaultRetentionPolicyPermissionManager. canViewSpacePolicy(@Nullable ConfluenceUser user, Space space)
-
Uses of Space in com.atlassian.confluence.impl.search
Methods in com.atlassian.confluence.impl.search with parameters of type Space Modifier and Type Method Description void
QueuingChangeIndexer. 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 Space
SearchSiteAction. 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 void
CoarseGrainedCachingSpacePermissionManager. createDefaultSpacePermissions(Space space)
void
DefaultSpacePermissionManager. createDefaultSpacePermissions(Space space)
void
CoarseGrainedCachingSpacePermissionManager. createPrivateSpacePermissions(Space space)
void
DefaultSpacePermissionManager. 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)
boolean
AbstractSpacePermissionManager. groupHasPermission(String permissionType, @Nullable Space space, String group)
boolean
AbstractSpacePermissionManager. hasAllPermissions(List<String> permissionTypes, @Nullable Space space, @Nullable com.atlassian.user.User user)
boolean
AbstractSpacePermissionManager. hasPermission(String permissionType, @Nullable Space space, @Nullable com.atlassian.user.User remoteUser)
boolean
AbstractSpacePermissionManager. hasPermissionForSpace(@Nullable com.atlassian.user.User user, List permissionTypes, @Nullable Space space)
boolean
AbstractSpacePermissionManager. hasPermissionNoExemptions(String permissionType, @Nullable Space space, @Nullable com.atlassian.user.User remoteUser)
boolean
CachingSpacePermissionManager. hasPermissionNoExemptions(String permissionType, @Nullable Space space, @Nullable com.atlassian.user.User remoteUser)
void
CoarseGrainedCachingSpacePermissionManager. removeAllPermissions(Space space)
Deprecated.since 5.9.void
CoarseGrainedCachingSpacePermissionManager. removeAllPermissions(Space space, SpacePermissionContext context)
void
DefaultSpacePermissionManager. removeAllPermissions(Space space)
void
DefaultSpacePermissionManager. removeAllPermissions(Space space, SpacePermissionContext context)
protected void
CachingSpacePermissionManager. removeAllPermissionsFromDao(Space space)
protected void
DefaultSpacePermissionManager. removeAllPermissionsFromDao(Space space)
Method parameters in com.atlassian.confluence.impl.security with type arguments of type Space Modifier and Type Method Description void
CoarseGrainedCachingSpacePermissionManager. 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 nullvoid
EditSpacePermissionsAdministrator. 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 boolean
RecoveryAwareCachingSpacePermissionManager. hasPermissionNoExemptions(String permissionType, @Nullable Space space, @Nullable com.atlassian.user.User remoteUser)
boolean
RecoveryAwareCGCachingSpacePermissionManager. hasPermissionNoExemptions(String permissionType, @Nullable Space space, @Nullable com.atlassian.user.User 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 String
SetupColourSchemeManager. getColourSchemeSetting(Space space)
ColourScheme
SetupColourSchemeManager. getSpaceColourScheme(Space space)
void
SetupColourSchemeManager. resetColourScheme(Space space)
void
SetupColourSchemeManager. saveSpaceColourScheme(Space space, BaseColourScheme baseColourScheme)
void
SetupColourSchemeManager. setColourSchemeSetting(Space space, String string)
-
Uses of Space in com.atlassian.confluence.impl.util
Methods in com.atlassian.confluence.impl.util with parameters of type Space Modifier and Type Method Description static void
DecoratorUtil. setSidebarContext(Space space, AbstractPage page, String pageId, String context, String contextKey, String collectorKey)
Page/blogpost context should be saved for deferred (sitemesh) sidebar execution, because main sitemesh decorator is executed 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 ContentTree
DefaultImportExportManager. getContentTree(com.atlassian.user.User user, Space space)
Deprecated.ContentTree
ImportExportManager. getContentTree(com.atlassian.user.User user, Space space)
Deprecated.Returns a tree of content including pages for a space.ContentTree
DefaultImportExportManager. getPageBlogTree(com.atlassian.user.User user, Space space)
Deprecated.ContentTree
ImportExportManager. getPageBlogTree(com.atlassian.user.User user, Space space)
Deprecated.Returns a tree of content including pages and blog posts for a space. -
Uses of Space in com.atlassian.confluence.importexport.actions
Methods in com.atlassian.confluence.importexport.actions that return Space Modifier and Type Method Description Space
RestorePageAction. 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 void
AbstractRendererExporterImpl. exportSpace(Space space, String baseExportPath)
Deprecated.protected void
HtmlExporter. 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)
Notification
DelegatingNotificationDaoInternal. findNotificationByUserAndSpace(com.atlassian.user.User user, Space space)
Notification
DelegatingNotificationDaoInternal. 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 @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.@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.@NonNull PageResponse<BlogPost>
PageManagerInternal. getBlogPosts(Space space, LimitedRequest pageRequest, com.google.common.base.Predicate<? super BlogPost>... filter)
Deprecated.since 7.0.1.default @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.default @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.default @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.default @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.@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 Spacelong
PageManagerInternal. getPermissionPagesCount(Space space)
Get total number of permission pages for particular Space@NonNull PageResponse<Page>
PageManagerInternal. getTopLevelPages(Space space, LimitedRequest pageRequest)
Returns the current top-level pages in a space, limited to the pagination requested.default @NonNull PageResponse<Page>
PageManagerInternal. scanFilteredPages(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Page>... filter)
Returns all pages in the space which has specified content statuses, limited to the pagination request. -
Uses of Space in com.atlassian.confluence.internal.pages.persistence
Methods in com.atlassian.confluence.internal.pages.persistence with parameters of type Space Modifier and Type Method Description default PageResponse<AbstractPage>
PageDaoInternal. getFilteredAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage> filter)
Returns the abstract pages from a space that exactly match the given title and are in any of the specified statuses, and match the given filter, limited to the pagination request.default PageResponse<AbstractPage>
PageDaoInternal. getFilteredAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable Predicate<? super AbstractPage> filter)
Retrieves a page response for all content (pages and/or blog posts) in the given space, within any of the specified statuses and content types.default PageResponse<BlogPost>
PageDaoInternal. getFilteredBlogPosts(Space space, LimitedRequest pageRequest, @Nullable Predicate<? super BlogPost> filter)
Retrieves a page response of all the current blog posts in the give space.default PageResponse<Page>
PageDaoInternal. getFilteredPages(Space space, LimitedRequest pageRequest, @Nullable Predicate<? super Page> filter)
Retrieves a page response of the current content in the given space.default PageResponse<Page>
PageDaoInternal. getFilteredTopLevelPages(Space space, LimitedRequest limitedRequest, Predicate<? super Page> predicate)
Collection<Page>
PageDaoInternal. getPermissionPages(Space space, LimitedRequest limitedRequest)
Pagination permission pages for particular Spacelong
PageDaoInternal. getPermissionPagesCount(Space space)
Get total number of permission pages for particular SpacePageResponse<Page>
PageDaoInternal. scanFilteredPages(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable Predicate<? super Page> filter)
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 UnIndexSpaceChangeIndexTask
IndexTaskFactoryInternal. createUnIndexSpaceChangeIndexTask(Space space)
UnIndexSpaceContentIndexTask
IndexTaskFactoryInternal. createUnIndexSpaceContentIndexTask(Space space)
void
QueuingConfluenceIndexer. unIndexSpace(Space space)
-
Uses of Space in com.atlassian.confluence.internal.search.tasks
Methods in com.atlassian.confluence.internal.search.tasks with parameters of type Space Modifier and Type Method Description UnIndexSpaceChangeIndexTask
DefaultIndexTaskFactory. createUnIndexSpaceChangeIndexTask(Space space)
UnIndexSpaceContentIndexTask
DefaultIndexTaskFactory. 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 void
ThreadLocalPermissionsCacheInternal. cacheSpacePermission(com.atlassian.user.User user, String permission, Space space, boolean hasPermission)
static Boolean
ThreadLocalPermissionsCacheInternal. hasSpacePermission(String permission, Space space, com.atlassian.user.User user)
void
SpacePermissionManagerInternal. removeAllPermissions(Space space, SpacePermissionContext context)
Removes all permissions belonging to 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.internal.webhooks
Constructors in com.atlassian.confluence.internal.webhooks with parameters of type Space Constructor Description SpaceScope(Space space)
-
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 Label
SpaceLabelManager. addLabel(Space space, String labelName)
Adds a label to a space.Label
SpaceLabelManagerImpl. addLabel(Space space, String labelName)
List
SpaceLabelManager. getLabelsOnSpace(Space space)
Returns the labels for the given space (excluding team labels)List
SpaceLabelManagerImpl. getLabelsOnSpace(Space space)
List
SpaceLabelManager. getSuggestedLabelsForSpace(Space space, com.atlassian.user.User remoteUser)
Returns the labels available for the given space (excluding team labels)List
SpaceLabelManagerImpl. 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 Space
AddSpaceToFavouriteAjaxAction. getSpace()
Space
RemoveSpaceFromFavouriteAjaxAction. getSpace()
Methods in com.atlassian.confluence.labels.actions with parameters of type Space Modifier and Type Method Description void
AddSpaceToFavouriteAjaxAction. setSpace(Space space)
void
RemoveSpaceFromFavouriteAjaxAction. 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 void
DefaultRelatedContentRefactorer. contractAbsoluteReferencesInContent(List<Page> movedPageList, Space previousSpace)
Deprecated.since 5.9 useDefaultRelatedContentRefactorer.contractAbsoluteReferencesInContent(List)
insteadvoid
RelatedContentRefactorer. contractAbsoluteReferencesInContent(List<Page> movedPageList, Space previousSpace)
Deprecated.since 5.9 useRelatedContentRefactorer.contractAbsoluteReferencesInContent(List)
insteadvoid
DefaultRelatedContentRefactorer. updateReferences(SpaceContentEntityObject content, Space previousSpace, String previousTitle)
void
RelatedContentRefactorer. updateReferences(SpaceContentEntityObject content, Space previousSpace, String previousTitle)
Update all the references in the supplied content when the content has moved or renamed from 'previousSpace' and/or had it's title changed from 'previousTitle'.void
DefaultRelatedContentRefactorer. updateReferencesForMovingPage(SpaceContentEntityObject content, Space previousSpace, String previousTitle)
void
RelatedContentRefactorer. updateReferencesForMovingPage(SpaceContentEntityObject content, Space previousSpace, String previousTitle)
Update all the references in the supplied content when the content has moved from 'previousSpace' and/or had it's title changed from 'previousTitle'.void
DefaultRelatedContentRefactorer. updateReferrers(SpaceContentEntityObject referee, Space previousSpace, String previousTitle)
void
RelatedContentRefactorer. updateReferrers(SpaceContentEntityObject referee, Space previousSpace, String previousTitle)
Iterate through all the content that currently links to 'referee' and renames all the links, saving the changed content as it goes.void
DefaultRelatedContentRefactorer. updateReferrersForMovingPage(SpaceContentEntityObject referee, Space previousSpace, String previousTitle, List<Page> movedPageList)
void
RelatedContentRefactorer. updateReferrersForMovingPage(SpaceContentEntityObject referee, Space previousSpace, String previousTitle, List<Page> movedPageList)
Iterate through all the content that currently links to 'referee' and renames all the links, saving the changed content as it goes. -
Uses of Space in com.atlassian.confluence.mail.notification
Methods in com.atlassian.confluence.mail.notification that return Space Modifier and Type Method Description Space
Notification. getSpace()
Methods in com.atlassian.confluence.mail.notification with parameters of type Space Modifier and Type Method Description @Nullable Notification
DefaultNotificationManager. addSpaceNotification(com.atlassian.user.User user, Space space)
@Nullable Notification
DefaultNotificationManager. addSpaceNotification(com.atlassian.user.User user, Space space, ContentTypeEnum type)
@Nullable Notification
NotificationManager. addSpaceNotification(com.atlassian.user.User user, Space space)
@Nullable Notification
NotificationManager. addSpaceNotification(com.atlassian.user.User user, Space space, ContentTypeEnum type)
Add a space notification for a particular content type.Iterable<Long>
DefaultNotificationManager. findPageAndSpaceNotificationIdsFromSpace(Space space)
Iterable<Long>
NotificationManager. findPageAndSpaceNotificationIdsFromSpace(Space space)
Retrieves ids of all notifications in a space.Notification
DefaultNotificationManager. getNotificationByUserAndSpace(com.atlassian.user.User user, Space space)
Notification
NotificationManager. getNotificationByUserAndSpace(com.atlassian.user.User user, Space space)
Return a notification if the user is watching the entire space.Notification
DefaultNotificationManager. getNotificationByUserAndSpaceAndType(com.atlassian.user.User user, Space space, ContentTypeEnum type)
Notification
NotificationManager. 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)
boolean
DefaultNotificationManager. isUserWatchingPageOrSpace(com.atlassian.user.User user, Space space, AbstractPage page)
boolean
NotificationManager. isUserWatchingPageOrSpace(com.atlassian.user.User user, Space space, AbstractPage page)
Returns true if: a) the user is watching the AbstractPage b) the user is watching the space, or c) the user is watching the contentType of the AbstractPage for the Spacevoid
DefaultNotificationManager. removeAllNotificationsForSpace(Space space)
void
NotificationManager. removeAllNotificationsForSpace(Space space)
Remove all of the notifications set up for this space.void
DefaultNotificationManager. removeSpaceNotification(com.atlassian.user.User user, Space space)
void
NotificationManager. removeSpaceNotification(com.atlassian.user.User user, Space space)
void
DefaultNotificationsSender. sendSpaceNotifications(Space space, NotificationData notificationData, ConversionContext conversionContext)
void
NotificationsSender. sendSpaceNotifications(Space space, NotificationData notificationData, ConversionContext conversionContext)
Sends space based notifications.void
Notification. 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 Space
ListWatchersAction. 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.Notification
NotificationDao. findNotificationByUserAndSpace(com.atlassian.user.User user, Space space)
Find any user notification linked to the specified space regardless of type.Notification
NotificationDao. findNotificationByUserAndSpaceAndType(com.atlassian.user.User user, Space space, ContentTypeEnum type)
Find the user notification linked to the specified space with a type specified - may be null if watching the whole space.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)
Notification
HibernateNotificationDao. findNotificationByUserAndSpace(com.atlassian.user.User user, Space space)
Notification
HibernateNotificationDao. 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 Space
SpaceReport. 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 Space
Attachment. getSpace()
Space
Comment. getSpace()
Methods in com.atlassian.confluence.pages with parameters of type Space Modifier and Type Method Description ContentTree
TreeBuilder. createPageBlogTree(Space space)
Creates a tree of content that includes the pages and the blog posts from the space.ContentTree
TreeBuilder. createPageTree(Space space)
Creates a tree of content that just includes the pages of the space.void
DefaultTrashManager. emptyTrash(Space space)
void
TrashManager. emptyTrash(Space space)
Purge all of the trash in a given space.@NonNull List<BlogPost>
PageManager. getBlogPosts(Space space, boolean currentOnly)
int
DefaultTrashManager. getNumberOfItemsInTrash(Space space)
int
TrashManager. getNumberOfItemsInTrash(Space spaceKeypace)
Retrieve the total number of items in the trash for a given space.@NonNull Collection<Long>
PageManager. getPageIds(Space space)
Get the ids of all pages (current and historical) in the given space.@NonNull List<Page>
PageManager. getPages(@Nullable Space space, boolean currentOnly)
@NonNull List
PageManager. 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 List
PageManager. getPermissionPages(Space space)
Retrieve all pages within a particular space that have page level permissions applied to them.@NonNull List<AbstractPage>
PageManager. getPossibleBlogRedirectsInSpace(Space space, String blogTitle, int maxResultCount)
Searches for blogs in the space specified, looking for those that have the given title in a previous version.@NonNull List<AbstractPage>
PageManager. getPossibleBlogRedirectsNotInSpace(Space space, String blogTitle, int maxResultCount)
Searches for pages in all spaces except the one specified, looking for those that have the given title in a previous version.@NonNull List<AbstractPage>
PageManager. getPossibleRedirectsInSpace(Space space, String pageTitle, int maxResultCount)
Searches for pages in the space specified, looking for those that have the given title in a previous version.@NonNull List<AbstractPage>
PageManager. getPossibleRedirectsNotInSpace(Space space, String pageTitle, int maxResultCount)
Searches for pages in all spaces except the one specified, looking for those that have the given title in a previous version.@NonNull Iterator
CommentManager. getRecentlyUpdatedComments(Space space, int maxResults)
@NonNull List
PageManager. getTopLevelPages(Space space)
Get all the pages in a space that do not have a parent page.@NonNull ListBuilder<Page>
PageManager. getTopLevelPagesBuilder(Space space)
Get the pages in a space that do not have a parent page.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.void
PageManager. moveBlogPostToTopLevel(BlogPost blogPost, Space space)
Move a blog post to the top level oftargetSpace
.void
PageManager. movePageToTopLevel(Page page, Space space)
Move a page to the top level oftargetSpace
.void
PageManager. removeAllBlogPosts(Space space)
void
PageManager. removeAllBlogPosts(Space spaceToBeRemoved, com.atlassian.core.util.ProgressMeter progress)
Remove all blog posts in a space with a progress metervoid
PageManager. removeAllPages(Space space)
Removes all pages in the space.void
PageManager. removeAllPages(Space space, com.atlassian.core.util.ProgressMeter progress)
Removes all pages in the space.void
Page. 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 Space
AbstractCreatePageAction. space
Methods in com.atlassian.confluence.pages.actions that return Space Modifier and Type Method Description Space
AbstractCreatePageAction. getNewSpace()
Space
CopyPageAction. getNewSpace()
Space
AbstractCreatePageAction. getSpace()
Space
AbstractPageAwareAction. getSpace()
Space
BreadcrumbAction. getSpace()
Space
ChildrenAction. getSpace()
Space
CopyPageAction.SimpleSpaceProvider. getSpace()
Space
MovePageDialogAction. getSpace()
Space
PageNotFoundAction. getSpace()
Space
ReorderPageDialogAction. getSpace()
Space
ViewPageAttachmentsAction. 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 void
AbstractCreatePageAction. assignSpace(ContentEntityObject draft, Space space)
protected void
CreatePageAction. assignSpace(ContentEntityObject page, Space space)
static boolean
ActionHelper. isSpaceAdmin(Space space, com.atlassian.user.User remoteUser, SpacePermissionManager spacePermissionManager)
void
ChildrenAction. setSpace(Space space)
void
GetPagePermissionsAction. setSpace(Space space)
void
ReorderPageDialogAction. 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 void
HibernatePageAncestorManager. rebuildSpace(Space space)
void
PageAncestorManager. rebuildSpace(Space space)
Rebuilds all the ancestors for pages within the given space. -
Uses of Space in com.atlassian.confluence.pages.persistence.dao
Methods in com.atlassian.confluence.pages.persistence.dao that return types with arguments of type 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)
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)
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)
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)
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.PageResponse<AbstractPage>
DelegatingPageDao. getAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.PageResponse<AbstractPage>
DelegatingPageDao. getAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.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 BlogPost
BlogPostDao. 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.PageResponse<BlogPost>
DelegatingPageDao. getBlogPosts(Space space, LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super BlogPost> filter)
Deprecated.PageResponse<BlogPost>
PageDao. getBlogPosts(Space space, LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super BlogPost> filter)
Deprecated.since 7.0.1.Page
DelegatingPageDao. getPage(Space space, String pageTitle)
Page
PageDao. getPage(Space space, String pageTitle)
Get the page by space and title.Collection<Long>
DelegatingPageDao. getPageIds(Space space)
Collection<Long>
PageDao. getPageIds(Space space)
Get the ids of all pages (current and historical) in the given space.List<Page>
DelegatingPageDao. getPages(@Nullable Space space, boolean currentOnly)
PageResponse<Page>
DelegatingPageDao. getPages(Space space, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page> filter)
Deprecated.List<Page>
PageDao. getPages(@Nullable Space space, boolean currentOnly)
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)
List<Page>
DelegatingPageDao. getPagesWithPermissions(Space space)
List<Page>
PageDao. getPagesWithPermissions(Space space)
Get all current pages in a space and eagerly fetch permissions at the same time.Page
DelegatingPageDao. getPageWithComments(Space space, String pageTitle)
Page
PageDao. getPageWithComments(Space space, String pageTitle)
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)
long
DelegatingPageDao. getPermissionPagesCount(Space space)
List<Page>
DelegatingPageDao. getTopLevelPages(Space space)
PageResponse<Page>
DelegatingPageDao. getTopLevelPages(Space space, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate)
Deprecated.List<Page>
PageDao. getTopLevelPages(Space space)
PageResponse<Page>
PageDao. getTopLevelPages(Space space, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate)
Deprecated.since 7.0.1.protected boolean
AbstractAttachmentCopier. isSpaceIncluded(Space space)
Returns whether the space is in the inclusion List.@NonNull PageResponse<Page>
DelegatingPageDao. scanFilteredPages(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable Predicate<? super Page> filter)
Method parameters in com.atlassian.confluence.pages.persistence.dao with type arguments of type Space Modifier and Type Method Description void
AbstractAttachmentCopier. setSpacesToInclude(List<? extends Space> spaceList)
void
AttachmentDao.AttachmentCopier. setSpacesToInclude(List<? extends Space> spaceList)
Set which Spaces should be included in the copy.void
AttachmentDao.AttachmentMigrator. setSpacesToInclude(List<? extends Space> spaceList)
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)
PageResponse<AbstractPage>
HibernatePageDao. 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>
HibernatePageDao. 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 BlogPost
HibernateBlogPostDao. 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)
PageResponse<BlogPost>
HibernatePageDao. getBlogPosts(Space space, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super BlogPost> filter)
Deprecated.since 7.0.1.Page
HibernatePageDao. getPage(Space space, String pageTitle)
Page
HibernatePageDao. getPage(Space space, String pageTitle, boolean eagerLoadComments)
Collection<Long>
HibernatePageDao. getPageIds(Space space)
List<Page>
HibernatePageDao. getPages(@Nullable Space space, boolean currentOnly)
PageResponse<Page>
HibernatePageDao. getPages(Space space, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page> filter)
Deprecated.since 7.0.1.List<Page>
HibernatePageDao. getPagesStartingWith(Space space, String s)
List<Page>
HibernatePageDao. getPagesWithPermissions(@NonNull Space space)
Page
HibernatePageDao. getPageWithComments(Space space, String pageTitle)
List<Page>
HibernatePageDao. getPermissionPages(Space space)
Collection<Page>
HibernatePageDao. getPermissionPages(Space space, LimitedRequest limitedRequest)
long
HibernatePageDao. getPermissionPagesCount(Space space)
List<Page>
HibernatePageDao. getTopLevelPages(Space space)
PageResponse<Page>
HibernatePageDao. getTopLevelPages(Space space, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate)
Deprecated.since 7.0.1.PageResponse<Page>
HibernatePageDao. scanFilteredPages(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Page> filter)
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 Space
PageTemplate. getSpace()
The space this page template is constrained to.Space
PluginTemplateReference. getSpace()
Methods in com.atlassian.confluence.pages.templates with parameters of type Space Modifier and Type Method Description PageTemplate
DefaultPageTemplateManager. getPageTemplate(String name, Space space)
PageTemplate
PageTemplateManager. getPageTemplate(String name, Space space)
List
DefaultPageTemplateManager. getPageTemplates(Space space)
List
PageTemplateManager. getPageTemplates(Space space)
void
DefaultPageTemplateManager. removeAllPageTemplates(Space space)
void
PageTemplateManager. removeAllPageTemplates(Space space)
void
PageTemplate. setSpace(Space space)
static PluginTemplateReference
PluginTemplateReference. spaceTemplateReference(com.atlassian.plugin.ModuleCompleteKey moduleCompleteKey, com.atlassian.plugin.ModuleCompleteKey referencingModuleCompleteKey, Space space)
Create a reference to the space level customised version of the template -
Uses of Space in com.atlassian.confluence.pages.templates.persistence.dao
Methods in com.atlassian.confluence.pages.templates.persistence.dao with parameters of type Space Modifier and Type Method Description PageTemplate
PageTemplateDao. findPageTemplateByNameAndSpace(String name, Space space)
This will find a space page template with the given name and space -
Uses of Space in com.atlassian.confluence.pages.templates.persistence.dao.hibernate
Methods in com.atlassian.confluence.pages.templates.persistence.dao.hibernate with parameters of type Space Modifier and Type Method Description PageTemplate
HibernatePageTemplateDao. findPageTemplateByNameAndSpace(String name, Space space)
-
Uses of Space in com.atlassian.confluence.plugin.descriptor.mail
Methods in com.atlassian.confluence.plugin.descriptor.mail with parameters of type Space Modifier and Type Method Description void
NotificationContext. 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 Space
DefaultWebInterfaceContext. getSpace()
@Nullable Space
WebInterfaceContext. getSpace()
Returns the space related to the web interface state, or null if there is no space.Methods in com.atlassian.confluence.plugin.descriptor.web with parameters of type Space Modifier and Type Method Description void
DefaultWebInterfaceContext. 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 Space
EditorAction. getSpace()
Methods in com.atlassian.confluence.plugins.editorloader with parameters of type Space Modifier and Type Method Description void
EditorAction. 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 SpaceEntity
SpaceEntityBuilder. build(Space space)
static SpaceEntity
DefaultContentEntityBuilder. 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 SpaceEntity
DefaultRestSpaceManager. 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 String
ViewSpaceDirectoryAction. 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 boolean
RetentionPolicyPermissionManager. canEditSpacePolicy(@Nullable ConfluenceUser user, Space space)
boolean
RetentionPolicyPermissionManager. canViewSpacePolicy(@Nullable ConfluenceUser user, Space space)
-
Uses of Space in com.atlassian.confluence.rpc.soap.beans
Constructors in com.atlassian.confluence.rpc.soap.beans with parameters of type 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 Space
SoapServiceHelper. retrieveSpace(String spaceKey)
Space
SoapServiceHelperImpl. retrieveSpace(String spaceKey)
Retrieves a given space, and throws RemoteException if the space is not found or the user has no view perm.Methods in com.atlassian.confluence.rpc.soap.services with parameters of type Space Modifier and Type Method Description void
SoapServiceHelper. assertCanAdminister(Space space)
void
SoapServiceHelperImpl. assertCanAdminister(Space space)
void
SoapServiceHelper. assertCanCreateBlogPost(Space space)
void
SoapServiceHelperImpl. assertCanCreateBlogPost(Space space)
void
SoapServiceHelper. assertCanCreatePage(Space space)
void
SoapServiceHelperImpl. assertCanCreatePage(Space space)
void
SoapServiceHelper. assertCanExport(Space space)
void
SoapServiceHelperImpl. assertCanExport(Space space)
void
SoapServiceHelper. assertCanView(Space space)
void
SoapServiceHelperImpl. assertCanView(Space space)
-
Uses of Space in com.atlassian.confluence.search
Methods in com.atlassian.confluence.search with parameters of type Space Modifier and Type Method Description void
ChangeIndexer. unIndexSpace(Space space)
void
ConfluenceIndexer. unIndexSpace(Space space)
Optimised unindex of all content in a space -
Uses of Space in com.atlassian.confluence.security
Methods in com.atlassian.confluence.security that return Space Modifier and Type Method Description @Nullable Space
SpacePermission. getSpace()
The space of this permission.Space
DefaultSpacePermissionDefaultsStore. getTemplateSpace()
Space
SpacePermissionDefaultsStore. getTemplateSpace()
Methods in com.atlassian.confluence.security with parameters of type Space Modifier and Type Method Description boolean
PermissionHelper. canCreateBlogPost(com.atlassian.user.User user, Space space)
boolean
PermissionHelper. canCreatePage(com.atlassian.user.User user, Space space)
static SpacePermission
SpacePermission. createAnonymousSpacePermission(String type, @Nullable Space space)
static SpacePermission
SpacePermission. createAuthenticatedUsersSpacePermission(String type, @Nullable Space space)
Creates a permission which is granted to all authenticated (logged in) usersvoid
DefaultSpacePermissionManager. createDefaultSpacePermissions(Space space)
Deprecated.void
ReadOnlySpacePermissionManager. createDefaultSpacePermissions(Space space)
void
SpacePermissionCoordinator. createDefaultSpacePermissions(Space space)
void
SpacePermissionManager. createDefaultSpacePermissions(Space space)
static SpacePermission
SpacePermission. createGroupSpacePermission(String type, @Nullable Space space, String group)
Set<SpacePermission>
DefaultSpacePermissionDefaultsStore. createPermissionsForSpace(Space space)
Set<SpacePermission>
SpacePermissionDefaultsStore. createPermissionsForSpace(Space space)
void
DefaultSpacePermissionManager. createPrivateSpacePermissions(Space space)
Deprecated.void
ReadOnlySpacePermissionManager. createPrivateSpacePermissions(Space space)
void
SpacePermissionCoordinator. createPrivateSpacePermissions(Space space)
void
SpacePermissionManager. createPrivateSpacePermissions(Space space)
static SpacePermission
SpacePermission. createUserSpacePermission(String type, @Nullable Space space, ConfluenceUser subject)
static SpacePermission
SpacePermission. createUserSpacePermission(String type, @Nullable Space space, String userName)
Deprecated.since 5.2.SpacePermission
PermissionsFormHandler. 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.boolean
AbstractSpacePermissionManager. groupHasPermission(String permissionType, @Nullable Space space, String group)
Deprecated.boolean
ReadOnlySpacePermissionManager. groupHasPermission(String arg0, @Nullable Space arg1, String arg2)
boolean
SpacePermissionCoordinator. groupHasPermission(String permissionType, @Nullable Space space, String group)
boolean
SpacePermissionManager. groupHasPermission(String permissionType, @Nullable Space space, String group)
Checks whether the given group has the given permissionboolean
AbstractSpacePermissionManager. hasAllPermissions(List<String> permissionTypes, @Nullable Space space, @Nullable com.atlassian.user.User user)
Deprecated.boolean
ReadOnlySpacePermissionManager. hasAllPermissions(List<String> permissionTypes, @Nullable Space space, @Nullable com.atlassian.user.User user)
boolean
SpacePermissionCoordinator. hasAllPermissions(List<String> permissionTypes, @Nullable Space space, @Nullable com.atlassian.user.User remoteUser)
boolean
SpacePermissionManager. hasAllPermissions(List<String> permissionTypes, @Nullable Space space, @Nullable com.atlassian.user.User user)
Determines if remoteUser has all of the given permissions in spaceboolean
AbstractSpacePermissionManager. hasPermission(String permissionType, @Nullable Space space, @Nullable com.atlassian.user.User remoteUser)
Deprecated.boolean
ReadOnlySpacePermissionManager. hasPermission(String arg0, @Nullable Space arg1, @Nullable com.atlassian.user.User arg2)
boolean
SpacePermissionCoordinator. hasPermission(String permissionType, @Nullable Space space, @Nullable com.atlassian.user.User remoteUser)
boolean
SpacePermissionManager. hasPermission(String permissionType, @Nullable Space space, @Nullable com.atlassian.user.User remoteUser)
Determines if remoteUser has the given permission in spaceboolean
AbstractSpacePermissionManager. hasPermissionForSpace(@Nullable com.atlassian.user.User user, List permissionTypes, @Nullable Space space)
Deprecated.boolean
ReadOnlySpacePermissionManager. hasPermissionForSpace(@Nullable com.atlassian.user.User arg0, List arg1, @Nullable Space arg2)
boolean
SpacePermissionCoordinator. hasPermissionForSpace(@Nullable com.atlassian.user.User user, List permissionTypes, @Nullable Space space)
boolean
SpacePermissionManager. hasPermissionForSpace(@Nullable com.atlassian.user.User user, List permissionTypes, @Nullable Space space)
boolean
AbstractSpacePermissionManager. hasPermissionNoExemptions(String permissionType, @Nullable Space space, @Nullable com.atlassian.user.User remoteUser)
Deprecated.boolean
ReadOnlySpacePermissionManager. hasPermissionNoExemptions(String permissionType, @Nullable Space space, @Nullable com.atlassian.user.User remoteUser)
boolean
SpacePermissionCoordinator. hasPermissionNoExemptions(String permissionType, @Nullable Space space, @Nullable com.atlassian.user.User remoteUser)
boolean
SpacePermissionManager. hasPermissionNoExemptions(String permissionType, @Nullable Space space, @Nullable com.atlassian.user.User remoteUser)
Returns true if the user has the specified permission on the target space.void
SpacePermissionGroupNamesCache. invalidate(String permissionType, @Nullable Space space)
Deprecated.static boolean
PermissionUtils. isAdminUser(SpacePermissionManager spacePermissionManager, com.atlassian.user.User remoteUser, Space space)
void
DefaultSpacePermissionManager. removeAllPermissions(Space space)
Deprecated.void
DefaultSpacePermissionManager. removeAllPermissions(Space space, SpacePermissionContext context)
Deprecated.void
ReadOnlySpacePermissionManager. removeAllPermissions(Space space)
Deprecated.void
ReadOnlySpacePermissionManager. removeAllPermissions(Space space, SpacePermissionContext context)
void
SpacePermissionCoordinator. removeAllPermissions(Space space)
Deprecated.void
SpacePermissionCoordinator. removeAllPermissions(Space space, SpacePermissionContext context)
Removes allSpacePermission
's from the specified space.void
SpacePermissionManager. removeAllPermissions(Space space)
Deprecated.since 5.9.protected void
DefaultSpacePermissionManager. removeAllPermissionsFromDao(Space space)
Deprecated.void
SpacePermission. 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 Space
EditSpacePermissionDefaultsAction. getSpace()
Space
EditSpacePermissionsAction. getSpace()
Space
NotPermittedAction. getSpace()
Space
ViewSpacePermissionsAction. 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 boolean
ViewSpacePermissionDefaultsAction. hasSpacePermission(Space space)
void
EditSpacePermissionDefaultsAction. setSpace(Space space)
void
EditSpacePermissionsAction. setSpace(Space space)
void
ViewSpacePermissionsAction. 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 EditPermissionsAdministrator
PermissionsAdministratorBuilder. 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 nullPermissionsAdministrator
PermissionsAdministratorBuilder. buildSpacePermissionAdministrator(Space space)
Returns a space permissions administrator (for viewiing) and populates its fields.void
EditSpacePermissionsAdministrator. 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 Space
AbstractPermissionsDelegate. getSpaceFrom(Object target)
protected Space
AttachmentPermissionsDelegate. getSpaceFrom(Object target)
protected Space
BlogPostPermissionsDelegate. getSpaceFrom(Object target)
protected Space
CommentPermissionsDelegate. getSpaceFrom(Object target)
protected Space
DraftPermissionsDelegate. getSpaceFrom(Object target)
protected Space
LabellingPermissionsDelegate. getSpaceFrom(Object target)
protected Space
PagePermissionsDelegate. getSpaceFrom(Object target)
protected Space
PageTemplatePermissionsDelegate. getSpaceFrom(Object target)
protected Space
SpacePermissionsDelegate. getSpaceFrom(Object target)
Methods in com.atlassian.confluence.security.delegate with parameters of type Space Modifier and Type Method Description boolean
SpacePermissionsDelegate. canAdminister(com.atlassian.user.User user, Space target)
boolean
SpacePermissionsDelegate. canEdit(com.atlassian.user.User user, Space target)
boolean
SpacePermissionsDelegate. canExport(com.atlassian.user.User user, Space target)
boolean
SpacePermissionsDelegate. canRemove(com.atlassian.user.User user, Space target)
boolean
SpacePermissionsDelegate. canSetPermissions(com.atlassian.user.User user, Space target)
boolean
SpacePermissionsDelegate. canView(com.atlassian.user.User 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 Space
RegularEntitiesAndPermissionsHelper. 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 typepermissionType
forspace
.List<SpacePermission>
SpacePermissionDao. findPermissionsForSpace(Space space)
Retrieves all permissions for spacevoid
SpacePermissionDao. removePermissionsForSpace(Space space)
Removes all permissions in space -
Uses of Space in com.atlassian.confluence.security.persistence.dao.hibernate
Methods in com.atlassian.confluence.security.persistence.dao.hibernate with parameters of type Space Modifier and Type Method Description Collection<SpacePermission>
HibernateSpacePermissionDao. findGroupPermissionsForSpace(Space space, String permissionType)
List<SpacePermission>
HibernateSpacePermissionDao. findPermissionsForSpace(Space space)
void
HibernateSpacePermissionDao. removePermissionsForSpace(Space space)
-
Uses of Space in com.atlassian.confluence.setup.bandana
Constructors in com.atlassian.confluence.setup.bandana with parameters of type Space 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 Space
DefaultSpaceManager. createPersonalSpace(String name, @Nullable String description, com.atlassian.user.User owner)
@NonNull Space
SpaceManager. createPersonalSpace(String name, @Nullable String description, com.atlassian.user.User owner)
Creates a personal space.@NonNull Space
DefaultSpaceManager. createPrivatePersonalSpace(String name, @Nullable String description, com.atlassian.user.User owner)
@NonNull Space
SpaceManager. createPrivatePersonalSpace(String name, @Nullable String description, com.atlassian.user.User owner)
Create a personal Space for which only the creator has any permissions@NonNull Space
DefaultSpaceManager. createPrivateSpace(String key, String name, @Nullable String description, com.atlassian.user.User creator)
@NonNull Space
SpaceManager. createPrivateSpace(String key, String name, @Nullable String description, com.atlassian.user.User creator)
Creates a Space for which only the creator has any permissions@NonNull Space
DefaultSpaceManager. createSpace(Space space)
Deprecated.since 4.3.@NonNull Space
DefaultSpaceManager. createSpace(String key, String name, @Nullable String description, com.atlassian.user.User creator)
@NonNull Space
SpaceManager. createSpace(Space space)
Deprecated.since 6.10.0, use {#link #createSpace(String key, String name, String description, User creator)}@NonNull Space
SpaceManager. createSpace(String key, String name, @Nullable String description, com.atlassian.user.User creator)
@Nullable Space
DefaultSpaceManager. getPersonalSpace(@Nullable ConfluenceUser user)
@Nullable Space
SpaceManager. getPersonalSpace(@Nullable ConfluenceUser user)
Deprecated.since 7.3.0, useSpaceService.find(Expansion...)
in plugins andSpaceManagerInternal
in core where applicableSpace
DefaultSpaceManager. getSpace(long id)
@Nullable Space
DefaultSpaceManager. getSpace(@Nullable String spaceKey)
Space
Spaced. getSpace()
@Nullable Space
SpaceManager. getSpace(long id)
Deprecated.since 7.3.0, useSpaceService.find(Expansion...)
in plugins andSpaceManagerInternal
in core where applicable@Nullable Space
SpaceManager. getSpace(@Nullable String spaceKey)
Deprecated.since 7.3.0, useSpaceService.find(Expansion...)
in plugins andSpaceManagerInternal
in core where applicableMethods in com.atlassian.confluence.spaces that return types with arguments of type 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 andSpaceManagerInternal
in core where applicable@NonNull List<Space>
SpaceManager. getAllSpaces(SpacesQuery query)
Deprecated.since 7.3.0, useSpaceService.find(Expansion...)
in plugins andSpaceManagerInternal
in core where applicable@NonNull ListBuilder<Space>
DefaultSpaceManager. getSpaces(SpacesQuery query)
@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 andSpaceManagerInternal
in 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 void
DefaultSpaceManager. archiveSpace(Space space)
void
SpaceManager. archiveSpace(Space space)
Archive the space.@NonNull Space
DefaultSpaceManager. createSpace(Space space)
Deprecated.since 4.3.@NonNull Space
SpaceManager. createSpace(Space space)
Deprecated.since 6.10.0, use {#link #createSpace(String key, String name, String description, User creator)}void
DefaultSpaceManager. ensureSpaceDescriptionExists(Space space)
void
SpaceManager. ensureSpaceDescriptionExists(Space space)
If the given Space does not have a description, creates one for it, and saves it.long
DefaultSpaceManager. findPageTotal(Space space)
long
SpaceManager. findPageTotal(Space space)
Get the number of pages in a space.String
DefaultSpaceLogoManager. getLogoDownloadPath(Space space, com.atlassian.user.User viewingUser)
String
SpaceLogoManager. getLogoDownloadPath(Space space, com.atlassian.user.User viewingUser)
Deprecated.String
DefaultSpaceLogoManager. getLogoUriReference(Space space, com.atlassian.user.User viewingUser)
String
SpaceLogoManager. getLogoUriReference(Space space, com.atlassian.user.User viewingUser)
Return a "URI reference" (a URL that may be relative to the application's base URI including context path or an absolute URL) for the logo of a given space.int
DefaultSpaceManager. getNumberOfBlogPosts(Space space)
int
SpaceManager. getNumberOfBlogPosts(Space space)
Get the number of blog posts in a space.@NonNull List<com.atlassian.user.User>
DefaultSpaceManager. getSpaceAdmins(Space space)
@NonNull List<com.atlassian.user.User>
DefaultSpaceManager. getSpaceAdmins(Space space, int limit)
@NonNull List<com.atlassian.user.User>
SpaceManager. getSpaceAdmins(Space spaces)
Returns a list of administrators for a given space, sorted by full name@NonNull List<com.atlassian.user.User>
SpaceManager. getSpaceAdmins(Space spaces, int limit)
Returns a list of administrators for a given space, sorted by full name, up to the size limitstatic boolean
SpaceType. isGlobal(Space space)
static boolean
SpaceType. isPersonal(Space space)
@NonNull Boolean
DefaultSpaceManager. removeSpace(Space space)
@NonNull Boolean
SpaceManager. removeSpace(Space space)
Removes a space with a given space.void
DefaultSpaceManager. saveSpace(Space space)
void
DefaultSpaceManager. saveSpace(Space space, Space originalSpace)
void
SpaceManager. saveSpace(Space space)
void
SpaceManager. saveSpace(Space space, Space originalSpace)
void
DefaultSpaceManager. unarchiveSpace(Space space)
void
SpaceManager. 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 Space
AbstractSpaceAction. space
Methods in com.atlassian.confluence.spaces.actions that return Space Modifier and Type Method Description Space
AbstractSpaceAction. getSpace()
Space
ConfigureSpaceLogoAction. getSpace()
Methods in com.atlassian.confluence.spaces.actions with parameters of type Space Modifier and Type Method Description Label
EditSpaceLabelAction. addLabel(Space space, String labelName)
void
AbstractSpaceAction. setSpace(Space space)
void
ConfigureSpaceLogoAction. setSpace(Space space)
void
EditSpaceAction. setSpace(Space space)
void
SpaceAware. 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 Space
SpaceDao. getById(long id)
@Nullable Space
SpaceDao. getPersonalSpace(@Nullable ConfluenceUser user)
@Nullable Space
SpaceDao. getSpace(@Nullable String spaceKey)
Find a space by its space key.@Nullable Space
SpaceDao. getSpaceByContentId(long contentId)
Get the space that some content belongs to in a single db query.Methods in com.atlassian.confluence.spaces.persistence.dao that return types with arguments of type 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 int
SpaceDao. findPageTotal(Space space)
Fast way to count pages in a space without loading them.int
SpaceDao. getNumberOfBlogPosts(Space space)
Fast way to count blog posts in a space without loading them.Method parameters in com.atlassian.confluence.spaces.persistence.dao with type arguments of type Space Modifier and Type Method Description void
SpaceDao. performOnAll(Consumer<Space> function)
Perform the task with all spaces. -
Uses of Space in com.atlassian.confluence.spaces.persistence.dao.hibernate
Methods in com.atlassian.confluence.spaces.persistence.dao.hibernate that return Space Modifier and Type Method Description @Nullable Space
HibernateSpaceDao. getById(long id)
@Nullable Space
HibernateSpaceDao. getPersonalSpace(@Nullable ConfluenceUser user)
@Nullable Space
HibernateSpaceDao. getSpace(@Nullable String spaceKey)
first tries to fetch the space from the cache by space id if not, fetch it from database@Nullable Space
HibernateSpaceDao. getSpaceByContentId(long contentId)
Methods in com.atlassian.confluence.spaces.persistence.dao.hibernate that return types with arguments of type 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 int
HibernateSpaceDao. findPageTotal(Space space)
int
HibernateSpaceDao. getNumberOfBlogPosts(Space space)
Method parameters in com.atlassian.confluence.spaces.persistence.dao.hibernate with type arguments of type Space Modifier and Type Method Description void
HibernateSpaceDao. 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 Space
GlobalHelper. getSpace()
Space
ThemeContext. getSpace()
Methods in com.atlassian.confluence.themes with parameters of type Space Modifier and Type Method Description String
ColourSchemeManager. getColourSchemeSetting(Space space)
String
DefaultColourSchemeManager. getColourSchemeSetting(Space space)
ColourScheme
ColourSchemeManager. getSpaceColourScheme(Space space)
Retrieve the colour scheme for a space - for display, complete with global defaults.ColourScheme
DefaultColourSchemeManager. getSpaceColourScheme(Space space)
void
ColourSchemeManager. resetColourScheme(Space space)
void
DefaultColourSchemeManager. resetColourScheme(Space space)
void
ColourSchemeManager. saveSpaceColourScheme(Space space, BaseColourScheme colourScheme)
void
DefaultColourSchemeManager. saveSpaceColourScheme(Space space, BaseColourScheme colourScheme)
static void
ThemeContext. set(javax.servlet.ServletRequest request, Space currentSpace, Theme currentTheme, Theme globalTheme)
void
ColourSchemeManager. setColourSchemeSetting(Space space, String value)
void
DefaultColourSchemeManager. setColourSchemeSetting(Space space, String value)
Constructors in com.atlassian.confluence.themes with parameters of type 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 SpaceSummary
LegacySpaceSummaryBuilder. 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 Space
EditNotificationsAction. getSpace()
Space
FindRestrictableEntitiesAction. 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)
void
EditNotificationsAction. setSpace(Space space)
void
FindRestrictableEntitiesAction. 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 void
DefaultFavouriteManager. addSpaceToFavourites(com.atlassian.user.User user, Space space)
void
FavouriteManager. addSpaceToFavourites(com.atlassian.user.User user, Space space)
Add a space to a user's favourites by attaching a personal label to the space.boolean
DefaultFavouriteManager. hasPermission(com.atlassian.user.User user, Space space)
boolean
FavouriteManager. hasPermission(com.atlassian.user.User user, Space space)
Get whether the current user has permission to add or remove a space favourite.boolean
DefaultFavouriteManager. isUserFavourite(com.atlassian.user.User user, Space space)
boolean
FavouriteManager. isUserFavourite(com.atlassian.user.User user, Space space)
Returns whether a space is marked as a favourite for a user.void
DefaultFavouriteManager. removeSpaceFromFavourites(com.atlassian.user.User user, Space space)
void
FavouriteManager. removeSpaceFromFavourites(com.atlassian.user.User user, Space space)
Remove a space from a user's favourites. -
Uses of Space in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util with parameters of type Space Modifier and Type Method Description int
SpaceComparator. compare(Space space1, Space space2)
static ConfluenceActionSupport
GeneralUtil. newWiredConfluenceActionSupport(@Nullable Space space)
Deprecated.since 8.0 no replacementstatic String
ConfluenceRenderUtils. 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 Space
AbstractSpaceActionBreadcrumb. space
protected Space
AbstractSpaceBreadcrumb. space
Methods in com.atlassian.confluence.util.breadcrumbs that return Space Modifier and Type Method Description Space
BrowseSpaceBreadcrumb. getSpace()
Space
SpaceAdminActionBreadcrumb. getSpace()
Methods in com.atlassian.confluence.util.breadcrumbs with parameters of type Space Modifier and Type Method Description Breadcrumb
BreadcrumbGenerator. getAdvancedBreadcrumb(Space space)
Returns the advanced breadcrumb in a space.Breadcrumb
DefaultBreadcrumbGenerator. getAdvancedBreadcrumb(Space space)
Breadcrumb
BreadcrumbGenerator. getBlogCollectorBreadcrumb(Space space)
Breadcrumb
DefaultBreadcrumbGenerator. getBlogCollectorBreadcrumb(Space space)
Breadcrumb
BreadcrumbGenerator. getContentActionBreadcrumb(com.opensymphony.xwork2.Action action, Space space, AbstractPage page, DisplayableLabel label)
Returns an appropriate breadcrumb for the given action, space, page and label.Breadcrumb
DefaultBreadcrumbGenerator. getContentActionBreadcrumb(com.opensymphony.xwork2.Action action, Space space, AbstractPage page, DisplayableLabel label)
Breadcrumb
BreadcrumbGenerator. getContentBreadcrumb(Space space, AbstractPage page)
Returns an appropriate breadcrumb for a page or blogpostBreadcrumb
DefaultBreadcrumbGenerator. getContentBreadcrumb(Space space, AbstractPage page)
Breadcrumb
BreadcrumbGenerator. getContentCollectorBreadcrumb(Space space, Class contentClass)
Returns an appropriate collector page breadcrumb to represent content at the root level of a space conforming to the new space information architecture.Breadcrumb
DefaultBreadcrumbGenerator. getContentCollectorBreadcrumb(Space space, Class contentClass)
Breadcrumb
BreadcrumbGenerator. getContentDetailActionBreadcrumb(com.opensymphony.xwork2.Action action, Space space, AbstractPage page)
Breadcrumb for the "detail" pages of a Page/Blog, like Info, Attachments or History.Breadcrumb
DefaultBreadcrumbGenerator. 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)
Breadcrumb
BreadcrumbGenerator. getSpaceAdminBreadcrumb(com.opensymphony.xwork2.Action action, Space space)
Returns the breadcrumb for a space admin action in a space.Breadcrumb
DefaultBreadcrumbGenerator. getSpaceAdminBreadcrumb(com.opensymphony.xwork2.Action action, Space space)
Breadcrumb
BreadcrumbGenerator. getSpaceOperationsBreadcrumb(Space space)
Returns the space operations breadcrumb (i.e.Breadcrumb
DefaultBreadcrumbGenerator. getSpaceOperationsBreadcrumb(Space space)
Constructors in com.atlassian.confluence.util.breadcrumbs with parameters of type Space Constructor Description AbstractSpaceActionBreadcrumb(com.opensymphony.xwork2.Action action, Space space)
AbstractSpaceBreadcrumb(Space space)
BlogPostDateBreadcrumb(Space space, String year, String monthNumeric, String monthText, String day)
BrowseSpaceBreadcrumb(Space space)
ContentActionBreadcrumb(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)
LabelBreadcrumb(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)
Label crumbs are sequenced a little differently than normal (whereContentActionBreadcrumb
s typically come last).PageTemplatesActionBreadcrumb(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)
SpaceAdminActionBreadcrumb(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)
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 Space
WebContextFactoryImpl.GhettoHelper. getSpace()
Methods in com.atlassian.confluence.web.service with parameters of type Space Modifier and Type Method Description WebInterfaceContext
WebContextFactory. createWebInterfaceContextForSpace(Space space)
WebInterfaceContext
WebContextFactoryImpl. createWebInterfaceContextForSpace(Space space)
-