Uses of Class
com.atlassian.confluence.spaces.Space

Packages that use Space
com.atlassian.confluence.content   
com.atlassian.confluence.content.event   
com.atlassian.confluence.content.render.xhtml.model.resource.identifiers   
com.atlassian.confluence.content.render.xhtml.view.link   
com.atlassian.confluence.content.service.page   
com.atlassian.confluence.content.service.space   
com.atlassian.confluence.core   
com.atlassian.confluence.event.events.content.attachment   
com.atlassian.confluence.event.events.content.mail.notification   
com.atlassian.confluence.event.events.content.page   
com.atlassian.confluence.event.events.label   
com.atlassian.confluence.event.events.space   
com.atlassian.confluence.event.events.template   
com.atlassian.confluence.importexport   
com.atlassian.confluence.importexport.actions   
com.atlassian.confluence.importexport.impl   
com.atlassian.confluence.labels   
com.atlassian.confluence.labels.actions   
com.atlassian.confluence.labels.persistence.dao   
com.atlassian.confluence.labels.persistence.dao.hibernate   
com.atlassian.confluence.links   
com.atlassian.confluence.mail   
com.atlassian.confluence.mail.archive   
com.atlassian.confluence.mail.archive.actions   
com.atlassian.confluence.mail.archive.content   
com.atlassian.confluence.mail.archive.events   
com.atlassian.confluence.mail.notification   
com.atlassian.confluence.mail.notification.actions   
com.atlassian.confluence.mail.notification.persistence   
com.atlassian.confluence.mail.notification.persistence.dao.hibernate   
com.atlassian.confluence.mail.persistence.dao   
com.atlassian.confluence.mail.persistence.dao.hibernate   
com.atlassian.confluence.mail.reports   
com.atlassian.confluence.pages   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.pages.actions.beans   
com.atlassian.confluence.pages.ancestors   
com.atlassian.confluence.pages.persistence.dao   
com.atlassian.confluence.pages.persistence.dao.hibernate   
com.atlassian.confluence.pages.templates   
com.atlassian.confluence.pages.templates.persistence.dao   
com.atlassian.confluence.pages.templates.persistence.dao.hibernate   
com.atlassian.confluence.plugin.descriptor.mail   
com.atlassian.confluence.plugin.descriptor.web   
com.atlassian.confluence.plugins.dashboard   
com.atlassian.confluence.plugins.editorloader   
com.atlassian.confluence.plugins.macros.dashboard   
com.atlassian.confluence.plugins.rest.entities.builders   
com.atlassian.confluence.plugins.rest.manager   
com.atlassian.confluence.plugins.spacedirectory   
com.atlassian.confluence.rpc.soap.beans   
com.atlassian.confluence.rpc.soap.services   
com.atlassian.confluence.search   
com.atlassian.confluence.search.actions   
com.atlassian.confluence.search.lucene   
com.atlassian.confluence.search.lucene.tasks   
com.atlassian.confluence.security   
com.atlassian.confluence.security.actions   
com.atlassian.confluence.security.administrators   
com.atlassian.confluence.security.delegate   
com.atlassian.confluence.security.persistence.dao   
com.atlassian.confluence.security.persistence.dao.hibernate   
com.atlassian.confluence.setup.bandana   
com.atlassian.confluence.spaces   
com.atlassian.confluence.spaces.actions   
com.atlassian.confluence.spaces.persistence.dao   
com.atlassian.confluence.spaces.persistence.dao.hibernate   
com.atlassian.confluence.themes   
com.atlassian.confluence.user   
com.atlassian.confluence.user.actions   
com.atlassian.confluence.userstatus   
com.atlassian.confluence.util   
com.atlassian.confluence.util.breadcrumbs   
 

Uses of Space in com.atlassian.confluence.content
 

Methods in com.atlassian.confluence.content with parameters of type Space
 Collection<CustomContentEntityObject> DefaultCustomContentManager.findAllInSpace(Space space)
           
 Collection<CustomContentEntityObject> CustomContentManager.findAllInSpace(Space space)
          Deprecated. this method is evil. Do not call.
 Iterator<CustomContentEntityObject> DefaultCustomContentManager.findCurrentInSpace(Space space, String pluginContentKey, int offset, int maxResults, CustomContentManager.SortField sortField, CustomContentManager.SortOrder sortOrder)
           
 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 DefaultCustomContentManager.findTotalInSpace(Space space, String pluginContentKey)
           
 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 DefaultCustomContentManager.removeAllInSpace(String pluginContentKey, Space space)
           
 void CustomContentManager.removeAllInSpace(String contentModuleKey, Space space)
          Remove all plugin content of a particular type from a given space.
 void DefaultCustomContentManager.removeAllPluginContentInSpace(Space 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
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
 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
 

Constructor parameters in com.atlassian.confluence.content.render.xhtml.view.link with type arguments of type Space
ViewLinkBodyMarshaller(Marshaller<EmbeddedImage> embeddedImageMarshaller, ResourceIdentifierResolver<SpaceResourceIdentifier,Space> spaceResourceIdentifierResolver, ResourceIdentifierResolver<ContentEntityResourceIdentifier,ContentEntityObject> contentEntityResourceIdentifierResolver, ResourceIdentifierResolver<IdAndTypeResourceIdentifier,Object> idAndTypeResourceIdentifierResolver, UserAccessor userAccessor, ResourceIdentifierMatcher resourceIdentifierMatcher, ResourceIdentifierContextUtility resourceIdentifierContextUtility)
           
ViewLinkSubMarshallerFactoryImpl(Marshaller<EmbeddedImage> embeddedImageMarshaller, ResourceIdentifierResolver<SpaceResourceIdentifier,Space> spaceResourceIdentifierResolver, ResourceIdentifierResolver<ContentEntityResourceIdentifier,ContentEntityObject> contentEntityResourceIdentifierResolver, ResourceIdentifierResolver<IdAndTypeResourceIdentifier,Object> idAndTypeResourceIdentifierResolver, UserAccessor userAccessor, ResourceIdentifierMatcher resourceIdentifierMatcher, ResourceIdentifierContextUtility riContextUtil, XmlStreamWriterTemplate xmlStreamWriterTemplate, ModelToRenderedClassMapper mapper)
           
 

Uses of Space in com.atlassian.confluence.content.service.page
 

Methods in com.atlassian.confluence.content.service.page with parameters of type Space
 boolean MovePageCommandHelper.childPageTitleAlreadyExists(Page sourcePage, Space targetSpace)
           
 

Uses of Space in com.atlassian.confluence.content.service.space
 

Methods in com.atlassian.confluence.content.service.space that return Space
 Space SpaceLocator.getSpace()
           
 Space KeySpaceLocator.getSpace()
           
 Space DeleteSpaceCommand.getSpace()
           
 

Uses of Space in com.atlassian.confluence.core
 

Methods in com.atlassian.confluence.core that return Space
 Space SpaceContentEntityObject.getSpace()
           
 Space PageContentEntityObject.getSpace()
          Deprecated.  
 

Methods in com.atlassian.confluence.core with parameters of type Space
 ListQuery ListQuery.addSpace(Space space)
          Deprecated. Adds a single Space to the list of Spaces to include
protected  boolean ConfluenceActionSupport.hasPermissionForSpace(List permissionTypes, Space space)
           
 boolean SpaceContentEntityObject.isInSpace(Space space)
           
 void SpaceContentEntityObject.setSpace(Space space)
           
 

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
AttachmentListViewEvent(Object src, Space space, String fileExtension)
           
 

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
 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
 Space PageMoveEvent.getOldSpace()
           
 

Constructors in com.atlassian.confluence.event.events.content.page with parameters of type Space
PageListViewEvent(Object src, Space space, String viewType)
           
PageMoveEvent(Object src, Page movedPage, Space oldSpace, Page oldParentPage, Integer oldPosition, com.atlassian.user.User theMover)
           
PageMoveEvent(Object src, Page movedPage, Space oldSpace, Page oldParentPage, Integer oldPosition, 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
 Space LabelListViewEvent.getSpace()
           
 

Constructors in com.atlassian.confluence.event.events.label with parameters of type Space
LabelListViewEvent(Object src, Space space, String viewType)
           
 

Uses of Space in com.atlassian.confluence.event.events.space
 

Fields in com.atlassian.confluence.event.events.space declared as Space
protected  Space SpaceEvent.space
           
 

Methods in com.atlassian.confluence.event.events.space that return Space
 Space SpaceUpdateEvent.getOriginalSpace()
           
 Space SpaceEvent.getSpace()
           
 

Constructors in com.atlassian.confluence.event.events.space with parameters of type Space
RemoveSpaceViewEvent(Object obj, Space space)
           
SpaceAdminViewEvent(Object src, Space space)
           
SpaceArchivedEvent(Object src, Space space)
           
SpaceCreateEvent(Object src, Space space)
           
SpaceDetailsViewEvent(Object src, Space space)
           
SpaceEvent(Object src, Space space)
           
SpaceLabelsViewEvent(Object src, Space space)
           
SpaceLogoUpdateEvent(Object src, Space space, String eventType, Attachment logo)
           
SpacePermissionsUpdateEvent(Object src, Space space)
           
SpacePermissionsViewEvent(Object src, Space space)
           
SpaceRemoveEvent(Object src, Space removedSpace)
           
SpaceTrashEmptyEvent(Object src, Space space)
           
SpaceTrashViewEvent(Object src, Space space)
           
SpaceUnArchivedEvent(Object src, Space space)
           
SpaceUpdateEvent(Object src, Space updatedSpace)
           
SpaceUpdateEvent(Object src, Space updatedSpace, Space originalSpace)
           
SpaceWillRemoveEvent(Object src, Space removedSpace, com.atlassian.core.util.ProgressMeter progressMeter)
           
 

Uses of Space in com.atlassian.confluence.event.events.template
 

Constructors in com.atlassian.confluence.event.events.template with parameters of type Space
TemplateListViewEvent(Object src, Space space)
           
 

Uses of Space in com.atlassian.confluence.importexport
 

Methods in com.atlassian.confluence.importexport with parameters of type Space
 ContentTree ImportExportManager.getContentTree(com.atlassian.user.User user, Space space)
           
 ContentTree DefaultImportExportManager.getContentTree(com.atlassian.user.User user, Space space)
           
 

Uses of Space in com.atlassian.confluence.importexport.actions
 

Methods in com.atlassian.confluence.importexport.actions that return Space
 Space RestorePageAction.getSpace()
           
 

Uses of Space in com.atlassian.confluence.importexport.impl
 

Methods in com.atlassian.confluence.importexport.impl that return types with arguments of type Space
protected  List<Space> XmlExporter.getIncludedSpaces()
          In this implementation, we want to find out the root entity and include the Space from that.
protected abstract  List<Space> FileXmlExporter.getIncludedSpaces()
          Returns the List of Spaces that should be included in the export When all Spaces are included, an empty List should be returned
protected  List<Space> BackupExporter.getIncludedSpaces()
          In this implementation, we want to include all Spaces, so return an empty list
 

Methods in com.atlassian.confluence.importexport.impl with parameters of type Space
protected  void HtmlExporter.exportSpace(Space space, String baseExportPath)
           
protected  void AbstractRendererExporterImpl.exportSpace(Space space, String baseExportPath)
           
 

Uses of Space in com.atlassian.confluence.labels
 

Methods in com.atlassian.confluence.labels that return types with arguments of type Space
 List<Space> LabelManager.getFavouriteSpaces(String username)
           
 List<Space> LabelManager.getSpacesWithLabel(Label label)
          Spaces cannot be directly labelled.
 

Methods in com.atlassian.confluence.labels with parameters of type Space
 List SpaceLabelManagerImpl.getLabelsOnSpace(Space space)
           
 List SpaceLabelManager.getLabelsOnSpace(Space space)
          Returns the labels for the given space (excluding team labels)
 List SpaceLabelManagerImpl.getSuggestedLabelsForSpace(Space space, com.atlassian.user.User remoteUser)
           
 List SpaceLabelManager.getSuggestedLabelsForSpace(Space space, com.atlassian.user.User remoteUser)
          Returns the labels available for the given space (excluding team labels)
 

Method parameters in com.atlassian.confluence.labels with type arguments of type Space
 List<Label> LabelManager.getTeamLabelsForSpaces(Collection<Space> spaces)
          Retrieve all of the team labels used to label content in the specified spaces.
 List<Label> DefaultLabelManager.getTeamLabelsForSpaces(Collection<Space> spaces)
           
 

Uses of Space in com.atlassian.confluence.labels.actions
 

Fields in com.atlassian.confluence.labels.actions declared as Space
protected  Space AbstractLabelDisplayingAction.space
           
 

Methods in com.atlassian.confluence.labels.actions that return Space
 Space RemoveSpaceFromFavouriteAjaxAction.getSpace()
           
 Space AddSpaceToFavouriteAjaxAction.getSpace()
           
 Space AbstractLabelDisplayingAction.getSpace()
           
 

Methods in com.atlassian.confluence.labels.actions with parameters of type Space
 void RemoveSpaceFromFavouriteAjaxAction.setSpace(Space space)
           
 void AddSpaceToFavouriteAjaxAction.setSpace(Space space)
           
 void AbstractLabelDisplayingAction.setSpace(Space space)
           
 

Uses of Space in com.atlassian.confluence.labels.persistence.dao
 

Method parameters in com.atlassian.confluence.labels.persistence.dao with type arguments of type Space
 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
 

Method parameters in com.atlassian.confluence.labels.persistence.dao.hibernate with type arguments of type Space
 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
 void RelatedContentRefactorer.updateReferences(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.updateReferences(SpaceContentEntityObject content, 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.updateReferrers(SpaceContentEntityObject referee, Space previousSpace, String previousTitle)
           
 

Uses of Space in com.atlassian.confluence.mail
 

Methods in com.atlassian.confluence.mail with parameters of type Space
 int MailContentManager.findMailTotal(Space space)
          Deprecated.  
 int DefaultMailContentManager.findMailTotal(Space space)
           
 List<Mail> MailContentManager.getMail(Space space, boolean currentOnly)
          Deprecated.  
 List<Mail> DefaultMailContentManager.getMail(Space space, boolean currentOnly)
           
 void MailContentManager.removeAllMail(Space space)
          Deprecated.  
 void DefaultMailContentManager.removeAllMail(Space space)
           
 Mail MailContentManager.storeIncomingMail(Space space, byte[] rawMessage)
          Deprecated. Create a new mail content object in the given space for the given raw RFC822 message.
 Mail DefaultMailContentManager.storeIncomingMail(Space space, byte[] rawMessage)
           
 Mail MailContentManager.storeIncomingMail(Space space, javax.mail.internet.MimeMessage mimeMessage)
          Deprecated. Create a new mail content object in the given space for the given mimeMessage.
 Mail DefaultMailContentManager.storeIncomingMail(Space space, javax.mail.internet.MimeMessage mimeMessage)
           
 

Uses of Space in com.atlassian.confluence.mail.archive
 

Methods in com.atlassian.confluence.mail.archive that return Space
 Space Mail.getSpace()
          Get the space this mail belongs to
 

Methods in com.atlassian.confluence.mail.archive with parameters of type Space
 MailAccount MailAccountManager.addMailAccount(Space space, MailAccount mailAccount)
           
 MailAccount DefaultMailAccountManager.addMailAccount(Space space, MailAccount mailAccount)
           
 int MailContentManager.findMailTotal(Space space)
           
 MailAccount MailAccountManager.getMailAccount(Space space, int accountId)
           
 MailAccount DefaultMailAccountManager.getMailAccount(Space space, int accountId)
           
 List<MailAccount> MailAccountManager.getMailAccounts(Space space)
           
 List<MailAccount> DefaultMailAccountManager.getMailAccounts(Space space)
           
 Iterable<Mail> MailContentManager.getSpaceMail(Space space, int startIndex, int maxResults)
           
 List<MailPollResult> MailAccountManager.poll(Space space)
           
 List<MailPollResult> DefaultMailAccountManager.poll(Space space)
           
 MailPollResult MailAccountManager.poll(Space space, MailAccount mailAccount)
           
 MailPollResult DefaultMailAccountManager.poll(Space space, MailAccount mailAccount)
          Cause the account to retrieve all pending new mail and store it.
 void MailAccountManager.removeMailAccount(Space space, int accountId)
           
 void DefaultMailAccountManager.removeMailAccount(Space space, int accountId)
           
 void MailContentManager.removeMailInSpace(Space space)
           
 void MboxImporter.setSpace(Space space)
          Set the space the mails will be added to.
 boolean MailContentManager.spaceHasMail(Space space)
           
 Mail MailContentManager.storeIncomingMail(Space space, javax.mail.internet.MimeMessage mimeMessage)
           
 void MailAccountManager.updateAccount(Space space, MailAccount mailAccount)
           
 void DefaultMailAccountManager.updateAccount(Space space, MailAccount mailAccount)
           
 

Constructors in com.atlassian.confluence.mail.archive with parameters of type Space
MailPollContext(Space space, MailContentManager mailContentManager)
           
 

Uses of Space in com.atlassian.confluence.mail.archive.actions
 

Constructors in com.atlassian.confluence.mail.archive.actions with parameters of type Space
MailActionBreadcrumb(com.opensymphony.xwork.Action action, Space space, Mail mail)
           
 

Uses of Space in com.atlassian.confluence.mail.archive.content
 

Methods in com.atlassian.confluence.mail.archive.content that return Space
 Space ContentBackedMail.getSpace()
           
protected  Space MailPermissionsDelegate.getSpaceFrom(Object target)
           
 

Methods in com.atlassian.confluence.mail.archive.content with parameters of type Space
 int DefaultMailContentManager.findMailTotal(Space space)
           
 Iterable<Mail> DefaultMailContentManager.getSpaceMail(Space space, int startIndex, int maxResults)
           
 void DefaultMailContentManager.removeMailInSpace(Space space)
           
 boolean DefaultMailContentManager.spaceHasMail(Space space)
           
 Mail DefaultMailContentManager.storeIncomingMail(Space space, javax.mail.internet.MimeMessage mimeMessage)
           
 

Uses of Space in com.atlassian.confluence.mail.archive.events
 

Methods in com.atlassian.confluence.mail.archive.events that return Space
 Space MailListViewEvent.getSpace()
           
 

Constructors in com.atlassian.confluence.mail.archive.events with parameters of type Space
MailListViewEvent(Object src, Space space)
           
 

Uses of Space in com.atlassian.confluence.mail.notification
 

Methods in com.atlassian.confluence.mail.notification that return Space
 Space Notification.getSpace()
           
 

Methods in com.atlassian.confluence.mail.notification with parameters of type Space
protected  Notification DefaultNotificationManager.addNotification(com.atlassian.user.User user, Space space, AbstractPage page)
          Adds a page or space notification for a user.
protected  Notification DefaultNotificationManager.addNotification(com.atlassian.user.User user, Space space, AbstractPage page, ContentTypeEnum type)
           
 Notification NotificationManager.addSpaceNotification(com.atlassian.user.User user, Space space)
           
 Notification DefaultNotificationManager.addSpaceNotification(com.atlassian.user.User user, Space space)
           
 Notification NotificationManager.addSpaceNotification(com.atlassian.user.User user, Space space, ContentTypeEnum type)
          Add a space notification for a particular content type.
 Notification DefaultNotificationManager.addSpaceNotification(com.atlassian.user.User user, Space space, ContentTypeEnum type)
           
 Iterable<Long> NotificationManager.findPageAndSpaceNotificationIdsFromSpace(Space space)
          Retrieves ids of all notifications in a space.
 Iterable<Long> DefaultNotificationManager.findPageAndSpaceNotificationIdsFromSpace(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.getNotificationByUserAndSpace(com.atlassian.user.User user, Space space)
           
 Notification NotificationManager.getNotificationByUserAndSpaceAndType(com.atlassian.user.User user, Space space, ContentTypeEnum type)
           
 Notification DefaultNotificationManager.getNotificationByUserAndSpaceAndType(com.atlassian.user.User user, Space space, ContentTypeEnum type)
           
 List<Notification> NotificationManager.getNotificationsBySpace(Space space)
          Deprecated. Since 3.5 - use NotificationManager.getNotificationsBySpaceAndType(Space, ContentTypeEnum)
 List<Notification> DefaultNotificationManager.getNotificationsBySpace(Space space)
           
 List<Notification> NotificationManager.getNotificationsBySpaceAndType(Space space, ContentTypeEnum type)
           
 List<Notification> DefaultNotificationManager.getNotificationsBySpaceAndType(Space space, ContentTypeEnum type)
           
 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 Space This method can be used to check if a user is watching a page directly or indirectly.
 boolean DefaultNotificationManager.isUserWatchingPageOrSpace(com.atlassian.user.User user, Space space, AbstractPage page)
           
 void NotificationManager.removeAllNotificationsForSpace(Space space)
          Remove all of the notifications set up for this space.
 void DefaultNotificationManager.removeAllNotificationsForSpace(Space space)
           
 void NotificationsSender.sendSpaceNotifications(Space space, NotificationData notificationData, ConversionContext conversionContext)
          Sends space based notifications.
 void DefaultNotificationsSender.sendSpaceNotifications(Space space, NotificationData notificationData, ConversionContext conversionContext)
           
 void Notification.setSpace(Space space)
           
 

Uses of Space in com.atlassian.confluence.mail.notification.actions
 

Methods in com.atlassian.confluence.mail.notification.actions that return Space
 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
 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.findNotificationsBySpace(Space space)
          Deprecated. Since 3.5 - This method name is ambiguous. Use NotificationDao.findNotificationsBySpaceAndType(Space, ContentTypeEnum) or NotificationDao.findAllNotificationsBySpace(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.
 

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
 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.findNotificationsBySpace(Space space)
           
 List<Notification> HibernateNotificationDao.findNotificationsBySpaceAndType(Space space, ContentTypeEnum type)
           
 Iterable<Long> HibernateNotificationDao.findPageAndSpaceNotificationIdsFromSpace(Space space)
           
 

Uses of Space in com.atlassian.confluence.mail.persistence.dao
 

Methods in com.atlassian.confluence.mail.persistence.dao with parameters of type Space
 int MailDao.findMailTotal(Space space)
           
 List MailDao.getMail(Space space, boolean currentOnly)
           
 void MailDao.removeAllMail(Space space)
           
 

Uses of Space in com.atlassian.confluence.mail.persistence.dao.hibernate
 

Methods in com.atlassian.confluence.mail.persistence.dao.hibernate with parameters of type Space
 int HibernateMailDao.findMailTotal(Space space)
           
 List HibernateMailDao.getMail(Space space, boolean currentOnly)
           
 void HibernateMailDao.removeAllMail(Space space)
          bulk mail removal using direct jdbc (too slow using hibernate, as it loads all mails into session prior to deletion which is bad)
 

Uses of Space in com.atlassian.confluence.mail.reports
 

Methods in com.atlassian.confluence.mail.reports that return Space
 Space SpaceReport.getSpace()
           
 

Constructors in com.atlassian.confluence.mail.reports with parameters of type Space
SpaceReport(Space space, ChangeDigestReport report)
           
 

Uses of Space in com.atlassian.confluence.pages
 

Methods in com.atlassian.confluence.pages that return Space
 Space Comment.getSpace()
           
 Space Attachment.getSpace()
           
 

Methods in com.atlassian.confluence.pages with parameters of type Space
 ContentTree TreeBuilder.createPageTree(Space space)
           
 void TrashManager.emptyTrash(Space space)
          Purge all of the trash in a given space.
 void DefaultTrashManager.emptyTrash(Space space)
           
 List<BlogPost> PageManager.getBlogPosts(Space space, boolean currentOnly)
           
 List<BlogPost> DefaultPageManager.getBlogPosts(Space space, boolean currentOnly)
           
 int TrashManager.getNumberOfItemsInTrash(Space spaceKeypace)
          Retrieve the total number of items in the trash for a given space.
 int DefaultTrashManager.getNumberOfItemsInTrash(Space space)
           
 Collection<Long> PageManager.getPageIds(Space space)
          Get the ids of all pages (current and historical) in the given space.
 Collection<Long> DefaultPageManager.getPageIds(Space space)
           
 List<Page> PageManager.getPages(Space space, boolean currentOnly)
           
 List<Page> DefaultPageManager.getPages(Space space, boolean currentOnly)
           
 List PageManager.getPagesStartingWith(Space space, String s)
           
 List DefaultPageManager.getPagesStartingWith(Space space, String s)
           
 List PageManager.getPermissionPages(Space space)
          Retrieve all pages within a particular space that have page level permissions applied to them.
 List DefaultPageManager.getPermissionPages(Space space)
           
 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.
 List<AbstractPage> DefaultPageManager.getPossibleBlogRedirectsInSpace(Space space, String blogTitle, int maxResultCount)
           
 List PageManager.getPossibleRedirectsForSpace(Space space, String pageTitle)
          Deprecated. Since 3.1. Use PageManager.getPossibleRedirectsInSpace(Space, String, int) or PageManager.getPossibleRedirectsNotInSpace(Space, String, int)
 List<AbstractPage> DefaultPageManager.getPossibleRedirectsForSpace(Space space, String pageTitle)
           
 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.
 List<AbstractPage> DefaultPageManager.getPossibleRedirectsInSpace(Space space, String pageTitle, int maxResultCount)
           
 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.
 List<AbstractPage> DefaultPageManager.getPossibleRedirectsNotInSpace(Space space, String pageTitle, int maxResultCount)
           
 Iterator DefaultCommentManager.getRecentlyUpdatedComments(Space space, int maxResults)
           
 Iterator CommentManager.getRecentlyUpdatedComments(Space space, int maxResults)
           
 List TreeBuilder.getSortedTopLevelPages(Space space)
           
 List PageManager.getTopLevelPages(Space space)
          Get all the pages in a space that do not have a parent page.
 List<Page> DefaultPageManager.getTopLevelPages(Space space)
           
 ListBuilder<Page> PageManager.getTopLevelPagesBuilder(Space space)
          Get the pages in a space that do not have a parent page.
 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.
 List<ContentEntityObject> TrashManager.getTrashContents(Space space, int offset, int count)
          Retrieve a subset of the contents of the trash for a particular space.
 List<ContentEntityObject> DefaultTrashManager.getTrashContents(Space space, int offset, int count)
           
 List<Page> DefaultPageManager.getUnsortedTopLevelPages(Space space)
           
 void PageManager.movePageToTopLevel(Page page, Space space)
          Move a page to the top level of targetSpace.
 void DefaultPageManager.movePageToTopLevel(Page page, Space space)
           
 void PageManager.removeAllBlogPosts(Space space)
           
 void DefaultPageManager.removeAllBlogPosts(Space space)
           
 void PageManager.removeAllPages(Space space)
          Removes all pages in the space.
 void DefaultPageManager.removeAllPages(Space space)
           
 void PageManager.removeAllPages(Space space, com.atlassian.core.util.ProgressMeter progress)
          Removes all pages in the 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 Page.setSpace(Space newSpace)
           
 

Constructors in com.atlassian.confluence.pages with parameters of type Space
AlternativePagesLocator(PageManager pageManager, PermissionManager permissionManager, Space space, String title)
           
 

Uses of Space in com.atlassian.confluence.pages.actions
 

Methods in com.atlassian.confluence.pages.actions that return Space
 Space AbstractPageChangeAction.getNewSpace()
          Deprecated.  
 Space AbstractCreatePageAction.getNewSpace()
           
 Space ViewPageAttachmentsAction.getSpace()
           
 Space ViewDraftAttachmentsAction.getSpace()
           
 Space ReorderPageDialogAction.getSpace()
           
 Space PageNotFoundAction.getSpace()
           
 Space MovePageDialogAction.getSpace()
           
 Space ChildrenAction.getSpace()
           
 Space BreadcrumbAction.getSpace()
           
 Space AbstractPageAwareAction.getSpace()
           
 Space AbstractCreatePageAction.getSpace()
           
 

Methods in com.atlassian.confluence.pages.actions that return types with arguments of type Space
 List<Space> MovePageDialogAction.getAvailableSpaces()
           
 com.google.common.collect.Multimap<Space,SpaceContentEntityObject> PageInfoAction.getIncomingLinksMap()
           
 com.google.common.collect.Multimap<Space,SpaceContentEntityObject> PageInfoAction.getOutgoingLinks()
           
 

Methods in com.atlassian.confluence.pages.actions with parameters of type Space
static boolean ActionHelper.isSpaceAdmin(Space space, com.atlassian.user.User remoteUser, SpacePermissionManager spacePermissionManager)
           
 void ReorderPageDialogAction.setSpace(Space space)
           
 void GetPagePermissionsAction.setSpace(Space space)
           
 void ChildrenAction.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
 List<Space> AvailableSpaces.getAvailableSpaces(Space currentSpace, com.atlassian.user.User user)
           
 

Methods in com.atlassian.confluence.pages.actions.beans with parameters of type Space
 List<Space> AvailableSpaces.getAvailableSpaces(Space currentSpace, com.atlassian.user.User user)
           
 

Uses of Space in com.atlassian.confluence.pages.ancestors
 

Methods in com.atlassian.confluence.pages.ancestors with parameters of type Space
 void PageAncestorManager.rebuildSpace(Space space)
          Rebuilds all the ancestors for pages within the given space.
 void HibernatePageAncestorManager.rebuildSpace(Space 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
protected  List<Space> AbstractAttachmentCopier.getSpacesToInclude()
           
 

Methods in com.atlassian.confluence.pages.persistence.dao with parameters of type Space
 List<AbstractPage> PageDao.findBlogsWithHistoricalTitleInPermittedSpace(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> PageDao.findPagesWithHistoricalTitleInAllPermittedSpacesExcept(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> PageDao.findPagesWithHistoricalTitleInPermittedSpace(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.
 List<BlogPost> BlogPostDao.getBlogPosts(Space space, boolean currentOnly)
          Return an iterator for the specified space.
 Page PageDao.getPage(Space space, String pageTitle)
          Get the page by space and title.
 Collection<Long> PageDao.getPageIds(Space space)
          Get the ids of all pages (current and historical) in the given space.
 List<Page> PageDao.getPages(Space space, boolean currentOnly)
           
 List<Page> PageDao.getPagesStartingWith(Space space, String s)
           
 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> PageDao.getPermissionPages(Space space)
           
 List<Page> PageDao.getTopLevelPages(Space space)
           
protected  boolean AbstractAttachmentCopier.isSpaceIncluded(Space space)
          Returns whether the space is in the inclusion List.
 

Method parameters in com.atlassian.confluence.pages.persistence.dao with type arguments of type Space
 void AttachmentDao.AttachmentMigrator.setSpacesToInclude(List<? extends Space> spaceList)
          Set which Spaces should be included in the migration.
 void AttachmentDao.AttachmentCopier.setSpacesToInclude(List<? extends Space> spaceList)
          Set which Spaces should be included in the copy.
 void AbstractAttachmentCopier.setSpacesToInclude(List<? extends Space> spaceList)
           
 

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
 List<AbstractPage> HibernatePageDao.findBlogsWithHistoricalTitleInPermittedSpace(String blogTitle, Space space, int maxResultCount)
           
 List<AbstractPage> CachingPageDao.findBlogsWithHistoricalTitleInPermittedSpace(String blogTitle, Space space, int maxResultCount)
           
 List<AbstractPage> HibernatePageDao.findPagesWithHistoricalTitleInAllPermittedSpacesExcept(String pageTitle, Space space, int maxResultCount)
           
 List<AbstractPage> CachingPageDao.findPagesWithHistoricalTitleInAllPermittedSpacesExcept(String pageTitle, Space space, int maxResultCount)
           
 List<AbstractPage> HibernatePageDao.findPagesWithHistoricalTitleInPermittedSpace(String pageTitle, Space space, int maxResultCount)
           
 List<AbstractPage> CachingPageDao.findPagesWithHistoricalTitleInPermittedSpace(String pageTitle, Space space, int maxResultCount)
           
 List<BlogPost> HibernateBlogPostDao.getBlogPosts(Space space, boolean currentOnly)
           
 Page HibernatePageDao.getPage(Space space, String pageTitle)
           
 Page CachingPageDao.getPage(Space space, String pageTitle)
           
 Page HibernatePageDao.getPage(Space space, String pageTitle, boolean eagerLoadComments)
           
 Collection<Long> HibernatePageDao.getPageIds(Space space)
           
 Collection<Long> CachingPageDao.getPageIds(Space space)
           
 List<Page> HibernatePageDao.getPages(Space space, boolean currentOnly)
           
 List<Page> CachingPageDao.getPages(Space space, boolean currentOnly)
           
 List<Page> HibernatePageDao.getPagesStartingWith(Space space, String s)
           
 List<Page> CachingPageDao.getPagesStartingWith(Space space, String s)
           
 Page HibernatePageDao.getPageWithComments(Space space, String pageTitle)
           
 Page CachingPageDao.getPageWithComments(Space space, String pageTitle)
           
 List<Page> HibernatePageDao.getPermissionPages(Space space)
           
 List<Page> CachingPageDao.getPermissionPages(Space space)
           
 List<Page> HibernatePageDao.getTopLevelPages(Space space)
           
 List<Page> CachingPageDao.getTopLevelPages(Space space)
           
 

Method parameters in com.atlassian.confluence.pages.persistence.dao.hibernate with type arguments of type Space
 List<Long> AbstractHibernateAttachmentDao.findLatestVersionIds(List<Space> spacesToInclude)
          Same as AbstractHibernateAttachmentDao.findLatestVersionIdsIterator() but only gets the ids matching the list of spaces requested.
 Iterator<Long> AbstractHibernateAttachmentDao.findLatestVersionIdsIterator(List<Space> spacesToInclude)
          Same as AbstractHibernateAttachmentDao.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
 Space PageTemplate.getSpace()
          The space this page template is constrained to.
 

Methods in com.atlassian.confluence.pages.templates with parameters of type Space
 PageTemplate PageTemplateManager.getPageTemplate(String name, Space space)
           
 PageTemplate DefaultPageTemplateManager.getPageTemplate(String name, Space space)
           
 List PageTemplateManager.getPageTemplates(Space space)
           
 List DefaultPageTemplateManager.getPageTemplates(Space space)
           
 void PageTemplateManager.removeAllPageTemplates(Space space)
           
 void DefaultPageTemplateManager.removeAllPageTemplates(Space space)
           
 void PageTemplate.setSpace(Space space)
           
 

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
 PageTemplate PageTemplateDao.findPageTemplateByNameAndSpace(String name, Space 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
 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
 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
 Space WebInterfaceContext.getSpace()
          Returns the space related to the web interface state, or null if there is no space.
 Space DefaultWebInterfaceContext.getSpace()
           
 

Methods in com.atlassian.confluence.plugin.descriptor.web with parameters of type Space
 void DefaultWebInterfaceContext.setSpace(Space space)
           
 

Uses of Space in com.atlassian.confluence.plugins.dashboard
 

Methods in com.atlassian.confluence.plugins.dashboard that return types with arguments of type Space
 Collection<Space> AddAction.computeFavouriteSpaces(Set<Space> permittedGlobalSpaces)
           
 List<Space> AddAction.getAvailableGlobalSpaces()
           
 Collection<Space> AddAction.getFavouriteSpaces()
           
 

Method parameters in com.atlassian.confluence.plugins.dashboard with type arguments of type Space
 Collection<Space> AddAction.computeFavouriteSpaces(Set<Space> permittedGlobalSpaces)
           
 

Uses of Space in com.atlassian.confluence.plugins.editorloader
 

Methods in com.atlassian.confluence.plugins.editorloader that return Space
 Space EditorAction.getSpace()
           
 

Methods in com.atlassian.confluence.plugins.editorloader with parameters of type Space
 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
 List<Space> DashboardMacroSupport.getAllViewableSpaces()
           
 List<Space> DashboardMacroSupport.getFavouriteSpaces()
           
 List<Space> DashboardMacroSupport.getNewSpaces()
           
 Set<Space> DashboardMacroSupport.getPermittedSpaces()
          Deprecated. use getPermittedSpacesBuilder instead
 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)
           
 List<Space> SpacesListMacro.getSpacesForTeam(String selectedTeam)
           
 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
 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
 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
 PaginationSupport<Space> ViewSpaceDirectoryAction.getPaginationSupport()
           
 List<Space> ViewSpaceDirectoryAction.getSpaces()
           
 

Methods in com.atlassian.confluence.plugins.spacedirectory with parameters of type Space
 String ViewSpaceDirectoryAction.getLogoDownloadPath(Space space)
           
 List<com.atlassian.user.User> ViewSpaceDirectoryAction.getSpaceAdmins(Space space)
           
 String ViewSpaceDirectoryAction.getSummaryUrl(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
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
 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.
 Space SoapServiceHelper.retrieveSpace(String spaceKey)
           
 

Methods in com.atlassian.confluence.rpc.soap.services with parameters of type Space
 void SoapServiceHelperImpl.assertCanAdminister(Space space)
           
 void SoapServiceHelper.assertCanAdminister(Space space)
           
 void SoapServiceHelperImpl.assertCanCreateBlogPost(Space space)
           
 void SoapServiceHelper.assertCanCreateBlogPost(Space space)
           
 void SoapServiceHelperImpl.assertCanCreatePage(Space space)
           
 void SoapServiceHelper.assertCanCreatePage(Space space)
           
 void SoapServiceHelperImpl.assertCanExport(Space space)
           
 void SoapServiceHelper.assertCanExport(Space space)
           
 void SoapServiceHelperImpl.assertCanView(Space space)
           
 void SoapServiceHelper.assertCanView(Space space)
           
 

Uses of Space in com.atlassian.confluence.search
 

Methods in com.atlassian.confluence.search with parameters of type Space
 void ConfluenceIndexer.unIndexSpace(Space space)
          Optimised unindex of all content in a space
 

Uses of Space in com.atlassian.confluence.search.actions
 

Methods in com.atlassian.confluence.search.actions that return Space
 Space SearchSiteAction.getSpace(String spaceKey)
           
 

Uses of Space in com.atlassian.confluence.search.lucene
 

Methods in com.atlassian.confluence.search.lucene with parameters of type Space
 void QueuingConfluenceIndexer.unIndexSpace(Space space)
           
 

Uses of Space in com.atlassian.confluence.search.lucene.tasks
 

Methods in com.atlassian.confluence.search.lucene.tasks with parameters of type Space
 UnIndexSpaceIndexTask IndexTaskFactory.createUnIndexSpaceTask(Space space)
           
 

Uses of Space in com.atlassian.confluence.security
 

Methods in com.atlassian.confluence.security that return Space
 Space SpacePermission.getSpace()
          The space of this permission.
 Space SpacePermissionDefaultsStore.getTemplateSpace()
           
 Space DefaultSpacePermissionDefaultsStore.getTemplateSpace()
           
 

Methods in com.atlassian.confluence.security with parameters of type Space
static void ThreadLocalPermissionsCache.cacheSpacePermission(com.atlassian.user.User user, String permission, Space space, boolean hasPermission)
           
 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, Space space)
           
 void SpacePermissionManager.createDefaultSpacePermissions(Space space)
           
 void SpacePermissionCoordinator.createDefaultSpacePermissions(Space space)
           
 void SpacePermissionCheckDispatcherCoordinator.createDefaultSpacePermissions(Space space)
           
 void ReadOnlySpacePermissionManager.createDefaultSpacePermissions(Space space)
           
 void DefaultSpacePermissionManager.createDefaultSpacePermissions(Space space)
           
static SpacePermission SpacePermission.createGroupSpacePermission(String type, Space space, String group)
           
 void SpacePermissionManager.createInitialSpacePermissions(Space space)
          Deprecated. Use SpacePermissionManager.createDefaultSpacePermissions(com.atlassian.confluence.spaces.Space) or SpacePermissionManager.createPrivateSpacePermissions(com.atlassian.confluence.spaces.Space) instead. Since v4.2.6.
 void SpacePermissionCoordinator.createInitialSpacePermissions(Space space)
          Creates initial space permissions for the specified space.
 void SpacePermissionCheckDispatcherCoordinator.createInitialSpacePermissions(Space space)
           
 void ReadOnlySpacePermissionManager.createInitialSpacePermissions(Space arg0)
           
 void DefaultSpacePermissionManager.createInitialSpacePermissions(Space space)
          Deprecated, make it private later
 Set<SpacePermission> SpacePermissionDefaultsStore.createPermissionsForSpace(Space space)
           
 Set<SpacePermission> DefaultSpacePermissionDefaultsStore.createPermissionsForSpace(Space space)
           
 void SpacePermissionManager.createPrivateSpacePermissions(Space space)
           
 void SpacePermissionCoordinator.createPrivateSpacePermissions(Space space)
           
 void SpacePermissionCheckDispatcherCoordinator.createPrivateSpacePermissions(Space space)
           
 void ReadOnlySpacePermissionManager.createPrivateSpacePermissions(Space space)
           
 void DefaultSpacePermissionManager.createPrivateSpacePermissions(Space space)
           
static SpacePermission SpacePermission.createUserSpacePermission(String type, Space space, String userName)
           
static SpacePermission SpacePermission.fromFormParameterName(String formParameterName, Space space, String parameterType)
          Convert a form parameter name into a space permission.
 Map SpacePermissionManager.getGroupsForPermissionType(String permissionType, Space space)
           
 Map SpacePermissionCoordinator.getGroupsForPermissionType(String permissionType, Space space)
           
 Map SpacePermissionCheckDispatcherCoordinator.getGroupsForPermissionType(String permissionType, Space space)
           
 Map ReadOnlySpacePermissionManager.getGroupsForPermissionType(String arg0, Space arg1)
           
 Map DefaultSpacePermissionManager.getGroupsForPermissionType(String permissionType, Space space)
           
 Collection SpacePermissionManager.getGroupsWithPermissions(Space space)
          Returns all groups wich have permissions in a space or on a global level.
 Collection SpacePermissionCoordinator.getGroupsWithPermissions(Space space)
           
 Collection SpacePermissionCheckDispatcherCoordinator.getGroupsWithPermissions(Space space)
           
 Collection ReadOnlySpacePermissionManager.getGroupsWithPermissions(Space arg0)
           
 Collection DefaultSpacePermissionManager.getGroupsWithPermissions(Space space)
           
 Map SpacePermissionManager.getUsersForPermissionType(String permissionType, Space space)
           
 Map SpacePermissionCoordinator.getUsersForPermissionType(String permissionType, Space space)
           
 Map SpacePermissionCheckDispatcherCoordinator.getUsersForPermissionType(String permissionType, Space space)
           
 Map ReadOnlySpacePermissionManager.getUsersForPermissionType(String arg0, Space arg1)
           
 Map DefaultSpacePermissionManager.getUsersForPermissionType(String permissionType, Space space)
           
 Collection SpacePermissionManager.getUsersWithPermissions(Space space)
          Returns a collection of user objects with VIEWSPACE_PERMISSION in the space.
 Collection SpacePermissionCoordinator.getUsersWithPermissions(Space space)
           
 Collection SpacePermissionCheckDispatcherCoordinator.getUsersWithPermissions(Space space)
           
 Collection ReadOnlySpacePermissionManager.getUsersWithPermissions(Space arg0)
           
 Collection DefaultSpacePermissionManager.getUsersWithPermissions(Space space)
           
 boolean SpacePermissionManager.groupHasPermission(String permissionType, Space space, String group)
          Checks whether the given group has the given permission

If a null space is specified, this method looks up matching global permissions, otherwise space's permissions list is queried to see if the permission matches.

 boolean SpacePermissionCoordinator.groupHasPermission(String permissionType, Space space, String group)
           
 boolean SpacePermissionCheckDispatcherCoordinator.groupHasPermission(String permissionType, Space space, String group)
           
 boolean ReadOnlySpacePermissionManager.groupHasPermission(String arg0, Space arg1, String arg2)
           
 boolean DefaultSpacePermissionManager.groupHasPermission(String permissionType, Space space, String group)
           
 boolean SpacePermissionManager.hasPermission(List permissionTypes, Space space, com.atlassian.user.User remoteUser)
          Determines if remoteUser has the given permissions in space

If remoteUser lacks any of the given permissions, false is returned.

 boolean SpacePermissionCoordinator.hasPermission(List permissionTypes, Space space, com.atlassian.user.User remoteUser)
           
 boolean SpacePermissionCheckDispatcherCoordinator.hasPermission(List permissionTypes, Space space, com.atlassian.user.User remoteUser)
           
 boolean ReadOnlySpacePermissionManager.hasPermission(List arg0, Space arg1, com.atlassian.user.User arg2)
           
 boolean DefaultSpacePermissionManager.hasPermission(List permissionTypes, Space space, com.atlassian.user.User user)
           
 boolean SpacePermissionManager.hasPermission(String permissionType, Space space, com.atlassian.user.User remoteUser)
          Determines if remoteUser has the given permission in space
 boolean SpacePermissionCoordinator.hasPermission(String permissionType, Space space, com.atlassian.user.User remoteUser)
           
 boolean SpacePermissionCheckDispatcherCoordinator.hasPermission(String permissionType, Space space, com.atlassian.user.User remoteUser)
           
 boolean ReadOnlySpacePermissionManager.hasPermission(String arg0, Space arg1, com.atlassian.user.User arg2)
           
 boolean DefaultSpacePermissionManager.hasPermission(String permissionType, Space space, com.atlassian.user.User remoteUser)
           
 boolean CachingSpacePermissionManager.hasPermission(String permissionType, Space space, com.atlassian.user.User remoteUser)
           
 boolean SpacePermissionManager.hasPermissionForSpace(com.atlassian.user.User user, List permissionTypes, Space space)
           
 boolean SpacePermissionCoordinator.hasPermissionForSpace(com.atlassian.user.User user, List permissionTypes, Space space)
           
 boolean SpacePermissionCheckDispatcherCoordinator.hasPermissionForSpace(com.atlassian.user.User user, List permissionTypes, Space space)
           
 boolean ReadOnlySpacePermissionManager.hasPermissionForSpace(com.atlassian.user.User arg0, List arg1, Space arg2)
           
 boolean AbstractSpacePermissionManager.hasPermissionForSpace(com.atlassian.user.User user, List permissionTypes, Space space)
           
static Boolean ThreadLocalPermissionsCache.hasSpacePermission(String permission, Space space, com.atlassian.user.User user)
           
static boolean PermissionUtils.isAdminUser(SpacePermissionManager spacePermissionManager, com.atlassian.user.User remoteUser, Space space)
           
 void SpacePermissionManager.removeAllPermissions(Space space)
          Removes all permissions belonging to space
 void SpacePermissionCoordinator.removeAllPermissions(Space space)
          Removes all SpacePermission's from the specified space.
 void SpacePermissionCheckDispatcherCoordinator.removeAllPermissions(Space space)
           
 void ReadOnlySpacePermissionManager.removeAllPermissions(Space arg0)
           
 void DefaultSpacePermissionManager.removeAllPermissions(Space space)
           
 void CachingSpacePermissionManager.removeAllPermissions(Space space)
           
 void SpacePermission.setSpace(Space space)
           
 

Constructors in com.atlassian.confluence.security with parameters of type Space
SpacePermission(String type, Space space)
           
SpacePermission(String type, Space space, String group)
           
SpacePermission(String type, Space space, String group, String userName)
          Deprecated. since 3.0, as passing both group and userName leads to an invalid permission
 

Uses of Space in com.atlassian.confluence.security.actions
 

Methods in com.atlassian.confluence.security.actions that return Space
 Space ViewSpacePermissionsAction.getSpace()
           
 Space NotPermittedAction.getSpace()
           
 Space EditSpacePermissionsAction.getSpace()
           
 Space AbstractSpacePermissionsAction.getSpace()
          Deprecated.  
 

Methods in com.atlassian.confluence.security.actions that return types with arguments of type Space
 Collection<Space> ViewSpacePermissionDefaultsAction.getSpaces()
           
 

Methods in com.atlassian.confluence.security.actions with parameters of type Space
 void ViewSpacePermissionsAction.setSpace(Space space)
           
 void EditSpacePermissionsAction.setSpace(Space space)
           
 void AbstractSpacePermissionsAction.setSpace(Space space)
          Deprecated.  
 

Uses of Space in com.atlassian.confluence.security.administrators
 

Methods in com.atlassian.confluence.security.administrators with parameters of type Space
 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 formParameters, String parameterQualifier)
          Private implementation that doesn't check to ensure space key is null
 PermissionsAdministrator PermissionsAdministratorBuilder.buildSpacePermissionAdministrator(Space space)
          Returns a space permissions administrator (for viewiing) and populates its fields.
 void EditSpacePermissionsAdministrator.setSpace(Space space)
           
 

Uses of Space in com.atlassian.confluence.security.delegate
 

Methods in com.atlassian.confluence.security.delegate that return Space
protected  Space StatusPermissionDelegate.getSpaceFrom(Object target)
           
protected  Space SpacePermissionsDelegate.getSpaceFrom(Object target)
           
protected  Space PeopleDirectoryPermissionsDelegate.getSpaceFrom(Object target)
           
protected  Space PageTemplatePermissionsDelegate.getSpaceFrom(Object target)
           
protected  Space PagePermissionsDelegate.getSpaceFrom(Object target)
           
protected  Space MailPermissionsDelegate.getSpaceFrom(Object target)
           
protected  Space LabellingPermissionsDelegate.getSpaceFrom(Object target)
           
protected  Space GlobalDescriptionPermissionsDelegate.getSpaceFrom(Object target)
           
protected  Space DraftPermissionsDelegate.getSpaceFrom(Object target)
           
protected  Space CommentPermissionsDelegate.getSpaceFrom(Object target)
           
protected  Space BlogPostPermissionsDelegate.getSpaceFrom(Object target)
           
protected  Space AttachmentPermissionsDelegate.getSpaceFrom(Object target)
           
protected  Space ApplicationPermissionsDelegate.getSpaceFrom(Object target)
           
protected abstract  Space AbstractPermissionsDelegate.getSpaceFrom(Object target)
           
 

Uses of Space in com.atlassian.confluence.security.persistence.dao
 

Methods in com.atlassian.confluence.security.persistence.dao with parameters of type Space
 Collection<SpacePermission> SpacePermissionDao.findGroupPermissionsForSpace(Space space, String permissionType)
          Find all group permissions of type permissionType for space.
 List<SpacePermission> SpacePermissionDao.findPermissionsForSpace(Space space)
          Retrieves all permissions for space
 void 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
 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
ConfluenceBandanaContext(Space space)
          Create a space context
 

Uses of Space in com.atlassian.confluence.spaces
 

Methods in com.atlassian.confluence.spaces that return Space
 Space SpaceManager.createPersonalSpace(String name, String description, com.atlassian.user.User owner)
          Creates a personal space.
 Space DefaultSpaceManager.createPersonalSpace(String name, String description, com.atlassian.user.User owner)
           
 Space SpaceManager.createPrivatePersonalSpace(String name, String description, com.atlassian.user.User owner)
          Create a personal Space for which only the creator has any permissions
 Space DefaultSpaceManager.createPrivatePersonalSpace(String name, String description, com.atlassian.user.User owner)
           
 Space SpaceManager.createPrivateSpace(String key, String name, String description, com.atlassian.user.User creator)
          Creates a Space for which only the creator has any permissions
 Space DefaultSpaceManager.createPrivateSpace(String key, String name, String description, com.atlassian.user.User creator)
           
 Space SpaceManager.createSpace(Space space)
           
 Space DefaultSpaceManager.createSpace(Space space)
          Deprecated since 4.3.
 Space SpaceManager.createSpace(String key, String name, String description, com.atlassian.user.User creator)
           
 Space DefaultSpaceManager.createSpace(String key, String name, String description, com.atlassian.user.User creator)
           
 Space SpaceManager.getPersonalSpace(String username)
          Get the personal space for the user with the given username
 Space DefaultSpaceManager.getPersonalSpace(String username)
           
 Space SpaceManager.getPersonalSpace(com.atlassian.user.User user)
          Get the personal space of the given user.
 Space DefaultSpaceManager.getPersonalSpace(com.atlassian.user.User user)
           
 Space Spaced.getSpace()
           
 Space SpaceManager.getSpace(long id)
          Retrieve a space by its ID.
 Space DefaultSpaceManager.getSpace(long id)
           
 Space SpaceManager.getSpace(String spaceKey)
          Retrieve a space by its key.
 Space DefaultSpaceManager.getSpace(String exactKey)
           
 

Methods in com.atlassian.confluence.spaces that return types with arguments of type Space
 List<Space> SpaceManager.getAllSpaces()
          Finds all spaces in Confluence, of any type, sorted alphabetically by space name.
 List<Space> DefaultSpaceManager.getAllSpaces()
           
 List<Space> SpaceManager.getAllSpaces(SpacesQuery query)
          Get a list of spaces specified by the SpacesQuery.
 List<Space> DefaultSpaceManager.getAllSpaces(SpacesQuery query)
           
 List<Space> SpaceManager.getPermittedSpaces(com.atlassian.user.User user)
          Deprecated. since 3.1 Use SpaceManager.getSpaces(SpacesQuery) instead
 List<Space> DefaultSpaceManager.getPermittedSpaces(com.atlassian.user.User user)
          Deprecated. since 3.1 use DefaultSpaceManager.getSpaces(SpacesQuery) instead
 List<Space> SpaceManager.getPermittedSpacesByType(com.atlassian.user.User user, SpaceType type)
          Deprecated. since 3.1 Use SpaceManager.getSpaces(SpacesQuery) instead
 List<Space> DefaultSpaceManager.getPermittedSpacesByType(com.atlassian.user.User user, SpaceType type)
          Deprecated. since 3.1 use DefaultSpaceManager.getSpaces(SpacesQuery) instead
 ListBuilder<Space> SpaceManager.getSpaces(SpacesQuery query)
          Get a list of spaces specified by the SpacesQuery limited by the offset and maxResults.
 ListBuilder<Space> DefaultSpaceManager.getSpaces(SpacesQuery query)
           
 List<Space> SpaceManager.getSpacesByType(SpaceType type)
          Deprecated. since 3.1 Use SpaceManager.getSpaces(SpacesQuery) instead
 List<Space> DefaultSpaceManager.getSpacesByType(SpaceType type)
          Deprecated. since 3.1 use DefaultSpaceManager.getSpaces(SpacesQuery) instead
 List<Space> SpaceManager.getSpacesCreatedAfter(Date creationDate)
           
 List<Space> DefaultSpaceManager.getSpacesCreatedAfter(Date creationDate)
           
 List<Space> SpaceManager.getSpacesEditableByUser(com.atlassian.user.User user)
          Deprecated. since 3.1 Use SpaceManager.getSpaces(SpacesQuery) instead
 List<Space> DefaultSpaceManager.getSpacesEditableByUser(com.atlassian.user.User user)
          Deprecated. since 3.1 use DefaultSpaceManager.getSpaces(SpacesQuery) instead
 List<Space> SpaceManager.getSpacesInSpaceGroup(SpaceGroup spaceGroup)
          Deprecated. since 3.1 Use SpaceManager.getSpaces(SpacesQuery) instead
 List<Space> DefaultSpaceManager.getSpacesInSpaceGroup(SpaceGroup spaceGroup)
          Deprecated. since 3.1 use DefaultSpaceManager.getSpaces(SpacesQuery) instead
 

Methods in com.atlassian.confluence.spaces with parameters of type Space
 void SpaceManager.archiveSpace(Space space)
          Archive the space.
 void DefaultSpaceManager.archiveSpace(Space space)
           
 Space SpaceManager.createSpace(Space space)
           
 Space DefaultSpaceManager.createSpace(Space space)
          Deprecated since 4.3.
 void SpaceManager.ensureSpaceDescriptionExists(Space space)
          If the given Space does not have a description, creates one for it, and saves it.
 void DefaultSpaceManager.ensureSpaceDescriptionExists(Space space)
           
 long SpaceManager.findPageTotal(Space space)
          Get the number of pages in a space.
 long DefaultSpaceManager.findPageTotal(Space space)
           
 String SpaceLogoManager.getLogoDownloadPath(Space space, com.atlassian.user.User viewingUser)
          Returns the download path for the logo of a given space.
 String DefaultSpaceLogoManager.getLogoDownloadPath(Space space, com.atlassian.user.User viewingUser)
           
 int SpaceManager.getNumberOfBlogPosts(Space space)
          Get the number of blog posts in a space.
 int DefaultSpaceManager.getNumberOfBlogPosts(Space space)
           
 int SpaceManager.getNumberOfMail(Space space)
          Get the number of archived emails in a space.
 int DefaultSpaceManager.getNumberOfMail(Space space)
           
 List<com.atlassian.user.User> SpaceManager.getSpaceAdmins(Space spaces)
          Returns a list of administrators for a given space, sorted by full name
 List<com.atlassian.user.User> DefaultSpaceManager.getSpaceAdmins(Space space)
           
 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 limit
 List<com.atlassian.user.User> DefaultSpaceManager.getSpaceAdmins(Space space, int limit)
           
static boolean SpaceType.isGlobal(Space space)
           
static boolean SpaceType.isPersonal(Space space)
           
 Boolean SpaceManager.removeSpace(Space space)
           
 Boolean DefaultSpaceManager.removeSpace(Space space)
           
 void SpaceManager.saveSpace(Space space)
           
 void DefaultSpaceManager.saveSpace(Space space)
           
 void SpaceManager.saveSpace(Space space, Space originalSpace)
           
 void DefaultSpaceManager.saveSpace(Space space, Space originalSpace)
           
 void SpaceManager.unarchiveSpace(Space space)
          Un-archive the space.
 void DefaultSpaceManager.unarchiveSpace(Space space)
           
 

Constructors in com.atlassian.confluence.spaces with parameters of type Space
SpaceDescription(Space space)
           
 

Uses of Space in com.atlassian.confluence.spaces.actions
 

Fields in com.atlassian.confluence.spaces.actions declared as Space
protected  Space AbstractSpaceAction.originalSpace
           
protected  Space AbstractSpaceAction.space
           
 

Methods in com.atlassian.confluence.spaces.actions that return Space
 Space ConfigureSpaceLogoAction.getSpace()
           
 Space AbstractSpaceAction.getSpace()
           
 

Methods in com.atlassian.confluence.spaces.actions with parameters of type Space
 void SpaceAware.setSpace(Space space)
          IOC method for setting the space on the action.
 void ConfigureSpaceLogoAction.setSpace(Space space)
           
 void AbstractSpaceAction.setSpace(Space space)
           
 

Uses of Space in com.atlassian.confluence.spaces.persistence.dao
 

Methods in com.atlassian.confluence.spaces.persistence.dao that return Space
 Space SpaceDao.getById(long id)
           
 Space SpaceDao.getSpace(String spaceKey)
          Find a space by its space key.
 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
 List<Space> SpaceDao.findAllGlobalSpaces()
          Deprecated. since 3.1 use SpaceDao.getSpaces(SpacesQuery,int,int)
 List<Space> SpaceDao.findAllSpacesSorted(String sortBy, SpaceType type)
          Deprecated. since 3.1 use SpaceDao.getSpaces(SpacesQuery,int,int)
 List<Space> SpaceDao.getPermittedSpacesForUser(com.atlassian.user.User user, List<com.atlassian.user.Group> groups, String permission)
          Deprecated. since 3.1 use SpaceDao.getSpaces(SpacesQuery,int,int)
 List<Space> SpaceDao.getPermittedSpacesForUser(com.atlassian.user.User user, List<com.atlassian.user.Group> groupsForUser, String permission, int offset, int maxResults)
          Deprecated. since 3.1 use SpaceDao.getSpaces(SpacesQuery,int,int)
 List<Space> SpaceDao.getPermittedSpacesForUser(com.atlassian.user.User user, String permission)
          Deprecated. since 3.0, use SpaceDao.getPermittedSpacesForUser(User, List, String)
 List<Space> SpaceDao.getPermittedSpacesForUserByType(com.atlassian.user.User user, List<com.atlassian.user.Group> groups, String permission, SpaceType type)
          Deprecated. since 3.1 use SpaceDao.getSpaces(SpacesQuery,int,int)
 List<Space> SpaceDao.getPermittedSpacesForUserByType(com.atlassian.user.User user, String permission, SpaceType type)
          Deprecated. since 3.0, use SpaceDao.getPermittedSpacesForUserByType(User, List, String, SpaceType)
 List<Space> SpaceDao.getPermittedSpacesForUserInSpaceGroup(com.atlassian.user.User user, List<com.atlassian.user.Group> groups, String permission, SpaceGroup spaceGroup)
          Deprecated. since 3.1 use SpaceDao.getSpaces(SpacesQuery,int,int)
 List<Space> SpaceDao.getPermittedSpacesForUserInSpaceGroup(com.atlassian.user.User user, String permission, SpaceGroup spaceGroup)
          Deprecated. since 3.0, use SpaceDao.getPermittedSpacesForUserInSpaceGroup(User, List, String, SpaceGroup)
 List<Space> SpaceDao.getSpaces(SpacesQuery query)
          Get a list of spaces specified by the SpacesQuery.
 List<Space> SpaceDao.getSpaces(SpacesQuery query, int offset, int maxResults)
          Get a list of spaces specified by the SpacesQuery.
 List<Space> SpaceDao.getSpacesContainingCommentsByUser(String username)
          Find all spaces containing comments by a particular user.
 List<Space> SpaceDao.getSpacesContainingPagesEditedByUser(String username)
          Find all spaces containing pages that were edited by a particular user.
 List<Space> SpaceDao.getSpacesCreatedAfter(Date creationDate)
           
 List<Space> SpaceDao.getSpacesCreatedByUser(String username)
          Find all the spaces created by a given user.
 List<Space> SpaceDao.getSpacesCreatedOrUpdatedSinceDate(Date previousLoginDate)
           
 List<Space> SpaceDao.getSpacesInSpaceGroup(SpaceGroup spaceGroup)
          Deprecated. since 3.1 use SpaceDao.getSpaces(SpacesQuery,int,int)
 

Methods in com.atlassian.confluence.spaces.persistence.dao with parameters of type Space
 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.
 int SpaceDao.getNumberOfMail(Space space)
          Fast way to count pages in a space without loading them.
 

Uses of Space in com.atlassian.confluence.spaces.persistence.dao.hibernate
 

Methods in com.atlassian.confluence.spaces.persistence.dao.hibernate that return Space
 Space HibernateSpaceDao.getById(long id)
           
 Space HibernateSpaceDao.getSpace(String spaceKey)
          first tries to fetch the space from the cache by space id if not, fetch it from database
 Space HibernateSpaceDao.getSpaceByContentId(long contentId)
           
 

Methods in com.atlassian.confluence.spaces.persistence.dao.hibernate that return types with arguments of type Space
 List<Space> HibernateSpaceDao.findAllGlobalSpaces()
           
 List<Space> HibernateSpaceDao.findAllSpacesSorted(String sortField, SpaceType type)
          Like findAllSorted, but allows you to query for a specific type of space
 List<Space> HibernateSpaceDao.getPermittedSpacesForUser(com.atlassian.user.User user, List<com.atlassian.user.Group> groups, String permission)
          The database queries order the space's returned by spacename and then spacekey.
 List<Space> HibernateSpaceDao.getPermittedSpacesForUser(com.atlassian.user.User user, List<com.atlassian.user.Group> groups, String permission, int offset, int maxResults)
           
 List<Space> HibernateSpaceDao.getPermittedSpacesForUser(com.atlassian.user.User user, String permission)
          Deprecated. 
 List<Space> HibernateSpaceDao.getPermittedSpacesForUserByType(com.atlassian.user.User user, List<com.atlassian.user.Group> groups, String permission, SpaceType type)
          Query for spaces by type.
 List<Space> HibernateSpaceDao.getPermittedSpacesForUserByType(com.atlassian.user.User user, String permission, SpaceType type)
          Deprecated. 
 List<Space> HibernateSpaceDao.getPermittedSpacesForUserInSpaceGroup(com.atlassian.user.User user, List<com.atlassian.user.Group> groups, String permission, SpaceGroup spaceGroup)
          Query for spaces by type.
 List<Space> HibernateSpaceDao.getPermittedSpacesForUserInSpaceGroup(com.atlassian.user.User user, String permission, SpaceGroup spaceGroup)
          Deprecated. 
 Class<Space> HibernateSpaceDao.getPersistentClass()
           
 List<Space> HibernateSpaceDao.getSpaces(SpacesQuery query)
           
 List<Space> HibernateSpaceDao.getSpaces(SpacesQuery query, int offset, int maxResults)
           
 List<Space> HibernateSpaceDao.getSpacesContainingCommentsByUser(String username)
           
 List<Space> HibernateSpaceDao.getSpacesContainingPagesEditedByUser(String username)
           
 List<Space> HibernateSpaceDao.getSpacesCreatedAfter(Date creationDate)
           
 List<Space> HibernateSpaceDao.getSpacesCreatedByUser(String username)
           
 List<Space> HibernateSpaceDao.getSpacesCreatedOrUpdatedSinceDate(Date previousLoginDate)
           
 List<Space> HibernateSpaceDao.getSpacesInSpaceGroup(SpaceGroup spaceGroup)
           
 

Methods in com.atlassian.confluence.spaces.persistence.dao.hibernate with parameters of type Space
 int HibernateSpaceDao.findPageTotal(Space space)
           
 int HibernateSpaceDao.getNumberOfBlogPosts(Space space)
           
 int HibernateSpaceDao.getNumberOfMail(Space space)
           
 

Uses of Space in com.atlassian.confluence.themes
 

Methods in com.atlassian.confluence.themes that return Space
 Space ThemeContext.getSpace()
           
 Space GlobalHelper.getSpace()
           
 

Methods in com.atlassian.confluence.themes with parameters of type Space
 String DefaultColourSchemeManager.getColourSchemeSetting(Space space)
           
 String ColourSchemeManager.getColourSchemeSetting(Space space)
           
 ColourScheme DefaultColourSchemeManager.getSpaceColourScheme(Space space)
           
 ColourScheme ColourSchemeManager.getSpaceColourScheme(Space space)
          Retrieve the colour scheme for a space - for display, complete with global defaults.
 void DefaultColourSchemeManager.resetColourScheme(Space space)
           
 void ColourSchemeManager.resetColourScheme(Space space)
           
 void DefaultColourSchemeManager.saveSpaceColourScheme(Space space, BaseColourScheme colourScheme)
           
 void ColourSchemeManager.saveSpaceColourScheme(Space space, BaseColourScheme colourScheme)
           
static void ThemeContext.set(javax.servlet.ServletRequest request, Space currentSpace, Theme currentTheme, Theme globalTheme)
           
 void DefaultColourSchemeManager.setColourSchemeSetting(Space space, String value)
           
 void ColourSchemeManager.setColourSchemeSetting(Space space, String value)
           
 

Constructors in com.atlassian.confluence.themes with parameters of type Space
ThemeContext(Space currentSpace, Theme spaceTheme, Theme globalTheme)
           
 

Uses of Space in com.atlassian.confluence.user
 

Constructors in com.atlassian.confluence.user with parameters of type Space
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
 Space FindRestrictableEntitiesAction.getSpace()
           
 Space EditNotificationsAction.getSpace()
           
 

Methods in com.atlassian.confluence.user.actions with parameters of type Space
 List RemoveGroupAction.getGroupSpacePermissionsForSpace(Space space)
           
 void FindRestrictableEntitiesAction.setSpace(Space space)
           
 void EditNotificationsAction.setSpace(Space space)
           
 

Uses of Space in com.atlassian.confluence.userstatus
 

Methods in com.atlassian.confluence.userstatus with parameters of type Space
 void FavouriteManager.addSpaceToFavourites(com.atlassian.user.User user, Space space)
           
 void DefaultFavouriteManager.addSpaceToFavourites(com.atlassian.user.User user, Space space)
           
 boolean FavouriteManager.isUserFavourite(com.atlassian.user.User user, Space space)
           
 boolean DefaultFavouriteManager.isUserFavourite(com.atlassian.user.User user, Space space)
           
 void FavouriteManager.removeSpaceFromFavourites(com.atlassian.user.User user, Space space)
           
 void DefaultFavouriteManager.removeSpaceFromFavourites(com.atlassian.user.User user, Space space)
           
 UserStatus UserStatusManager.saveUserStatus(String username, String statusText, Space targetSpace)
          Saves a new status, targetted to a specific space.
 UserStatus DefaultUserStatusManager.saveUserStatus(String username, String statusText, Space targetSpace)
           
 

Constructors in com.atlassian.confluence.userstatus with parameters of type Space
UserStatus(String username, String statusText, Space targetSpace)
           
UserStatus(com.atlassian.user.User user, String status, Space targetSpace)
           
 

Uses of Space in com.atlassian.confluence.util
 

Methods in com.atlassian.confluence.util with parameters of type Space
 int SpaceComparator.compare(Space space1, Space space2)
           
static 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
protected  Space AbstractSpaceBreadcrumb.space
           
protected  Space AbstractSpaceActionBreadcrumb.space
           
 

Methods in com.atlassian.confluence.util.breadcrumbs that return Space
 Space BreadcrumbGenerator.getSpace()
           
 

Constructors in com.atlassian.confluence.util.breadcrumbs with parameters of type Space
AbstractSpaceActionBreadcrumb(com.opensymphony.xwork.Action action, Space space)
           
AbstractSpaceBreadcrumb(Space space)
           
BrowseSpaceBreadcrumb(Space space)
           
ContentActionBreadcrumb(com.opensymphony.xwork.Action action, Space space, AbstractPage page, DisplayableLabel label)
           
LabelBreadcrumb(com.opensymphony.xwork.Action action, DisplayableLabel label, Space space)
          Label crumbs are sequenced a little differently than normal (where ContentActionBreadcrumbs typically come last).
PageNotFoundBreadcrumb(com.opensymphony.xwork.Action action, Space space)
           
PageTemplatesActionBreadcrumb(com.opensymphony.xwork.Action action, Space space)
           
SpaceAdminActionBreadcrumb(com.opensymphony.xwork.Action action, Space space)
           
SpaceBreadcrumb(Space space)
           
ViewBlogPostsByDateBreadcrumb(Space space, String title)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.