| Interface and Description |
|---|
| com.atlassian.confluence.core.Administrative
since 2.8. Please avoid this interface. Instead override
ConfluenceActionSupport.isPermitted()
and use PermissionManager.hasPermission(User, Permission, Object) instead. This will make it easier
to determine the permissions required to invoke an action as they would be more explicit and in one place
(you won't have to check whether the class or its super class implements this interface). |
| com.atlassian.confluence.it.BaseUrlSelector
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.BaseUrlSelector} alternative
|
| com.atlassian.confluence.core.Beanable
since 5.2. If you want a JSON-producing REST endpoint, then use a proper JAXRS resource.
|
| com.atlassian.confluence.cache.CacheConfigurationLoader
since 5.7.
|
| bucket.cache.CacheManager
since 2.7, use
CacheManager. |
| com.atlassian.confluence.cluster.ClusteredLock
Since 5.6, use
ClusterLockService for locking which returns instances
of Lock |
| com.atlassian.confluence.cache.ConfigurableCache
since 5.5.1 please use
ManagedCache instead |
| com.atlassian.confluence.setup.settings.ConfluenceFlavourService
since 5.10. No longer needed.
|
| com.atlassian.confluence.pageobjects.module.frame.ConfluenceFrameExecutor
in 5.8. Use
ConfluenceFrameExecutor instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.search.lucene.ConfluenceIndexManager
since 5.10, use
IndexManager instead |
| com.atlassian.confluence.search.ConfluenceSearchScope
in 5.9. Use
SearchManager instead |
| com.atlassian.confluence.it.ContentEntity
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.content.Content} alternative
|
| com.atlassian.confluence.api.extension.typebinding.ContentTypeBinding
since 5.7, use ContentTypeApiSupport
|
| com.atlassian.confluence.setup.settings.CoreFeaturesManager
since 5.10. No longer needed
|
| com.atlassian.confluence.security.DeactivatedUserChecker
since 3.5 use
UserAccessor.isDeactivated(User) instead |
| com.atlassian.confluence.diff.DiffChunk
since 5.7
|
| com.atlassian.confluence.diff.renderer.DiffChunkRenderer
since 5.7
|
| com.atlassian.confluence.it.usermanagement.DirectoryConfiguration
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.usermanagement.DirectoryConfiguration} alternative
|
| com.atlassian.confluence.it.Entity
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.people.User} alternative
|
| bucket.core.persistence.EntityObjectQueue
since 6.10.0. No replacement.
|
| bucket.core.persistence.EntityObjectQueueFactory
since 6.10.0. No replacement.
|
| com.atlassian.confluence.pages.persistence.dao.filesystem.filestore.FileStoreClientIdentitySupplier
since 5.10. Use
MediaApiClientIdentitySupplier |
| com.atlassian.confluence.pages.persistence.dao.filesystem.filestore.FileStoreClientSupplier
since 5.10. Use
MediaApiClientSupplier |
| com.atlassian.confluence.search.IndexFlushScheduler
since 5.10
|
| bucket.search.persistence.dao.IndexQueueEntryDao
since 6.10.0. Replaced by
com.atlassian.confluence.impl.journal.JournalDao. |
| com.atlassian.confluence.search.lucene.IndexTaskQueue
since 5.10, use
IndexTaskQueue instead |
| com.atlassian.confluence.userstatus.InlineWikiStyleRenderer
since 3.1 confusingly named. Use
StatusTextRenderer instead. |
| com.atlassian.confluence.json.JSONAction
since 2.10 - Use
DefaultJsonator with an AbstractCommandAction instead.
This interface is used as a convenience to indicate that an action can provide its result in JSON format. It's not strictly needed as the result uses reflection but is provided anyway as a convenience. |
| com.atlassian.confluence.json.parser.JSONString
since 2.10 Use the json.objects classes.
The |
| com.atlassian.confluence.like.LikeDao
since 4.3.4 this interface is a little confused and only here for backwards compatibility
use LikeEntityDao or LikeManager
|
| com.atlassian.confluence.plugins.like.LikeSummaryCreator
since 4.3. Like summary creation has been moved to client side. See like-summary-factory.js.
|
| com.atlassian.confluence.it.LinkableContent
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.content.Content} alternative
|
| com.atlassian.confluence.concurrent.Lock
Since 5.6, use
ClusterLockService for locking which returns instances
of Lock |
| com.atlassian.confluence.concurrent.LockFactory
since 5.6. Use
ClusterLockService for locking |
| com.atlassian.confluence.pageobjects.page.LogoutPage
in 5.8. Use
LogoutPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.search.v2.lucene.LuceneResultFilter
since 5.5. Please implement a search time
Filter instead. If you must
perform post search filtering, you can filter SearchResults returned by
the methods on SearchManager. |
| com.atlassian.confluence.search.v2.lucene.LuceneResultFilterMapper
since 5.5 as it depends on the deprecated
LuceneResultFilter
and ResultFilter classes. |
| com.atlassian.confluence.search.v2.lucene.LuceneSearcher
since 5.5. This layer of abstraction is no longer required. Just use
SearchManager. |
| com.atlassian.confluence.mail.MailContentManager |
| com.atlassian.confluence.cache.ManagedLockingCache
since 5.7. Use
LockingCache instead. |
| com.atlassian.confluence.it.maven.MavenDependency
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.plugin.maven.MavenDependency} alternative
|
| com.atlassian.confluence.content.render.xhtml.storage.link.user.MentionsParser
Since 5.3. No replacement.
|
| com.atlassian.confluence.pageobjects.component.menu.Menu
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.menu.Menu instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.menu.MenuItem
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.menu.MenuItem instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.cluster.NameResolver
since 5.5.1. Use
ClusterUtils instead} |
| bucket.core.persistence.ObjectDao
since 6.10.0. Use
com.atlassian.confluence.internal.persistence.ObjectDaoInternal instead. |
| com.atlassian.confluence.cache.option.Option
Since 5.6 Use
Option or Optional |
| com.atlassian.confluence.pageobjects.component.PageComponent
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.PageComponent instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| bucket.core.PaginationSupport
since 6.10.0. Use
PaginationService instead. |
| com.atlassian.confluence.it.Permission
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.rpc.api.permissions.GlobalPermission} alternative
|
| com.atlassian.confluence.it.plugin.Plugin
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.plugin.Plugin} alternative
|
| com.atlassian.confluence.it.plugin.PluginHelper
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.plugin.PluginHelper} alternative
|
| com.atlassian.hibernate.PluginHibernateSessionFactory
since 6.1.0. Consider using documented Java or REST APIs as an alternative.
See https://developer.atlassian.com/confdev/confluence-plugin-guide for more information.
|
| com.atlassian.confluence.it.rpc.QuartzJob
Use confluence-test-utils module's com.atlassian.confluence.test.rest.api.scheduler.QuartzJob.
|
| com.atlassian.confluence.cache.ReadThroughCacheFactory
since 5.7. Please use non transactional CacheFactory to get access to read/write-through cache
|
| com.atlassian.confluence.search.v2.ResultFilter
since 5.5. Please consider implemeting
SearchFilter. If you must
perform post search filtering, you can filter SearchResults returned by
the methods on SearchManager. |
| com.atlassian.confluence.it.rpc.RpcBaseResolver
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.rpc.RpcBaseResolver} alternative
|
| com.atlassian.confluence.user.SearchEntitiesManager
since 5.9. Use
CrowdService.search(com.atlassian.crowd.embedded.api.Query) instead. |
| com.atlassian.confluence.spaces.actions.SpaceAdministrative
since 2.8. Please avoid this interface. Instead override
ConfluenceActionSupport.isPermitted()
and use PermissionManager.hasPermission(User, Permission, Object) instead.
This will make it easier to determine the permissions required to invoke an action as they would be more
explicit and in one place (you won't have to check whether the class or its super class implements this
interface). Also implement |
| com.atlassian.confluence.spaces.actions.Spaced
since 3.0. Use
Spaced instead. |
| com.atlassian.confluence.spaces.SpaceGroupManager
in 5.9.
|
| com.atlassian.confluence.userstatus.StatusTextRenderer
Since 5.9.1
Responsible for converting status text into displayable HTML. Will auto-link URLs, wiki inline markup and
hash-tags.
|
| com.atlassian.confluence.userstatus.tag.TagCallback
Since 5.9.1
Callback to receive tags and their positions
|
| com.atlassian.confluence.themes.ThemeStylesheet
since 3.4. Use
ThemeResource instead. |
| com.atlassian.confluence.util.ThumbnailInfoFactory |
| com.atlassian.confluence.it.TitledContent
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.content.Content} alternative
|
| com.atlassian.confluence.content.service.page.TrashPageCommand
since 5.8. Use
DeletePageCommand instead |
| com.atlassian.confluence.it.plugin.UploadablePlugin
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.plugin.UploadablePlugin} alternative
|
| bucket.user.UserAccessor
since 6.10.0. Use
com.atlassian.confluence.user.UserAccessor |
| com.atlassian.confluence.it.usermanagement.UserManagementHelper
Please use confluence-test-utils module instead.
See
com.atlassian.confluence.test.usermanagement.UserManager alternative |
| com.atlassian.confluence.user.service.UserProfileService
since 5.7. CONFDEV-28074 User profile related services will be extracted to a plugin.
|
| com.atlassian.confluence.userstatus.UserStatusDao
Since 5.9.1
Interface to the persisted user status objects
|
| com.atlassian.confluence.userstatus.UserStatusManager
Since 5.9.1
Used to retrieve and store the user status for a user
|
| com.atlassian.confluence.api.model.validation.WithValidationResult
since 5.8 - no longer used; result typically supplied via
ServiceException.getOptionalValidationResult()
instead. |
| com.atlassian.confluence.search.v2.lucene.WrappedHit
since 5.2. Hit abstraction no longer exists in lucene 4.2.x.
|
| com.atlassian.confluence.content.render.xhtml.XhtmlCleaner
since 5.1.4 See
StorageFormatCleaner and RenderedContentCleaner instead. |
| Class and Description |
|---|
| com.atlassian.confluence.pageobjects.component.attachment.AbstractAttachmentContainer
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.attachment.AbstractAttachmentContainer instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.setup.quartz.AbstractClusterAwareQuartzJobBean
since 5.10, use atlassian-scheduler instead.
|
| com.atlassian.confluence.it.AbstractContentEntity
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.content.Content} alternative
|
| com.atlassian.confluence.api.extension.typebinding.AbstractContentTypeBinding
since 5.7, use ContentTypeApiSupport
|
| com.atlassian.confluence.pageobjects.component.dialog.AbstractDialog
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dialog.AbstractDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.content.AbstractEditorPage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.content.AbstractEditorPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.admin.AbstractEditStylesheetPage
in 5.8. Use
AbstractEditStylesheetPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.admin.templates.AbstractEditTemplatePage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.admin.templates.AbstractEditTemplatePage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.admin.AbstractGadgetAdminTab
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.admin.AbstractGadgetAdminTab instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.security.actions.AbstractGlobalPermissionsAction |
| com.atlassian.confluence.webdriver.AbstractInjectableWebDriverTest
since 5.9.0 in favour of ConfluenceStatelessTestRunner
|
| com.atlassian.quartz.jobs.AbstractJob
since 5.10, use
JobRunner instead. |
| com.atlassian.confluence.it.rest.AbstractJUnit3RestAcceptanceTest
Use
com.atlassian.confluence.test.stateless.ConfluenceStatelessRestTestRunner
A an abstract JUnit3 base class for REST-related tests. Exposes various helpers via getter methods.
NOTE: This class does NOT auto-create |
| com.atlassian.confluence.pageobjects.component.labels.AbstractLabelSection
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.labels.AbstractLabelSection instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.search.v2.lucene.AbstractLuceneSearchResult |
| com.atlassian.confluence.content.render.xhtml.migration.AbstractOrderedEntityObjectBatchableWorkSource
Since 5.3 Use
OrderedEntityObjectBatchableWorkSource. |
| com.atlassian.confluence.it.AbstractPageEntity
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.content.Content} alternative
|
| com.atlassian.confluence.servlet.simpledisplay.AbstractPathConverter
since Confluence 4.3 No alternative is offered. Simply implement PathConverter directly.
|
| com.atlassian.confluence.it.rest.AbstractRestAcceptanceTest
Use
com.atlassian.confluence.test.stateless.ConfluenceStatelessRestTestRunner, or a
JUnit4-style test with its own set of fields as required. |
| com.atlassian.confluence.user.actions.AbstractSearchUsersAction
since 5.9. Use
AbstractSearchCrowdUsersAction instead. |
| com.atlassian.confluence.pageobjects.page.space.AbstractSpaceExport
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.space.AbstractSpaceExport instead
from maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new
README. |
| com.atlassian.confluence.security.actions.AbstractSpacePermissionsAction |
| com.atlassian.confluence.event.events.userstatus.AbstractStatusContentEvent
Since 5.11.0. no replacement
|
| com.atlassian.confluence.pageobjects.page.admin.templates.AbstractTemplatesPage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.admin.templates.AbstractTemplatesPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.userstatus.actions.AbstractUserStatusJsonResultAction
Since 5.9.1
|
| com.atlassian.confluence.pageobjects.page.content.AbstractViewPage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.content.AbstractViewPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.webdriver.AbstractWebDriverTest
since 5.5 in favour of ConfluenceStatelessTestRunner
|
| com.atlassian.confluence.it.AcceptanceTestHelper
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.utils.AcceptanceTestHelper} alternative
|
| com.atlassian.confluence.pageobjects.component.dialog.ActivityStreamGadgetMacroPreview
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dialog.ActivityStreamGadgetMacroPreview instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.dialog.ActivityStreamGadgetMacroView
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dialog.ActivityStreamGadgetMacroView instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pages.thumbnail.renderer.AdaptiveThresholdPredicate
since 5.3 Use
FreeMemoryAwareImageRenderPredicate. |
| com.atlassian.confluence.pageobjects.component.menu.AddMenu
in 5.8. Add menu has been removed.
|
| com.atlassian.confluence.pageobjects.component.admin.users.AddUserTab
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.admin.users.AddUserTab instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.renderer.radeox.macros.AnchorMacro
since 4.0 - not being used.
|
| com.atlassian.confluence.search.v2.searchfilter.AnonymousUserInfoSearchFilter
since 6.7 use
ActiveUserSearchFilter instead. |
| com.atlassian.confluence.it.Assertions |
| com.atlassian.confluence.it.Attachment
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.content.Content} alternative
|
| com.atlassian.confluence.pageobjects.component.attachment.AttachmentContainer
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.attachment.AttachmentContainer instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.api.model.content.id.AttachmentContentId
since 6.10.0, use
ContentId |
| com.atlassian.confluence.pageobjects.component.attachment.AttachmentRemovalConfirmationDialog
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.attachment.AttachmentRemovalConfirmationDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.content.AttachmentsRow
since 4.3, Use
com.atlassian.confluence.webdriver.pageobjects.component.attachment.AttachmentContainer instead. Since v5.8 |
| com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Since 4.3. This class is only public because it is used by ContentTypesDisplayMapper. Avoid using
this class directly and use a ContentUiSupport object instead. This class will be made private when
ContentTypesDisplayMapper is removed. |
| com.atlassian.confluence.pageobjects.component.attachment.AttachmentVersionContainer
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.attachment.AttachmentVersionContainer instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.menu.AUIDropdownMenu
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.menu.AUIDropdownMenu instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.AuiMessage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.AuiMessage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.form.Autocomplete
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.form.Autocomplete instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.form.AutocompleteField
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.form.AutocompleteField instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.theme.AvailableTheme |
| com.atlassian.confluence.util.http.httpclient.BasicAuthenticator
Since 5.5 not used.
|
| com.atlassian.confluence.it.BlogPost
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.content.Content} alternative
|
| com.atlassian.confluence.search.v2.lucene.boosting.BoostingQuery
5.9 use the v2 SearchQuery implementation BoostingQuery, or if you must the BoostingQueryFactory
|
| com.atlassian.confluence.search.v2.lucene.boosting.BoostPreferredSpaceStrategy
since 6.7 use boolean query with must wrapped query + should space key matching instead.
|
| com.atlassian.confluence.pageobjects.component.header.Breadcrumbs
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.header.Breadcrumbs instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.menu.BrowseMenu
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.menu.BrowseMenu instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.space.BrowseSpacePage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.space.BrowseSpacePage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.admin.BrowseUsersAdminPage
in 5.8. Use
BrowseUsersAdminPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| bucket.user.persistence.dao.hibernate.BucketGroupDAO
since 6.10.0. Replaced by
com.atlassian.crowd.embedded.hibernate2.HibernateGroupDao. |
| bucket.user.BucketHibernateConfigProvider
since 6.10.0. Use
com.atlassian.confluence.impl.user.PropertySetHibernateConfigurationProvider instead. |
| bucket.user.persistence.dao.hibernate.BucketUserDAO
since 5.0.
|
| com.atlassian.confluence.upgrade.BuildNumComparator
since 4.2
|
| com.atlassian.confluence.search.lucene.tasks.BulkWriteIndexTask
since 5.9. This class is not used.
|
| com.atlassian.confluence.cache.CacheAdapter
since 5.7 Use
DefaultConfluenceCache instead. |
| bucket.user.propertyset.CacheAwarePropertySet
since 6.10.0. No replacement.
|
| com.atlassian.confluence.impl.propertyset.CacheAwarePropertySet
since 5.10. Retained only for use of
CachingConfluenceUserPropertySetFactory. |
| com.atlassian.confluence.cache.CacheCompactionJob
since 5.8 Use
com.atlassian.confluence.impl.quartz.RunnableJob |
| com.atlassian.confluence.cache.CacheStatisticsAction
since 5.5. Functionality moved to the confluence-cache-management-plugin.
|
| com.atlassian.confluence.it.admin.CacheStatisticsPage |
| bucket.user.providers.CachingAccessProvider
since 6.10.0. No longer used.
|
| bucket.user.providers.CachingCredentialsProvider
since 6.10.0. No longer used.
|
| bucket.user.providers.CachingProfileProvider
since 6.10.0. No longer used.
|
| com.atlassian.confluence.webdriver.rules.CancelAnyEditorRule
since 5.5 use VisitNoopAndCancelAlerts. CancelAnyEditor was a bad approach and now just plainly extends
VisitNoopAndCancelAlertsRule |
| bucket.user.providers.ChainedAccessProvider
since 6.10.0. No longer used.
|
| bucket.user.providers.ChainedCredentialsProvider
since 6.10.0. No longer used.
|
| bucket.user.providers.ChainedProfileProvider
since 6.10.0. No longer used.
|
| com.atlassian.confluence.search.v2.searchfilter.ChainedSearchFilter
since 5.10, use
BooleanSearchFilter instead |
| bucket.user.providers.ChainedUserProvider
since 6.10.0. No longer used.
|
| com.atlassian.confluence.diff.ChangeChunk
since 5.7
|
| com.atlassian.confluence.pageobjects.page.user.ChangePasswordPage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.user.ChangePasswordPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.diff.CharacterChunk
since 5.7
|
| com.atlassian.confluence.diff.CharLevelDiffer
since 5.7
|
| com.atlassian.confluence.setup.actions.ChecklistAction
since 6.7.0, Johnson is used instead of checklist page
|
| com.atlassian.confluence.pageobjects.page.space.ChooseSpaceThemePage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.space.ChooseSpaceThemePage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.theme.ChooseThemeComponent
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.theme.ChooseThemeComponent instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.it.resource.Classpath
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.plugin.Classpath} alternative
|
| com.atlassian.confluence.security.CleanCaptchaEngine
since 6.13.0. It's not used anywhere except in a comment in spring wiring xml file. Should remove it in 7.0.
|
| com.atlassian.confluence.userstatus.actions.ClearUserStatusAction
Since 5.9.1
This action clears/resets the specified user's status
|
| com.atlassian.confluence.admin.actions.cluster.ClusterConfigurationAction |
| com.atlassian.confluence.util.collections.CollectionUtils
since 5.8. It's 2015, ferchrissake.
|
| com.atlassian.confluence.pageobjects.component.editor.toolbars.ColorPickerDropdownMenu
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.editor.toolbars.ColorPickerDropdownMenu instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.space.ColorSchemePage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.space.ColorSchemePage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.util.i18n.CombinedResourceBundle
since 5.6. Use
CombinedResourceBundleFactory |
| com.atlassian.confluence.it.Comment
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.content.Content} alternative
|
| com.atlassian.confluence.pageobjects.page.content.CommentsSection
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.content.CommentsSection instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.impl.util.collections.ConcurrentOperationMap
since 5.9 use Java 8 compatible version of atlassian-util-concurrent instead
|
| com.atlassian.confluence.user.providers.jira.ConditionalPropertySet
since 6.10.0. Use
CrowdService instead. |
| bucket.core.persistence.hibernate.ConfigurableLocalSessionFactoryBean
since 6.10.0. Use
com.atlassian.confluence.impl.core.persistence.hibernate.ConfigurableLocalSessionFactoryBean instead. |
| com.atlassian.confluence.pageobjects.page.setup.ConfigureDatabaseConnectionPage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.setup.ConfigureDatabaseConnectionPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.setup.ConfigureDatabasePage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.setup.ConfigureDatabasePage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.admin.ConfigureDocThemeAdminPage
in 5.8. Use
ConfigureDocThemeAdminPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.dialog.ConfirmPasswordDialog
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dialog.ConfirmPasswordDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.dialog.ConfluenceAboutDialog
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dialog.ConfluenceAboutDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
in 5.8. Use
ConfluenceAbstractPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.ConfluenceAbstractPageComponent instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.admin.ConfluenceAdminHomePage
in 5.8. Use
ConfluenceAdminHomePage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.it.ConfluenceBaseUrlSelector
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.ConfluenceBaseUrlSelector} alternative
|
| com.atlassian.confluence.pageobjects.module.ConfluenceComponentSupportModule
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.module.ConfluenceComponentSupportModule instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| bucket.core.persistence.hibernate.ConfluenceConnectionProviderSupplier
since 6.10.0. Use
com.atlassian.confluence.impl.core.persistence.hibernate.DefaultConnectionProviderSupplier instead. |
| com.atlassian.confluence.pageobjects.page.ConfluenceContextRootPage
in 5.8. Use
ConfluenceContextRootPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.diff.ConfluenceDiff
since 5.7. See
Differ |
| com.atlassian.confluence.event.ConfluenceEventManager
Since 3.3, use
ConfluenceEventPublisherManager |
| com.atlassian.confluence.impl.util.concurrent.ConfluenceExecutors
since 5.10. Code should be delegating to a product-managed executor service instead.
|
| com.atlassian.confluence.plugin.descriptor.web.conditions.ConfluenceFlavourCondition
since 5.10. No longer needed.
|
| com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.ConfluenceFlavourUrlReadingCondition
since 5.10. No longer needed.
|
| com.atlassian.confluence.pageobjects.page.ConfluenceForgotPasswordPage
in 5.8. Use
ConfluenceForgotPasswordPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.module.frame.ConfluenceFrameExecutorTemplate
in 5.8. Use
ConfluenceFrameExecutorTemplate instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.header.ConfluenceHeader
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.header.ConfluenceHeader instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.velocity.htmlsafe.ConfluenceHtmlAnnotationEscaper
since 6.5. Remove when we no longer support
HtmlSafe. |
| com.atlassian.confluence.htmlunit.ConfluenceHtmlUnitConfig
since 5.8. Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.jwebunit.ConfluenceHtmlUnitConfig} alternative
|
| com.atlassian.confluence.servlet.ConfluenceHttpServlet
Since 5.5. Use
HttpServlet |
| com.atlassian.confluence.renderer.ConfluenceIconManager
since 4.0
|
| com.atlassian.confluence.setup.ConfluenceLicenseRegistry
Since 5.6. Use
LicenseService instead. |
| com.atlassian.confluence.pageobjects.page.ConfluenceLoginPage
in 5.8. Use
ConfluenceLoginPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.header.ConfluenceMainHeader
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.header.ConfluenceMainHeader instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.menu.ConfluenceMenuItem
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.menu.ConfluenceMenuItem instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.user.ConfluencePropertySetFactory
since 5.5 it's not used/tested anywhere in confluence core codebase. Please use
HibernatePropertySetFactory instead |
| com.atlassian.confluence.event.events.admin.ConfluenceReadyEvent
since 4.0 use
DatabaseConfiguredEvent, UpgradeFinishedEvent, or
PluginFrameworkStartedEvent instead |
| com.atlassian.confluence.it.rpc.ConfluenceRpc
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.rest.api.ConfluenceRestClient} and {com.atlassian.confluence.test.rpc.api.ConfluenceRpcClient} alternatives
The new rpc and rest clients may not have all the APIs yet - feel free to copy and refactor them over from here as they are needed. |
| com.atlassian.confluence.pageobjects.page.ConfluenceSignupPage
in 5.8. Use
ConfluenceSignupPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.ConfluenceTestedProduct
in 5.8. Use
ConfluenceTestedProduct instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.menu.ConfluenceUserMenu
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.menu.ConfluenceUserMenu instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.setup.webwork.ConfluenceVelocityContext
Since 3.0. Use
ConfluenceVelocityManager.getConfluenceVelocityContext() instead. |
| com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceModuleDescriptor
Since 3.4, use
WebResourceModuleDescriptor instead |
| com.atlassian.confluence.pageobjects.component.header.ConfluenceWebSudoBanner
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.header.ConfluenceWebSudoBanner instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.ConfluenceWebSudoPage
in 5.8. Use
ConfluenceWebSudoPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.search.actions.ContentNameSearchAction
since 5.2. Instead please use the REST endpoint that is provided by the
'Confluence QuickNav' Bundled Plugin. Please use /rest/quicknav/1/search instead. It accepts the exact same arguments
and is thus API compatible with this class. You should be able to swap them out directly.
|
| com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ContextResourceIdentifierConverter
since 5.7. Not used, so no replacement.
|
| com.atlassian.confluence.pageobjects.page.content.CopyPage
in 5.8. Use
CopyPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.space.CopySpacePage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.space.CopySpacePage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.form.CqlComponent
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.form.CqlComponent instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.form.CqlFilterSelect
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.form.CqlFilterSelect instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.content.CreateBlog
in 5.8. Use
CreateBlog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.plugins.dashboard.CreateContentCondition
since 5.11. Use
CreatePageOrBlogpostCondition |
| com.atlassian.confluence.pageobjects.component.dialog.CreateDialog
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dialog.CreateDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.content.CreatePage
in 5.8. Use
CreatePage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.space.CreatePageTemplate
in 5.8. Use
CreatePageTemplate instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.spaces.actions.CreateSpaceAction
Since 5.3 - use the new rest APIs from the Create Content plugin
com.atlassian.confluence.plugins.createcontent.rest.SpaceBlueprintResource |
| bucket.core.comparators.CreationDateComparator
since 6.10.0. Use
Comparator.comparing(Function) with
EntityObject.getCreationDate() instead. |
| com.atlassian.confluence.security.CrowdDeactivatedUserChecker
since 4.0 use
CrowdDisabledUserManager or
the DisabledUserManager interface instead. |
| com.atlassian.confluence.it.usermanagement.CrowdDirectoryConfiguration
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.usermanagement.CrowdDirectoryConfiguration} alternative
|
| com.atlassian.confluence.userstatus.actions.CurrentUserStatusAction
Since 5.9.1
|
| com.atlassian.confluence.pageobjects.component.header.DarkFeaturesMetaTag
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.header.DarkFeaturesMetaTag instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.util.breadcrumbs.DashboardBreadcrumb
since 5.0, we don't display the Dashboard breadcrumb.
If you keep including the DashboardBreadcrumb, it will be filtered out.
See
BreadcrumbGenerator for more information. |
| com.atlassian.confluence.pageobjects.component.dashboard.DashboardEntitiesPanel
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dashboard.DashboardEntitiesPanel instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.dashboard.DashboardEntitiesTab
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dashboard.DashboardEntitiesTab instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.dashboard.DashboardGetStartedPanel
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dashboard.DashboardGetStartedPanel instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.dashboard.DashboardNetworkTab
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dashboard.DashboardNetworkTab instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.DashboardPage
in 5.8. Use
DashboardPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.dashboard.DashboardPagesTab
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dashboard.DashboardPagesTab instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.dashboard.DashboardPopularStreamContent
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dashboard.DashboardPopularStreamContent instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.dashboard.DashboardSpacesTab
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dashboard.DashboardSpacesTab instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.dashboard.DashboardUpdatesContent
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dashboard.DashboardUpdatesContent instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.dashboard.DashboardUpdatesPanel
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dashboard.DashboardUpdatesPanel instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.it.Database
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.utils.Database} alternative
|
| com.atlassian.confluence.pageobjects.page.setup.DatabaseTypePage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.setup.DatabaseTypePage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.plugins.rest.manager.DateEntityHelper
since 4.3. Use DateEntityFactory instead. An interface based equivalent is required to allow for OSGI export to DateEntityHelper does not fit the bill.
|
| com.atlassian.confluence.pageobjects.component.form.DatePicker
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.form.DatePicker instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.search.v2.query.DateRangeQuery.DateRange
since 5.10, use
Range instead |
| com.atlassian.confluence.search.v2.searchfilter.DeactivatedUserSearchFilter
since 6.7 use
ActiveUserSearchFilter instead. |
| com.atlassian.confluence.it.usermanagement.DefaultDirectoryConfiguration
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.usermanagement.DefaultDirectoryConfiguration} alternative
|
| com.atlassian.confluence.plugins.like.DefaultLikeSummaryCreator
since 4.3. Like summary creation has been moved to client side. See like-summary-factory.js.
|
| com.atlassian.confluence.pageobjects.page.DefaultLogoutPage
in 5.8. Use
DefaultLogoutPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.mail.DefaultMailContentManager
since 4.2. See
MailContentManager. |
| com.atlassian.confluence.themes.persistence.hibernate.DefaultPersistentDecoratorDao
since 5.10. Replaced with
CachingPersistentDecoratorDao |
| com.atlassian.confluence.util.http.httpclient.DefaultSeraphAuthenticator
since 6.7. Not used.
|
| com.atlassian.confluence.spaces.DefaultSpaceGroupManager
in 5.9.
|
| com.atlassian.confluence.userstatus.DefaultStatusTextRenderer
Since 5.9.1
|
| com.atlassian.confluence.util.DefaultThumbnailInfoFactory |
| bucket.user.DefaultUserAccessor
since 6.10.0. Use
com.atlassian.confluence.user.UserAccessor |
| com.atlassian.confluence.it.usermanagement.DefaultUserManagementHelper
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.usermanagement.DefaultUserManager} alternative
|
| com.atlassian.confluence.user.DefaultUserProfilePictureManager
since 5.7. CONFDEV-28074 User profile related services will be extracted to a plugin.
|
| com.atlassian.confluence.user.service.DefaultUserProfileService
since 5.7. CONFDEV-28074 User profile related services will be extracted to a plugin.
|
| com.atlassian.confluence.userstatus.DefaultUserStatusManager
Since 5.9.1
|
| com.atlassian.confluence.impl.mail.notification.persistence.DelegatingNotificationDao
since 6.10.0. Use
DelegatingNotificationDaoInternal instead. |
| com.atlassian.confluence.servlet.DelegatingServletManager
Since 5.5, not used.
|
| com.atlassian.confluence.user.service.DeleteProfilePictureCommandImpl
since 5.7. CONFDEV-28074 User profile related services will be extracted to a plugin.
|
| com.atlassian.confluence.userstatus.actions.DeleteUserStatusAction
Since 5.9.1
|
| com.atlassian.confluence.diff.DeltaRanker
since 5.7
|
| com.atlassian.confluence.velocity.Deprecated |
| com.atlassian.confluence.extra.velocitydeprecation.DeprecatedClass |
| com.atlassian.confluence.pageobjects.component.dialog.Dialog
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dialog.Dialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.labels.DialogLabelSection
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.labels.DialogLabelSection instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.menu.DialogMenuItem
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.menu.DialogMenuItem instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.diff.beans.DiffChunkBean
since 5.7
|
| com.atlassian.confluence.diff.marshallers.DiffModelToRenderedClassMapper
since 5.7
|
| com.atlassian.confluence.pages.thumbnail.Dimensions
since 5.3 Use
ImageDimensions instead |
| com.atlassian.confluence.it.usermanagement.DirectoryNames
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.usermanagement.DirectoryNames} alternative
|
| com.atlassian.confluence.plugins.soy.DocLinkFunction
since 5.8. Please use cross product helpUrl function instead.
|
| com.atlassian.confluence.pageobjects.page.user.DraftsPage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.user.DraftsPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.form.DynamicSelectElement
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.form.DynamicSelectElement instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.util.test.EchoAnswer
since 5.6.1, use
AdditionalAnswers.returnsArgAt(int) instead. |
| com.atlassian.confluence.pageobjects.page.content.EditAttachmentPage
in 5.8. Use
EditAttachmentPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.content.EditContentPage
in 5.8. Use
EditContentPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.space.EditCustomContent
in 5.8. Use
EditCustomContent instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.admin.EditGeneralConfigurationPage
in 5.8. Use
EditGeneralConfigurationPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.admin.EditGlobalPermissionsPage
in 5.8. Use
EditGlobalPermissionsPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.admin.EditGlobalStylesheetPage
in 5.8. Use
EditGlobalStylesheetPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.admin.templates.EditGlobalTemplatePage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.admin.templates.EditGlobalTemplatePage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.content.Editor
in 5.8. Use
Editor instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.editor.EditorAutoComplete
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.editor.EditorAutoComplete instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.editor.EditorAutocompleteMacro
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.editor.EditorAutocompleteMacro instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.editor.EditorContent
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.editor.EditorContent instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.editor.EditorEmbeddedImage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.editor.EditorEmbeddedImage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.editor.EditorEmbeddedLink
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.editor.EditorEmbeddedLink instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.editor.toolbars.EditorMainToolbar
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.editor.toolbars.EditorMainToolbar instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.content.EditorPage
in 5.8. Use
EditorPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.content.EditorPreview
in 5.8. Use
EditorPreview instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.editor.EditorTablePicker
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.editor.EditorTablePicker instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.content.EditRestrictedPage
in 5.8. Use
EditRestrictedPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.admin.EditSecurityConfigurationPage
in 5.8. Use
EditSecurityConfigurationPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.space.EditSpacePermissionsPage
in 5.8. Use
EditSpacePermissionsPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.space.EditSpacePermissionsRow
in 5.8. Use
EditSpacePermissionsRow instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.admin.EditSpacesConfigurationPage
in 5.8. Use
EditSpacesConfigurationPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.space.EditSpaceStylesheetPage
in 5.8. Use
EditSpaceStylesheetPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.admin.templates.EditSpaceTemplatePage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.admin.templates.EditSpaceTemplatePage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.dialog.EditTemplateDescriptionDialog
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dialog.EditTemplateDescriptionDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.user.EditUserEditorSettingsPage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.user.EditUserEditorSettingsPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.user.EditUserProfilePage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.user.EditUserProfilePage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.cache.ehcache.hibernate.EhCacheHibernateCacheFactory
since 5.10 Replaced with
HibernateVCacheFactory |
| com.atlassian.confluence.cache.ehcache.hibernate.EhCacheHibernateProvider
since 5.10 Replaced with
HibernateJvmVCacheProvider |
| com.atlassian.confluence.cache.ehcache.EhCacheManagementConfig
since 5.9
|
| com.atlassian.confluence.cache.ehcache.EhCacheStatisticsPublisher
5.9, don't use it since it causes ehcache stats to be held in memory indefinitely
|
| com.atlassian.confluence.pageobjects.component.dialog.EmailToPageDialog
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dialog.EmailToPageDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.like.EventPublishingLikeDao
Use
LikeManager instead. Since v4.3. |
| com.atlassian.confluence.search.scope.ExcludeMailAttachmentsScope
in 5.9. Use
SearchManager instead |
| com.atlassian.confluence.search.scope.ExcludeProfileAttachmentsScope
in 5.9. Use
SearchManager instead |
| com.atlassian.confluence.pageobjects.component.macro.ExpandMacro
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.macro.ExpandMacro instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.event.events.admin.ExportFinishedEvent
since 5.10. Use
AsyncExportFinishedEvent instead |
| com.atlassian.confluence.pageobjects.page.admin.ExternalGadgetsPage
in 5.8. Use
ExternalGadgetsPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.dialog.ExternalImagePanelImageBrowserDialog
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dialog.ExternalImagePanelImageBrowserDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.search.v2.searchfilter.ExternallyDeletedUserSearchFilter
since 6.7 use
ActiveUserSearchFilter instead. |
| com.atlassian.confluence.plugin.descriptor.web.conditions.ExternalUserManagementEnabledCondition
Since 4.2.7. Use the inverse of
WritableDirectoryExistsCondition. |
| com.atlassian.confluence.it.usermanagement.ExternalUserSynchroniser
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.usermanagement.ExternalUserSynchroniser} alternative
|
| com.atlassian.confluence.pageobjects.component.FavouritePage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.FavouritePage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.FavouriteSpace
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.FavouriteSpace instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.it.maven.FileMavenDependency
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.plugin.maven.FileMavenDependency} alternative
|
| com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
Since 5.5 Use
FileSystemAttachmentDataDao |
| com.atlassian.confluence.pageobjects.component.editor.toolbars.FormatDropdownMenu
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.editor.toolbars.FormatDropdownMenu instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.it.Forms
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.jwebunit.usermanagement.Forms} alternative
|
| com.atlassian.confluence.test.rpc.FuncTestJobControlListenerForQuartz
since 5.9
|
| com.atlassian.confluence.pageobjects.component.admin.GadgetFeedsAdminTab
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.admin.GadgetFeedsAdminTab instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.admin.GadgetSpecificationsAdminTab
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.admin.GadgetSpecificationsAdminTab instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.content.macros.GalleryMacro
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.content.macros.GalleryMacro instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.renderer.v2.macros.GenericVelocityMacro
as of 4.0. Replaced by
GenericVelocityMacro. |
| com.atlassian.confluence.plugin.descriptor.web.conditions.GlobalAdministratorOnlyCondition
since 2.7. If the link or operation protected by this condition has the potential to compromise the
security of the system, please use
SystemAdministratorCondition instead, otherwise, use ConfluenceAdministratorCondition.
To err on the side of more security, we are assuming plugin developers intended a restriction to the most powerful group of administrators.
Hence this deprecated class will inherit the permission checks of SystemAdministratorCondition.
This class has been reintroduced to prevent problems with the approvals plugin.
NOTE: This is currently used by the Gliffy plugin. To be removed when they do. CONFDEV-15165. |
| com.atlassian.confluence.pageobjects.page.admin.templates.GlobalTemplatesPage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.admin.templates.GlobalTemplatesPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.it.Group
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.people.Group} alternative
|
| com.atlassian.confluence.pageobjects.component.popup.GroupPickerPopup
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.popup.GroupPickerPopup instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.cluster.HashClusterNameResolver
since 5.5.1. Use
ClusterUtils instead} |
| com.atlassian.confluence.userstatus.tag.HashTagHelper
Since 5.9.1
|
| com.atlassian.confluence.pageobjects.component.menu.HelpMenu
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.menu.HelpMenu instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| bucket.core.persistence.hibernate.HibernateEntityObjectQueue
since 6.10.0. No replacement.
|
| bucket.core.persistence.hibernate.HibernateEntityObjectQueueFactory
since 6.10.0. No replacement.
|
| com.atlassian.confluence.core.persistence.hibernate.HibernateIndexQueueEntryDao
since 6.10.0. Replaced by
HibernateJournalDao. |
| com.atlassian.confluence.userstatus.HibernateUserStatusDao
Since 5.9.1
|
| com.atlassian.confluence.pages.persistence.dao.HierarchicalContentFileSystemHelper
Since 5.5. Use
HierarchicalContentFileSystemHelper. |
| com.atlassian.confluence.pages.persistence.dao.HierarchicalFileSystemAttachmentDataDao
Since 5.5 Use
FileSystemAttachmentDataDao |
| com.atlassian.confluence.dashboard.actions.HomepageAction
since 5.9. No longer used.
IndexAction now performs the
necessary redirection, rather than delegating to this action. |
| com.atlassian.confluence.velocity.htmlsafe.HtmlFragment
since 6.5. Use
HtmlFragment instead. |
| com.atlassian.confluence.util.I18NSupport
since 5.2 Use
I18NBeanFactory.getI18NBean() |
| com.atlassian.confluence.pages.persistence.dao.IdMultiPartHashGenerator
Since 5.5 Use
IdMultiPartHashGenerator |
| com.atlassian.confluence.pageobjects.component.dialog.ImageAttributesPanel
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dialog.ImageAttributesPanel instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.dialog.ImageBrowserDialog
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dialog.ImageBrowserDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.it.ImageLink
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.ImageLink} alternative
|
| com.atlassian.confluence.pageobjects.component.dialog.ImagePropertiesDialog
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dialog.ImagePropertiesDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.editor.ImagePropertyPanel
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.editor.ImagePropertyPanel instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.event.events.search.didyoumean.IndexBuildCompleteEvent
since 5.2. Did-you-mean is no longer in Confluence
|
| bucket.search.persistence.IndexQueueEntry
since 6.10.0. Replaced by
com.atlassian.confluence.impl.journal.JournalEntry. |
| com.atlassian.confluence.pageobjects.component.editor.toolbars.InsertDropdownMenu
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.editor.toolbars.InsertDropdownMenu instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.search.lucene.filter.InSpaceFilterFactory |
| com.atlassian.confluence.pageobjects.page.admin.InviteUsersPanel
in 5.8. Use
InviteUsersPanel instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.util.io.IOUtils
Since 3.0
|
| com.atlassian.confluence.tinymceplugin.conditions.IsEditorPageRestrictedCondition
since 5.9. Use
ContentHasExplicitPermissionsSetCondition |
| com.atlassian.confluence.pageobjects.JavascriptTimedQueryFactory
in 5.8. Use
JavascriptTimedQueryFactory instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.user.providers.jira.JiraJdbcAccessProvider
since 6.10.0. Use
CrowdService instead. |
| com.atlassian.confluence.user.providers.jira.JiraJdbcCredentialsProvider
since 6.10.0. Use
CrowdService instead. |
| com.atlassian.confluence.user.providers.jira.JiraJdbcProfileProvider
since 6.10.0. Use
CrowdService instead. |
| com.atlassian.confluence.user.providers.jira.JiraJdbcPropertySet
since 6.10.0. Use
CrowdService instead. |
| com.atlassian.confluence.plugin.descriptor.JobModuleDescriptor
since 5.10, use
JobConfigModuleDescriptor instead. |
| com.atlassian.confluence.json.parser.JSONArray
since 2.10 Use the json.objects classes.
A JSONArray is an ordered sequence of values. Its external text form is a
string wrapped in square brackets with commas separating the values. The
internal form is an object having
The constructor can convert a JSON text into a Java object. The
A
The generic
The texts produced by the
|
| com.atlassian.confluence.json.parser.JSONObject
Since 5.4 Use 3rd-party JSON library.
|
| com.atlassian.confluence.json.parser.JSONTokener
since 2.10 Use the json.objects classes.
A JSONTokener takes a source string and extracts characters and tokens from it. It is used by the JSONObject and JSONArray constructors to parse JSON source strings. |
| com.atlassian.confluence.pageobjects.component.dialog.KeyboardShortcutHelperDialog
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dialog.KeyboardShortcutHelperDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.KeyboardShortcuts
in 5.8. Use
KeyboardShortcuts instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.it.Label
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.content.Label} alternative
|
| com.atlassian.confluence.labels.LabelPermissionSupport
since 6.9.0. Use the new
LabelPermissionEnforcer if possible |
| com.atlassian.confluence.search.scope.LabelScope
in 5.9. Use
SearchManager instead.
LabelScope will no longer return recently modified personal labels. |
| com.atlassian.confluence.pageobjects.component.dialog.LabelsDialog
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dialog.LabelsDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.search.LabelSearchPage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.search.LabelSearchPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| bucket.core.comparators.LastModificationDateComparator
since 6.10.0. Use
Comparator.comparing(Function) with
EntityObject.getLastModificationDate() instead. |
| com.atlassian.confluence.search.v2.searchfilter.LastModifierSearchFilter
since 5.2. Use
LastModifierUserSearchFilter instead. |
| com.atlassian.confluence.search.v2.lucene.mapper.LastModifierSearchFilterMapper
since 5.2. Use
LastModifierUserSearchFilterMapper instead. |
| com.atlassian.confluence.util.LazyComponentReference
since 5.3 Use
LazyComponentReference. |
| com.atlassian.confluence.plugin.descriptor.web.conditions.LdapUserManagementEnabledCondition
since 3.5 this no longer works properly and is no longer used in the application
|
| com.atlassian.confluence.ui.rest.content.LegacyAttachmentResource
since 5.10. Use the official REST API that lives in confluence-rest-resources.
|
| com.atlassian.confluence.web.LegacyConfluenceWebMenuManager
since 5.9.0. Use
ConfluenceWebMenuManager instead. |
| com.atlassian.confluence.ui.rest.content.LegacyContentResource
since 5.10. Use the official REST API that lives in confluence-rest-resources.
|
| com.atlassian.confluence.ui.rest.LegacyExpansionsParser
since 5.9. use
ExpansionsParser instead. |
| com.atlassian.confluence.ui.rest.people.LegacyPersonResource
since 5.10. Use the official REST API that lives in confluence-rest-resources.
|
| com.atlassian.confluence.ui.rest.content.LegacySpaceResource
since 5.10. Use the official REST API that lives in confluence-rest-resources.
|
| com.atlassian.confluence.ui.rest.content.LegacyTemplateResource
since 5.10. Use the official REST API that lives in confluence-rest-resources.
|
| com.atlassian.confluence.pageobjects.page.setup.LicensePage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.setup.LicensePage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.likes.LikeSection
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.likes.LikeSection instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.internal.pagination.LimitedRequestImpl
since 5.6 use com.atlassian.confluence.api.pagination.LimitedRequestImpl
|
| com.atlassian.confluence.diff.LineChunk
since 5.7
|
| com.atlassian.confluence.diff.LineLevelDiffer
since 5.7. See
Differ |
| com.atlassian.confluence.diff.LineRanker
since 5.7
|
| com.atlassian.confluence.pageobjects.component.dialog.LinkBrowserDialog
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dialog.LinkBrowserDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.editor.LinkPropertyPanel
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.editor.LinkPropertyPanel instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.space.ListPageTemplates
in 5.8. Use
ListPageTemplates instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.setup.LoadContentPage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.setup.LoadContentPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.it.maven.LocalMavenDependency
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.plugin.maven.LocalMavenDependency} alternative
|
| com.atlassian.confluence.concurrent.LockAdapter
Since 5.6, use
ClusterLockService for locking which returns instances
of Lock |
| com.atlassian.confluence.concurrent.LockOperation
Since 5.6. Use
ClusterLockService in conjunction with
ManagedLock.withLock(java.util.concurrent.Callable). |
| com.atlassian.confluence.concurrent.LockOperationWithoutResult
Since 5.6. Use
ClusterLockService in conjunction with
ManagedLock.withLock(Runnable). |
| com.atlassian.confluence.util.longrunning.LongRunningTaskUtils
since 4.0. This class is spun from purest evil. Use the LongRunningTaskManager directly instead.
|
| com.atlassian.confluence.search.contentnames.lucene.LuceneContentNameSearcher
since 6.13 use constants in
SearchFieldNames instead. |
| com.atlassian.confluence.search.v2.lucene.LuceneSearchResults
since 5.9. Use
DefaultSearchResults |
| com.atlassian.confluence.search.v2.lucene.LuceneSubsetResultFilter
since 5.5. To limit search results to an offset and count, construct a
com.atlassian.confluence.search.v2.ISearch#() with the required offset and count. |
| com.atlassian.confluence.pageobjects.component.dialog.MacroBrowserDialog
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dialog.MacroBrowserDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.dialog.MacroBrowserPreview
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dialog.MacroBrowserPreview instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.dialog.MacroForm
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dialog.MacroForm instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.dialog.MacroItem
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dialog.MacroItem instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.editor.MacroPlaceholder
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.editor.MacroPlaceholder instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.editor.MacroPropertyPanel
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.editor.MacroPropertyPanel instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.macro.count.MacroViewEventPublisher
since 5.8. Replaced by
MarshallerMetricsAnalyticsEventPublisher |
| com.atlassian.confluence.mail.Mail
since 4.2. Mail archiving is now managed entirely by the mail archiving plugin.
|
| com.atlassian.confluence.pageobjects.page.space.MailboxImportPage
in 5.8. Use
MailboxImportPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.event.events.content.mail.MailEvent
since 5.11.0, no replacement
|
| com.atlassian.confluence.it.mail.MailHelper |
| com.atlassian.quartz.jobs.MailQueueFlushJob
since 3.0
|
| com.atlassian.confluence.pageobjects.page.admin.ManageAddonsPage
in 5.8. Use
ManageAddonsPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.content.ManageWatchersDialog
in 5.8. Use
ManageWatchersDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pages.ManualTotalPaginationSupport
since 6.10.0. Use
PaginationService instead. |
| bucket.core.persistence.hibernate.MappingResources
since 5.6
|
| com.atlassian.confluence.it.maven.MavenDependencyHelper
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.plugin.maven.MavenDependencyHelper} alternative
|
| com.atlassian.confluence.it.maven.MavenUploadablePlugin
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.plugin.maven.MavenUploadablePlugin} alternative
|
| com.atlassian.confluence.pageobjects.component.popup.MediaSuggestionPopup
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.popup.MediaSuggestionPopup instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| bucket.core.persistence.hibernate.MemoryOptimizedSingleTableEntityPersister
since 6.10.0. Use
com.atlassian.confluence.impl.core.persistence.hibernate.ConfluenceMemoryOptimizedSingleTableEntityPersister instead. |
| com.atlassian.confluence.pageobjects.component.editor.MentionsMenu
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.editor.MentionsMenu instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.search.scope.ModifiedInLastDaysScope
since 5.2.
|
| com.atlassian.confluence.search.scope.ModifiedSinceScope
in 5.9. Use
SearchManager instead |
| com.atlassian.confluence.pageobjects.component.editor.toolbars.MoreFormattingDropdownMenu
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.editor.toolbars.MoreFormattingDropdownMenu instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.dialog.MoveBlogPostDialog
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dialog.MoveBlogPostDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.dialog.MovePageDialog
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dialog.MovePageDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.form.MultiLabelPicker
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.form.MultiLabelPicker instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.form.MultiPicker
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.form.MultiPicker instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.form.MultiSpacePicker
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.form.MultiSpacePicker instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.form.MultiUserPicker
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.form.MultiUserPicker instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.hibernate.dialect.MySQLDialect
since 6.1 This dialect has been replaced with com.atlassian.confluence.impl.hibernate.dialect.MySQLDialect
|
| com.atlassian.confluence.content.render.xhtml.NastyUtilitiesWhichWillBeMadeRedundant
Since 4.1. Use
ConversionContext.getPageContext(). |
| com.atlassian.confluence.cache.option.None
Since 5.6. Use
Option.none() |
| com.atlassian.confluence.pageobjects.page.NoOpPage
in 5.8. Use
NoOpPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.content.NotFoundPage
in 5.8. Use
NotFoundPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.plugin.descriptor.web.conditions.NotSharedModeCondition
Since 5.1. "Shared mode" no longer supported.
|
| com.atlassian.confluence.plugins.contentproperty.search.query.NumberRangeQuery
since 5.10, use
DoubleRangeQuery instead |
| com.atlassian.confluence.pageobjects.page.content.OfficeConnectorPreviewPage
in 5.8. Use
OfficeConnectorPreviewPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.content.macros.OfficeConnectorSlidePreviewMacro
in 5.8. Use
OfficeConnectorSlidePreviewMacro instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.cache.option.OptionalReadThroughCache
Since 5.6 Use
CacheFactory.getCache(String, com.atlassian.cache.CacheLoader) |
| com.atlassian.hibernate.OracleLobSelector
since 6.10.0. Use
LobSelector with DefaultLobHandler instead. |
| com.atlassian.confluence.it.Page
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.content.Content} alternative
|
| com.atlassian.confluence.core.PageContentEntityObject
Since 4.0 This used to be implemented by Comment, but is no longer necessary.
|
| com.atlassian.confluence.event.events.content.page.async.PageCreatedEvent
since 5.5. Use the synchronous events
|
| com.atlassian.confluence.event.events.content.page.async.PageEditedEvent
since 5.5. Use the synchronous events
|
| com.atlassian.confluence.mail.notification.listeners.PageEventToAsyncPageEventTransformerListener
since 5.3 this class is intermittent bridge for safe migration from sync to async event processing
and not intended to long term usage.
In next releases sync version will be removed and async version of events will be published from PageManager
|
| com.atlassian.confluence.pageobjects.page.content.PageInfo
in 5.8. Use
PageInfo instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.labels.PageLabelsSection
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.labels.PageLabelsSection instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.editor.PageLayout2Toolbar
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.editor.PageLayout2Toolbar instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.event.events.content.page.async.PageMovedEvent
since 5.5. Use the synchronous events
|
| com.atlassian.confluence.pageobjects.component.dialog.PageOrderingRootTree
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dialog.PageOrderingRootTree instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.menu.PageRedirectMenuItem
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.menu.PageRedirectMenuItem instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.dialog.PageRestrictionsDialog
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dialog.PageRestrictionsDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| bucket.core.actions.PagerPaginationSupport
since 6.10.0. Use
PaginationService instead. |
| com.atlassian.confluence.pageobjects.page.space.PagesCollectorPage
in 5.8. Use
PagesCollectorPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.content.PageTemplateWizard
in 5.8. Use
PageTemplateWizard instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.event.events.content.page.async.PageTrashedEvent
since 5.5. Use the synchronous events
|
| bucket.core.actions.PaginationSupport
since 6.10.0. Use
PaginationService instead. |
| com.atlassian.confluence.pageobjects.page.PeopleDirectoryPage
in 5.8. Use
PeopleDirectoryPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.security.PermissionCheckDispatcherResultCache
since 5.9. No longer used.
|
| com.atlassian.confluence.search.v2.query.PermittedSpacesQuery
since 3.0. Please use
SpacePermissionsSearchFilter instead. |
| com.atlassian.confluence.search.scope.PermittedSpacesScope
in 5.9. Use
SearchManager instead |
| com.atlassian.confluence.search.v2.lucene.boosting.PluggableBoostingStrategy
5.9 use BoostingQueryFactory - This has moved to be an implementation detail of confluence-search plugin
|
| com.atlassian.confluence.it.rpc.PluginQuartzJob
Use confluence-test-utils module's com.atlassian.confluence.test.rest.api.scheduler.PluginQuartzJob.
|
| com.atlassian.confluence.pageobjects.page.admin.templates.PluginTemplateInfo
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.admin.templates.PluginTemplateInfo instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.admin.PopMailConfigPage
in 5.8. Use
PopMailConfigPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.util.ProfilePicture
since 2.9. Functionality has moved to the UserProfileService.
|
| com.atlassian.confluence.util.profiling.ProfilingPageFilter
since 5.8. Use
ProfilingSiteMeshFilter instead. |
| com.atlassian.confluence.pageobjects.component.dialog.ProjectShortcutsDialog
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dialog.ProjectShortcutsDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.it.PropertiesManager
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.properties.PropertiesManager} alternative
|
| com.atlassian.confluence.it.PropertiesManagerFactory
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.properties.PropertiesManagerFactory} alternative
|
| com.atlassian.confluence.pageobjects.component.editor.PropertyPanel
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.editor.PropertyPanel instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.plugins.rest.resources.PrototypeAttachmentResource
since 5.10. Use the official REST API that lives in confluence-rest-resources.
|
| com.atlassian.confluence.plugins.rest.resources.PrototypeContentResource
since 5.10. Use the official REST API that lives in confluence-rest-resources.
|
| com.atlassian.confluence.plugins.rest.resources.PrototypeSearchService
since 5.10. Use the official REST API that lives in confluence-rest-resources.
|
| com.atlassian.confluence.plugins.rest.resources.PrototypeSpaceResource
since 5.10. Use the official REST API that lives in confluence-rest-resources.
|
| com.atlassian.confluence.plugins.rest.resources.PrototypeUserResource
since 5.10. Use the official REST API that lives in confluence-rest-resources.
|
| com.atlassian.confluence.plugins.rest.resources.PrototypeUserSession
since 5.10. Use the official REST API that lives in confluence-rest-resources.
|
| com.atlassian.quartz.QuartzUtil
since 6.10.0. Use
com.atlassian.scheduler.SchedulerService instead. |
| com.atlassian.confluence.pageobjects.component.dialog.QuickReloadDialog
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dialog.QuickReloadDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.dropdown.QuickSearch
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dropdown.QuickSearch instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.dropdown.QuickSearchSuggestions
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dropdown.QuickSearchSuggestions instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.RandomnessHandler
since 5.8. Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.utils.RandomnessHandler} alternative
|
| com.atlassian.confluence.plugins.contentproperty.search.query.Range
since 5.10, use
Range instead |
| com.atlassian.confluence.pageobjects.page.admin.RebuildAncestorTablePage
in 5.8. Use
RebuildAncestorTablePage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.rpc.soap.beans.RemotePermission
Since 2.7. use
RemoteContentPermission instead |
| com.atlassian.confluence.rpc.soap.beans.RemoteSpaceGroup
since 5.9.
|
| com.atlassian.confluence.pageobjects.component.dialog.RemoveTemplateDialog
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dialog.RemoveTemplateDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.content.RenderedContent
in 5.8. Use
RenderedContent instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.dialog.ReorderTree
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dialog.ReorderTree instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.util.ResizableImage
Since 5.5, not used.
|
| com.atlassian.confluence.util.Resource
since 3.1 Resources are no longer used in Confluence. This class remains as it is referenced in a number
of upgrade tasks.
|
| com.atlassian.confluence.it.ResponseXPath
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.jwebunit.usermanagement.ResponseXPath} alternative
|
| com.atlassian.confluence.it.RestHelper
since 6.4 Use
com.atlassian.confluence.test.stateless.ConfluenceStatelessRestTestRunner instead |
| com.atlassian.confluence.xml.SafeXmlParserFactory
since 5.0. use
SecureXmlParserFactory instead |
| com.atlassian.confluence.pageobjects.page.SAMLLogoutPage
in 6.1. Use
DefaultLogoutPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| bucket.core.persistence.hibernate.schema.SchemaHelper
since 6.10.0. Use
com.atlassian.confluence.impl.core.persistence.hibernate.schema.ConfluenceSchemaHelper instead. |
| bucket.core.persistence.hibernate.schema.SchemaUpdateListener
since 6.10.0. Replaced by
com.atlassian.confluence.plugin.PluginFrameworkContextListener. |
| com.atlassian.confluence.search.v2.Search
since 3.0. Use
ContentSearch instead. |
| com.atlassian.confluence.pageobjects.component.editor.SearchAndReplaceToolbar
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.editor.SearchAndReplaceToolbar instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.search.v2.lucene.SearcherAction
since 5.5. Use
SearcherWithTokenAction instead. |
| com.atlassian.confluence.pageobjects.page.admin.SearchIndexesPage
in 5.8. Use
SearchIndexesPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.search.SearchPage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.search.SearchPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.dialog.SearchPanelInImageBrowserDialog
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dialog.SearchPanelInImageBrowserDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.SearchResultPage
in 5.8. Use
SearchResultPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.search.actions.SearchSiteAction
5.9
|
| com.atlassian.confluence.pageobjects.page.setup.SelectBundlePage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.setup.SelectBundlePage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.setup.SelectUserManagementPage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.setup.SelectUserManagementPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.core.persistence.confluence.SessionFactoryTypeThreadLocal
since 5.10. Replaced by SessionCacheModeThreadLocal.
|
| com.atlassian.confluence.user.service.SetProfilePictureFromFilenameCommand
since 5.7. CONFDEV-28074 User profile related services will be extracted to a plugin.
|
| com.atlassian.confluence.user.service.SetProfilePictureFromImageCommandImpl
since 5.7. CONFDEV-28074 User profile related services will be extracted to a plugin.
|
| com.atlassian.confluence.pageobjects.page.setup.SetupCompletePage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.setup.SetupCompletePage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.setup.SetupSystemAdministratorPage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.setup.SetupSystemAdministratorPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.search.v2.searchfilter.ShadowedUserSearchFilter
since 6.7 use
ActiveUserSearchFilter instead. |
| com.atlassian.confluence.setup.settings.SharedDraftsDarkFeatureHelper
since 6.3.0. Use
CollaborativeEditingHelper |
| com.atlassian.confluence.user.extras.aggregation.impl.ShouldDisplayDirectoryAggregationWarning |
| com.atlassian.confluence.it.SimpleLink
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.PollingChangeTracker} alternative
|
| com.atlassian.confluence.it.plugin.SimplePlugin
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.plugin.SimplePlugin} alternative
|
| com.atlassian.confluence.pages.thumbnail.renderer.SimpleThresholdPredicate
since 5.3. Use
SimpleImageRenderPredicate. |
| com.atlassian.confluence.pageobjects.page.space.SiteExportResult
in 5.8. Use
SiteExportResult instead
from maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new
README. |
| com.atlassian.confluence.plugins.lookandfeel.events.SiteLogoChangedEvent
since 5.10. Use
SiteLogoChangedEvent |
| com.atlassian.confluence.cache.option.Some
since 5.6 Use
Option.some(Object) |
| com.atlassian.confluence.pageobjects.page.content.SourceEditor
in 5.8. Use
SourceEditor instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.it.Space
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.content.Space} alternative
|
| com.atlassian.confluence.pageobjects.page.SpaceDirectoryPage
in 5.8. Use
SpaceDirectoryPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.space.SpaceExportTree
in 5.8. Use
SpaceExportTree instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.spaces.SpaceGroup
in 5.9.
|
| com.atlassian.confluence.util.SpaceGroupComparator
since 5.9.
|
| com.atlassian.confluence.pageobjects.page.space.SpaceHtmlExport
in 5.8. Use
SpaceHtmlExport instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.search.scope.SpaceScope
in 5.9. Use
SearchManager instead |
| com.atlassian.confluence.pageobjects.component.menu.SpacesMenu
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.menu.SpacesMenu instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.admin.templates.SpaceTemplatesPage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.admin.templates.SpaceTemplatesPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.spaces.SpaceUtils
since 5.2
|
| com.atlassian.confluence.pageobjects.page.space.SpaceXmlExport
in 5.8. Use
SpaceXmlExport instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| bucket.core.persistence.hibernate.SpringDataSourceConnectionProvider
since 6.10.0. Use
com.atlassian.confluence.impl.core.persistence.hibernate.ConfluenceSpringDataSourceConnectionProvider instead. |
| com.atlassian.hibernate.SpringPluginHibernateSessionFactory
since 6.1. Remove when the matching interface is removed.
|
| com.atlassian.confluence.admin.actions.cluster.StartClusterTask
since 5.9
|
| com.atlassian.confluence.pageobjects.page.setup.StartSetupPage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.setup.StartSetupPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.event.events.userstatus.StatusCreateEvent
since 5.11.0, no replacement
|
| com.atlassian.confluence.userstatus.actions.StatusListAction
Since 5.9.1
Action used to show a paginated list of status updates for a particular user.
|
| com.atlassian.confluence.pageobjects.component.macro.StatusMacro
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.macro.StatusMacro instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.event.events.userstatus.StatusRemoveEvent
since 5.11.0, no replacement
|
| com.atlassian.confluence.search.v2.filter.SubsetResultFilter
since 5.5. To limit search results to a certain offset and maxResults use the following instead:
int startOffset = 0; |
| com.atlassian.confluence.pageobjects.component.dialog.SymbolDialog
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dialog.SymbolDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.plugin.descriptor.web.conditions.SystemAdministratorOrSuperUserCondition
since 3.5 use
SystemAdministratorCondition because this one is now inaccurately named |
| com.atlassian.confluence.userstatus.tag.TagExtractor
Since 5.9.1
|
| com.atlassian.quartz.jobs.TaskQueueFlushJob
since 5.10, use
TaskQueueFlushJob instead. |
| com.atlassian.confluence.it.resource.TempDirectory
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.utils.TempDirectory} alternative
|
| com.atlassian.confluence.search.lucene.tasks.TempIndexBackedIndexTaskPerformer
since 5.9. Not used.
|
| com.atlassian.confluence.pageobjects.page.admin.templates.TemplateInfo
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.admin.templates.TemplateInfo instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.it.TestProperties
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.properties.TestProperties} alternative
|
| com.atlassian.confluence.it.TestUserFactory
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.usermanagement.TestUserFactory} alternative
|
| com.atlassian.confluence.search.scope.TextScope
in 5.9. Use
SearchManager instead |
| com.atlassian.confluence.security.ThreadLocalPermissionsCache
since 5.9 - plugins should use
PermissionManager or ConfluenceAccessManager instead,
which will automatically use the appropriate thread-local caching. |
| com.atlassian.confluence.util.TimePeriod
Since 5.4. Use
Period. |
| com.atlassian.confluence.pageobjects.component.header.TitleText
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.header.TitleText instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.ToggleFavourites
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.ToggleFavourites instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.menu.ToolsMenu
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.menu.ToolsMenu instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.trace.TraceContext
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.trace.TraceContext instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.trace.Tracer
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.trace.Tracer instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| bucket.core.persistence.hibernate.schema.TransientHibernateHandle
since 4.2 this has been moved to
com.atlassian.confluence.core.persistence.hibernate.TransientHibernateHandle, which currently extends
this class.
|
| com.atlassian.confluence.content.service.page.TrashPageCommandImpl
since 5.8. Use
DeletePageCommand instead |
| com.atlassian.confluence.plugin.descriptor.TriggerModuleDescriptor
since 5.10, use
JobConfigModuleDescriptor instead |
| com.atlassian.confluence.util.http.httpclient.TrustedTokenAuthenticator.TrustedConnectionStatus
since 2.10, use
TrustedConnectionStatus |
| com.atlassian.confluence.search.scope.TypeScope
in 5.9. Use
SearchManager instead |
| com.atlassian.confluence.search.v2.searchfilter.UnlicensedUserSearchFilter
since 6.7 use
ActiveUserSearchFilter instead. |
| com.atlassian.confluence.pages.persistence.dao.UpdateAttachmentsOnFilesystemOnPageMoveListener
Since 5.5 Use
UpdateAttachmentsOnFilesystemOnPageMoveListener |
| com.atlassian.confluence.userstatus.actions.UpdateUserStatusAction
Since 5.9.1
|
| com.atlassian.confluence.upgrade.UpgradeUtils
since 3.5.9 Use
HibernateDdlExecutor and associated DdlCommands, or HibernateConfig if your code
still needs to know which DB type its using. |
| com.atlassian.confluence.it.plugin.UploadablePluginBuilder
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.plugin.UploadablePluginBuilder} alternative
|
| com.atlassian.confluence.pages.UploadedResource
since 3.1. Use
UploadedResource instead. |
| com.atlassian.confluence.pageobjects.page.admin.UPMAuditLogPage
in 5.8. Use
UPMAuditLogPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.admin.UPMCompatibilityCheckPage
in 5.8. Use
UPMCompatibilityCheckPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.it.User
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.people.User} alternative
|
| com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserCanUseConfluenceCondition
since 5.0. Use
TargetUserCanUseConfluenceCondition or RemoteUserCanUseConfluenceCondition |
| com.atlassian.confluence.user.UserConfigurationChecker
since 6.10.0. Use
CrowdService instead. |
| com.atlassian.confluence.it.admin.UserDirectories
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.jwebunit.usermanagement.UserDirectories} alternative
|
| com.atlassian.confluence.it.admin.UserDirectory
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.jwebunit.usermanagement.UserDirectory} alternative
|
| bucket.user.UserFilter
Since 5.5. No longer used.
|
| com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserFollowingTargetCondition
since 3.1 use
FollowingTargetUserCondition |
| com.atlassian.confluence.pageobjects.component.popup.UserHoverPopup
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.popup.UserHoverPopup instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.popup.UserPickerPopup
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.popup.UserPickerPopup instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| bucket.user.UserPreferencesKeys
since 6.10.0. Use replacements described below.
|
| com.atlassian.confluence.pageobjects.component.macro.UserProfileMacro
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.macro.UserProfileMacro instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.admin.users.UsersAdmin
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.admin.users.UsersAdmin instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.search.actions.UserSearchAction
since 3.3. Use REST user search API instead.
|
| com.atlassian.confluence.userstatus.UserStatus
since 5.9.1
Stores a short message representing a status from a User.
Not attached to any space |
| com.atlassian.confluence.userstatus.actions.UserStatusJsonResult
Since 5.9.1
|
| com.atlassian.confluence.userstatus.listeners.UserStatusLabelListener
Since 5.9.1
Listens for newly created user statuses and adds labels to them based on any hash tags found within. Will only
add global labels, none of the fancy my: stuff will work.
|
| com.atlassian.confluence.pageobjects.component.form.UserWatcherPicker
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.form.UserWatcherPicker instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.user.UserWatchesPage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.user.UserWatchesPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new
README. |
| com.atlassian.confluence.it.UserWithKey
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.api.model.person.UserWithDetails} alternative
|
| com.atlassian.confluence.it.rpc.VersionedRpcBaseResolver
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.rpc.VersionedRpcBaseResolver} alternative
|
| com.atlassian.confluence.pageobjects.page.content.ViewAttachmentsPage
in 5.8. Use
ViewAttachmentsPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pages.actions.ViewDraftAttachmentsAction
since 5.7. No replacement.
|
| com.atlassian.confluence.pageobjects.component.dialog.ViewDraftDiffDialog
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dialog.ViewDraftDiffDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.admin.ViewGlobalStylesheetPage
in 5.8. Use
ViewGlobalStylesheetPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.admin.ViewGroupMembersAdminPage
in 5.8. Use
ViewGroupMembersAdminPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.admin.ViewMailServersPage
in 5.8. Use
ViewMailServersPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.content.ViewPage
in 5.8. Use
ViewPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.content.ViewPageAddComment
in 5.8. Use
ViewPageAddComment instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.content.ViewPageAnonymous
in 5.8. Use
ViewPageAnonymous instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.content.ViewPageDiff
in 5.8. Use
ViewPageDiff instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.content.ViewPageHistory
in 5.8. Use
ViewPageHistory instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.space.ViewPageTemplate
in 5.8. Use
ViewPageTemplate instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.user.ViewProfilePage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.user.ViewProfilePage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.content.ViewRecentBlogPosts
in 5.8. Use
ViewRecentBlogPosts instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.content.ViewRestrictedPage
in 5.8. Use
ViewRestrictedPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.admin.ViewSpacesConfigurationPage
in 5.8. Use
ViewSpacesConfigurationPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.space.ViewSpaceStylesheetPage
in 5.8. Use
ViewSpaceStylesheetPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.spaces.actions.ViewSpaceSummaryAdminAction
since 5.0
|
| com.atlassian.confluence.pageobjects.page.space.ViewSpaceSummaryPage
in 5.8. Use
ViewSpaceSummaryPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.space.ViewSpaceTrashPage
in 5.8. Use
ViewSpaceTrashPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.admin.templates.ViewTemplatePage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.admin.templates.ViewTemplatePage
instead from maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new
README. |
| com.atlassian.confluence.pageobjects.page.user.ViewUserProfilePage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.user.ViewUserProfilePage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.search.lucene.filter.ViewUserProfilesPermissionsFilter
since 5.9, use
BrowseUsersPermissionsFilterFactory.create(com.atlassian.user.User) instead |
| com.atlassian.confluence.pageobjects.page.user.ViewUserSettingsPage
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.page.user.ViewUserSettingsPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.userstatus.actions.ViewUserStatusAction
Since 5.9.1
Action used to show a single status update
|
| com.atlassian.confluence.cache.WarnBeforeMethodAdvice
Since 5.5. No replacement.
|
| com.atlassian.confluence.pageobjects.page.content.WatchDialog
in 5.8. Use
WatchDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.WebDriverLink
in 5.8. Use
WebDriverLink instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.WebdriverUtils
in 5.8. Use
WebdriverUtils instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.event.events.security.WebLoginEvent
since 5.0. use
LoginEvent instead. |
| com.atlassian.confluence.it.WebTesterFactory
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.jwebunit.WebTesterFactory} alternative
|
| com.atlassian.confluence.plugin.descriptor.WelcomeFileModuleDescriptor
since 5.9. welcome-file modules are no longer supported (and were never documented to begin with).
Note to any CQ devs reading this: this module type was added to support CQ Standalone, but that project seems to be dead, so this welcome-file infrastructure just adds complexity for no purpose. If we want to resurrect it, then we'll need to rethink. |
| com.atlassian.confluence.pageobjects.component.dashboard.WelcomeVideoDialog
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dashboard.WelcomeVideoDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.dialog.WhatsNewDialog
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dialog.WhatsNewDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.component.dialog.WikiMarkupDialog
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dialog.WikiMarkupDialog instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.diff.WordChunk
since 5.7
|
| com.atlassian.confluence.diff.WordLevelDiffer
since 5.7
|
| com.atlassian.confluence.pageobjects.component.header.WorkboxHeaderItem
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.header.WorkboxHeaderItem instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.search.v2.lucene.WrappedHitImpl
since 5.2. Hit abstraction no longer exists in lucene 4.2.x.
|
| com.atlassian.confluence.content.render.xhtml.XhtmlCleaner.AppliedRuleDescription
since 5.1.4 See
StorageFormatCleaner instead. |
| com.atlassian.confluence.content.render.xhtml.XhtmlCleaner.Result
since 5.1.4 See
StorageFormatCleaner instead. |
| com.atlassian.confluence.util.XslUtil
Since 4.0. See
XslTransformer instead. |
| com.atlassian.confluence.setup.xstream.XStreamFactoryBean
since 2.3, use
XStreamManager instead. |
| Enum and Description |
|---|
| com.atlassian.confluence.it.admin.BundledTheme
since 6.0 due to removal of DocTheme
|
| com.atlassian.confluence.setup.settings.ConfluenceFlavour
since 5.10. No longer needed.
|
| com.atlassian.confluence.search.lucene.ConfluenceIndexManager.IndexQueueFlushMode
since 5.10, use
IndexManager.IndexQueueFlushMode |
| com.atlassian.confluence.pageobjects.ConfluenceTestedProduct.LoginType |
| com.atlassian.confluence.diff.DiffType
since 5.7
|
| com.atlassian.confluence.it.usermanagement.Directory
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.usermanagement.DirectoryConfigurationFactory} alternative
|
| com.atlassian.confluence.it.usermanagement.DirectoryConfigurationCapability
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.usermanagement.DirectoryConfigurationCapability} alternative
|
| com.atlassian.confluence.pageobjects.component.editor.EditorMessages
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.editor.EditorMessages instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.pageobjects.page.space.ExportType
in 5.8. Use
ExportType instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| com.atlassian.confluence.it.GlobalPermission
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.rpc.api.permissions.GlobalPermission} alternative
|
| com.atlassian.confluence.diff.renderer.HtmlChangeChunkRenderer
since 5.7
|
| com.atlassian.confluence.diff.renderer.HtmlCharacterChunkRenderer
since 5.7
|
| com.atlassian.confluence.diff.renderer.HtmlLineChunkRenderer
since 5.7
|
| com.atlassian.confluence.diff.renderer.HtmlWordChunkRenderer
since 5.7
|
| com.atlassian.confluence.it.admin.LdapDirectoryPermission
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.jwebunit.usermanagement.LdapDirectoryPermission} alternative
|
| com.atlassian.confluence.it.admin.NewDirectoryType
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.jwebunit.usermanagement.NewDirectoryType} alternative
|
| com.atlassian.confluence.search.lucene.ReIndexOption
since 5.10. Use
ReIndexOption |
| com.atlassian.confluence.core.persistence.confluence.SessionFactoryTypeEnum
since 5.10
|
| com.atlassian.confluence.it.SpacePermission
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.api.permissions.SpacePermission} alternative
|
| com.atlassian.confluence.diff.renderer.StaticHtmlChangeChunkRenderer
since 5.7
|
| com.atlassian.confluence.pageobjects.component.dialog.TreePosition
in 5.8. Use
com.atlassian.confluence.webdriver.pageobjects.component.dialog.TreePosition instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. |
| Exceptions and Description |
|---|
| com.atlassian.confluence.json.parser.JSONException
since 2.10 Use the json.objects classes.
The JSONException is thrown by the JSON.org classes then things are amiss. |
| bucket.user.LicensingException
since 6.10.0. Use
com.atlassian.confluence.license.exception.LicenseUserLimitExceededException instead. |
| com.atlassian.confluence.it.rpc.RpcRuntimeException
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.rpc.RpcRuntimeException} alternative
|
| com.atlassian.confluence.pages.persistence.dao.UpdateAttachmentsOnFileSystemException
Since 5.5 Use
UpdateAttachmentsOnFileSystemException |
| Annotation Type and Description |
|---|
| com.atlassian.confluence.velocity.htmlsafe.HtmlSafe
since 6.5. Use
HtmlSafe instead. |
| com.atlassian.confluence.velocity.annotations.ReturnValueAnnotation
since 6.5. Use
ReturnValueAnnotation instead. |
| com.atlassian.confluence.security.websudo.WebSudoNotRequired
since 3.4 - please use
WebSudoNotRequired instead. |
| com.atlassian.confluence.security.websudo.WebSudoRequired
since 3.4 - please use
WebSudoRequired instead. |
Copyright © 2003–2021 Atlassian. All rights reserved.