|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Space in com.atlassian.confluence.content |
---|
Methods in com.atlassian.confluence.content with parameters of type Space | |
---|---|
java.util.Collection<CustomContentEntityObject> |
DefaultCustomContentManager.findAllInSpace(Space space)
Deprecated. |
java.util.Collection<CustomContentEntityObject> |
CustomContentManager.findAllInSpace(Space space)
Deprecated. Since 4.2. No replacement. |
java.util.Iterator<CustomContentEntityObject> |
DefaultCustomContentManager.findCurrentInSpace(Space space,
java.lang.String pluginContentKey,
int offset,
int maxResults,
CustomContentManager.SortField sortField,
CustomContentManager.SortOrder sortOrder)
|
java.util.Iterator<CustomContentEntityObject> |
CustomContentManager.findCurrentInSpace(Space space,
java.lang.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,
java.lang.String pluginContentKey)
|
int |
CustomContentManager.findTotalInSpace(Space space,
java.lang.String contentModuleKey)
Get the total count of current, non-deleted content of the given type in the given space. |
void |
DefaultCustomContentManager.removeAllInSpace(java.lang.String pluginContentKey,
Space space)
|
void |
CustomContentManager.removeAllInSpace(java.lang.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(java.lang.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 |
---|
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 |
SpaceProvider.getSpace()
|
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 |
static PageContext |
ContentEntitySimulacrum.createContextForTemplateView(Space space,
java.lang.String title,
java.lang.String content)
|
javax.activation.DataSource |
DefaultDataSourceFactory.getSpaceLogo(Space space)
|
javax.activation.DataSource |
DataSourceFactory.getSpaceLogo(Space space)
Encapsulates the logo for the given Space in a DataSource . |
protected boolean |
ConfluenceActionSupport.hasPermissionForSpace(java.util.List permissionTypes,
Space space)
|
boolean |
SpaceContentEntityObject.isInSpace(Space space)
|
void |
SpaceContentEntityObject.setSpace(Space space)
|
Constructors in com.atlassian.confluence.core with parameters of type Space | |
---|---|
ContentEntitySimulacrum(Space space,
java.lang.String title,
java.lang.String content)
|
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(java.lang.Object src,
Space space,
java.lang.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()
Deprecated. |
Constructors in com.atlassian.confluence.event.events.content.page with parameters of type Space | |
---|---|
PageListViewEvent(java.lang.Object src,
Space space,
java.lang.String viewType)
|
|
PageMoveEvent(java.lang.Object src,
Page movedPage,
Space oldSpace,
Page oldParentPage,
java.lang.Integer oldPosition,
com.atlassian.user.User theMover)
Deprecated. |
|
PageMoveEvent(java.lang.Object src,
Page movedPage,
Space oldSpace,
Page oldParentPage,
java.lang.Integer oldPosition,
com.atlassian.user.User theMover,
boolean movedBecauseOfParent)
Deprecated. |
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(java.lang.Object src,
Space space,
java.lang.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(java.lang.Object obj,
Space space)
|
|
SpaceAdminViewEvent(java.lang.Object src,
Space space)
|
|
SpaceArchivedEvent(java.lang.Object src,
Space space)
|
|
SpaceCreateEvent(java.lang.Object src,
Space space)
|
|
SpaceDetailsViewEvent(java.lang.Object src,
Space space)
|
|
SpaceEvent(java.lang.Object src,
Space space)
|
|
SpaceLabelsViewEvent(java.lang.Object src,
Space space)
|
|
SpaceLogoUpdateEvent(java.lang.Object src,
Space space,
java.lang.String eventType,
Attachment logo)
|
|
SpacePermissionsUpdateEvent(java.lang.Object src,
Space space)
|
|
SpacePermissionsViewEvent(java.lang.Object src,
Space space)
|
|
SpaceRemoveEvent(java.lang.Object src,
Space removedSpace,
com.atlassian.core.util.ProgressMeter progressMeter)
|
|
SpaceTrashEmptyEvent(java.lang.Object src,
Space space)
|
|
SpaceTrashViewEvent(java.lang.Object src,
Space space)
|
|
SpaceUnArchivedEvent(java.lang.Object src,
Space space)
|
|
SpaceUpdateEvent(java.lang.Object src,
Space updatedSpace)
|
|
SpaceUpdateEvent(java.lang.Object src,
Space updatedSpace,
Space originalSpace)
|
|
SpaceWillRemoveEvent(java.lang.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(java.lang.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 java.util.List<Space> |
XmlExporter.getIncludedSpaces()
In this implementation, we want to find out the root entity and include the Space from that. |
protected abstract java.util.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 java.util.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,
java.lang.String baseExportPath)
|
protected void |
AbstractRendererExporterImpl.exportSpace(Space space,
java.lang.String baseExportPath)
|
Uses of Space in com.atlassian.confluence.labels |
---|
Methods in com.atlassian.confluence.labels that return types with arguments of type Space | |
---|---|
java.util.List<Space> |
LabelManager.getFavouriteSpaces(java.lang.String username)
|
java.util.List<Space> |
LabelManager.getSpacesWithLabel(Label label)
Spaces cannot be directly labelled. |
Methods in com.atlassian.confluence.labels with parameters of type Space | |
---|---|
Label |
SpaceLabelManagerImpl.addLabel(Space space,
java.lang.String labelName)
|
Label |
SpaceLabelManager.addLabel(Space space,
java.lang.String labelName)
Adds a label to a space. |
java.util.List |
SpaceLabelManagerImpl.getLabelsOnSpace(Space space)
|
java.util.List |
SpaceLabelManager.getLabelsOnSpace(Space space)
Returns the labels for the given space (excluding team labels) |
java.util.List |
SpaceLabelManagerImpl.getSuggestedLabelsForSpace(Space space,
com.atlassian.user.User remoteUser)
|
java.util.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 | |
---|---|
java.util.List<Label> |
LabelManager.getTeamLabelsForSpaces(java.util.Collection<Space> spaces)
Retrieve all of the team labels used to label content in the specified spaces. |
java.util.List<Label> |
DefaultLabelManager.getTeamLabelsForSpaces(java.util.Collection<Space> spaces)
|
Uses of Space in com.atlassian.confluence.labels.actions |
---|
Methods in com.atlassian.confluence.labels.actions that return Space | |
---|---|
Space |
RemoveSpaceFromFavouriteAjaxAction.getSpace()
|
Space |
AddSpaceToFavouriteAjaxAction.getSpace()
|
Methods in com.atlassian.confluence.labels.actions with parameters of type Space | |
---|---|
void |
RemoveSpaceFromFavouriteAjaxAction.setSpace(Space space)
|
void |
AddSpaceToFavouriteAjaxAction.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 | |
---|---|
java.util.List<Label> |
LabelDao.findByDetailsInSpaces(java.lang.String name,
java.lang.String namespace,
java.lang.String owner,
java.util.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 | |
---|---|
java.util.List<Label> |
HibernateLabelDao.findByDetailsInSpaces(java.lang.String name,
java.lang.String namespace,
java.lang.String owner,
java.util.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,
java.lang.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,
java.lang.String previousTitle)
|
void |
RelatedContentRefactorer.updateReferrers(SpaceContentEntityObject referee,
Space previousSpace,
java.lang.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,
java.lang.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)
Deprecated. |
java.util.List<Mail> |
MailContentManager.getMail(Space space,
boolean currentOnly)
Deprecated. |
java.util.List<Mail> |
DefaultMailContentManager.getMail(Space space,
boolean currentOnly)
Deprecated. |
void |
MailContentManager.removeAllMail(Space space)
Deprecated. |
void |
DefaultMailContentManager.removeAllMail(Space space)
Deprecated. |
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)
Deprecated. |
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)
Deprecated. |
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)
|
java.util.List<MailAccount> |
MailAccountManager.getMailAccounts(Space space)
|
java.util.List<MailAccount> |
DefaultMailAccountManager.getMailAccounts(Space space)
|
java.lang.Iterable<Mail> |
MailContentManager.getSpaceMail(Space space,
int startIndex,
int maxResults)
|
java.util.List<MailPollResult> |
MailAccountManager.poll(Space space)
|
java.util.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,
Breadcrumb mailArchiveParent)
|
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(java.lang.Object target)
|
Methods in com.atlassian.confluence.mail.archive.content with parameters of type Space | |
---|---|
int |
DefaultMailContentManager.findMailTotal(Space space)
|
java.lang.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(java.lang.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)
|
java.lang.Iterable<java.lang.Long> |
NotificationManager.findPageAndSpaceNotificationIdsFromSpace(Space space)
Retrieves ids of all notifications in a space. |
java.lang.Iterable<java.lang.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)
|
java.util.List<Notification> |
NotificationManager.getNotificationsBySpace(Space space)
Deprecated. Since 3.5 - use NotificationManager.getNotificationsBySpaceAndType(Space, ContentTypeEnum) |
java.util.List<Notification> |
DefaultNotificationManager.getNotificationsBySpace(Space space)
Deprecated. since 5.3. Use DefaultNotificationManager.getNotificationsByContent(com.atlassian.confluence.core.ContentEntityObject) instead. |
java.util.List<Notification> |
NotificationManager.getNotificationsBySpaceAndType(Space space,
ContentTypeEnum type)
|
java.util.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 | |
---|---|
java.util.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. |
java.util.List<Notification> |
NotificationDao.findNotificationsBySpace(Space space)
Deprecated. Since 3.5 - This method name is ambiguous. Use NotificationDao.findNotificationsBySpaceAndType(Space, ContentTypeEnum) or
NotificationDao.findAllNotificationsBySpace(Space) . |
java.util.List<Notification> |
NotificationDao.findNotificationsBySpaceAndType(Space space,
ContentTypeEnum type)
Find all notifications linked to the specified space for a certain type. |
java.lang.Iterable<java.lang.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 | |
---|---|
java.util.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)
|
java.util.List<Notification> |
HibernateNotificationDao.findNotificationsBySpace(Space space)
|
java.util.List<Notification> |
HibernateNotificationDao.findNotificationsBySpaceAndType(Space space,
ContentTypeEnum type)
|
java.lang.Iterable<java.lang.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)
|
java.util.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)
|
java.util.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)
|
java.util.List<BlogPost> |
PageManager.getBlogPosts(Space space,
boolean currentOnly)
|
java.util.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)
|
java.util.Collection<java.lang.Long> |
PageManager.getPageIds(Space space)
Get the ids of all pages (current and historical) in the given space. |
java.util.Collection<java.lang.Long> |
DefaultPageManager.getPageIds(Space space)
|
java.util.List<Page> |
PageManager.getPages(Space space,
boolean currentOnly)
|
java.util.List<Page> |
DefaultPageManager.getPages(Space space,
boolean currentOnly)
|
java.util.List |
PageManager.getPagesStartingWith(Space space,
java.lang.String s)
|
java.util.List |
DefaultPageManager.getPagesStartingWith(Space space,
java.lang.String s)
|
java.util.List |
PageManager.getPermissionPages(Space space)
Retrieve all pages within a particular space that have page level permissions applied to them. |
java.util.List |
DefaultPageManager.getPermissionPages(Space space)
|
java.util.List<AbstractPage> |
PageManager.getPossibleBlogRedirectsInSpace(Space space,
java.lang.String blogTitle,
int maxResultCount)
Searches for blogs in the space specified, looking for those that have the given title in a previous version. |
java.util.List<AbstractPage> |
DefaultPageManager.getPossibleBlogRedirectsInSpace(Space space,
java.lang.String blogTitle,
int maxResultCount)
|
java.util.List |
PageManager.getPossibleRedirectsForSpace(Space space,
java.lang.String pageTitle)
Deprecated. Since 3.1. Use PageManager.getPossibleRedirectsInSpace(Space, String, int) or PageManager.getPossibleRedirectsNotInSpace(Space, String, int) |
java.util.List<AbstractPage> |
DefaultPageManager.getPossibleRedirectsForSpace(Space space,
java.lang.String pageTitle)
|
java.util.List<AbstractPage> |
PageManager.getPossibleRedirectsInSpace(Space space,
java.lang.String pageTitle,
int maxResultCount)
Searches for pages in the space specified, looking for those that have the given title in a previous version. |
java.util.List<AbstractPage> |
DefaultPageManager.getPossibleRedirectsInSpace(Space space,
java.lang.String pageTitle,
int maxResultCount)
|
java.util.List<AbstractPage> |
PageManager.getPossibleRedirectsNotInSpace(Space space,
java.lang.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. |
java.util.List<AbstractPage> |
DefaultPageManager.getPossibleRedirectsNotInSpace(Space space,
java.lang.String pageTitle,
int maxResultCount)
|
java.util.Iterator |
DefaultCommentManager.getRecentlyUpdatedComments(Space space,
int maxResults)
|
java.util.Iterator |
CommentManager.getRecentlyUpdatedComments(Space space,
int maxResults)
|
java.util.List |
TreeBuilder.getSortedTopLevelPages(Space space)
|
java.util.List |
PageManager.getTopLevelPages(Space space)
Get all the pages in a space that do not have a parent page. |
java.util.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. |
java.util.List<ContentEntityObject> |
TrashManager.getTrashContents(Space space,
int offset,
int count)
Retrieve a subset of the contents of the trash for a particular space. |
java.util.List<ContentEntityObject> |
DefaultTrashManager.getTrashContents(Space space,
int offset,
int count)
|
java.util.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,
java.lang.String title)
|
Uses of Space in com.atlassian.confluence.pages.actions |
---|
Fields in com.atlassian.confluence.pages.actions declared as Space | |
---|---|
protected Space |
AbstractCreatePageAction.space
|
Methods in com.atlassian.confluence.pages.actions that return Space | |
---|---|
Space |
CopyPageAction.getNewSpace()
|
Space |
AbstractCreatePageAction.getNewSpace()
|
Space |
ViewPageAttachmentsAction.getSpace()
|
Space |
ViewDraftAttachmentsAction.getSpace()
|
Space |
ReorderPageDialogAction.getSpace()
|
Space |
PageNotFoundAction.getSpace()
|
Space |
MovePageDialogAction.getSpace()
|
Space |
CopyPageAction.SimpleSpaceProvider.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 | |
---|---|
java.util.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 | |
---|---|
java.util.List<Space> |
AvailableSpaces.getAvailableSpaces(Space currentSpace,
ConfluenceUser user)
|
java.util.List<Space> |
AvailableSpaces.getAvailableSpaces(Space currentSpace,
com.atlassian.user.User user)
Deprecated. since 5.2. See AvailableSpaces.getAvailableSpaces(Space, ConfluenceUser) instead. |
Methods in com.atlassian.confluence.pages.actions.beans with parameters of type Space | |
---|---|
java.util.List<Space> |
AvailableSpaces.getAvailableSpaces(Space currentSpace,
ConfluenceUser user)
|
java.util.List<Space> |
AvailableSpaces.getAvailableSpaces(Space currentSpace,
com.atlassian.user.User user)
Deprecated. since 5.2. See AvailableSpaces.getAvailableSpaces(Space, ConfluenceUser) instead. |
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 java.util.List<Space> |
AbstractAttachmentCopier.getSpacesToInclude()
|
Methods in com.atlassian.confluence.pages.persistence.dao with parameters of type Space | |
---|---|
java.util.List<AbstractPage> |
PageDao.findBlogsWithHistoricalTitleInPermittedSpace(java.lang.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. |
java.util.List<AbstractPage> |
PageDao.findPagesWithHistoricalTitleInAllPermittedSpacesExcept(java.lang.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. |
java.util.List<AbstractPage> |
PageDao.findPagesWithHistoricalTitleInPermittedSpace(java.lang.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. |
java.util.List<BlogPost> |
BlogPostDao.getBlogPosts(Space space,
boolean currentOnly)
Return an iterator for the specified space. |
Page |
PageDao.getPage(Space space,
java.lang.String pageTitle)
Get the page by space and title. |
java.util.Collection<java.lang.Long> |
PageDao.getPageIds(Space space)
Get the ids of all pages (current and historical) in the given space. |
java.util.List<Page> |
PageDao.getPages(Space space,
boolean currentOnly)
|
java.util.List<Page> |
PageDao.getPagesStartingWith(Space space,
java.lang.String s)
|
Page |
PageDao.getPageWithComments(Space space,
java.lang.String pageTitle)
Get the page by space and title, and perform an eager load of the comments and their children. |
java.util.List<Page> |
PageDao.getPermissionPages(Space space)
|
java.util.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(java.util.List<? extends Space> spaceList)
Set which Spaces should be included in the migration. |
void |
AttachmentDao.AttachmentCopier.setSpacesToInclude(java.util.List<? extends Space> spaceList)
Set which Spaces should be included in the copy. |
void |
AbstractAttachmentCopier.setSpacesToInclude(java.util.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 | |
---|---|
java.util.List<AbstractPage> |
HibernatePageDao.findBlogsWithHistoricalTitleInPermittedSpace(java.lang.String blogTitle,
Space space,
int maxResultCount)
|
java.util.List<AbstractPage> |
CachingPageDao.findBlogsWithHistoricalTitleInPermittedSpace(java.lang.String blogTitle,
Space space,
int maxResultCount)
|
java.util.List<AbstractPage> |
HibernatePageDao.findPagesWithHistoricalTitleInAllPermittedSpacesExcept(java.lang.String pageTitle,
Space space,
int maxResultCount)
|
java.util.List<AbstractPage> |
CachingPageDao.findPagesWithHistoricalTitleInAllPermittedSpacesExcept(java.lang.String pageTitle,
Space space,
int maxResultCount)
|
java.util.List<AbstractPage> |
HibernatePageDao.findPagesWithHistoricalTitleInPermittedSpace(java.lang.String pageTitle,
Space space,
int maxResultCount)
|
java.util.List<AbstractPage> |
CachingPageDao.findPagesWithHistoricalTitleInPermittedSpace(java.lang.String pageTitle,
Space space,
int maxResultCount)
|
java.util.List<BlogPost> |
HibernateBlogPostDao.getBlogPosts(Space space,
boolean currentOnly)
|
Page |
HibernatePageDao.getPage(Space space,
java.lang.String pageTitle)
|
Page |
CachingPageDao.getPage(Space space,
java.lang.String pageTitle)
|
Page |
HibernatePageDao.getPage(Space space,
java.lang.String pageTitle,
boolean eagerLoadComments)
|
java.util.Collection<java.lang.Long> |
HibernatePageDao.getPageIds(Space space)
|
java.util.Collection<java.lang.Long> |
CachingPageDao.getPageIds(Space space)
|
java.util.List<Page> |
HibernatePageDao.getPages(Space space,
boolean currentOnly)
|
java.util.List<Page> |
CachingPageDao.getPages(Space space,
boolean currentOnly)
|
java.util.List<Page> |
HibernatePageDao.getPagesStartingWith(Space space,
java.lang.String s)
|
java.util.List<Page> |
CachingPageDao.getPagesStartingWith(Space space,
java.lang.String s)
|
Page |
HibernatePageDao.getPageWithComments(Space space,
java.lang.String pageTitle)
|
Page |
CachingPageDao.getPageWithComments(Space space,
java.lang.String pageTitle)
|
java.util.List<Page> |
HibernatePageDao.getPermissionPages(Space space)
|
java.util.List<Page> |
CachingPageDao.getPermissionPages(Space space)
|
java.util.List<Page> |
HibernatePageDao.getTopLevelPages(Space space)
|
java.util.List<Page> |
CachingPageDao.getTopLevelPages(Space space)
|
Method parameters in com.atlassian.confluence.pages.persistence.dao.hibernate with type arguments of type Space | |
---|---|
java.util.List<java.lang.Long> |
AbstractHibernateAttachmentDao.findLatestVersionIds(java.util.List<Space> spacesToInclude)
Same as AbstractHibernateAttachmentDao.findLatestVersionIdsIterator() but only gets the ids matching the list of spaces requested. |
java.util.Iterator<java.lang.Long> |
AbstractHibernateAttachmentDao.findLatestVersionIdsIterator(java.util.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 |
PluginTemplateReference.getSpace()
|
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(java.lang.String name,
Space space)
|
PageTemplate |
DefaultPageTemplateManager.getPageTemplate(java.lang.String name,
Space space)
|
java.util.List |
PageTemplateManager.getPageTemplates(Space space)
|
java.util.List |
DefaultPageTemplateManager.getPageTemplates(Space space)
|
void |
PageTemplateManager.removeAllPageTemplates(Space space)
|
void |
DefaultPageTemplateManager.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 | |
---|---|
PageTemplate |
PageTemplateDao.findPageTemplateByNameAndSpace(java.lang.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 | |
---|---|
PageTemplate |
HibernatePageTemplateDao.findPageTemplateByNameAndSpace(java.lang.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.dailysummary.components |
---|
Methods in com.atlassian.confluence.plugins.dailysummary.components with parameters of type Space | |
---|---|
com.atlassian.fugue.Maybe<com.atlassian.mail.queue.MailQueueItem> |
SummaryEmailTaskFactory.createEmailTask(com.atlassian.user.User user,
java.util.Date date,
Space space)
Create a recommended content email. |
Uses of Space in com.atlassian.confluence.plugins.dailysummary.components.impl |
---|
Methods in com.atlassian.confluence.plugins.dailysummary.components.impl with parameters of type Space | |
---|---|
com.atlassian.fugue.Maybe<com.atlassian.mail.queue.MailQueueItem> |
DefaultSummaryEmailTaskFactory.createEmailTask(com.atlassian.user.User user,
java.util.Date date,
Space space)
|
Uses of Space in com.atlassian.confluence.plugins.dailysummary.content.popular |
---|
Methods in com.atlassian.confluence.plugins.dailysummary.content.popular with parameters of type Space | |
---|---|
java.util.List<PopularContentExcerptDto> |
PopularContentManager.getPopularContent(ConfluenceUser user,
java.util.Date date,
Space space,
int maxResults,
int numberOfDays)
Creates a list with popular content excerpt DTOs that have been active in the last number of days. |
java.util.List<PopularContentExcerptDto> |
DefaultPopularContentManager.getPopularContent(ConfluenceUser user,
java.util.Date date,
Space space,
int maxResults,
int numDays)
|
java.util.List<PopularContentExcerptDto> |
PopularContentManager.getPopularContent(com.atlassian.user.User user,
java.util.Date date,
Space space,
int maxResults,
int numberOfDays)
Deprecated. since 5.2. Use PopularContentManager.getPopularContent(com.atlassian.confluence.user.ConfluenceUser, java.util.Date, com.atlassian.confluence.spaces.Space, int, int) instead. |
java.util.List<PopularContentExcerptDto> |
DefaultPopularContentManager.getPopularContent(com.atlassian.user.User user,
java.util.Date date,
Space space,
int maxResults,
int numDays)
Deprecated. |
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 | |
---|---|
java.util.List<Space> |
DashboardMacroSupport.getAllViewableSpaces()
|
java.util.List<Space> |
DashboardMacroSupport.getFavouriteSpaces()
|
java.util.List<Space> |
DashboardMacroSupport.getNewSpaces()
|
java.util.Set<Space> |
DashboardMacroSupport.getPermittedSpaces()
Deprecated. Since 3.5. Use DashboardMacroSupport.getPermittedSpacesBuilder() . |
ListBuilder<Space> |
DashboardMacroSupport.getPermittedSpacesBuilder()
Get an ListBuilder of all spaces the current user can see. |
java.util.Map<java.lang.String,java.util.List<Space>> |
SpacesListMacro.getSortedRecentlyCreatedSpaces(DashboardMacroSupport support)
|
java.util.Set<Space> |
SpacesListMacro.getSpacesForLabels(java.lang.String labels)
|
java.util.List<Space> |
SpacesListMacro.getSpacesForTeam(java.lang.String selectedTeam)
|
java.util.List<Space> |
DashboardMacroSupport.getTeamSpaces()
|
Uses of Space in com.atlassian.confluence.plugins.profile.actions |
---|
Methods in com.atlassian.confluence.plugins.profile.actions that return Space | |
---|---|
Space |
AbstractViewUserProfileAction.getPersonalSpace()
|
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()
|
java.util.List<Space> |
ViewSpaceDirectoryAction.getSpaces()
|
Methods in com.atlassian.confluence.plugins.spacedirectory with parameters of type Space | |
---|---|
java.lang.String |
ViewSpaceDirectoryAction.getLogoDownloadPath(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(java.lang.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(java.lang.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(java.lang.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,
java.lang.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(java.lang.String type,
Space space)
Deprecated. |
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(java.lang.String type,
Space space,
java.lang.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 |
java.util.Set<SpacePermission> |
SpacePermissionDefaultsStore.createPermissionsForSpace(Space space)
|
java.util.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(java.lang.String type,
Space space,
ConfluenceUser subject)
|
static SpacePermission |
SpacePermission.createUserSpacePermission(java.lang.String type,
Space space,
java.lang.String userName)
Deprecated. since 5.2. Use SpacePermission.createUserSpacePermission(String, com.atlassian.confluence.spaces.Space, com.atlassian.confluence.user.ConfluenceUser)
instead. |
static SpacePermission |
SpacePermission.fromFormParameterName(java.lang.String formParameterName,
Space space,
java.lang.String parameterType)
Deprecated. Since 5.3. Use PermissionsFormHandler.fromFormParameterName(String, com.atlassian.confluence.spaces.Space, String) |
SpacePermission |
PermissionsFormHandler.fromFormParameterName(java.lang.String formParameterName,
Space space,
java.lang.String parameterType)
Convert a form parameter name into a space permission. |
java.util.Map |
SpacePermissionManager.getGroupsForPermissionType(java.lang.String permissionType,
Space space)
|
java.util.Map |
SpacePermissionCoordinator.getGroupsForPermissionType(java.lang.String permissionType,
Space space)
|
java.util.Map |
SpacePermissionCheckDispatcherCoordinator.getGroupsForPermissionType(java.lang.String permissionType,
Space space)
|
java.util.Map |
ReadOnlySpacePermissionManager.getGroupsForPermissionType(java.lang.String arg0,
Space arg1)
|
java.util.Map |
DefaultSpacePermissionManager.getGroupsForPermissionType(java.lang.String permissionType,
Space space)
|
java.util.Collection |
SpacePermissionManager.getGroupsWithPermissions(Space space)
Returns all groups wich have permissions in a space or on a global level. |
java.util.Collection |
SpacePermissionCoordinator.getGroupsWithPermissions(Space space)
|
java.util.Collection |
SpacePermissionCheckDispatcherCoordinator.getGroupsWithPermissions(Space space)
|
java.util.Collection |
ReadOnlySpacePermissionManager.getGroupsWithPermissions(Space arg0)
|
java.util.Collection |
DefaultSpacePermissionManager.getGroupsWithPermissions(Space space)
|
java.util.Map |
SpacePermissionManager.getUsersForPermissionType(java.lang.String permissionType,
Space space)
|
java.util.Map |
SpacePermissionCoordinator.getUsersForPermissionType(java.lang.String permissionType,
Space space)
|
java.util.Map |
SpacePermissionCheckDispatcherCoordinator.getUsersForPermissionType(java.lang.String permissionType,
Space space)
|
java.util.Map |
ReadOnlySpacePermissionManager.getUsersForPermissionType(java.lang.String arg0,
Space arg1)
|
java.util.Map |
DefaultSpacePermissionManager.getUsersForPermissionType(java.lang.String permissionType,
Space space)
|
java.util.Collection |
SpacePermissionManager.getUsersWithPermissions(Space space)
Returns a collection of user objects with VIEWSPACE_PERMISSION in the space. |
java.util.Collection |
SpacePermissionCoordinator.getUsersWithPermissions(Space space)
|
java.util.Collection |
SpacePermissionCheckDispatcherCoordinator.getUsersWithPermissions(Space space)
|
java.util.Collection |
ReadOnlySpacePermissionManager.getUsersWithPermissions(Space arg0)
|
java.util.Collection |
DefaultSpacePermissionManager.getUsersWithPermissions(Space space)
|
boolean |
SpacePermissionManager.groupHasPermission(java.lang.String permissionType,
Space space,
java.lang.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(java.lang.String permissionType,
Space space,
java.lang.String group)
|
boolean |
SpacePermissionCheckDispatcherCoordinator.groupHasPermission(java.lang.String permissionType,
Space space,
java.lang.String group)
|
boolean |
ReadOnlySpacePermissionManager.groupHasPermission(java.lang.String arg0,
Space arg1,
java.lang.String arg2)
|
boolean |
DefaultSpacePermissionManager.groupHasPermission(java.lang.String permissionType,
Space space,
java.lang.String group)
|
boolean |
SpacePermissionManager.hasAllPermissions(java.util.List<java.lang.String> permissionTypes,
Space space,
com.atlassian.user.User user)
Determines if remoteUser has all of the given permissions in space If remoteUser lacks any of the given permissions, false is returned. |
boolean |
SpacePermissionCoordinator.hasAllPermissions(java.util.List<java.lang.String> permissionTypes,
Space space,
com.atlassian.user.User remoteUser)
|
boolean |
SpacePermissionCheckDispatcherCoordinator.hasAllPermissions(java.util.List<java.lang.String> permissionTypes,
Space space,
com.atlassian.user.User remoteUser)
|
boolean |
ReadOnlySpacePermissionManager.hasAllPermissions(java.util.List<java.lang.String> permissionTypes,
Space space,
com.atlassian.user.User user)
|
boolean |
DefaultSpacePermissionManager.hasAllPermissions(java.util.List<java.lang.String> permissionTypes,
Space space,
com.atlassian.user.User user)
|
boolean |
SpacePermissionManager.hasPermission(java.util.List permissionTypes,
Space space,
com.atlassian.user.User remoteUser)
Deprecated. Since 5.0. Use SpacePermissionManager.hasAllPermissions(java.util.List, com.atlassian.confluence.spaces.Space, com.atlassian.user.User) |
boolean |
SpacePermissionCoordinator.hasPermission(java.util.List permissionTypes,
Space space,
com.atlassian.user.User remoteUser)
|
boolean |
SpacePermissionCheckDispatcherCoordinator.hasPermission(java.util.List permissionTypes,
Space space,
com.atlassian.user.User remoteUser)
|
boolean |
ReadOnlySpacePermissionManager.hasPermission(java.util.List arg0,
Space arg1,
com.atlassian.user.User arg2)
|
boolean |
DefaultSpacePermissionManager.hasPermission(java.util.List permissionTypes,
Space space,
com.atlassian.user.User user)
Deprecated. Since 5.0. Use DefaultSpacePermissionManager.hasAllPermissions(java.util.List, com.atlassian.confluence.spaces.Space, com.atlassian.user.User) |
boolean |
SpacePermissionManager.hasPermission(java.lang.String permissionType,
Space space,
com.atlassian.user.User remoteUser)
Determines if remoteUser has the given permission in space Unless you're writing code that is part of the permission checking implementation, or you're changing space permissions, you should be using PermissionManager instead. |
boolean |
SpacePermissionCoordinator.hasPermission(java.lang.String permissionType,
Space space,
com.atlassian.user.User remoteUser)
|
boolean |
SpacePermissionCheckDispatcherCoordinator.hasPermission(java.lang.String permissionType,
Space space,
com.atlassian.user.User remoteUser)
|
boolean |
ReadOnlySpacePermissionManager.hasPermission(java.lang.String arg0,
Space arg1,
com.atlassian.user.User arg2)
|
boolean |
DefaultSpacePermissionManager.hasPermission(java.lang.String permissionType,
Space space,
com.atlassian.user.User remoteUser)
|
boolean |
CachingSpacePermissionManager.hasPermission(java.lang.String permissionType,
Space space,
com.atlassian.user.User remoteUser)
|
boolean |
SpacePermissionManager.hasPermissionForSpace(com.atlassian.user.User user,
java.util.List permissionTypes,
Space space)
|
boolean |
SpacePermissionCoordinator.hasPermissionForSpace(com.atlassian.user.User user,
java.util.List permissionTypes,
Space space)
|
boolean |
SpacePermissionCheckDispatcherCoordinator.hasPermissionForSpace(com.atlassian.user.User user,
java.util.List permissionTypes,
Space space)
|
boolean |
ReadOnlySpacePermissionManager.hasPermissionForSpace(com.atlassian.user.User arg0,
java.util.List arg1,
Space arg2)
|
boolean |
AbstractSpacePermissionManager.hasPermissionForSpace(com.atlassian.user.User user,
java.util.List permissionTypes,
Space space)
|
static java.lang.Boolean |
ThreadLocalPermissionsCache.hasSpacePermission(java.lang.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(java.lang.String type,
Space space)
|
|
SpacePermission(java.lang.String type,
Space space,
java.lang.String group)
|
|
SpacePermission(java.lang.String type,
Space space,
java.lang.String group,
ConfluenceUser subject)
|
|
SpacePermission(java.lang.String type,
Space space,
java.lang.String group,
java.lang.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 |
EditSpacePermissionDefaultsAction.getSpace()
|
Space |
AbstractSpacePermissionsAction.getSpace()
Deprecated. |
Methods in com.atlassian.confluence.security.actions that return types with arguments of type Space | |
---|---|
java.util.Collection<Space> |
ViewSpacePermissionDefaultsAction.getSpaces()
|
Methods in com.atlassian.confluence.security.actions with parameters of type Space | |
---|---|
boolean |
ViewSpacePermissionDefaultsAction.hasSpacePermission(Space space)
|
void |
ViewSpacePermissionsAction.setSpace(Space space)
|
void |
EditSpacePermissionsAction.setSpace(Space space)
|
void |
EditSpacePermissionDefaultsAction.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,
java.util.List<java.lang.String> usersToAdd,
java.util.List<java.lang.String> groupsToAdd)
Returns a space edit permissions administrator and populates its fields. |
protected java.util.Collection<SpacePermission> |
AbstractEditPermissionsAdministrator.buildPermissionsFromWebForm(Space space,
java.util.Map<java.lang.String,?> formParameters,
java.lang.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(java.lang.Object target)
|
protected Space |
SpacePermissionsDelegate.getSpaceFrom(java.lang.Object target)
|
protected Space |
PeopleDirectoryPermissionsDelegate.getSpaceFrom(java.lang.Object target)
|
protected Space |
PageTemplatePermissionsDelegate.getSpaceFrom(java.lang.Object target)
|
protected Space |
PagePermissionsDelegate.getSpaceFrom(java.lang.Object target)
|
protected Space |
MailPermissionsDelegate.getSpaceFrom(java.lang.Object target)
|
protected Space |
LabellingPermissionsDelegate.getSpaceFrom(java.lang.Object target)
|
protected Space |
GlobalDescriptionPermissionsDelegate.getSpaceFrom(java.lang.Object target)
|
protected Space |
DraftPermissionsDelegate.getSpaceFrom(java.lang.Object target)
|
protected Space |
CommentPermissionsDelegate.getSpaceFrom(java.lang.Object target)
|
protected Space |
BlogPostPermissionsDelegate.getSpaceFrom(java.lang.Object target)
|
protected Space |
AttachmentPermissionsDelegate.getSpaceFrom(java.lang.Object target)
|
protected Space |
ApplicationPermissionsDelegate.getSpaceFrom(java.lang.Object target)
|
protected abstract Space |
AbstractPermissionsDelegate.getSpaceFrom(java.lang.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 | |
---|---|
java.util.Collection<SpacePermission> |
SpacePermissionDao.findGroupPermissionsForSpace(Space space,
java.lang.String permissionType)
Find all group permissions of type permissionType for space . |
java.util.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 | |
---|---|
java.util.Collection<SpacePermission> |
HibernateSpacePermissionDao.findGroupPermissionsForSpace(Space space,
java.lang.String permissionType)
|
java.util.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(java.lang.String name,
java.lang.String description,
com.atlassian.user.User owner)
Creates a personal space. |
Space |
DefaultSpaceManager.createPersonalSpace(java.lang.String name,
java.lang.String description,
com.atlassian.user.User owner)
|
Space |
SpaceManager.createPrivatePersonalSpace(java.lang.String name,
java.lang.String description,
com.atlassian.user.User owner)
Create a personal Space for which only the creator has any permissions |
Space |
DefaultSpaceManager.createPrivatePersonalSpace(java.lang.String name,
java.lang.String description,
com.atlassian.user.User owner)
|
Space |
SpaceManager.createPrivateSpace(java.lang.String key,
java.lang.String name,
java.lang.String description,
com.atlassian.user.User creator)
Creates a Space for which only the creator has any permissions |
Space |
DefaultSpaceManager.createPrivateSpace(java.lang.String key,
java.lang.String name,
java.lang.String description,
com.atlassian.user.User creator)
|
Space |
SpaceManager.createSpace(Space space)
|
Space |
DefaultSpaceManager.createSpace(Space space)
Deprecated. since 4.3. Use {#link #createSpace(String key, String name, String description, User creator)} instead |
Space |
SpaceManager.createSpace(java.lang.String key,
java.lang.String name,
java.lang.String description,
com.atlassian.user.User creator)
|
Space |
DefaultSpaceManager.createSpace(java.lang.String key,
java.lang.String name,
java.lang.String description,
com.atlassian.user.User creator)
|
Space |
SpaceManager.getPersonalSpace(ConfluenceUser user)
Get the personal space of the given user. |
Space |
DefaultSpaceManager.getPersonalSpace(ConfluenceUser user)
|
Space |
SpaceManager.getPersonalSpace(java.lang.String username)
Deprecated. since 5.2. See SpaceManager.getPersonalSpace(ConfluenceUser) |
Space |
DefaultSpaceManager.getPersonalSpace(java.lang.String username)
|
Space |
SpaceManager.getPersonalSpace(com.atlassian.user.User user)
Deprecated. since 5.2. See SpaceManager.getPersonalSpace(ConfluenceUser) |
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(java.lang.String spaceKey)
Retrieve a space by its key. |
Space |
DefaultSpaceManager.getSpace(java.lang.String exactKey)
|
Methods in com.atlassian.confluence.spaces that return types with arguments of type Space | |
---|---|
java.util.List<Space> |
SpaceManager.getAllSpaces()
Finds all spaces in Confluence, of any type, sorted alphabetically by space name. |
java.util.List<Space> |
DefaultSpaceManager.getAllSpaces()
|
java.util.List<Space> |
SpaceManager.getAllSpaces(SpacesQuery query)
Get a list of spaces specified by the SpacesQuery . |
java.util.List<Space> |
DefaultSpaceManager.getAllSpaces(SpacesQuery query)
|
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)
|
java.util.List<Space> |
SpaceManager.getSpacesCreatedAfter(java.util.Date creationDate)
|
java.util.List<Space> |
DefaultSpaceManager.getSpacesCreatedAfter(java.util.Date creationDate)
|
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. Use {#link #createSpace(String key, String name, String description, User creator)} instead |
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)
|
java.lang.String |
SpaceLogoManager.getLogoDownloadPath(Space space,
com.atlassian.user.User viewingUser)
Returns the download path for the logo of a given space. |
java.lang.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)
|
java.util.List<com.atlassian.user.User> |
SpaceManager.getSpaceAdmins(Space spaces)
Returns a list of administrators for a given space, sorted by full name |
java.util.List<com.atlassian.user.User> |
DefaultSpaceManager.getSpaceAdmins(Space space)
|
java.util.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 |
java.util.List<com.atlassian.user.User> |
DefaultSpaceManager.getSpaceAdmins(Space space,
int limit)
|
static boolean |
SpaceType.isGlobal(Space space)
|
static boolean |
SpaceType.isPersonal(Space space)
|
java.lang.Boolean |
SpaceManager.removeSpace(Space space)
Removes a space with a given spaceKey (case sensitive). |
java.lang.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.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 | |
---|---|
Label |
EditSpaceLabelAction.addLabel(Space space,
java.lang.String labelName)
|
void |
SpaceAware.setSpace(Space space)
IOC method for setting the space on the action. |
void |
EditSpaceAction.setSpace(Space space)
|
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.getPersonalSpace(ConfluenceUser user)
|
Space |
SpaceDao.getSpace(java.lang.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 | |
---|---|
java.util.List<Space> |
SpaceDao.getSpaces(SpacesQuery query)
Get a list of spaces specified by the SpacesQuery . |
java.util.List<Space> |
SpaceDao.getSpaces(SpacesQuery query,
int offset,
int maxResults)
Get a list of spaces specified by the SpacesQuery . |
java.util.List<Space> |
SpaceDao.getSpacesContainingCommentsByUser(java.lang.String username)
Find all spaces containing comments by a particular user. |
java.util.List<Space> |
SpaceDao.getSpacesContainingPagesEditedByUser(java.lang.String username)
Find all spaces containing pages that were edited by a particular user. |
java.util.List<Space> |
SpaceDao.getSpacesCreatedAfter(java.util.Date creationDate)
|
java.util.List<Space> |
SpaceDao.getSpacesCreatedByUser(java.lang.String username)
Find all the spaces created by a given user. |
java.util.List<Space> |
SpaceDao.getSpacesCreatedOrUpdatedSinceDate(java.util.Date previousLoginDate)
|
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.getPersonalSpace(ConfluenceUser user)
|
Space |
HibernateSpaceDao.getSpace(java.lang.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 | |
---|---|
java.lang.Class<Space> |
HibernateSpaceDao.getPersistentClass()
|
java.util.List<Space> |
HibernateSpaceDao.getSpaces(SpacesQuery query)
|
java.util.List<Space> |
HibernateSpaceDao.getSpaces(SpacesQuery query,
int offset,
int maxResults)
|
java.util.List<Space> |
HibernateSpaceDao.getSpacesContainingCommentsByUser(java.lang.String username)
|
java.util.List<Space> |
HibernateSpaceDao.getSpacesContainingPagesEditedByUser(java.lang.String username)
|
java.util.List<Space> |
HibernateSpaceDao.getSpacesCreatedAfter(java.util.Date creationDate)
|
java.util.List<Space> |
HibernateSpaceDao.getSpacesCreatedByUser(java.lang.String username)
|
java.util.List<Space> |
HibernateSpaceDao.getSpacesCreatedOrUpdatedSinceDate(java.util.Date previousLoginDate)
|
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 | |
---|---|
java.lang.String |
DefaultColourSchemeManager.getColourSchemeSetting(Space space)
|
java.lang.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,
java.lang.String value)
|
void |
ColourSchemeManager.setColourSchemeSetting(Space space,
java.lang.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 | |
---|---|
java.util.List |
RemoveGroupAction.getGroupSpacePermissionsForSpace(Space space)
|
void |
FindRestrictableEntitiesAction.setSpace(Space space)
|
void |
EditNotificationsAction.setSpace(Space space)
|
Uses of Space in com.atlassian.confluence.user.notifications |
---|
Constructors in com.atlassian.confluence.user.notifications with parameters of type Space | |
---|---|
AddWatchLink(Space space,
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 | |
---|---|
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(ConfluenceUser user,
java.lang.String statusText,
Space targetSpace)
Saves a new status, targeted to a specific space. |
UserStatus |
DefaultUserStatusManager.saveUserStatus(ConfluenceUser user,
java.lang.String statusText,
Space targetSpace)
|
UserStatus |
UserStatusManager.saveUserStatus(java.lang.String username,
java.lang.String statusText,
Space targetSpace)
Deprecated. since 5.2. See UserStatusManager.saveUserStatus(ConfluenceUser, String, Space) |
UserStatus |
DefaultUserStatusManager.saveUserStatus(java.lang.String username,
java.lang.String statusText,
Space targetSpace)
Deprecated. |
Constructors in com.atlassian.confluence.userstatus with parameters of type Space | |
---|---|
UserStatus(ConfluenceUser user,
java.lang.String status,
Space targetSpace)
|
|
UserStatus(java.lang.String username,
java.lang.String statusText,
Space targetSpace)
Deprecated. since 5.2. See UserStatus.UserStatus(ConfluenceUser, String, Space) |
|
UserStatus(com.atlassian.user.User user,
java.lang.String status,
Space targetSpace)
Deprecated. since 5.2. See UserStatus.UserStatus(ConfluenceUser, String, Space) |
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 java.lang.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 |
SpaceAdminActionBreadcrumb.getSpace()
|
Space |
BrowseSpaceBreadcrumb.getSpace()
|
Methods in com.atlassian.confluence.util.breadcrumbs with parameters of type Space | |
---|---|
Breadcrumb |
DefaultBreadcrumbGenerator.getAdvancedBreadcrumb(Space space)
|
Breadcrumb |
BreadcrumbGenerator.getAdvancedBreadcrumb(Space space)
Returns the advanced breadcrumb in a space. |
Breadcrumb |
DefaultBreadcrumbGenerator.getBlogCollectorBreadcrumb(Space space)
|
Breadcrumb |
BreadcrumbGenerator.getBlogCollectorBreadcrumb(Space space)
|
Breadcrumb |
DefaultBreadcrumbGenerator.getContentActionBreadcrumb(com.opensymphony.xwork.Action action,
Space space,
AbstractPage page,
DisplayableLabel label)
|
Breadcrumb |
BreadcrumbGenerator.getContentActionBreadcrumb(com.opensymphony.xwork.Action action,
Space space,
AbstractPage page,
DisplayableLabel label)
Returns an appropriate breadcrumb for the given action, space, page and label. |
Breadcrumb |
DefaultBreadcrumbGenerator.getContentBreadcrumb(Space space,
AbstractPage page)
|
Breadcrumb |
BreadcrumbGenerator.getContentBreadcrumb(Space space,
AbstractPage page)
Returns an appropriate breadcrumb for a page or blogpost |
Breadcrumb |
DefaultBreadcrumbGenerator.getContentCollectorBreadcrumb(Space space,
java.lang.Class contentClass)
|
Breadcrumb |
BreadcrumbGenerator.getContentCollectorBreadcrumb(Space space,
java.lang.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.getContentDetailActionBreadcrumb(com.opensymphony.xwork.Action action,
Space space,
AbstractPage page)
Breadcrumb for the "detail" pages of a Page/Blog, like Info, Attachments or History. |
Breadcrumb |
BreadcrumbGenerator.getContentDetailActionBreadcrumb(com.opensymphony.xwork.Action action,
Space space,
AbstractPage page)
Breadcrumb for the "detail" pages of a Page/Blog, like Info, Attachments or History. |
java.util.List<Breadcrumb> |
DefaultBreadcrumbGenerator.getFilteredBreadcrumbTrail(Space space,
Breadcrumb breadcrumb)
|
java.util.List<Breadcrumb> |
BreadcrumbGenerator.getFilteredBreadcrumbTrail(Space space,
Breadcrumb breadcrumb)
Returns the breadcrumb trail after filtering. |
Breadcrumb |
DefaultBreadcrumbGenerator.getSpaceAdminBreadcrumb(com.opensymphony.xwork.Action action,
Space space)
|
Breadcrumb |
BreadcrumbGenerator.getSpaceAdminBreadcrumb(com.opensymphony.xwork.Action action,
Space space)
Returns the breadcrumb for a space admin action in a space. |
Breadcrumb |
DefaultBreadcrumbGenerator.getSpaceOperationsBreadcrumb(Space space)
|
Breadcrumb |
BreadcrumbGenerator.getSpaceOperationsBreadcrumb(Space space)
Returns the space operations breadcrumb (i.e. |
Constructors in com.atlassian.confluence.util.breadcrumbs with parameters of type Space | |
---|---|
AbstractSpaceActionBreadcrumb(com.opensymphony.xwork.Action action,
Space space)
|
|
AbstractSpaceBreadcrumb(Space space)
|
|
BlogPostDateBreadcrumb(Space space,
java.lang.String year,
java.lang.String monthNumeric,
java.lang.String monthText,
java.lang.String day)
|
|
BrowseSpaceBreadcrumb(Space space)
|
|
ContentActionBreadcrumb(com.opensymphony.xwork.Action action,
Space space,
AbstractPage page,
DisplayableLabel label,
Breadcrumb spaceOperationsBreadcrumb)
|
|
LabelBreadcrumb(com.opensymphony.xwork.Action action,
DisplayableLabel label,
Space space)
Label crumbs are sequenced a little differently than normal (where ContentActionBreadcrumb s typically come
last). |
|
PageTemplatesActionBreadcrumb(com.opensymphony.xwork.Action action,
Space space)
|
|
SpaceAdminActionBreadcrumb(com.opensymphony.xwork.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 | |
---|---|
BlogCollectorBreadcrumb(Space space)
|
|
BlogPostDateBreadcrumb(Space space,
java.lang.String year,
java.lang.String monthNumeric,
java.lang.String monthText,
java.lang.String day)
|
|
BlogPostDateBreadcrumb(Space space,
java.lang.String year,
java.lang.String monthNumeric,
java.lang.String monthText,
java.lang.String day,
Breadcrumb parent)
|
|
PagesCollectorBreadcrumb(Space space)
|
|
SpaceBreadcrumb(Space space)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |