com.atlassian.confluence.pages.CommentManager.addCommentToPage(AbstractPage, Comment, String)
com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem.addDatasources(Collection)
com.atlassian.confluence.labels.LabelManager.addLabel(ContentEntityObject, Label)
since 4.2
com.atlassian.confluence.like.LikeManager.addLike(ContentEntityObject)
com.atlassian.confluence.like.LikeDao.addLike(ContentEntityObject)
com.atlassian.confluence.mail.notification.NotificationManager.addPageNotification(User, AbstractPage)
com.atlassian.confluence.mail.notification.DefaultNotificationManager.addPageNotification(User, AbstractPage)
com.atlassian.confluence.macro.params.BaseParameter.addParameterAlias(String)
since 3.1: this class is not thread safe and should not be mutated
com.atlassian.confluence.util.GeneralUtil.appendAmpsandOrQuestionMark(String)
com.atlassian.confluence.setup.ConfluenceListableBeanFactory.autowireNonSingletonBeanProperties(Object, int, boolean)
since 3.5 Use AbstractAutowireCapableBeanFactory.autowireBeanProperties(Object, int, boolean)
instead.
com.atlassian.confluence.security.administrators.EditGlobalPermissionsAdministrator.canSetPermissionOnUser(String, String)
com.atlassian.confluence.content.render.xhtml.StorageFormatCleaner.cleanQuietly(String, ConversionContext)
com.atlassian.confluence.content.render.xhtml.XhtmlCleaner.cleanQuietly(String, ConversionContext)
com.atlassian.confluence.util.velocity.ConfluenceVelocityResourceCache.clearAllCaches()
since 2.9 Use getInstance().clear()
com.atlassian.confluence.util.io.IOUtils.close(InputStream)
since 3.0 use IOUtils.closeQuietly(InputStream)
com.atlassian.confluence.util.io.IOUtils.close(OutputStream)
since 3.0 use IOUtils.closeQuietly(OutputStream)
com.atlassian.confluence.util.io.IOUtils.close(Reader)
since 3.0 use IOUtils.closeQuietly(Reader)
com.atlassian.confluence.util.io.IOUtils.close(Writer)
since 3.0 use IOUtils.closeQuietly(Writer)
com.atlassian.confluence.search.v2.query.BooleanQuery.composeAndQuery(SearchQuery, SearchQuery)
since 4.1 use .andQuery() instead.
com.atlassian.confluence.search.v2.query.BooleanQuery.composeOrQuery(SearchQuery, SearchQuery)
since 4.1 use .orQuery() instead
com.atlassian.confluence.servlet.download.SafeContentHeaderGuesser.computeAttachmentHeaders(String, String, String, long, boolean, Map)
com.atlassian.confluence.servlet.download.DefaultAttachmentSafeContentHeaderGuesser.computeAttachmentHeaders(String, String, String, long, boolean, Map)
com.atlassian.confluence.api.impl.model.validation.CoreServiceExceptionSuppliers.conflictException()
com.atlassian.confluence.search.v2.SearchManager.convertToEntities(SearchResults, boolean)
com.atlassian.confluence.search.v2.lucene.LuceneSearchManager.convertToEntities(SearchResults, boolean)
com.atlassian.confluence.content.render.xhtml.HtmlElementIdCreator.convertToId(String)
com.atlassian.confluence.util.io.IOUtils.copy(InputStream, OutputStream)
since 3.0 use IOUtils
instead
com.atlassian.confluence.spaces.persistence.dao.hibernate.HibernateSpaceDao.countPermittedSpacesForUser(User, List, String)
com.atlassian.confluence.spaces.persistence.dao.SpaceDao.countPermittedSpacesForUser(User, List, String)
com.atlassian.confluence.user.UserAccessor.countUsersWithConfluenceAccess()
com.atlassian.confluence.api.impl.model.validation.CoreValidationResult.create(boolean, Collection)
since 5.7, use CoreValidationResultFactory#create(boolean, java.util.Collection)
instead.
com.atlassian.confluence.api.impl.model.validation.CoreValidationResult.create(boolean, List)
com.atlassian.confluence.api.impl.model.validation.CoreValidationResult.create(boolean, Message)
com.atlassian.confluence.api.impl.model.validation.CoreValidationResult.create(Message, Function)
since 5.7, use {@link com.atlassian.confluence.api.model.validation.SimpleValidationResult.Builder instead.
com.atlassian.confluence.security.SpacePermission.createAnonymousSpacePermission(String, Space)
com.atlassian.confluence.cluster.ClusterConfigurationHelper.createCluster(String, File)
com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper.createCluster(String, File)
com.atlassian.confluence.cluster.nonclustered.NonClusterConfigurationHelper.createCluster(String, File)
com.atlassian.confluence.cluster.ClusterConfigurationHelper.createCluster(String, File, String)
com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper.createCluster(String, File, String)
com.atlassian.confluence.cluster.nonclustered.NonClusterConfigurationHelper.createCluster(String, File, String)
com.atlassian.confluence.plugin.ConfluencePluginUtils.createDirectoryIfDoesntExist(String)
com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction.createEditPermissions()
com.atlassian.confluence.rss.FeedBuilder.createFeed(ListQuery, boolean, boolean, User)
com.atlassian.confluence.rss.DefaultFeedBuilder.createFeed(ListQuery, boolean, boolean, User)
since 4.0.
com.atlassian.confluence.rss.FeedBuilder.createFeed(ListQuery, FeedProperties)
com.atlassian.confluence.rss.DefaultFeedBuilder.createFeed(ListQuery, FeedProperties)
since 4.2
com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem.createFromTemplateContent(User, String, String)
com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem.createFromTemplateFile(User, String, String)
com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem.createFromTemplateFileAndContext(User, NotificationData, String, Map)
com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem.createFromTemplateFileAndContext(User, NotificationData, String, NotificationContext)
com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem.createFromTemplateFileAndContext(User, String, String, Map, User)
com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem.createFromTemplateFileAndContext(User, User, String, String, Collection, Map)
com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem.createFromTemplateFileAndLocation(User, String, String, String)
com.atlassian.confluence.security.SpacePermissionManager.createInitialSpacePermissions(Space)
com.atlassian.confluence.spaces.DefaultSpaceManager.createSpace(Space)
since 4.3. Use {#link #createSpace(String key, String name, String description, User creator)} instead
com.atlassian.confluence.servlet.download.ExportDownload.createTempFile(String, String)
com.atlassian.confluence.util.io.IOUtils.createTmpDir(String, String)
since 3.0 because it was only used in tests
com.atlassian.confluence.security.administrators.EditGlobalPermissionsAdministrator.createUserGuardPermission(String, String)
com.atlassian.confluence.security.administrators.EditPermissionsAdministrator.createUserGuardPermission(String, String)
com.atlassian.confluence.security.administrators.EditSpacePermissionsAdministrator.createUserGuardPermission(String, String)
com.atlassian.confluence.security.ContentPermission.createUserPermission(String, String)
com.atlassian.confluence.security.SpacePermission.createUserSpacePermission(String, Space, String)
com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction.createViewPermissions()
com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext.deferOperations(Map>)
com.atlassian.confluence.plugin.dev.WebResourceModuleDescriptorDelegate.destroy(Plugin)
com.atlassian.confluence.importexport.xmlimport.XmlImporter.doImport(Session, InputStreamFactory, ProgressMeter, boolean)
com.atlassian.confluence.pages.actions.AbstractEditPageAction.doSaveEditPageBean()
com.atlassian.confluence.plugin.EventDispatchingPluginController.enablePlugin(String)
com.atlassian.confluence.content.render.xhtml.XmlStreamWriterTemplate.execute(XmlStreamWriterCallback)
com.atlassian.confluence.links.LinkManager.extractLinksFromContent(ContentEntityObject)
since 4.0. See {com.atlassian.confluence.content.render.xhtml.links.OutgoingLinksExtractor}
com.atlassian.confluence.content.render.xhtml.NastyUtilitiesWhichWillBeMadeRedundant.extractPageContext(ConversionContext)
com.atlassian.confluence.content.render.xhtml.storage.link.user.DefaultUserMentionsExtractor.extractUserMentions(XMLEventReader)
com.atlassian.confluence.content.render.xhtml.storage.link.user.UserMentionsExtractor.extractUserMentions(XMLEventReader)
com.atlassian.confluence.content.render.xhtml.storage.link.user.MentionsParser.extractUserMentions(XMLEventReader, UserMentionsExtractor)
Since 5.3. No replacement.
com.atlassian.confluence.user.UserAccessor.filterUnaccessibleGroups(List, User)
Since 5.1. This method no longer does anything, and returns the same list of groups as was passed in.
com.atlassian.confluence.user.DefaultUserAccessor.filterUnaccessibleGroups(List, User)
Since 5.1. This method no longer does anything, and returns the same list of groups as was passed in.
com.atlassian.confluence.user.UserAccessor.filterUnaccessibleGroups(Pager, User)
Since 5.1. This method no longer does anything, and returns the same list of users as was passed in.
com.atlassian.confluence.user.DefaultUserAccessor.filterUnaccessibleGroups(Pager, User)
Since 5.1. This method no longer does anything, and returns the same list of users as was passed in.
com.atlassian.confluence.user.UserAccessor.filterUnaccessibleUsers(List, User)
Since 5.1. This method no longer does anything, and returns the same list of users as was passed in.
com.atlassian.confluence.user.DefaultUserAccessor.filterUnaccessibleUsers(List, User)
Since 5.1. This method no longer does anything, and returns the same list of users as was passed in.
com.atlassian.confluence.user.UserAccessor.filterUnaccessibleUsers(Pager, User)
Since 5.1. This method no longer does anything, and returns the same list of users as was passed in.
com.atlassian.confluence.user.DefaultUserAccessor.filterUnaccessibleUsers(Pager, User)
Since 5.1. This method no longer does anything, and returns the same list of users as was passed in.
com.atlassian.confluence.content.DefaultCustomContentManager.findAllInSpace(Space)
com.atlassian.confluence.content.CustomContentManager.findAllInSpace(Space)
Since 4.2. No replacement.
com.atlassian.confluence.core.persistence.SearchableDao.findAllSearchableHandles()
since 5.2.
com.atlassian.confluence.pages.persistence.dao.PageDao.findBlogsWithHistoricalTitleInPermittedSpace(String, Space, int)
com.atlassian.confluence.pages.persistence.dao.hibernate.CachingPageDao.findBlogsWithHistoricalTitleInPermittedSpace(String, Space, int)
com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao.findBlogsWithHistoricalTitleInPermittedSpace(String, Space, int)
com.atlassian.confluence.labels.persistence.dao.LabelDao.findContentForLabel(Label, int)
since 5.3. Use a findContentForAllLabels variant with an offset and maxResults.
com.atlassian.confluence.labels.persistence.dao.LabelDao.findCurrentContentForLabel(Label)
com.atlassian.confluence.labels.persistence.dao.LabelDao.findCurrentContentForLabelAndSpace(Label, String)
com.atlassian.confluence.pages.DefaultDraftManager.findDraft(String, String, String, String)
com.atlassian.confluence.pages.DraftManager.findDraft(String, String, String, String)
com.atlassian.confluence.core.persistence.SearchableDao.findLatestSearchableHandles()
com.atlassian.confluence.mail.notification.persistence.NotificationDao.findNotificationByUserAndPage(User, AbstractPage)
com.atlassian.confluence.mail.notification.persistence.NotificationDao.findNotificationsByPage(AbstractPage)
com.atlassian.confluence.mail.notification.persistence.NotificationDao.findNotificationsBySpace(Space)
com.atlassian.confluence.content.service.DraftService.findOrCreateDraftForEditor(String, DraftService.DraftType)
com.atlassian.confluence.pages.persistence.dao.PageDao.findPagesWithHistoricalTitle(String)
since 3.1. Use #findPagesWithHistoricalTitleInPermittedSpace or #findPagesWithHistoricalTitleInAllPermittedSpacesExcept .
com.atlassian.confluence.pages.persistence.dao.PageDao.findPagesWithHistoricalTitleInAllPermittedSpacesExcept(String, Space, int)
com.atlassian.confluence.pages.persistence.dao.hibernate.CachingPageDao.findPagesWithHistoricalTitleInAllPermittedSpacesExcept(String, Space, int)
com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao.findPagesWithHistoricalTitleInAllPermittedSpacesExcept(String, Space, int)
com.atlassian.confluence.pages.persistence.dao.PageDao.findPagesWithHistoricalTitleInPermittedSpace(String, Space, int)
com.atlassian.confluence.pages.persistence.dao.hibernate.CachingPageDao.findPagesWithHistoricalTitleInPermittedSpace(String, Space, int)
com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao.findPagesWithHistoricalTitleInPermittedSpace(String, Space, int)
com.atlassian.confluence.security.persistence.dao.SpacePermissionDao.findPermissionsForUser(String)
com.atlassian.confluence.security.persistence.dao.hibernate.HibernateSpacePermissionDao.findPermissionsForUser(String)
com.atlassian.confluence.util.io.IOUtils.flushAndClose(OutputStream)
since 3.0 use OutputStream.flush()
followed by IOUtils.closeQuietly(OutputStream)
com.atlassian.confluence.util.io.IOUtils.flushAndClose(Writer)
since 3.0 use Writer.flush()
followed by IOUtils.closeQuietly(Writer)
com.atlassian.confluence.search.lucene.IndexTaskQueue.flushQueue()
com.atlassian.confluence.search.lucene.queue.JournalIndexTaskQueue.flushQueue()
com.atlassian.confluence.search.lucene.ConfluenceIndexManager.flushQueue(boolean)
com.atlassian.confluence.search.lucene.DefaultConfluenceIndexManager.flushQueue(boolean)
com.atlassian.confluence.search.lucene.IndexTaskQueue.flushQueue(int)
com.atlassian.confluence.search.lucene.queue.JournalIndexTaskQueue.flushQueue(int)
com.atlassian.confluence.follow.DefaultFollowManager.followUser(User, User)
com.atlassian.confluence.follow.FollowManager.followUser(User, User)
since 5.2
com.atlassian.confluence.util.GeneralUtil.format(Number)
since 5.2. No replacement
com.atlassian.confluence.util.GeneralUtil.format(Object)
since 5.2. Use DateFormatter
or Strings.nullToEmpty(String)
instead
com.atlassian.confluence.util.GeneralUtil.format(String)
since 5.2. Use Strings.nullToEmpty(String)
instead
com.atlassian.confluence.util.GeneralUtil.formatDateFull(Date)
com.atlassian.confluence.security.SpacePermission.fromFormParameterName(String, Space, String)
com.atlassian.confluence.cluster.ClusterConfig.getAddress()
com.atlassian.confluence.userstatus.UserStatusDao.getAllByUser(String)
com.atlassian.confluence.userstatus.HibernateUserStatusDao.getAllByUser(String)
com.atlassian.confluence.user.UserAccessor.getAllDefaultGroupNames()
com.atlassian.confluence.user.DefaultUserAccessor.getAllDefaultGroupNames()
com.atlassian.confluence.core.persistence.SearchableDao.getAllSearchablesGroupedByType()
com.atlassian.confluence.content.ui.AttachmentUiSupport.getAttachmentInfo(String, String)
Since 4.3 This method is only public because it is used by ContentTypesDisplayMapper. Avoid using
this method directly and use a ContentUiSupport object instead. This method will be made private when
ContentTypesDisplayMapper
is removed.
TODO Undeprecate and make this private when ContentTypesDisplayMapper is removed.
com.atlassian.confluence.spaces.DefaultSpaceManager.getAttachmentManager()
since 4.2.13. Get AttachmentManager injected directly to your objects instead.
com.atlassian.confluence.pages.DefaultAttachmentManager.getAttachments(ContentEntityObject)
com.atlassian.confluence.pages.AttachmentManager.getAttachments(ContentEntityObject)
com.atlassian.confluence.search.SpacePickerHelper.getAvailableGlobalSpaces(User)
com.atlassian.confluence.pages.actions.beans.AvailableSpaces.getAvailableSpaces(Space, User)
com.atlassian.confluence.setup.DefaultBootstrapManager.getBaseUrl()
com.atlassian.confluence.setup.BootstrapManager.getBaseUrl()
com.atlassian.confluence.plugin.ConfluencePluginUtils.getBundledPluginDirectory(BootstrapManager)
since 3.4, use com.atlassian.confluence.plugin.PluginDirectoryProvider#getBundledPluginDirectory
If running before bootstrap use getBundledPluginDirectory(HomeLocator homeLocator), the homeLocator
returns the correct confluence home even if bootstrap hasn't been initialised.
com.atlassian.confluence.plugin.ConfluencePluginUtils.getBundledPluginDirectory(HomeLocator)
since 3.4, use com.atlassian.confluence.plugin.PluginDirectoryProvider#getBundledPluginDirectory
Finds the bundled plugins directory in the confluence home. If it doesn't
exist the directory is created.
com.atlassian.confluence.user.persistence.dao.CachingPersonalInformationDao.getByUsername(String)
com.atlassian.confluence.user.persistence.dao.PersonalInformationDao.getByUsername(String)
com.atlassian.confluence.user.persistence.dao.hibernate.HibernatePersonalInformationDao.getByUsername(String)
com.atlassian.confluence.cluster.ClusterManager.getClusteredLock(String)
5.6 Use ClusterLockService.getLockForName(String)
instead.
com.atlassian.confluence.user.UserInterfaceState.getCommentsShowing()
since 5.1.5 because collapse comments feature has been removed
com.atlassian.confluence.pages.actions.ViewPageAction.getCommentsShowing()
since 5.1.5 - comment collapse feature has been removed
com.atlassian.confluence.setup.BootstrapManager.getConfiguredConfluenceHome()
com.atlassian.confluence.pages.AttachmentUtils.getConfluenceAttachmentDirectory()
com.atlassian.confluence.setup.DefaultBootstrapManager.getConfluenceHome()
com.atlassian.confluence.setup.BootstrapManager.getConfluenceHome()
com.atlassian.confluence.util.GeneralUtil.getConfluenceTempDirectory()
com.atlassian.confluence.util.GeneralUtil.getConfluenceTempDirectoryPath()
com.atlassian.confluence.mail.reports.PageReport.getContent()
since 4.0. Not used anywhere.
com.atlassian.confluence.content.ContentProperty.getContent()
com.atlassian.confluence.labels.LabelManager.getContent(Label)
com.atlassian.confluence.search.actions.SearchSiteAction.getContentEntityTypes()
com.atlassian.confluence.labels.LabelManager.getContentForAllLabels(Collection, int, int)
com.atlassian.confluence.labels.LabelManager.getContentForLabel(Label, int)
com.atlassian.confluence.like.LikeEntity.getContentId()
since 4.3.4 use getContent
com.atlassian.confluence.core.ContentEntityObject.getContentPermission(String)
since 2.6 - use getContentPermissionSet
com.atlassian.confluence.pages.Attachment.getContentsAsStream()
com.atlassian.confluence.links.DefaultLinkManager.getContentWithRenamedLinks(ContentEntityObject, SpaceContentEntityObject, String, String)
since 4.0
com.atlassian.confluence.links.LinkManager.getContentWithRenamedLinks(ContentEntityObject, SpaceContentEntityObject, String, String)
com.atlassian.confluence.mail.notification.listeners.NotificationData.getContext()
com.atlassian.confluence.search.v2.query.ContributorQuery.getContributor()
5.7 use getUsername() or getUserKey() instead
com.atlassian.confluence.search.contentnames.SearchResult.getCreator()
com.atlassian.confluence.search.v2.SearchResult.getCreator()
com.atlassian.confluence.search.v2.query.CreatorQuery.getCreator()
5.7
com.atlassian.confluence.search.v2.lucene.AbstractLuceneSearchResult.getCreator()
com.atlassian.confluence.core.ConfluenceEntityObject.getCreatorName()
Since Confluence 5.2. See instead
. If you need a username you would retrieve it by id from the UserAccessor.
com.atlassian.confluence.labels.LabelManager.getCurrentContentForLabel(Label)
com.atlassian.confluence.labels.LabelManager.getCurrentContentForLabelAndSpace(Label, String)
com.atlassian.confluence.importexport.ImportContext.getCurrentUser()
com.atlassian.confluence.importexport.DefaultImportContext.getCurrentUser()
com.atlassian.confluence.setup.settings.DefaultDarkFeaturesManager.getDarkFeatures(User)
com.atlassian.confluence.setup.settings.DarkFeaturesManager.getDarkFeatures(User)
com.atlassian.confluence.user.UserInterfaceState.getDashboardSpacesSelectedGroup()
since 3.5 always returns null
, because it is no longer used by Confluence
com.atlassian.confluence.user.UserInterfaceState.getDashboardTab()
com.atlassian.confluence.pages.persistence.dao.AttachmentDataDao.getDataForAttachment(Attachment)
com.atlassian.confluence.pages.persistence.dao.filesystem.FileSystemAttachmentDataDao.getDataForAttachment(Attachment)
com.atlassian.confluence.user.ConfluenceUserPreferences.getDateFormatter(FormatSettingsManager)
com.atlassian.confluence.search.v2.query.DateRangeQuery.getDateRangeQueryType()
5.7 use getQueryType()
com.atlassian.confluence.admin.actions.lookandfeel.EditDecoratorAction.getDecorators()
com.atlassian.confluence.core.TimeZone.getDefault()
since 5.7. Use TimeZoneManager.getDefaultTimeZone()
} instead.
com.atlassian.confluence.security.SpacePermission.getDefaultGlobalPermissions()
since 5.2. Use SpacePermissionManager.getDefaultGlobalPermissions()
instead.
Returns the default global permissions that are created when Confluence is set up. These will exist in a newly
set up system but may be removed afterwards. Note that the returned objects are freshly created and therefore
do not have IDs or other persistence data.
By default, confluence-administrators group has admin access, the default users group can view the system
and anonymous access is disabled.
com.atlassian.confluence.spaces.listeners.InitialSpaceContentListener.getDefaultHomePageContent()
com.atlassian.confluence.spaces.listeners.CreatePersonalSpaceListener.getDefaultHomePageContent()
com.atlassian.confluence.setup.settings.Settings.getDefaultPersonalSpaceHomepageContent()
since 5.0 because default space homepage content is now fetched from a global template
com.atlassian.confluence.setup.settings.Settings.getDefaultSpaceHomepageContent()
since 5.0 because default space homepage content is now fetched from a global template
com.atlassian.confluence.pages.PageManager.getDescendentIds(Page)
com.atlassian.confluence.pages.persistence.dao.PageDao.getDescendentIds(Page)
com.atlassian.confluence.pages.Page.getDescendents()
com.atlassian.confluence.pages.PageManager.getDescendents(Page)
com.atlassian.confluence.pages.DefaultPageManager.getDescendents(Page)
com.atlassian.confluence.pages.persistence.dao.PageDao.getDescendents(Page)
com.atlassian.confluence.cluster.ClusterNodeInformation.getDescription()
com.atlassian.confluence.pages.actions.EditPageAction.getDialogBrowsePanel()
since 5.3. This hasn't actually been used in Confluence for an uninvestigated period of time.
com.atlassian.confluence.pages.actions.AbstractEditPageAction.getDiffRenderer()
since 5.3 should no longer be used.
com.atlassian.confluence.macro.browser.beans.MacroFormDetails.getDocumentationUrl()
com.atlassian.confluence.setup.DefaultBootstrapManager.getDomainName()
com.atlassian.confluence.setup.BootstrapManager.getDomainName()
com.atlassian.confluence.pages.persistence.dao.DraftDao.getDraft(Long, String, String, String)
com.atlassian.confluence.pages.persistence.dao.SessionDraftDao.getDraft(Long, String, String, String)
com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateDraftDao.getDraft(Long, String, String, String)
com.atlassian.confluence.pages.persistence.dao.DraftDao.getDraft(String, String, String, String)
com.atlassian.confluence.pages.persistence.dao.SessionDraftDao.getDraft(String, String, String, String)
com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateDraftDao.getDraft(String, String, String, String)
com.atlassian.confluence.user.PersonalInformation.getEmail()
com.atlassian.confluence.search.lucene.ContentPermissionSearchUtils.getEncodedUserName(String)
com.atlassian.confluence.importexport.impl.ExportUtils.getExportDescriptor(File, boolean)
com.atlassian.confluence.importexport.DefaultExportContext.getExportDirectoryPath()
com.atlassian.confluence.importexport.ExportContext.getExportDirectoryPath()
since 3.2 - unused
com.atlassian.confluence.servlet.download.ExportDownload.getExportRoot()
since 2.7
com.atlassian.confluence.importexport.impl.AbstractXmlExporter.getExportType()
com.atlassian.confluence.importexport.impl.ExportUtils.getExportTypeFromExportZip(File)
com.atlassian.confluence.importexport.impl.ExportUtils.getExportTypeFromExportZip(File, boolean)
com.atlassian.confluence.pages.actions.ViewPageAction.getFocusedCommentId()
com.atlassian.confluence.follow.Connection.getFollowee()
since 5.2
com.atlassian.confluence.follow.Connection.getFollower()
Since 5.2
com.atlassian.confluence.event.events.follow.FollowEvent.getFollower()
com.atlassian.confluence.follow.DefaultFollowManager.getFollowers(User)
com.atlassian.confluence.follow.FollowManager.getFollowers(User)
since 5.6. Use the new paged alternatives in FollowManagerInternal, or consider using the new NetworkService.
com.atlassian.confluence.follow.DefaultFollowManager.getFollowing(ConfluenceUser)
com.atlassian.confluence.follow.FollowManager.getFollowing(ConfluenceUser)
since 5.6. Use the new paged alternatives in FollowManagerInternal, or consider using the new NetworkService.
com.atlassian.confluence.follow.DefaultFollowManager.getFollowing(User)
com.atlassian.confluence.follow.FollowManager.getFollowing(User)
since 5.2. Use the new paged alternatives in FollowManagerInternal, or consider using the new NetworkService.
com.atlassian.confluence.status.service.systeminfo.MemoryInfo.getFreeMemory()
since 3.1 produces misleading memory info. Please use newer API
com.atlassian.confluence.status.service.systeminfo.MemoryInfo.getFreeMemoryInMegabytes()
since 3.1 produces misleading memory info. Please use newer API
com.atlassian.confluence.user.PersonalInformation.getFullName()
com.atlassian.confluence.userstatus.UserStatus.getFullName()
com.atlassian.confluence.security.SpacePermission.getGenericSpacePermissions()
since 3.0, why do we even need a getter
com.atlassian.confluence.user.UserAccessor.getGroupsAsList(User)
com.atlassian.confluence.pages.persistence.dao.filesystem.UpdateAttachmentsOnFilesystemOnPageMoveListener.getHandledEventClasses()
since 5.6.2. No longer required as it was part of the old EventListener interface
com.atlassian.confluence.cluster.ClusterNodeInformation.getId()
com.atlassian.confluence.status.service.systeminfo.UsageInfo.getIndexSize()
since 5.5. UsageInfo does not return lucene index size anymore.
com.atlassian.confluence.core.DefaultContentPermissionManager.getInheritedContentPermissions(ContentEntityObject)
com.atlassian.confluence.core.ContentPermissionManager.getInheritedContentPermissions(ContentEntityObject)
com.atlassian.confluence.pages.actions.AbstractPreviewPageAction.getInPreview()
since 5.3 (and really much much longer)
com.atlassian.confluence.core.ConfluenceSynchronizationManager.getInstance()
Since 5.6 Obtain instance via container injection, like a normal person.
com.atlassian.confluence.core.AbstractLabelableEntityObject.getLabelUtil()
com.atlassian.confluence.search.contentnames.SearchResult.getLastModifier()
com.atlassian.confluence.search.v2.SearchResult.getLastModifier()
com.atlassian.confluence.search.v2.lucene.AbstractLuceneSearchResult.getLastModifier()
com.atlassian.confluence.core.ConfluenceEntityObject.getLastModifierName()
Since Confluence 5.2. See instead
. If you need a username you would retrieve it by id from the UserAccessor.
com.atlassian.confluence.core.VersionHistorySummary.getLastModifierName()
com.atlassian.confluence.jmx.JmxIndexManagerWrapper.getLastWasOptimised()
since 5.2. Optimize index (i.e. force merging to 1 segment is no longer required) CONFDEV-16098
com.atlassian.confluence.pages.AttachmentUtils.getLatestAttachmentStream(Attachment)
com.atlassian.confluence.admin.actions.AbstractUpdateLicenseAction.getLicense()
com.atlassian.confluence.pages.persistence.dao.hibernate.CachingPageDao.getLockedContentBySpace(String)
since 5.1. There is no replacement as this functionality was superseded by
multiple page permissions (CONF-3701)
com.atlassian.confluence.core.persistence.ContentEntityObjectDao.getLockedContentBySpace(String)
since 5.1. There is no replacement as this functionality was superseded by
multiple page permissions (CONF-3701)
com.atlassian.confluence.core.persistence.hibernate.ContentEntityObjectHibernateDao.getLockedContentBySpace(String)
since 2.10. There is no replacement as this functionality was superseded by
multiple page permissions (CONF-3701)
com.atlassian.confluence.setup.BuildInformation.getMajorVersion()
com.atlassian.confluence.pages.DefaultDraftManager.getMergedContent(Draft)
since 4.0 use the MergeResult mergeContent(Draft draft) instead.
com.atlassian.confluence.pages.DraftManager.getMergedContent(Draft)
since 4.0 use mergeContent(Draft draft) instead.
com.atlassian.confluence.user.UserAccessor.getNewUserDefaultGroupName()
com.atlassian.confluence.user.DefaultUserAccessor.getNewUserDefaultGroupName()
com.atlassian.confluence.core.ConfluenceActionSupport.getNiceContentType(ContentEntityObject)
since 4.2 - use ContentUiSupport directly
com.atlassian.confluence.cluster.ClusterManager.getNodeStatuses()
com.atlassian.confluence.mail.notification.NotificationManager.getNotificationByUserAndPage(User, AbstractPage)
com.atlassian.confluence.mail.notification.DefaultNotificationManager.getNotificationByUserAndPage(User, AbstractPage)
com.atlassian.confluence.mail.notification.NotificationManager.getNotificationsByPage(AbstractPage)
com.atlassian.confluence.mail.notification.DefaultNotificationManager.getNotificationsByPage(AbstractPage)
com.atlassian.confluence.mail.notification.NotificationManager.getNotificationsBySpace(Space)
com.atlassian.confluence.mail.notification.DefaultNotificationManager.getNotificationsBySpace(Space)
com.atlassian.confluence.setup.settings.Settings.getNumberOfBreadcrumbAncestors()
since 4.0
com.atlassian.confluence.pages.actions.AbstractEditPageAction.getOldContent()
since 5.3 (but really did nothing for a long time before then)
com.atlassian.confluence.pages.actions.AbstractEditPageAction.getOriginalPage()
since 5.3. This hasn't been used for a long time.
com.atlassian.confluence.pages.actions.PageNotPermittedAction.getOriginalurl()
since 5.2.1. No longer required for getLoginUrl to be expanded correctly.
com.atlassian.confluence.core.AbstractVersionedEntityObject.getOriginalVersion()
com.atlassian.confluence.core.Versioned.getOriginalVersion()
com.atlassian.confluence.renderer.UserMacroConfig.getOutputType()
since 4.0. There will be only one output type of HTML beyond 4.0.
com.atlassian.confluence.labels.Label.getOwner()
com.atlassian.confluence.event.events.content.mail.notification.ContentNotificationEvent.getPage()
com.atlassian.confluence.mail.notification.Notification.getPage()
com.atlassian.confluence.pages.Comment.getPage()
com.atlassian.confluence.pages.PageManager.getPage(String, String, boolean)
com.atlassian.confluence.pages.DefaultPageManager.getPage(String, String, boolean)
com.atlassian.confluence.pages.actions.ViewPageAction.getPageContent()
since 4.0. This is not used anywhere.
com.atlassian.confluence.core.ContentEntityObject.getPermissions()
com.atlassian.confluence.cluster.ClusterManager.getPermittedClusterNodes()
com.atlassian.confluence.cluster.ClusterConfigurationHelper.getPermittedClusterNodes()
com.atlassian.confluence.user.PersonalInformationManager.getPersonalInformation(User)
since 4.2.5 - use getOrCreatePersonalInformation
com.atlassian.confluence.spaces.SpaceManager.getPersonalSpace(String)
com.atlassian.confluence.spaces.SpaceManager.getPersonalSpace(User)
com.atlassian.confluence.spaces.SpaceManager.getPersonalSpaceKey(String)
com.atlassian.confluence.plugin.ConfluencePluginUtils.getPluginDirectory(BootstrapManager)
since 3.4, use com.atlassian.confluence.plugin.PluginDirectoryProvider#getPluginDirectory
com.atlassian.confluence.plugin.ConfluencePluginUtils.getPluginsPersistentCacheDirectory(BootstrapManager)
since 3.4, use com.atlassian.confluence.plugin.PluginDirectoryProvider#getPluginsPersistentCacheDirectory
If running before bootstrap use getBundledPluginDirectory(HomeLocator homeLocator), the homeLocator
returns the correct confluence home even if bootstrap hasn't been initialised.
com.atlassian.confluence.plugin.ConfluencePluginUtils.getPluginsPersistentCacheDirectory(HomeLocator)
since 3.4, use com.atlassian.confluence.plugin.PluginDirectoryProvider#getPluginsPersistentCacheDirectory
Finds the plugins persistent cache directory in the confluence home. If it doesn't
exist the directory is created.
com.atlassian.confluence.plugin.ConfluencePluginUtils.getPluginTempDirectory(BootstrapManager)
since 3.4, use com.atlassian.confluence.plugin.PluginDirectoryProvider#getPluginTempDirectory
If running before bootstrap use getPluginTempDirectory(HomeLocator homeLocator), the homeLocator
returns the correct confluence home even if bootstrap hasn't been initialised.
com.atlassian.confluence.plugin.ConfluencePluginUtils.getPluginTempDirectory(HomeLocator)
since 3.4, use com.atlassian.confluence.plugin.PluginDirectoryProvider#getPluginTempDirectory
Finds the plugins-temp directory in the confluence home. If it doesn't
exist the directory is created.
com.atlassian.confluence.pages.actions.ViewPageAction.getPossibleAlternativesElsewhere()
since 3.1 This action no longer uses possible alternatives so this method can be deleted. See
PageNotFoundAction
com.atlassian.confluence.pages.actions.ViewPageAction.getPossibleAlternativesInSpace()
since 3.1 This action no longer uses possible alternatives so this method can be deleted. See
PageNotFoundAction
com.atlassian.confluence.pages.PageManager.getPossibleRedirects(String)
com.atlassian.confluence.pages.PageManager.getPossibleRedirectsForSpace(Space, String)
com.atlassian.confluence.user.UserAccessor.getPropertySet(User)
com.atlassian.quartz.jobs.TaskQueueFlushJob.getQueueName()
com.atlassian.confluence.cache.ReadThroughCacheFactory.getReadThroughCacheForUpdate(Cache)
since 5.7. Please use non transactional CacheFactory to get access to read/write-through cache
com.atlassian.confluence.cache.ReadThroughCacheFactory.getReadThroughCacheForUpdate(String)
since 5.7. Please use non transactional CacheFactory to get access to read/write-through cache
com.atlassian.confluence.util.GeneralUtil.getRelativeTime(Date)
com.atlassian.confluence.core.ConfluenceActionSupport.getRemoteUser()
com.atlassian.confluence.content.render.xhtml.DefaultConversionContext.getRenderContext()
com.atlassian.confluence.util.velocity.VelocityUtils.getRenderedContent(String, Context)
com.atlassian.confluence.util.velocity.VelocityUtils.getRenderedContent(String, Map, ?>)
com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceManager.getRequiredResources()
com.atlassian.confluence.util.velocity.ConfigurableResourceManager.getResource(String, int)
com.atlassian.quartz.jobs.AbstractJob.getResourceBundle()
since 5.7
com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceManager.getResources()
com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceManager.getResourceTags(String)
com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceManager.getResourceTagsForAdditionalContextsHtml(List)
since 5.2
com.atlassian.confluence.search.v2.ISearch.getResultFilter()
com.atlassian.confluence.setup.BuildInformation.getRevisionNumber()
com.atlassian.confluence.pages.actions.ViewPageAction.getRootComment()
since 2.8 the default theme no longer uses a "root comment". This method will remain until the other themes
do the same.
com.atlassian.confluence.importexport.ExportContext.getScope()
com.atlassian.confluence.core.persistence.SearchableDao.getSearchableCount()
com.atlassian.confluence.links.DefaultLinkManager.getSelfContentWithRenamedLinks(ContentEntityObject, String)
since 4.0
com.atlassian.confluence.links.LinkManager.getSelfContentWithRenamedLinks(ContentEntityObject, String)
com.atlassian.confluence.spaces.DefaultSpaceManager.getSettingsManager()
since 4.2.13. Get SettingsManager injected directly to your objects instead.
com.atlassian.confluence.setup.settings.Settings.getSiteWelcomeMessage()
since 5.0 The welcome message is now a system template. Use WelcomeMessageService
com.atlassian.confluence.setup.settings.GlobalDescription.getSiteWelcomeMessage()
since 4.0. Not used.
com.atlassian.confluence.api.impl.service.content.SpaceServiceImpl.getSpace(String, Expansion...)
com.atlassian.confluence.pages.Comment.getSpaceKey()
com.atlassian.confluence.importexport.impl.ExportUtils.getSpaceKeyFromExportZip(File)
com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceManager.getStaticResourcePrefix()
com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceManager.getStaticResourcePrefix(String)
com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceManager.getStaticResourcePrefix(String, UrlMode)
since 5.5. Use WebResourceUrlProvider.getStaticResourcePrefix(String, com.atlassian.plugin.webresource.UrlMode)
instead.
com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceManager.getStaticResourcePrefix(UrlMode)
since 5.5. Use WebResourceUrlProvider.getStaticResourcePrefix(com.atlassian.plugin.webresource.UrlMode)
instead.
com.atlassian.confluence.event.events.follow.FollowEvent.getSubject()
com.atlassian.confluence.labels.LabelManager.getSuggestedLabels(ContentEntityObject)
since 4.2
com.atlassian.confluence.labels.DefaultLabelManager.getSuggestedLabels(ContentEntityObject)
com.atlassian.confluence.labels.LabelManager.getSuggestedLabels(ContentEntityObject, int)
since 4.2
com.atlassian.confluence.labels.DefaultLabelManager.getSuggestedLabels(ContentEntityObject, int)
com.atlassian.confluence.labels.LabelManager.getSuggestedLabelsInSpace(ContentEntityObject, String)
since 4.2
com.atlassian.confluence.labels.DefaultLabelManager.getSuggestedLabelsInSpace(ContentEntityObject, String)
com.atlassian.confluence.labels.LabelManager.getSuggestedLabelsInSpace(ContentEntityObject, String, int)
since 4.2
com.atlassian.confluence.labels.DefaultLabelManager.getSuggestedLabelsInSpace(ContentEntityObject, String, int)
com.atlassian.confluence.status.service.SystemCompatibilityService.getSupportedJavaVersion()
com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext.getTargetUser()
com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext.getTargetUser()
com.atlassian.confluence.mail.notification.listeners.NotificationData.getTemplateImageDataSources()
com.atlassian.confluence.mail.template.MailNotificationQueueItem.getTemplateLocationFromUserPreference(User)
since 5.2, use #getDefaultTemplateLocation(String)
com.atlassian.confluence.util.I18NSupport.getText(String)
com.atlassian.quartz.jobs.AbstractJob.getText(String)
since 5.7
com.atlassian.quartz.jobs.AbstractJob.getText(String, List)
since 5.7
com.atlassian.confluence.util.I18NSupport.getText(String, Object[])
com.atlassian.confluence.pages.thumbnail.DefaultThumbnailManager.getThumber()
since 3.5
com.atlassian.confluence.util.ThumbnailInfoFactory.getThumbnailInfo(Attachment)
com.atlassian.confluence.pages.thumbnail.DefaultThumbnailManager.getThumbnailRenderer()
since 5.4
com.atlassian.confluence.pages.thumbnail.ThumbnailManager.getThumbnails(Collection)
since 5.4. No replacement.
com.atlassian.confluence.pages.thumbnail.DefaultThumbnailManager.getThumbnails(Collection)
com.atlassian.confluence.cluster.ClusterConfig.getTimeToLive()
com.atlassian.confluence.setup.settings.Settings.getTimeZone()
since 5.7. Do not use this method, use TimeZoneManager.getDefaultTimeZone()
com.atlassian.confluence.importexport.impl.ExportUtils.getTitleAsFilename(String)
com.atlassian.confluence.importexport.impl.ExportUtils.getTitleAsHref(String)
com.atlassian.confluence.security.trust.TrustedTokenFactory.getToken()
since 5.3.3 use getToken(String url) instead. A url is required for signing in the v2 or v3 protocols of Trusted Apps. v0 and v1 of the protocol which do not require the URL have been removed from Trusted Apps v3.0.2
com.atlassian.confluence.security.trust.DefaultTrustedApplicationsManager.getToken()
since 5.3.3 use getToken(String url) instead. A url is required for signing in the v2 or v3 protocols of Trusted Apps. v0 and v1 of the protocol which do not require the URL have been removed from Trusted Apps v3.0.2
com.atlassian.confluence.themes.Theme.getTopNavLocation()
since 5.0 - with the common header themes shouldn't specify their own top navigation anymore.
This method is no longer called from anywhere within Confluence.
com.atlassian.confluence.status.service.systeminfo.MemoryInfo.getTotalMemory()
since 3.1 produces misleading memory statistics. Please use newer API
com.atlassian.confluence.status.service.systeminfo.MemoryInfo.getTotalMemoryInMegabytes()
since 3.1 produces misleading memory info. Please use newer API
com.atlassian.confluence.content.render.xhtml.storage.ContentTransformerFactory.getTransformer(MacroDefinitionHandler)
com.atlassian.confluence.pages.TrashManager.getTrashContents(String)
com.atlassian.confluence.util.http.trust.TrustedConnectionStatus.getTrustedConnectionErrors()
as of confluence 2.10, use getTrustedTransportErrorMessages instead
com.atlassian.confluence.util.http.httpclient.TrustedTokenAuthenticator.getTrustedConnectionStatus(HttpMethod)
com.atlassian.confluence.servlet.download.ExportDownload.getUrl(File, String)
com.atlassian.confluence.status.service.systeminfo.UsageInfo.getUsageInfo(Connection, ILuceneConnection)
com.atlassian.confluence.status.service.systeminfo.MemoryInfo.getUsedMemory()
com.atlassian.confluence.status.service.systeminfo.MemoryInfo.getUsedMemoryInMegabytes()
com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext.getUser()
com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext.getUser()
com.atlassian.confluence.user.AuthenticatedUserThreadLocal.getUser()
com.atlassian.confluence.labels.Labelling.getUser()
com.atlassian.confluence.user.UserAccessor.getUser(String)
com.atlassian.confluence.core.ConfluenceActionSupport.getUser(String)
com.atlassian.confluence.search.actions.SearchResultWithExcerpt.getUserAccessor()
since 4.0, this is not being used anywhere and shouldn't be here.
com.atlassian.confluence.core.ContentEntityObject.getUserAccessor()
since 4.0
com.atlassian.confluence.user.UserAccessor.getUserIfAvailable(String)
com.atlassian.confluence.user.DefaultUserAccessor.getUserIfAvailable(String)
since 5.2
com.atlassian.confluence.like.LikeEntity.getUsername()
com.atlassian.confluence.user.PersonalInformation.getUsername()
com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.UserResourceIdentifier.getUsername()
com.atlassian.confluence.security.SpacePermission.getUserName()
com.atlassian.confluence.security.ContentPermission.getUserName()
com.atlassian.confluence.security.persistence.dao.hibernate.UserLoginInfo.getUserName()
com.atlassian.confluence.mail.notification.Notification.getUserName()
com.atlassian.confluence.hosted.SpaceGroupPermission.getUserName()
com.atlassian.confluence.spaces.SpaceUtils.getUsernameFromPersonalSpaceKey(String)
com.atlassian.confluence.security.ContentPermissionSet.getUserNames()
since 5.3 Use #getUserKeys)
com.atlassian.confluence.core.persistence.ContentPermissionDao.getUserPermissions(String)
com.atlassian.confluence.core.persistence.hibernate.ContentPermissionHibernateDao.getUserPermissions(String)
com.atlassian.confluence.user.UserAccessor.getUserProfilePicture(String)
com.atlassian.confluence.user.actions.RemoveGroupAction.getUsers()
com.atlassian.confluence.util.PageChangesBean.getUsersWhoMadeChanges()
com.atlassian.confluence.user.UserAccessor.getUsersWithConfluenceAccessAsList()
com.atlassian.confluence.pages.wysiwyg.DefaultConfluenceWysiwygConverter.getUserWysiwygPreference()
since 4.0. Always returns true.
com.atlassian.confluence.pages.wysiwyg.ConfluenceWysiwygConverter.getUserWysiwygPreference()
since 4.0. Users are no longer able to set a user preference.
com.atlassian.confluence.pages.actions.ViewPageAttachmentsAction.getWebInterfaceContext(Attachment)
com.atlassian.confluence.util.ContentFacade.getWelcomeMessage()
com.atlassian.confluence.importexport.impl.HibernateObjectHandleTranslator.handleToObject(TransientHibernateHandle)
since 5.0. Use Object handleToObject(ExportHibernateHandle) instead
com.atlassian.confluence.pages.AbstractPage.hasInvalidTitleCharacters(String)
com.atlassian.confluence.like.LikeManager.hasLike(ContentEntityObject)
com.atlassian.confluence.like.LikeDao.hasLike(ContentEntityObject)
com.atlassian.confluence.security.SpacePermissionManager.hasPermission(List, Space, User)
com.atlassian.confluence.security.DefaultSpacePermissionManager.hasPermission(List, Space, User)
com.atlassian.confluence.pages.actions.AbstractPageAwareAction.hasViewPagePermission()
com.atlassian.confluence.importexport.impl.HibernateObjectHandleTranslator.idToHandleFunction(Class)
com.atlassian.confluence.importexport.DefaultImportExportManager.importAs(Object, ImportContext)
com.atlassian.confluence.importexport.ImportExportManager.importAs(Object, ImportContext)
com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceManager.includeResources(Writer)
com.atlassian.confluence.plugin.EventDispatchingPluginController.installPlugin(PluginArtifact)
com.atlassian.confluence.spaces.actions.AbstractSpaceAction.isAdminUser()
since 3.1 this method does not seem to be called from anywhere.
com.atlassian.confluence.user.actions.ProfilePictureInfo.isAnonymous()
com.atlassian.confluence.util.zip.AbstractUnzipper.isChildOf(File, File)
com.atlassian.confluence.setup.settings.DarkFeatures.isDarkFeatureEnabled(User, String)
com.atlassian.confluence.security.DeactivatedUserChecker.isDeactivated(String)
com.atlassian.confluence.user.crowd.CrowdDisabledUserManager.isDeactivated(String)
com.atlassian.confluence.security.DeactivatedUserChecker.isDeactivated(User)
com.atlassian.confluence.user.crowd.CrowdDisabledUserManager.isDeactivated(User)
com.atlassian.confluence.util.GeneralUtil.isDefaultUserProfilePicture(String)
com.atlassian.confluence.setup.settings.Settings.isDisplayLinkIcons()
since 4.0
com.atlassian.confluence.setup.settings.Settings.isEnableDidYouMean()
since 5.2 because we don't use did you mean anymore
com.atlassian.confluence.setup.settings.Settings.isEnableJavascriptTop()
since 5.0. We always serve javascript at the top. Will always return true.
com.atlassian.confluence.setup.settings.Settings.isEnableWysiwyg()
since 4.0
com.atlassian.confluence.core.AbstractLabelableEntityObject.isFavourite(User)
com.atlassian.confluence.labels.PermittedLabelView.isFavourite(User)
com.atlassian.confluence.labels.Labelable.isFavourite(User)
com.atlassian.confluence.themes.ExperimentalUnsupportedTheme.isIncludeClassicStyles()
com.atlassian.confluence.themes.BasicTheme.isIncludeClassicStyles()
Since 3.5. Themes should include their own stylesheets and not rely on Confluence's legacy styles.
com.atlassian.confluence.themes.Theme.isIncludeClassicStyles()
Since 3.5. Themes should include their own stylesheets and not rely on Confluence's legacy styles.
org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.isInfrastructureClass(Class, String)
com.atlassian.confluence.pages.actions.AbstractCreatePageAction.isInvalidPageTitle()
since 4.1 Page title character restrictions have been removed.
com.atlassian.confluence.macro.GenericVelocityMacro.isLegacyWikiTemplate()
as of Confluence 4.0. This is a transition method that will be removed fairly quickly after the 4.0
release since we expected admin's to manually fix their user macros to no longer use wiki templates.
See ReportUserMacrosWithWikiTemplateUpgradeTask
.
com.atlassian.confluence.cluster.ClusterConfigurationHelper.isLicensedClusterNodesExceeded()
com.atlassian.confluence.core.SaveContext.isMinorEdit()
com.atlassian.confluence.core.DefaultSaveContext.isMinorEdit()
com.atlassian.confluence.pages.actions.EditPageAction.isMoveHierarchy()
since 5.3. This hasn't actually been used in Confluence since 4.0.
com.atlassian.confluence.upgrade.UpgradeUtils.isMSSQL()
com.atlassian.confluence.mail.notification.Notification.isNetwork()
com.atlassian.confluence.labels.Label.isNew()
since Confluence 5.1, do not use.
com.atlassian.confluence.util.GeneralUtil.isOutgoingMailConfigured()
since v5.0. Use MailServerManager.isDefaultSMTPMailServerDefined()
instead.
com.atlassian.confluence.search.actions.SearchResultWithExcerpt.isRecentlyUpdatedFor(User)
since 4.0, this is not being used anywhere and shouldn't be here.
com.atlassian.confluence.core.ContentEntityObject.isRecentlyUpdatedFor(User)
com.atlassian.confluence.renderer.v2.macros.GenericVelocityMacro.isRenderOutput()
since 4.0. Beyond 4.0 HTML output will be the only type supported.
com.atlassian.confluence.security.actions.PermissionsAware.isSharedMode()
since 5.0. Shared-mode not supported since 3.0.
com.atlassian.confluence.core.ConfluenceActionSupport.isSharedMode()
Since 5.1. "Shared mode" no longer supported, always returns false;
com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction.isShowDiff()
Since 4.0. Diffs are no longer supported in RSS feeds.
com.atlassian.confluence.rss.FeedProperties.isShowDiff()
Since 4.0. Diffs are no longer supported in RSS feeds.
com.atlassian.confluence.rss.RssRenderItem.isShowDifferences()
Since 4.0. We no longer support diffs in RSS feeds.
com.atlassian.confluence.user.actions.ViewMyEmailSettingsAction.isShowFullContentInEmailNotifications()
com.atlassian.confluence.user.ConfluenceUserPreferences.isShowFullContentInNotificationEmails()
com.atlassian.confluence.plugin.dev.WebResourceModuleDescriptorDelegate.isSingleton()
com.atlassian.confluence.importexport.impl.ExportUtils.isSpaceImport(File)
com.atlassian.confluence.spaces.actions.AbstractSpaceAction.isSuperUser()
since 3.5 this method is not called anywhere and should not be used
com.atlassian.confluence.pages.actions.AbstractPageAction.isSuperUser()
since 3.5 this method is not called anywhere and should not be used
com.atlassian.confluence.user.UserAccessor.isSuperUser(User)
since 3.5 the permission checks in the application take care of checking for this membership
com.atlassian.confluence.util.GeneralUtil.isSuperUser(User)
since 3.5 calls to the PermissionManager will ensure super-user checks are performed
com.atlassian.confluence.pages.thumbnail.ThumbnailManager.isThumbnailable(InputStream)
since 5.4.
com.atlassian.confluence.pages.thumbnail.DefaultThumbnailManager.isThumbnailable(InputStream)
since 3.5 - not used
com.atlassian.confluence.mail.ChangeDigestNotificationBean.isUserNotifiable(User)
since 5.2. No replacement.
com.atlassian.confluence.setup.settings.Settings.isUseWysiwygByDefault()
since 4.0
com.atlassian.confluence.pages.AbstractPage.isValidPageTitleCharacter(char)
com.atlassian.confluence.pages.actions.AbstractEditPageAction.isVersionMismatch()
com.atlassian.confluence.user.actions.AbstractUserProfileAction.isViewingMyProfile()
since 3.0 use isMyProfile()
com.atlassian.confluence.setup.settings.Settings.isViewSpaceGoesToSpaceSummary()
since 5.0
com.atlassian.confluence.cluster.ClusterConfigurationHelper.joinCluster(String, File)
com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper.joinCluster(String, File)
com.atlassian.confluence.cluster.nonclustered.NonClusterConfigurationHelper.joinCluster(String, File)
com.atlassian.confluence.cluster.ClusterConfigurationHelper.joinCluster(String, File, String)
com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper.joinCluster(String, File, String)
com.atlassian.confluence.cluster.nonclustered.NonClusterConfigurationHelper.joinCluster(String, File, String)
com.atlassian.confluence.util.GeneralUtil.loadDefaultProperties()
since 3.0 because it doesn't do anything
com.atlassian.confluence.rpc.auth.TokenAuthenticationManager.makeAnonymousUser()
com.atlassian.confluence.macro.browser.beans.MacroFormDetails.makeFreeformDetails(String, String, ResourceDescriptor)
since 4.0 freeform macros are no longer supported
com.atlassian.confluence.macro.browser.beans.MacroMetadata.makeFreeformSummary(String, String, String, String, MacroFormDetails)
Since 4.0. Freeform macros are no longer supported.
com.atlassian.confluence.rpc.auth.TokenAuthenticationManager.makeNonAnonymousUserFromToken(String)
com.atlassian.confluence.macro.browser.beans.MacroFormDetails.makeParameterFormDetails(String, String, List)
com.atlassian.confluence.pages.templates.PageTemplateManager.mergeVariables(PageTemplate, List)
com.atlassian.confluence.content.render.xhtml.migration.ExceptionTolerantMigrator.migrate(String, RenderContext, List)
com.atlassian.confluence.content.service.BlogPostService.newCreateBlogPostCommand(BlogPostProvider, ContentPermissionProvider, Draft, User, boolean)
com.atlassian.confluence.content.service.DefaultBlogPostService.newCreateBlogPostCommand(BlogPostProvider, ContentPermissionProvider, Draft, User, boolean)
com.atlassian.confluence.content.service.BlogPostService.newCreateBlogPostCommand(BlogPostProvider, ContentPermissionProvider, User, boolean)
com.atlassian.confluence.content.service.DefaultBlogPostService.newCreateBlogPostCommand(BlogPostProvider, ContentPermissionProvider, User, boolean)
com.atlassian.confluence.content.service.CommentService.newCreateCommentCommand(long, long, String)
com.atlassian.confluence.content.service.CommentService.newCreateCommentCommand(long, String)
com.atlassian.confluence.content.service.CommentService.newCreateCommentFromEditorCommand(long, long, String)
com.atlassian.confluence.content.service.CommentService.newCreateCommentFromEditorCommand(long, String)
com.atlassian.confluence.content.service.PageService.newCreatePageCommand(PageProvider, ContentPermissionProvider, Draft, User, boolean)
com.atlassian.confluence.content.service.DefaultPageService.newCreatePageCommand(PageProvider, ContentPermissionProvider, Draft, User, boolean)
com.atlassian.confluence.content.service.PageService.newCreatePageCommand(PageProvider, ContentPermissionProvider, User, boolean)
com.atlassian.confluence.content.service.DefaultPageService.newCreatePageCommand(PageProvider, ContentPermissionProvider, User, boolean)
com.atlassian.confluence.content.service.PageService.newCreatePageCommandFromExisting(PageProvider, ContentPermissionProvider, Draft, User, boolean)
com.atlassian.confluence.content.service.DefaultPageService.newCreatePageCommandFromExisting(PageProvider, ContentPermissionProvider, Draft, User, boolean)
com.atlassian.confluence.user.service.UserProfileService.newDeleteProfilePictureCommand(User, String)
com.atlassian.confluence.user.service.DefaultUserProfileService.newDeleteProfilePictureCommand(User, String)
com.atlassian.confluence.content.service.RenderingService.newRenderWikiMarkupContentCommand(IdContentLocator, SpaceLocator, String, String)
com.atlassian.confluence.content.service.RenderingService.newRenderXHtmlContentCommand(IdContentLocator, SpaceLocator, String, String)
com.atlassian.confluence.user.service.UserProfileService.newSetProfilePictureCommand(User, InputStream, String)
since 5.7. CONFDEV-28074 User profile related services will be extracted to a plugin
com.atlassian.confluence.user.service.DefaultUserProfileService.newSetProfilePictureCommand(User, InputStream, String)
com.atlassian.confluence.user.service.UserProfileService.newSetProfilePictureCommand(User, InputStream, String, int, int, int)
since 5.7. CONFDEV-28074 User profile related services will be extracted to a plugin.
com.atlassian.confluence.user.service.DefaultUserProfileService.newSetProfilePictureCommand(User, InputStream, String, int, int, int)
com.atlassian.confluence.user.service.UserProfileService.newSetProfilePictureCommand(User, String)
since 5.7. CONFDEV-28074 User profile related services will be extracted to a plugin
com.atlassian.confluence.user.service.DefaultUserProfileService.newSetProfilePictureCommand(User, String)
com.atlassian.confluence.api.impl.model.validation.CoreServiceExceptionSuppliers.notFoundException()
com.atlassian.confluence.security.login.LoginManager.onFailedLoginAttempt(String)
com.atlassian.confluence.security.login.DefaultLoginManager.onFailedLoginAttempt(String)
com.atlassian.confluence.security.login.LoginManager.onSuccessfulLoginAttempt(String)
com.atlassian.confluence.security.login.DefaultLoginManager.onSuccessfulLoginAttempt(String)
com.atlassian.confluence.search.lucene.ConfluenceIndexManager.optimizeIndex()
since 5.2. Optimize index (i.e. force merging to 1 segment is no longer required) CONFDEV-16098
com.atlassian.confluence.util.GeneralUtil.personalSpaceUrl(String, String)
since 5.0
You should instead retrieve the space using SpaceManager
and call getUrlPath on the Space object. Also note that if a user has been renamed (which is possible
from Confluence 5.3 onwards) then this method is likely to return the wrong key.
com.atlassian.confluence.json.parser.JSONObject.quote(String)
com.atlassian.confluence.util.io.IOUtils.readInputStream(InputStream)
since 3.0 because it was only used in tests
com.atlassian.confluence.admin.actions.ViewIndexQueueAction.reIndex()
com.atlassian.confluence.labels.LabelManager.removeAllLabels(ContentEntityObject)
com.atlassian.confluence.labels.DefaultLabelManager.removeAllLabels(ContentEntityObject)
com.atlassian.confluence.security.SpacePermissionCheckDispatcherCoordinator.removeAllUserPermissions(String)
com.atlassian.confluence.security.SpacePermissionManager.removeAllUserPermissions(String)
com.atlassian.confluence.security.ReadOnlySpacePermissionManager.removeAllUserPermissions(String)
com.atlassian.confluence.security.DefaultSpacePermissionManager.removeAllUserPermissions(String)
com.atlassian.confluence.security.SpacePermissionCoordinator.removeAllUserPermissions(String)
com.atlassian.confluence.core.DefaultContentPermissionManager.removeAllUserPermissions(String)
com.atlassian.confluence.core.ContentPermissionManager.removeAllUserPermissions(String)
com.atlassian.confluence.pages.CommentManager.removeCommentFromPage(long)
com.atlassian.confluence.content.service.DraftService.removeDraft(long, DraftService.DraftType, String)
com.atlassian.confluence.content.service.DefaultDraftService.removeDraft(long, DraftService.DraftType, String)
com.atlassian.confluence.pages.DefaultDraftManager.removeDraft(String, String, String, String)
com.atlassian.confluence.pages.DraftManager.removeDraft(String, String, String, String)
com.atlassian.confluence.admin.actions.lookandfeel.AbstractDecoratorAction.removeFromVelocityCache(String)
since 5.0 use ConfluenceVelocityResourceCache or rely on CustomLayoutManager to do this automatically for you.
com.atlassian.confluence.labels.LabelManager.removeLabel(ContentEntityObject, Label)
since 4.2
com.atlassian.confluence.labels.DefaultLabelManager.removeLabel(ContentEntityObject, Label)
com.atlassian.confluence.labels.LabelManager.removeLabels(ContentEntityObject, List)
since 4.2
com.atlassian.confluence.labels.DefaultLabelManager.removeLabels(ContentEntityObject, List)
com.atlassian.confluence.like.LikeManager.removeLike(ContentEntityObject)
com.atlassian.confluence.like.LikeDao.removeLike(ContentEntityObject)
com.atlassian.confluence.mail.MailContentManager.removeMail(Mail)
com.atlassian.confluence.user.PersonalInformationManager.removePersonalInformation(String)
com.atlassian.confluence.user.DefaultPersonalInformationManager.removePersonalInformation(String)
com.atlassian.confluence.links.DefaultLinkManager.renameOutgoingLinksToAttachments(ContentEntityObject, String, String)
com.atlassian.confluence.links.LinkManager.renameOutgoingLinksToAttachments(ContentEntityObject, String, String)
com.atlassian.confluence.links.DefaultLinkManager.renameOutgoingLinksToMovedAttachments(ContentEntityObject, String, String, ContentEntityObject, ContentEntityObject)
com.atlassian.confluence.links.LinkManager.renameOutgoingLinksToMovedAttachments(ContentEntityObject, String, String, ContentEntityObject, ContentEntityObject)
since 4.0. See RelatedContentRefactorer#updateReferrers(com.atlassian.confluence.pages.Attachment, com.atlassian.confluence.spaces.Space, String, String)
com.atlassian.confluence.content.render.xhtml.view.excerpt.DefaultExcerpter.renderContent(ContentEntityObject, String)
com.atlassian.confluence.pages.actions.ViewPageAction.renderLink(String)
com.atlassian.confluence.pages.actions.PageInfoAction.renderOutgoingLink(AbstractLink)
Since 4.0.
com.atlassian.confluence.util.GeneralUtil.replaceConfluenceHomeConstant(String, String)
com.atlassian.confluence.pages.persistence.dao.AttachmentDataDao.replaceDataForAttachment(Attachment, InputStream)
com.atlassian.confluence.pages.persistence.dao.filesystem.FileSystemAttachmentDataDao.replaceDataForAttachment(Attachment, InputStream)
com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceManager.requireResource(String, Writer)
com.atlassian.confluence.cluster.NameResolver.resolveName(String)
since 5.5.1. Use com.atlassian.confluence.util.ClusterUtils.resolveName(String)
instead}
com.atlassian.confluence.pages.thumbnail.renderer.DelegatingThumbnailRenderer.retrieveOrCreateThumbNail(Attachment, File, String, int, int, int)
com.atlassian.confluence.pages.persistence.dao.AttachmentDataDao.saveDataForAttachment(Attachment, InputStream)
com.atlassian.confluence.pages.persistence.dao.filesystem.FileSystemAttachmentDataDao.saveDataForAttachment(Attachment, InputStream)
com.atlassian.confluence.pages.persistence.dao.AttachmentDataDao.saveDataForAttachmentVersion(Attachment, Attachment, InputStream)
com.atlassian.confluence.pages.persistence.dao.filesystem.FileSystemAttachmentDataDao.saveDataForAttachmentVersion(Attachment, Attachment, InputStream)
com.atlassian.confluence.content.service.DraftService.saveDraftFromEditor(String, DraftService.DraftType, String, String, String, int)
com.atlassian.confluence.content.service.DefaultDraftService.saveDraftFromEditor(String, DraftService.DraftType, String, String, String, int)
com.atlassian.confluence.userstatus.UserStatusManager.saveUserStatus(String, String)
com.atlassian.confluence.userstatus.DefaultUserStatusManager.saveUserStatus(String, String)
com.atlassian.confluence.userstatus.UserStatusManager.saveUserStatus(String, String, Space)
com.atlassian.confluence.userstatus.DefaultUserStatusManager.saveUserStatus(String, String, Space)
com.atlassian.confluence.search.v2.lucene.LuceneSearcher.search(Query, Sort, Filter, LuceneResultFilter)
since 4.0 - use @see search(Query query, Sort sort, Filter searchFilter, LuceneResultFilter resultFilter, Set requestedFields)
or com.atlassian.confluence.search.v2.SearchManager
com.atlassian.confluence.search.v2.lucene.LuceneSearcher.search(Query, Sort, Filter, LuceneResultFilter, Set)
com.atlassian.confluence.search.v2.SearchManager.search(Search)
com.atlassian.confluence.search.v2.lucene.LuceneSearchManager.search(Search)
com.atlassian.confluence.search.v2.SearchManager.searchEntities(ISearch)
com.atlassian.confluence.search.v2.lucene.LuceneSearchManager.searchEntities(ISearch)
com.atlassian.confluence.search.v2.SearchManager.searchEntities(Search)
com.atlassian.confluence.search.v2.lucene.LuceneSearchManager.searchEntities(Search)
com.atlassian.confluence.spring.aop.AdviseReturnedValueAdvice.setAdvisor(Advisor)
com.atlassian.confluence.setup.settings.Settings.setAnitXssMode(boolean)
com.atlassian.confluence.search.lucene.tasks.IndexTaskFactory.setAnyTypeDao(AnyTypeDao)
since 5.2
com.atlassian.confluence.pages.actions.AbstractPreviewPageAction.setBack(String)
since 5.3 (and really much much longer)
com.atlassian.confluence.user.UserInterfaceState.setCommentsShowing(Boolean)
since 5.1.5 because collapse comments feature has been removed
com.atlassian.confluence.content.ContentProperty.setContent(CustomContentEntityObject)
com.atlassian.confluence.core.ContentEntityObject.setContent(String)
com.atlassian.confluence.like.LikeEntity.setContentId(long)
since 4.3.4 use setContent
com.atlassian.confluence.plugin.descriptor.mail.NotificationContext.setContentId(String)
com.atlassian.confluence.search.service.SearchQueryParameters.setContributor(String)
com.atlassian.confluence.core.ConfluenceEntityObject.setCreatorName(String)
com.atlassian.confluence.user.UserInterfaceState.setDashboardSpacesSelectedGroup(String)
since 3.5 does nothing, because it is no longer used in Confluence
com.atlassian.confluence.user.UserInterfaceState.setDashboardTab(String)
com.atlassian.confluence.setup.settings.Settings.setDefaultPersonalSpaceHomepageContent(String)
since 5.0 because default space homepage content is now fetched from a global template
com.atlassian.confluence.setup.settings.Settings.setDefaultSpaceHomepageContent(String)
since 5.0 because default space homepage content is now fetched from a global template
com.atlassian.confluence.macro.params.BaseParameter.setDefaultValue(String)
since 3.1: this class is not thread safe and should not be mutated
com.atlassian.confluence.setup.settings.Settings.setDisplayLinkIcons(boolean)
since 4.0
com.atlassian.confluence.macro.browser.beans.MacroParameterBuilder.setDocumentationUrl(String)
com.atlassian.confluence.content.service.DefaultRenderingService.setEditConverter(EditorConverter)
since 5.6 this setter is only for backwards compatibility and has no effect.
com.atlassian.confluence.user.PersonalInformation.setEmail(String)
since 5.2
com.atlassian.confluence.user.UnknownUser.setEmail(String)
since 5.4. Does nothing.
com.atlassian.confluence.setup.settings.Settings.setEnableDidYouMean(boolean)
since 5.2 because we don't use did you mean anymore
com.atlassian.confluence.setup.settings.Settings.setEnableJavascriptTop(boolean)
since 5.0. We always serve javascript at the top.
com.atlassian.confluence.setup.settings.Settings.setEnableWysiwyg(boolean)
since 4.0
com.atlassian.confluence.core.ContentEntityManager.setEventManager(EventManager)
since 3.1 do not use. Implementation detail mistakenly added to service interface.
com.atlassian.confluence.pages.actions.ViewPageAction.setFocusedCommentId(long)
com.atlassian.confluence.follow.Connection.setFollowee(String)
since 5.2
com.atlassian.confluence.follow.Connection.setFollower(String)
since 5.2
com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener.setFormatSettingsManager(FormatSettingsManager)
since 5.2. No longer required.
com.atlassian.confluence.user.PersonalInformation.setFullName(String)
since 5.2.
com.atlassian.confluence.user.UnknownUser.setFullName(String)
since 5.4. Does nothing.
com.atlassian.confluence.pages.persistence.dao.HierarchicalFileSystemAttachmentDataDao.setHashGenerator(IdMultiPartHashGenerator)
Since 5.4. No replacement.
com.atlassian.confluence.servlet.download.AttachmentDownload.setHeadersForAttachment(String, long, String, HttpServletRequest, HttpServletResponse)
com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener.setHtmlDiffer(Differ)
since 5.2. No longer required.
com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener.setI18NBeanFactory(I18NBeanFactory)
since 5.2. No longer required.
com.atlassian.confluence.importexport.xmlimport.BackupImporter.setIncrementalImport(Boolean)
since 3.5 this is not used anywhere
com.atlassian.confluence.spaces.DefaultSpaceManager.setIndexManager(ConfluenceIndexManager)
com.atlassian.confluence.pages.actions.AbstractPreviewPageAction.setInPreview(boolean)
since 5.3 (and really much much longer)
com.atlassian.confluence.pages.templates.PageTemplate.setLabels(String)
since 4.2, use LabelManager.addLabel() directly.
com.atlassian.confluence.core.ConfluenceEntityObject.setLastModifierName(String)
com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener.setLocaleManager(LocaleManager)
since 5.2. No longer required.
com.atlassian.confluence.setup.settings.Settings.setMaxThumbHeight(int)
since 4.0
com.atlassian.confluence.setup.settings.Settings.setMaxThumbWidth(int)
since 4.0
com.atlassian.confluence.core.SaveContext.setMinorEdit(boolean)
com.atlassian.confluence.core.DefaultSaveContext.setMinorEdit(boolean)
com.atlassian.confluence.pages.actions.EditPageAction.setMoveHierarchy(boolean)
since 5.3. This hasn't actually been used in Confluence since 4.0. In 5.2.5 it will no longer work
com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener.setNotificationRenderManager(NotificationRenderManager)
since 5.2. No longer required.
com.atlassian.confluence.setup.settings.Settings.setNumberOfBreadcrumbAncestors(int)
since 4.0
com.atlassian.confluence.pages.actions.AbstractEditPageAction.setOldContent(String)
since 5.3 (but really did nothing for a long time before then)
com.atlassian.confluence.search.lucene.FlushStatistics.setOptimised(boolean)
since 5.2. Optimize index (i.e. force merging to 1 segment is no longer required) CONFDEV-16098
com.atlassian.confluence.renderer.UserMacroConfig.setOutputType(String)
since 4.0. There will be only one output type of HTML beyond 4.0.
com.atlassian.confluence.mail.notification.Notification.setPage(AbstractPage)
since 5.3. Use @setContent
instead.
com.atlassian.confluence.pages.Comment.setPage(AbstractPage)
com.atlassian.confluence.pages.actions.ViewPageAction.setPageContent(String)
since 4.0. This is not used anywhere.
com.atlassian.confluence.macro.params.BaseParameter.setParameterNames(String[])
since 3.1: this class is not thread safe and should not be mutated
com.atlassian.confluence.pages.Page.setParent(Page)
Since 1.1. Do not call this method. It exists solely for hibernate to use. Use #setParentPage
instead. I would have made this method private, but CGLIB was complaining.
com.atlassian.confluence.user.UnknownUser.setPassword(String)
since 5.4. Does nothing.
com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener.setPermissionManagerTarget(DefaultPermissionManager)
since 5.2. No longer required.
com.atlassian.confluence.pages.actions.AbstractPreviewPageAction.setPreview(String)
since 5.3 (and really much much longer)
com.atlassian.confluence.renderer.v2.macros.GenericVelocityMacro.setRenderOutput(boolean)
since 4.0. Beyond 4.0 HTML output will be the only type supported.
com.atlassian.confluence.pages.actions.ViewPageAction.setRootCommentId(long)
since 2.8 the default theme no longer uses a "root comment". This method will remain until the other themes do the same.
com.atlassian.confluence.importexport.DefaultExportContext.setScope(String)
com.atlassian.confluence.user.service.DefaultUserProfileService.setServletContext(ServletContext)
com.atlassian.confluence.pages.actions.EditPageAction.setSessionFactory(SessionFactory)
since 5.3. No longer used. Does nothing.
com.atlassian.confluence.security.administrators.PermissionsAdministratorBuilder.setSettingsManager(SettingsManager)
since 5.1.
com.atlassian.confluence.search.v2.lucene.mapper.SiteSearchPermissionsSearchFilterMapper.setSettingsManager(SettingsManager)
since 5.1.
com.atlassian.confluence.search.actions.SearchQueryBean.setSettingsManager(SettingsManager)
Since 5.0
com.atlassian.confluence.pages.wysiwyg.DefaultConfluenceWysiwygConverter.setSettingsManager(SettingsManager)
since 5.1. Unused.
com.atlassian.confluence.pages.actions.ViewPageAction.setShowComments(Boolean)
since 5.1.5 - comment collapse feature has been removed
com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction.setShowDiff(boolean)
Since 4.0. Diffs are no longer supported in RSS feeds.
com.atlassian.confluence.rss.RssRenderItem.setShowDifferences(boolean)
Since 4.0. We no longer support diffs in RSS items so any setting here is ignored.
com.atlassian.confluence.user.actions.EditEmailSettingsAction.setShowFullContentInEmailNotifications(boolean)
com.atlassian.confluence.setup.settings.Settings.setSiteWelcomeMessage(String)
since 5.0 The welcome message is now a system template
com.atlassian.confluence.content.service.DefaultRenderingService.setStorageFormatCleaner(StorageFormatCleaner)
since 5.6 this setter is only for backwards compatibility and has no effect.
com.atlassian.confluence.content.service.DefaultRenderingService.setStorageToViewTransformer(Transformer)
since 5.6 this setter is only for backwards compatibility and has no effect.
com.atlassian.confluence.macro.GenericVelocityMacro.setSubRenderer(V2SubRenderer)
as of Confluence 4.0. Rendering wiki macro templates is no longer supported. You will need to
manually fix any macros with wiki templates. See ReportUserMacrosWithWikiTemplateUpgradeTask
.
com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext.setTargetUser(User)
since 5.2
com.atlassian.confluence.user.actions.SignUpAction.setTaskManager(MultiQueueTaskManager)
since 5.3. No longer used
com.atlassian.confluence.cache.ConfigurableCache.setTimeToLive(long, TimeUnit)
Since 5.6. Use CacheSettingsBuilder.expireAfterWrite(long, java.util.concurrent.TimeUnit)
com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext.setUser(User)
com.atlassian.confluence.user.AuthenticatedUserThreadLocal.setUser(User)
com.atlassian.confluence.core.ContentEntityObject.setUserAccessor(UserAccessor)
since 4.0
com.atlassian.confluence.like.LikeEntity.setUsername(String)
com.atlassian.confluence.user.PersonalInformation.setUsername(String)
com.atlassian.confluence.security.SpacePermission.setUserName(String)
com.atlassian.confluence.mail.notification.Notification.setUserName(String)
com.atlassian.confluence.hosted.SpaceGroupPermission.setUserName(String)
com.atlassian.confluence.setup.settings.Settings.setUseWysiwygByDefault(boolean)
since 4.0
com.atlassian.confluence.pages.actions.AbstractEditPageAction.setVersionMismatch(boolean)
since 5.3. This hasn't actually been used in Confluence since 4.0. This does nothing.
com.atlassian.confluence.setup.settings.Settings.setViewSpaceGoesToSpaceSummary(boolean)
since 5.0
com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener.setWebResourceManager(WebResourceManager)
since 5.2. No longer required.
com.atlassian.confluence.pages.actions.ViewPageAction.setWikiStyleRenderer(WikiStyleRenderer)
com.atlassian.confluence.content.render.xhtml.migration.WorkSourceBatchRunner.shutdown()
since 5.2. The executor will be constructed and shutdown during the run.
com.atlassian.confluence.search.service.DefaultPredefinedSearchBuilder.siteSearch(SearchQueryParameters, int, int)
com.atlassian.confluence.search.service.PredefinedSearchBuilder.siteSearch(SearchQueryParameters, int, int)
com.atlassian.confluence.util.ContentFacade.spaceHasMail(String)
since 4.2 - archived mail is no longer live in the core product.
com.atlassian.confluence.spaces.actions.CreateSpaceAction.spaceKeyAvailable()
com.atlassian.confluence.util.profiling.Split.storeAttribute(String, String)
since 5.7, there is no replacement
com.atlassian.confluence.util.GeneralUtil.subtract(long, long)
since 5.0. Just use a minus sign.
com.atlassian.confluence.util.GeneralUtil.subtract(String, String)
since 5.0. Just say no.
com.atlassian.confluence.util.LabelUtil.syncState(String, LabelManager, User, Labelable, boolean)
com.atlassian.confluence.security.SpacePermission.toFormParameterName(String)
com.atlassian.confluence.content.render.xhtml.StaxUtils.toString(XMLEventReader)
com.atlassian.confluence.core.ContentEntityManager.updateContentLinkingTo(SpaceContentEntityObject, String, String)
since 4.0.
com.atlassian.confluence.core.DefaultContentEntityManager.updateContentLinkingTo(SpaceContentEntityObject, String, String)
since 4.0.
com.atlassian.confluence.core.DefaultContentEntityManager.updateContentLinkingTo(SpaceContentEntityObject, String, String, boolean)
since 4.0.
com.atlassian.confluence.core.ContentEntityManager.updateOutgoingLinksInContent(SpaceContentEntityObject, String)
since 4.0
com.atlassian.confluence.core.DefaultContentEntityManager.updateOutgoingLinksInContent(SpaceContentEntityObject, String)
since 4.0.
com.atlassian.confluence.core.DefaultContentEntityManager.updateOutgoingLinksInContent(SpaceContentEntityObject, String, boolean)
since 4.0.
com.atlassian.confluence.core.ContentEntityManager.updateSingleContentLinkinTo(ContentEntityObject, SpaceContentEntityObject, String, String)
since 4.0
com.atlassian.confluence.core.DefaultContentEntityManager.updateSingleContentLinkinTo(ContentEntityObject, SpaceContentEntityObject, String, String)
since 4.0.
com.atlassian.confluence.core.ContentEntityManager.updateSingleContentLinkinTo(ContentEntityObject, SpaceContentEntityObject, String, String, SaveContext)
since 4.0
com.atlassian.confluence.core.DefaultContentEntityManager.updateSingleContentLinkinTo(ContentEntityObject, SpaceContentEntityObject, String, String, SaveContext)
since 4.0.
com.atlassian.confluence.core.DefaultContentEntityManager.updateSingleContentLinkinTo(ContentEntityObject, SpaceContentEntityObject, String, String, SaveContext, boolean)
since 4.0.
com.atlassian.confluence.search.lucene.FlushStatistics.wasOptimised()
since 5.2. Optimize index (i.e. force merging to 1 segment is no longer required) CONFDEV-16098
com.atlassian.confluence.util.velocity.VelocityUtils.writeRenderedContent(Writer, String, Map, ?>)