Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 

A

ABORT - Static variable in class com.atlassian.confluence.api.service.content.ContentDraftService.ConflictPolicy
If a conflict occurs the update is aborted with a ConflictException which converts to a http 409 error
AboutPageAction - Class in com.atlassian.confluence.about
 
AboutPageAction() - Constructor for class com.atlassian.confluence.about.AboutPageAction
 
AboutPagePanelModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor.aboutpage
 
AboutPagePanelModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.aboutpage.AboutPagePanelModuleDescriptor
 
AbsoluteHrefEvaluator - Class in com.atlassian.confluence.content.render.xhtml.links
Produces absolute URL's / HREF's for the specified object.
AbsoluteHrefEvaluator(HrefEvaluator, SettingsManager, ContextPathHolder) - Constructor for class com.atlassian.confluence.content.render.xhtml.links.AbsoluteHrefEvaluator
 
AbstractActionBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
 
AbstractActionBreadcrumb(Action) - Constructor for class com.atlassian.confluence.util.breadcrumbs.AbstractActionBreadcrumb
 
AbstractAttachmentCopier - Class in com.atlassian.confluence.pages.persistence.dao
This method implements some of the methods from the AttachmentDao.AttachmentCopier interface.
AbstractAttachmentCopier() - Constructor for class com.atlassian.confluence.pages.persistence.dao.AbstractAttachmentCopier
 
AbstractAttachmentLink - Class in com.atlassian.confluence.links
Class represents a link to an attachment.
AbstractAttachmentLink(GenericLinkParser) - Constructor for class com.atlassian.confluence.links.AbstractAttachmentLink
 
AbstractAuditListener - Class in com.atlassian.confluence.impl.audit.listener
Abstract superclass for all audit listeners that provides some useful common functionality like i18n string handling
AbstractAuditListener(AuditManager, AuditHandlerService, AuditRecordEntityFactory, AuditListenerHelper, AuditBroker, AuditFormatConverter) - Constructor for class com.atlassian.confluence.impl.audit.listener.AbstractAuditListener
 
AbstractAutoProxyCreator - Class in org.springframework.aop.framework.autoproxy
BeanPostProcessor implementation that wraps each eligible bean with an AOP proxy, delegating to specified interceptors before invoking the bean itself.
AbstractAutoProxyCreator() - Constructor for class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
AbstractAwareInterceptor - Class in com.atlassian.confluence.setup.webwork
 
AbstractAwareInterceptor() - Constructor for class com.atlassian.confluence.setup.webwork.AbstractAwareInterceptor
 
AbstractBackupRestoreAction - Class in com.atlassian.confluence.importexport.actions
 
AbstractBackupRestoreAction() - Constructor for class com.atlassian.confluence.importexport.actions.AbstractBackupRestoreAction
 
AbstractBlogPostsAction - Class in com.atlassian.confluence.pages.actions
 
AbstractBlogPostsAction() - Constructor for class com.atlassian.confluence.pages.actions.AbstractBlogPostsAction
 
AbstractBootstrapApplicationListener<E extends org.springframework.context.ApplicationEvent> - Class in com.atlassian.confluence.setup
 
AbstractBootstrapApplicationListener() - Constructor for class com.atlassian.confluence.setup.AbstractBootstrapApplicationListener
 
AbstractBootstrapHotSwappingFilter - Class in com.atlassian.confluence.util
Abstact filter class which will delegate to a particular filter once the container manager is setup.
AbstractBootstrapHotSwappingFilter() - Constructor for class com.atlassian.confluence.util.AbstractBootstrapHotSwappingFilter
 
AbstractBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
 
AbstractBreadcrumb() - Constructor for class com.atlassian.confluence.util.breadcrumbs.AbstractBreadcrumb
 
AbstractBreadcrumb(String, String) - Constructor for class com.atlassian.confluence.util.breadcrumbs.AbstractBreadcrumb
 
AbstractBreadcrumb(String, String, String) - Constructor for class com.atlassian.confluence.util.breadcrumbs.AbstractBreadcrumb
 
AbstractBulkPageAction<OPTIONS extends DefaultBulkOptions,CONTEXT extends BulkExecutionContext> - Class in com.atlassian.confluence.pages.persistence.dao.bulk
 
AbstractBulkPageAction(OPTIONS) - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.AbstractBulkPageAction
 
AbstractChainableSearchFilter - Class in com.atlassian.confluence.search.v2
A super class that defines standard AND and OR chaining behaviour.
AbstractChainableSearchFilter() - Constructor for class com.atlassian.confluence.search.v2.AbstractChainableSearchFilter
 
AbstractClusterAwareQuartzJobBean - Class in com.atlassian.confluence.setup.quartz
Deprecated.
since 5.10, use atlassian-scheduler instead.
AbstractClusterAwareQuartzJobBean() - Constructor for class com.atlassian.confluence.setup.quartz.AbstractClusterAwareQuartzJobBean
Deprecated.
 
AbstractClusterSafetyManager - Class in com.atlassian.confluence.cluster.safety
Contains common functionality for clustered and standalone safety managers
AbstractClusterSafetyManager(ClusterSafetyDao, EventPublisher, ClusterManager, LicenseService) - Constructor for class com.atlassian.confluence.cluster.safety.AbstractClusterSafetyManager
 
AbstractColourScheme - Class in com.atlassian.confluence.themes
 
AbstractColourScheme() - Constructor for class com.atlassian.confluence.themes.AbstractColourScheme
 
AbstractCommandAction - Class in com.atlassian.confluence.pages.actions
CommandAction-implementing class that delegates to a CommandActionHelper.
AbstractCommandAction() - Constructor for class com.atlassian.confluence.pages.actions.AbstractCommandAction
 
AbstractConfigLongRunningTask - Class in com.atlassian.confluence.plugins.synchrony.tasks
Abstract class for long running tasks which change Collaborative Editing configuration Usually, this is a change to the collaborative editing mode (on, limited, off) as well as restart.
AbstractConfigLongRunningTask(SynchronyConfigurationManager, SynchronyProcessManager, SynchronyMonitor, CacheManager, SynchronyConfigTaskTracker, EventPublisher, CollaborativeEditingModeDuration) - Constructor for class com.atlassian.confluence.plugins.synchrony.tasks.AbstractConfigLongRunningTask
 
AbstractConstraintCreationUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
An abstract upgrade task for when you just want to run a bunch of constraint creation statements from a properties file.
AbstractConstraintCreationUpgradeTask(SessionFactory) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.AbstractConstraintCreationUpgradeTask
 
AbstractContentEntity - Class in com.atlassian.confluence.it
Deprecated.
Please use confluence-java-api module instead. See {com.atlassian.confluence.api.model.content.Content} alternative
AbstractContentEntity() - Constructor for class com.atlassian.confluence.it.AbstractContentEntity
Deprecated.
 
AbstractContentEntity(AbstractContentEntity) - Constructor for class com.atlassian.confluence.it.AbstractContentEntity
Deprecated.
 
AbstractContentEntityLink - Class in com.atlassian.confluence.links.linktypes
 
AbstractContentEntityLink(GenericLinkParser) - Constructor for class com.atlassian.confluence.links.linktypes.AbstractContentEntityLink
 
AbstractContentEntityObjectHibernateDao<T extends ContentEntityObject> - Class in com.atlassian.confluence.internal.persistence.hibernate
 
AbstractContentEntityObjectHibernateDao() - Constructor for class com.atlassian.confluence.internal.persistence.hibernate.AbstractContentEntityObjectHibernateDao
 
AbstractContentEntityRenderSupport<T extends ContentEntityObject> - Class in com.atlassian.confluence.rss
 
AbstractContentEntityRenderSupport() - Constructor for class com.atlassian.confluence.rss.AbstractContentEntityRenderSupport
 
AbstractContentEntityReport - Class in com.atlassian.confluence.mail.reports
 
AbstractContentEntityReport(ContentEntityObject, ChangeDigestReport) - Constructor for class com.atlassian.confluence.mail.reports.AbstractContentEntityReport
 
AbstractContentNotificationsListener - Class in com.atlassian.confluence.mail.notification.listeners
 
AbstractCopyPageHierarchyEvent - Class in com.atlassian.confluence.event.events.content.pagehierarchy
TODO: Document this class / interface here
AbstractCopyPageHierarchyEvent(Object, Page, Page, ConfluenceUser, boolean) - Constructor for class com.atlassian.confluence.event.events.content.pagehierarchy.AbstractCopyPageHierarchyEvent
 
AbstractCreateAndEditPageAction - Class in com.atlassian.confluence.pages.actions
 
AbstractCreateAndEditPageAction() - Constructor for class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
AbstractCreatePageAction - Class in com.atlassian.confluence.pages.actions
Functions shared between creating pages and blog posts.
AbstractCreatePageAction() - Constructor for class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
AbstractCreateSpaceAction - Class in com.atlassian.confluence.spaces.actions
 
AbstractCreateSpaceAction() - Constructor for class com.atlassian.confluence.spaces.actions.AbstractCreateSpaceAction
 
AbstractDatabaseCollationRule - Class in com.atlassian.confluence.impl.health.checks.rules
Convenient superclass for Database Collation Health Check Rules.
AbstractDatabaseCollationRule(ErrorMessageProvider, URL, DatabaseCollationVerifier, DatabaseHelper, HibernateConfig, String[]) - Constructor for class com.atlassian.confluence.impl.health.checks.rules.AbstractDatabaseCollationRule
 
AbstractDatabaseCreationAction - Class in com.atlassian.confluence.setup.actions
 
AbstractDatabaseCreationAction() - Constructor for class com.atlassian.confluence.setup.actions.AbstractDatabaseCreationAction
 
AbstractDatabaseSetupRule - Class in com.atlassian.confluence.impl.health.checks.rules
Convenient superclass for Database Setup Health Check Rules.
AbstractDecoratorAction - Class in com.atlassian.confluence.admin.actions.lookandfeel
 
AbstractDecoratorAction() - Constructor for class com.atlassian.confluence.admin.actions.lookandfeel.AbstractDecoratorAction
 
AbstractDeferredRunUpgradeTask - Class in com.atlassian.confluence.upgrade
 
AbstractDeferredRunUpgradeTask() - Constructor for class com.atlassian.confluence.upgrade.AbstractDeferredRunUpgradeTask
 
AbstractDialog - Class in com.atlassian.confluence.pageobjects.component.dialog
Deprecated.
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.
AbstractDialog(String) - Constructor for class com.atlassian.confluence.pageobjects.component.dialog.AbstractDialog
Deprecated.
 
AbstractDiffPagesAction - Class in com.atlassian.confluence.pages.actions
 
AbstractDiffPagesAction() - Constructor for class com.atlassian.confluence.pages.actions.AbstractDiffPagesAction
 
AbstractDraftResult - Class in com.atlassian.confluence.tinymceplugin.rest
 
AbstractDraftResult() - Constructor for class com.atlassian.confluence.tinymceplugin.rest.AbstractDraftResult
 
AbstractDraftResult(Long, Long, String) - Constructor for class com.atlassian.confluence.tinymceplugin.rest.AbstractDraftResult
 
AbstractEdgeType - Class in com.atlassian.confluence.plugins.edgeindex.edge
 
AbstractEdgeType() - Constructor for class com.atlassian.confluence.plugins.edgeindex.edge.AbstractEdgeType
 
AbstractEditorAwareWebDriverTest - Class in com.atlassian.confluence.webdriver
The base-base class for Confluence Editor WebDriver tests.
AbstractEditorAwareWebDriverTest() - Constructor for class com.atlassian.confluence.webdriver.AbstractEditorAwareWebDriverTest
 
AbstractEditorContentWebDriverTest - Class in com.atlassian.confluence.webdriver
Base class for Confluence Editor Content WebDriver tests Makes easier to run all the editor content related tests in the same Confluence editor page sequentially.
AbstractEditorContentWebDriverTest() - Constructor for class com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
 
AbstractEditorPage<T extends AbstractViewPage,U extends AbstractEditorPage> - Class in com.atlassian.confluence.pageobjects.page.content
Deprecated.
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.
AbstractEditorPage(Class<T>, Class<U>, String) - Constructor for class com.atlassian.confluence.pageobjects.page.content.AbstractEditorPage
Deprecated.
 
AbstractEditorWebDriverTest - Class in com.atlassian.confluence.webdriver
Base class for Confluence Editor WebDriver tests Makes it easier to run all the tests in the same Confluence editor page sequentially.
AbstractEditorWebDriverTest() - Constructor for class com.atlassian.confluence.webdriver.AbstractEditorWebDriverTest
 
AbstractEditPageAction - Class in com.atlassian.confluence.pages.actions
 
AbstractEditPageAction() - Constructor for class com.atlassian.confluence.pages.actions.AbstractEditPageAction
 
AbstractEditPageTemplateAction - Class in com.atlassian.confluence.plugins.templates.actions
 
AbstractEditPageTemplateAction() - Constructor for class com.atlassian.confluence.plugins.templates.actions.AbstractEditPageTemplateAction
 
AbstractEditPermissionAction - Class in com.atlassian.confluence.security.actions
 
AbstractEditPermissionAction() - Constructor for class com.atlassian.confluence.security.actions.AbstractEditPermissionAction
 
AbstractEditPermissionsAdministrator - Class in com.atlassian.confluence.security.administrators
Contains all the common functionality of the global and space edit permissions administrators
AbstractEditPermissionsAdministrator(SpacePermissionManager, PermissionResolver, SetSpacePermissionChecker, SearchEntitiesManager, UserAccessor) - Constructor for class com.atlassian.confluence.security.administrators.AbstractEditPermissionsAdministrator
AbstractEditPermissionsAdministrator(SpacePermissionManager, PermissionResolver, SetSpacePermissionChecker, UserAccessor) - Constructor for class com.atlassian.confluence.security.administrators.AbstractEditPermissionsAdministrator
 
AbstractEditSpaceAction - Class in com.atlassian.confluence.spaces.actions
 
AbstractEditSpaceAction() - Constructor for class com.atlassian.confluence.spaces.actions.AbstractEditSpaceAction
 
AbstractEditStylesheetPage - Class in com.atlassian.confluence.pageobjects.page.admin
Deprecated.
in 5.8. Use com.atlassian.confluence.webdriver.pageobjects.page.admin.AbstractEditStylesheetPage instead from maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.
AbstractEditStylesheetPage() - Constructor for class com.atlassian.confluence.pageobjects.page.admin.AbstractEditStylesheetPage
Deprecated.
 
AbstractEntityPaginationAction<T extends com.atlassian.user.Entity> - Class in com.atlassian.confluence.user.actions
 
AbstractEntityPaginationAction() - Constructor for class com.atlassian.confluence.user.actions.AbstractEntityPaginationAction
 
AbstractEntityPaginationAction(int) - Constructor for class com.atlassian.confluence.user.actions.AbstractEntityPaginationAction
 
AbstractExceptionTolerantMigrator - Class in com.atlassian.confluence.content.render.xhtml.migration
AbstractExceptionTolerantMigrator() - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.AbstractExceptionTolerantMigrator
 
AbstractExporterImpl - Class in com.atlassian.confluence.importexport.impl
Abstract exporter that only deals with simple general export utility methods like where the files go.
AbstractExporterImpl() - Constructor for class com.atlassian.confluence.importexport.impl.AbstractExporterImpl
 
AbstractExtractorModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
Abstract class for extractor module descriptors
AbstractExtractorModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.AbstractExtractorModuleDescriptor
 
AbstractFileRestoreAction - Class in com.atlassian.confluence.importexport.actions
 
AbstractFileRestoreAction() - Constructor for class com.atlassian.confluence.importexport.actions.AbstractFileRestoreAction
 
AbstractFinder<T> - Class in com.atlassian.confluence.api.impl.service.content.finder
 
AbstractFinder(Expansion...) - Constructor for class com.atlassian.confluence.api.impl.service.content.finder.AbstractFinder
 
AbstractGadgetAdminTab - Class in com.atlassian.confluence.pageobjects.component.admin
Deprecated.
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.
AbstractGadgetAdminTab() - Constructor for class com.atlassian.confluence.pageobjects.component.admin.AbstractGadgetAdminTab
Deprecated.
 
AbstractGroupAction - Class in com.atlassian.confluence.user.actions
 
AbstractGroupAction() - Constructor for class com.atlassian.confluence.user.actions.AbstractGroupAction
 
AbstractHealthCheck - Class in com.atlassian.confluence.impl.health
Convenient superclass for health checks.
AbstractHealthCheck(Iterable<HealthCheck>) - Constructor for class com.atlassian.confluence.impl.health.AbstractHealthCheck
 
AbstractHealthCheckRule - Class in com.atlassian.confluence.impl.health.checks.rules
Superclass for Health Check Rules.
AbstractHealthCheckRule(ErrorMessageProvider, URL, String, JohnsonEventType) - Constructor for class com.atlassian.confluence.impl.health.checks.rules.AbstractHealthCheckRule
 
AbstractHibernateAttachmentDao - Class in com.atlassian.confluence.pages.persistence.dao.hibernate
Abstract class that defines the basic methods necessary for saving Attachments to a database.
AbstractHibernateAttachmentDao() - Constructor for class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
AbstractHibernateAttachmentDao.IntraHibernateAttachmentCopier - Class in com.atlassian.confluence.pages.persistence.dao.hibernate
This attachment copier will copy attachment streams from the current instance of AbstractHibernateAttachmentDao to another.
AbstractHibernateAttachmentDao.IntraHibernateAttachmentMigrator - Class in com.atlassian.confluence.pages.persistence.dao.hibernate
This attachment migrator will migrate attachment streams from the current instance of AbstractHibernateAttachmentDao to another.
AbstractHtmlGeneratingMacro - Class in com.atlassian.confluence.renderer.radeox.macros
To be used by macros which generate large amounts of HTML which they don't want any further processing done on.
AbstractHtmlGeneratingMacro() - Constructor for class com.atlassian.confluence.renderer.radeox.macros.AbstractHtmlGeneratingMacro
 
AbstractI18NResource - Class in com.atlassian.confluence.util.i18n
 
AbstractI18NResource() - Constructor for class com.atlassian.confluence.util.i18n.AbstractI18NResource
 
AbstractImportAction - Class in com.atlassian.confluence.importexport.actions
 
AbstractImportAction() - Constructor for class com.atlassian.confluence.importexport.actions.AbstractImportAction
 
AbstractIndexContentUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
 
AbstractInjectableWebDriverTest - Class in com.atlassian.confluence.webdriver
Deprecated.
since 5.9.0 in favour of ConfluenceStatelessTestRunner
AbstractInjectableWebDriverTest() - Constructor for class com.atlassian.confluence.webdriver.AbstractInjectableWebDriverTest
Deprecated.
 
AbstractJob - Class in com.atlassian.quartz.jobs
Deprecated.
since 5.10, use JobRunner instead.
AbstractJob() - Constructor for class com.atlassian.quartz.jobs.AbstractJob
Deprecated.
 
AbstractJournalIndexTaskQueue<T extends IndexTask> - Class in com.atlassian.confluence.search.queue
Abstract base class for IndexTaskQueue implementations that are backed by the journal.
AbstractJournalIndexTaskQueue(JournalService, AnyTypeDao, IndexFlushRequester) - Constructor for class com.atlassian.confluence.search.queue.AbstractJournalIndexTaskQueue
 
AbstractJUnit3RestAcceptanceTest - Class in com.atlassian.confluence.it.rest
Deprecated.
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 User.TEST in setup. Any tests that require such a user are strongly encouraged to create a user with a random name via AbstractJUnit3RestAcceptanceTest.createTestUser().

AbstractJUnit3RestAcceptanceTest() - Constructor for class com.atlassian.confluence.it.rest.AbstractJUnit3RestAcceptanceTest
Deprecated.
 
AbstractLabelableEntityObject - Class in com.atlassian.confluence.core
 
AbstractLabelableEntityObject() - Constructor for class com.atlassian.confluence.core.AbstractLabelableEntityObject
 
AbstractLabelDisplayingAction - Class in com.atlassian.confluence.plugins.labels.actions
A nice abstract class for actions which display label/s on a global AND per space basis.
AbstractLabelDisplayingAction() - Constructor for class com.atlassian.confluence.plugins.labels.actions.AbstractLabelDisplayingAction
 
AbstractLabelEntityBean - Class in com.atlassian.confluence.labels.actions
This class was created during i18n to ensure all the Label beans have access to the getText() methods in the ConfluenceActionSupport class.
AbstractLabelEntityBean() - Constructor for class com.atlassian.confluence.labels.actions.AbstractLabelEntityBean
 
AbstractLabelsCommand - Class in com.atlassian.confluence.labels.service
Provides basic label methods that should be common to all label commands
AbstractLabelsCommand(User, long, String, SpaceManager, PageTemplateManager, ContentEntityManager, LabelPermissionEnforcer) - Constructor for class com.atlassian.confluence.labels.service.AbstractLabelsCommand
 
AbstractLabelSection - Class in com.atlassian.confluence.pageobjects.component.labels
Deprecated.
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.
AbstractLabelSection(PageElement) - Constructor for class com.atlassian.confluence.pageobjects.component.labels.AbstractLabelSection
Deprecated.
 
AbstractLabelSection.Label - Class in com.atlassian.confluence.pageobjects.component.labels
Deprecated.
 
AbstractLicenseAction - Class in com.atlassian.confluence.setup.actions
 
AbstractLicenseAction() - Constructor for class com.atlassian.confluence.setup.actions.AbstractLicenseAction
 
AbstractLicenseExceptionHandler<E extends Exception> - Class in com.atlassian.confluence.license.exception.handler
 
AbstractLicenseExceptionHandler(I18NBean) - Constructor for class com.atlassian.confluence.license.exception.handler.AbstractLicenseExceptionHandler
 
AbstractLikeEvent - Class in com.atlassian.confluence.event.events.like
 
AbstractLikeEvent(Object, User, ContentEntityObject) - Constructor for class com.atlassian.confluence.event.events.like.AbstractLikeEvent
 
AbstractLikeEventRenderContextProvider - Class in com.atlassian.confluence.plugins.like.notifications
 
AbstractLikeEventRenderContextProvider(CachedContentFinder, UserAccessor, FollowManager, LocaleManager) - Constructor for class com.atlassian.confluence.plugins.like.notifications.AbstractLikeEventRenderContextProvider
 
AbstractLink - Class in com.atlassian.confluence.links
An abstract link defines a source page (the source of the link) and is the superclass for all Link objects.
AbstractLink() - Constructor for class com.atlassian.confluence.links.AbstractLink
 
AbstractLinkEnricher - Class in com.atlassian.confluence.plugins.restapi.enrich
 
AbstractLinkEnricher(RestNavigationService, GraphQL) - Constructor for class com.atlassian.confluence.plugins.restapi.enrich.AbstractLinkEnricher
 
AbstractLinkRenamingBean - Class in com.atlassian.confluence.util
 
AbstractLinkRenamingBean(ContentEntityObject, SpaceContentEntityObject, String, String) - Constructor for class com.atlassian.confluence.util.AbstractLinkRenamingBean
 
AbstractLoginSignupAction - Class in com.atlassian.confluence.user.actions
 
AbstractLoginSignupAction() - Constructor for class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
 
AbstractLogoAction - Class in com.atlassian.confluence.spaces.actions
 
AbstractLogoAction() - Constructor for class com.atlassian.confluence.spaces.actions.AbstractLogoAction
 
AbstractLookAndFeelAction - Class in com.atlassian.confluence.admin.actions.lookandfeel
 
AbstractLookAndFeelAction() - Constructor for class com.atlassian.confluence.admin.actions.lookandfeel.AbstractLookAndFeelAction
 
AbstractLuceneMapperModuleDescriptor<T> - Class in com.atlassian.confluence.plugin.descriptor.search
 
AbstractLuceneMapperModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.search.AbstractLuceneMapperModuleDescriptor
 
AbstractLuceneSearchResult - Class in com.atlassian.confluence.search.v2.lucene
Deprecated.
since 5.9. Use AbstractSearchResult
AbstractLuceneSearchResult(Function<String, ConfluenceUser>) - Constructor for class com.atlassian.confluence.search.v2.lucene.AbstractLuceneSearchResult
Deprecated.
since 5.9.
AbstractMailNotificationQueueItem - Class in com.atlassian.confluence.mail.template
An abstract mail notification queue item that provides default implementations of most methods.
AbstractMailNotificationQueueItem(String) - Constructor for class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
 
AbstractMailNotificationQueueItem(String, String) - Constructor for class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
 
AbstractManagedScheduledJob - Class in com.atlassian.confluence.schedule
Implements common properties for various implementations of ManagedScheduledJob.
AbstractManagedScheduledJob(JobDetail, boolean, boolean, boolean, boolean) - Constructor for class com.atlassian.confluence.schedule.AbstractManagedScheduledJob
Deprecated.
since 5.10
AbstractManagedScheduledJob(String, JobRunner, JobConfig, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.atlassian.confluence.schedule.AbstractManagedScheduledJob
For atlassian-scheduler.
AbstractManagedScheduledJob(String, JobRunner, JobConfig, boolean, boolean, boolean, boolean, boolean, long, TimeoutPolicy) - Constructor for class com.atlassian.confluence.schedule.AbstractManagedScheduledJob
For atlassian-scheduler.
AbstractManagedScheduledJob(String, JobRunner, JobConfig, boolean, boolean, boolean, boolean, boolean, long, TimeoutPolicy, boolean) - Constructor for class com.atlassian.confluence.schedule.AbstractManagedScheduledJob
For atlassian-scheduler.
AbstractMessageManager - Class in com.atlassian.confluence.util.message
 
AbstractMessageManager() - Constructor for class com.atlassian.confluence.util.message.AbstractMessageManager
 
AbstractNav - Class in com.atlassian.confluence.plugins.rest.navigation.impl
A stateless base class for the nav builders that is safe for the delegating nav builder to extend directly.
AbstractNav() - Constructor for class com.atlassian.confluence.plugins.rest.navigation.impl.AbstractNav
 
AbstractNotificationCondition - Class in com.atlassian.confluence.plugin.descriptor.mail.conditions
Base class for any Conditions that work with a NotificationContext.
AbstractNotificationCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.mail.conditions.AbstractNotificationCondition
 
AbstractNotificationsListener<T extends com.atlassian.event.Event> - Class in com.atlassian.confluence.mail.notification.listeners
 
AbstractNotificationsListener() - Constructor for class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
 
AbstractObjectPersister - Class in com.atlassian.confluence.importexport.xmlimport.persister
 
AbstractObjectPersister() - Constructor for class com.atlassian.confluence.importexport.xmlimport.persister.AbstractObjectPersister
 
AbstractOperationContext<TRIGGER extends OperationTrigger> - Class in com.atlassian.confluence.core
 
AbstractOperationContext(AbstractOperationContext.BaseBuilder<?, TRIGGER>) - Constructor for class com.atlassian.confluence.core.AbstractOperationContext
 
AbstractOperationContext.BaseBuilder<T extends AbstractOperationContext.BaseBuilder,TRIGGER extends OperationTrigger> - Class in com.atlassian.confluence.core
 
AbstractPage - Class in com.atlassian.confluence.pages
Parent of the concrete Page and BlogPost classes
AbstractPage() - Constructor for class com.atlassian.confluence.pages.AbstractPage
 
AbstractPageAction - Class in com.atlassian.confluence.pages.actions
 
AbstractPageAction() - Constructor for class com.atlassian.confluence.pages.actions.AbstractPageAction
 
AbstractPageAwareAction - Class in com.atlassian.confluence.pages.actions
Parent class for actions which operate on AbstractPages (pages or blog posts).
AbstractPageAwareAction() - Constructor for class com.atlassian.confluence.pages.actions.AbstractPageAwareAction
 
AbstractPageDao - Interface in com.atlassian.confluence.pages.persistence.dao
 
AbstractPageDaoInternal - Interface in com.atlassian.confluence.internal.pages.persistence
Dao for Abstract Page.
AbstractPageEntity - Class in com.atlassian.confluence.it
Deprecated.
Please use confluence-java-api module instead. See {com.atlassian.confluence.api.model.content.Content} alternative
AbstractPageEntity() - Constructor for class com.atlassian.confluence.it.AbstractPageEntity
Deprecated.
 
AbstractPageEntity(AbstractPageEntity) - Constructor for class com.atlassian.confluence.it.AbstractPageEntity
Deprecated.
 
AbstractPageHierarchyEvent - Class in com.atlassian.confluence.event.events.content.pagehierarchy
TODO: Document this class / interface here
AbstractPageHierarchyEvent(Object, Page, ConfluenceUser, boolean) - Constructor for class com.atlassian.confluence.event.events.content.pagehierarchy.AbstractPageHierarchyEvent
 
AbstractPageLink - Class in com.atlassian.confluence.links.linktypes
 
AbstractPageLink(GenericLinkParser, PageContext) - Constructor for class com.atlassian.confluence.links.linktypes.AbstractPageLink
 
AbstractPageLinkRenamingBean - Class in com.atlassian.confluence.util
Common base class for renaming links to different page types.
AbstractPageLinkRenamingBean(ContentEntityObject, SpaceContentEntityObject, String, String) - Constructor for class com.atlassian.confluence.util.AbstractPageLinkRenamingBean
 
AbstractPageLocator - Class in com.atlassian.confluence.content.service.page
 
AbstractPageLocator() - Constructor for class com.atlassian.confluence.content.service.page.AbstractPageLocator
 
AbstractPageTemplateAction - Class in com.atlassian.confluence.plugins.templates.actions
 
AbstractPageTemplateAction() - Constructor for class com.atlassian.confluence.plugins.templates.actions.AbstractPageTemplateAction
 
AbstractPageTemplateMigrationUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
Base class for upgrade tasks that want to migrate page templates from one format to another.
AbstractPageTemplateMigrationUpgradeTask(SiteMigrator) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.AbstractPageTemplateMigrationUpgradeTask
 
AbstractPaginatedListAction - Class in com.atlassian.confluence.pages.actions
 
AbstractPaginatedListAction() - Constructor for class com.atlassian.confluence.pages.actions.AbstractPaginatedListAction
 
AbstractPaginatedListAction(int) - Constructor for class com.atlassian.confluence.pages.actions.AbstractPaginatedListAction
 
AbstractParameterListQuery<T> - Class in com.atlassian.confluence.search.v2.query
Abstract superclass for queries holding a list of parameters of a single type.
AbstractParameterListQuery(T) - Constructor for class com.atlassian.confluence.search.v2.query.AbstractParameterListQuery
 
AbstractParameterListQuery(Collection<T>) - Constructor for class com.atlassian.confluence.search.v2.query.AbstractParameterListQuery
 
AbstractPathConverter - Class in com.atlassian.confluence.servlet.simpledisplay
Deprecated.
since 4.3. Implement PathConverter directly.
AbstractPathConverter() - Constructor for class com.atlassian.confluence.servlet.simpledisplay.AbstractPathConverter
Deprecated.
 
AbstractPermissionsAction - Class in com.atlassian.confluence.security.actions
 
AbstractPermissionsAction() - Constructor for class com.atlassian.confluence.security.actions.AbstractPermissionsAction
 
AbstractPermissionsDelegate<TARGET> - Class in com.atlassian.confluence.security.delegate
 
AbstractPermissionsDelegate() - Constructor for class com.atlassian.confluence.security.delegate.AbstractPermissionsDelegate
 
AbstractPluginData - Class in com.atlassian.confluence.plugin.persistence
 
AbstractPluginData() - Constructor for class com.atlassian.confluence.plugin.persistence.AbstractPluginData
 
AbstractPreviewPageAction - Class in com.atlassian.confluence.pages.actions
 
AbstractPreviewPageAction() - Constructor for class com.atlassian.confluence.pages.actions.AbstractPreviewPageAction
 
AbstractRelationDescriptor<S extends Relatable,T extends Relatable> - Class in com.atlassian.confluence.api.model.relations
Relation descriptor, which should be used as a base class for all custom relation descriptors.
AbstractRelationDescriptor(String) - Constructor for class com.atlassian.confluence.api.model.relations.AbstractRelationDescriptor
 
AbstractRelationDescriptor(String, Class<S>, Class<T>) - Constructor for class com.atlassian.confluence.api.model.relations.AbstractRelationDescriptor
 
AbstractRemoteChildContentFinder(AbstractRemoteService) - Constructor for class com.atlassian.confluence.rest.client.AbstractRemoteChildContentService.AbstractRemoteChildContentFinder
 
AbstractRemoteChildContentService - Class in com.atlassian.confluence.rest.client
ChildContentService implementation that communicates with Confluence remotely.
AbstractRemoteChildContentService(AuthenticatedWebResourceProvider, ListeningExecutorService) - Constructor for class com.atlassian.confluence.rest.client.AbstractRemoteChildContentService
 
AbstractRemoteChildContentService.AbstractRemoteChildContentFinder - Class in com.atlassian.confluence.rest.client
 
AbstractRemoteContentFinder(AbstractRemoteContentService, Expansion...) - Constructor for class com.atlassian.confluence.rest.client.AbstractRemoteContentService.AbstractRemoteContentFinder
 
AbstractRemoteContentLabelService - Class in com.atlassian.confluence.rest.client
ContentLabelService implementation that communicates with Confluence remotely.
AbstractRemoteContentLabelService(AuthenticatedWebResourceProvider, ListeningExecutorService) - Constructor for class com.atlassian.confluence.rest.client.AbstractRemoteContentLabelService
 
AbstractRemoteContentService - Class in com.atlassian.confluence.rest.client
ContentService implementation that communicates with Confluence remotely.
AbstractRemoteContentService(AuthenticatedWebResourceProvider, ListeningExecutorService) - Constructor for class com.atlassian.confluence.rest.client.AbstractRemoteContentService
 
AbstractRemoteContentService.AbstractRemoteContentFinder - Class in com.atlassian.confluence.rest.client
 
AbstractRemotePageSummary - Class in com.atlassian.confluence.rpc.soap.beans
 
AbstractRemotePageSummary() - Constructor for class com.atlassian.confluence.rpc.soap.beans.AbstractRemotePageSummary
 
AbstractRemotePageSummary(AbstractPage) - Constructor for class com.atlassian.confluence.rpc.soap.beans.AbstractRemotePageSummary
 
AbstractRemoteService<P> - Class in com.atlassian.confluence.rest.client
Common parent class of all Confluence API Remote Service implementations, handling authentication and REST infrastructure.
AbstractRemoteService(AuthenticatedWebResourceProvider, ListeningExecutorService) - Constructor for class com.atlassian.confluence.rest.client.AbstractRemoteService
 
AbstractRemoteService(AbstractRemoteService) - Constructor for class com.atlassian.confluence.rest.client.AbstractRemoteService
 
AbstractRemoteService(AuthenticatedWebResourceProvider, PromisingExecutorService) - Constructor for class com.atlassian.confluence.rest.client.AbstractRemoteService
 
AbstractRemoteWebView - Class in com.atlassian.confluence.rest.client.remoteservice.webfragment
WebView implementation that communicates with Confluence remotely.
AbstractRemoteWebView(AbstractRemoteService) - Constructor for class com.atlassian.confluence.rest.client.remoteservice.webfragment.AbstractRemoteWebView
 
AbstractRemoteWebViewService - Class in com.atlassian.confluence.rest.client.remoteservice.webfragment
WebViewService implementation that communicates with Confluence remotely.
AbstractRemoteWebViewService(AuthenticatedWebResourceProvider, ListeningExecutorService) - Constructor for class com.atlassian.confluence.rest.client.remoteservice.webfragment.AbstractRemoteWebViewService
 
AbstractRemoveAttachmentAction - Class in com.atlassian.confluence.pages.actions
 
AbstractRemoveAttachmentAction() - Constructor for class com.atlassian.confluence.pages.actions.AbstractRemoveAttachmentAction
 
AbstractRendererExporterImpl - Class in com.atlassian.confluence.importexport.impl
 
AbstractRendererExporterImpl() - Constructor for class com.atlassian.confluence.importexport.impl.AbstractRendererExporterImpl
 
AbstractRendererExporterImpl.ContentConverter - Class in com.atlassian.confluence.importexport.impl
 
AbstractRenderSupport<T> - Class in com.atlassian.confluence.rss
 
AbstractRenderSupport() - Constructor for class com.atlassian.confluence.rss.AbstractRenderSupport
 
AbstractRequestResourceFilter - Class in com.atlassian.confluence.plugins.restapi.filters
A resource filter that only supports request filtering.
AbstractRequestResourceFilter() - Constructor for class com.atlassian.confluence.plugins.restapi.filters.AbstractRequestResourceFilter
 
AbstractResource - Class in com.atlassian.confluence.plugins.rest.resources
 
AbstractResource(UserAccessor, SpacePermissionManager) - Constructor for class com.atlassian.confluence.plugins.rest.resources.AbstractResource
 
AbstractResponseResourceFilter - Class in com.atlassian.confluence.plugins.restapi.filters
A resource filter that only supports response filtering.
AbstractResponseResourceFilter() - Constructor for class com.atlassian.confluence.plugins.restapi.filters.AbstractResponseResourceFilter
 
AbstractRestAcceptanceTest - Class in com.atlassian.confluence.it.rest
Deprecated.
Use com.atlassian.confluence.test.stateless.ConfluenceStatelessRestTestRunner, or a JUnit4-style test with its own set of fields as required.
AbstractRestAcceptanceTest() - Constructor for class com.atlassian.confluence.it.rest.AbstractRestAcceptanceTest
Deprecated.
 
AbstractScheduledJob - Class in com.atlassian.confluence.schedule
 
AbstractScheduledJob(JobRunner, JobConfig, boolean) - Constructor for class com.atlassian.confluence.schedule.AbstractScheduledJob
 
AbstractSearch - Class in com.atlassian.confluence.search.v2
 
AbstractSearch(SearchQuery, SearchSort, SearchFilter, int, int) - Constructor for class com.atlassian.confluence.search.v2.AbstractSearch
 
AbstractSearch(SearchQuery, SearchSort, SearchFilter, ResultFilter) - Constructor for class com.atlassian.confluence.search.v2.AbstractSearch
 
AbstractSearch(SearchQuery, SearchSort, SearchFilter, int, int, ResultFilter) - Constructor for class com.atlassian.confluence.search.v2.AbstractSearch
 
AbstractSearchCrowdUsersAction - Class in com.atlassian.confluence.user.actions
Searches for users using the CrowdService and Query
AbstractSearchCrowdUsersAction() - Constructor for class com.atlassian.confluence.user.actions.AbstractSearchCrowdUsersAction
 
AbstractSearchRequestBuilder<T extends SearchRequest> - Class in com.atlassian.confluence.internal.user
Common fields for a SearchRequest
AbstractSearchRequestBuilder() - Constructor for class com.atlassian.confluence.internal.user.AbstractSearchRequestBuilder
 
AbstractSearchResult - Class in com.atlassian.confluence.search.v2
Abstract base implementation of SearchResult taken from LuceneSearchResult after removing dependency from Lucene classes
AbstractSearchResult(Function<String, ConfluenceUser>) - Constructor for class com.atlassian.confluence.search.v2.AbstractSearchResult
 
AbstractSearchUsersAction - Class in com.atlassian.confluence.user.actions
Deprecated.
since 5.9. Use AbstractSearchCrowdUsersAction instead.
AbstractSearchUsersAction() - Constructor for class com.atlassian.confluence.user.actions.AbstractSearchUsersAction
Deprecated.
 
AbstractSelectBundleAction - Class in com.atlassian.confluence.setup.actions
 
AbstractSelectBundleAction() - Constructor for class com.atlassian.confluence.setup.actions.AbstractSelectBundleAction
 
AbstractServiceCommand - Class in com.atlassian.confluence.core.service
Base implementation of ServiceCommand that takes care of the internal logic related to the order in which the various operations must be performed.
AbstractServiceCommand() - Constructor for class com.atlassian.confluence.core.service.AbstractServiceCommand
 
AbstractSetupAction - Class in com.atlassian.confluence.setup.actions
This action communicates with BootstrapManager.
AbstractSetupAction() - Constructor for class com.atlassian.confluence.setup.actions.AbstractSetupAction
 
AbstractSetupDatabaseAction - Class in com.atlassian.confluence.setup.actions
 
AbstractSetupDatabaseAction() - Constructor for class com.atlassian.confluence.setup.actions.AbstractSetupDatabaseAction
 
AbstractSetupEmailAction - Class in com.atlassian.confluence.setup.actions
 
AbstractSetupEmailAction() - Constructor for class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
AbstractSingleEntityLocator - Class in com.atlassian.confluence.core.service
Base class for SingleEntityLocator that enforces the contract between getEntity and getEntities
AbstractSingleEntityLocator() - Constructor for class com.atlassian.confluence.core.service.AbstractSingleEntityLocator
 
AbstractSort - Class in com.atlassian.confluence.search.v2.sort
Abstract superclass for simple sort types that just sort in a particular direction on some field.
AbstractSort(String, SearchSort.Order) - Constructor for class com.atlassian.confluence.search.v2.sort.AbstractSort
Constructs a sort.
AbstractSpaceAction - Class in com.atlassian.confluence.spaces.actions
 
AbstractSpaceAction() - Constructor for class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
 
AbstractSpaceActionBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
Common class for all Breadcrumbs with an Action and a Space.
AbstractSpaceActionBreadcrumb(Action, Space) - Constructor for class com.atlassian.confluence.util.breadcrumbs.AbstractSpaceActionBreadcrumb
 
AbstractSpaceAdminAction - Class in com.atlassian.confluence.spaces.actions
 
AbstractSpaceAdminAction() - Constructor for class com.atlassian.confluence.spaces.actions.AbstractSpaceAdminAction
 
AbstractSpaceBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
 
AbstractSpaceBreadcrumb(Space) - Constructor for class com.atlassian.confluence.util.breadcrumbs.AbstractSpaceBreadcrumb
 
AbstractSpaceContentListener - Class in com.atlassian.confluence.spaces.listeners
 
AbstractSpaceContentListener(FormatConverter, I18NBeanFactory, LocaleManager, PageManager, SystemTemplateManager, PluginAccessor, XhtmlContent) - Constructor for class com.atlassian.confluence.spaces.listeners.AbstractSpaceContentListener
 
AbstractSpaceExport - Class in com.atlassian.confluence.pageobjects.page.space
Deprecated.
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.
AbstractSpaceExport(Space) - Constructor for class com.atlassian.confluence.pageobjects.page.space.AbstractSpaceExport
Deprecated.
 
AbstractSpacePermissionManager - Class in com.atlassian.confluence.security
 
AbstractSpacePermissionManager(PermissionCheckExemptions, ConfluenceAccessManager, SpacePermissionAccessMapper, CrowdService, Supplier<UserAccessor>, AccessModeManager) - Constructor for class com.atlassian.confluence.security.AbstractSpacePermissionManager
 
AbstractStaticResourceAwareFilter - Class in com.atlassian.confluence.web.filter
CONFSERVER-58180 due the following change in DefaultServlet http://svn.apache.org/viewvc?view=revision&revision=1845799 our static resources are no longer served with the correct Content-Type header.
AbstractStaticResourceAwareFilter() - Constructor for class com.atlassian.confluence.web.filter.AbstractStaticResourceAwareFilter
 
AbstractSynchronyWasDownEvent - Class in com.atlassian.confluence.plugins.synchrony.api.events
 
AbstractTab - Class in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs
Shared tab logic.
AbstractTab(HttpContext, I18NBeanFactory, LocaleManager) - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.AbstractTab
 
AbstractTemplatePageAction - Class in com.atlassian.confluence.pages.actions
An abstract action for actions that use page templates.
AbstractTemplatePageAction() - Constructor for class com.atlassian.confluence.pages.actions.AbstractTemplatePageAction
 
AbstractTestHarness - Class in com.atlassian.confluence.util.test
Abstract test harness with all the default includes and excludes.
AbstractTestHarness() - Constructor for class com.atlassian.confluence.util.test.AbstractTestHarness
 
AbstractTestReport - Class in com.atlassian.confluence.renderer.radeox.macros.junit.report
 
AbstractTestReport() - Constructor for class com.atlassian.confluence.renderer.radeox.macros.junit.report.AbstractTestReport
 
AbstractTextFieldQueryMapper<T extends SearchQuery> - Class in com.atlassian.confluence.search.v2.lucene.mapper
 
AbstractTextFieldQueryMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.AbstractTextFieldQueryMapper
 
AbstractThemeAction - Class in com.atlassian.confluence.admin.actions.lookandfeel
 
AbstractThemeAction() - Constructor for class com.atlassian.confluence.admin.actions.lookandfeel.AbstractThemeAction
 
AbstractTrustedApplicationAction - Class in com.atlassian.confluence.admin.actions.trust
Base class for all the trusted application actions.
AbstractTrustedApplicationAction() - Constructor for class com.atlassian.confluence.admin.actions.trust.AbstractTrustedApplicationAction
 
AbstractUnzipper - Class in com.atlassian.confluence.util.zip
 
AbstractUnzipper() - Constructor for class com.atlassian.confluence.util.zip.AbstractUnzipper
 
AbstractUpdateLicenseAction - Class in com.atlassian.confluence.admin.actions
Perform the update of a Confluence license.
AbstractUpdateLicenseAction() - Constructor for class com.atlassian.confluence.admin.actions.AbstractUpdateLicenseAction
 
AbstractUpgradeManager - Class in com.atlassian.confluence.upgrade
 
AbstractUpgradeManager() - Constructor for class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
AbstractUpgradeTask - Class in com.atlassian.confluence.upgrade
A useful base class for UpgradeTasks.
AbstractUpgradeTask() - Constructor for class com.atlassian.confluence.upgrade.AbstractUpgradeTask
 
AbstractUserMappingUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
Upgrade task to ensure that for all the user names in Confluence a ConfluenceUser object exist.
AbstractUserMappingUpgradeTask(ConfluenceUserDao, BatchOperationManager) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.AbstractUserMappingUpgradeTask
 
AbstractUserProfileAction - Class in com.atlassian.confluence.user.actions
 
AbstractUserProfileAction() - Constructor for class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
AbstractUserQuery - Class in com.atlassian.confluence.search.v2.query
 
AbstractUserQuery(String) - Constructor for class com.atlassian.confluence.search.v2.query.AbstractUserQuery
 
AbstractUserQuery(UserKey) - Constructor for class com.atlassian.confluence.search.v2.query.AbstractUserQuery
 
AbstractUserQueryMapper<T extends AbstractUserQuery> - Class in com.atlassian.confluence.search.v2.lucene.mapper
 
AbstractUserQueryMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.AbstractUserQueryMapper
 
AbstractUsersAction - Class in com.atlassian.confluence.user.actions
 
AbstractUsersAction() - Constructor for class com.atlassian.confluence.user.actions.AbstractUsersAction
 
AbstractVersionedEntityObject - Class in com.atlassian.confluence.core
 
AbstractVersionedEntityObject() - Constructor for class com.atlassian.confluence.core.AbstractVersionedEntityObject
 
AbstractViewAction - Class in com.atlassian.confluence.plugins.schedule.admin.action
 
AbstractViewAction() - Constructor for class com.atlassian.confluence.plugins.schedule.admin.action.AbstractViewAction
 
AbstractViewAttachmentsAction - Class in com.atlassian.confluence.pages.actions
 
AbstractViewAttachmentsAction() - Constructor for class com.atlassian.confluence.pages.actions.AbstractViewAttachmentsAction
 
AbstractViewPage - Class in com.atlassian.confluence.pageobjects.page.content
Deprecated.
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.
AbstractViewPage() - Constructor for class com.atlassian.confluence.pageobjects.page.content.AbstractViewPage
Deprecated.
 
AbstractViewPage(String) - Constructor for class com.atlassian.confluence.pageobjects.page.content.AbstractViewPage
Deprecated.
 
AbstractViewPage(AbstractPageEntity) - Constructor for class com.atlassian.confluence.pageobjects.page.content.AbstractViewPage
Deprecated.
 
AbstractWatch - Class in com.atlassian.confluence.api.model.watch
 
AbstractWebDriverTest - Class in com.atlassian.confluence.webdriver
Deprecated.
since 5.5 in favour of ConfluenceStatelessTestRunner
AbstractWebDriverTest() - Constructor for class com.atlassian.confluence.webdriver.AbstractWebDriverTest
Deprecated.
 
AbstractXmlExporter - Class in com.atlassian.confluence.importexport.impl
abstract class that deals strictly with the conversion of a objects to an xml stream
AbstractXmlExporter() - Constructor for class com.atlassian.confluence.importexport.impl.AbstractXmlExporter
 
accept(Collection<AuditEntity>) - Method in class com.atlassian.confluence.api.impl.service.audit.DatabaseAuditConsumer
 
accept(TCPIPClusterJoinConfig) - Method in interface com.atlassian.confluence.cluster.ClusterJoinConfig.Decoder
 
accept(MulticastClusterJoinConfig) - Method in interface com.atlassian.confluence.cluster.ClusterJoinConfig.Decoder
 
accept(AWSClusterJoinConfig) - Method in interface com.atlassian.confluence.cluster.ClusterJoinConfig.Decoder
 
accept(KubernetesClusterJoinConfig) - Method in interface com.atlassian.confluence.cluster.ClusterJoinConfig.Decoder
 
accept(MarshallerMetrics) - Method in interface com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsConsumer
 
accept(T) - Method in interface com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate.HibernateAlertEntityDao.SatiableConsumer
Performs this operation on the given argument.
accept(String, String) - Method in interface com.atlassian.confluence.util.sandbox.SandboxErrorConsumer
 
AcceptanceTestHelper - Class in com.atlassian.confluence.it
Deprecated.
Please use confluence-test-utils module instead. See {com.atlassian.confluence.test.utils.AcceptanceTestHelper} alternative
AcceptanceTestHelper() - Constructor for class com.atlassian.confluence.it.AcceptanceTestHelper
Deprecated.
AcceptLiveDocsFilter - Class in com.atlassian.confluence.search.lucene.filter
Wraps a delegate Filter and ensures that only live (non-deleted) docs are accepted through this filter.
AcceptLiveDocsFilter(Filter) - Constructor for class com.atlassian.confluence.search.lucene.filter.AcceptLiveDocsFilter
 
acceptsDocsOutOfOrder() - Method in class com.atlassian.confluence.plugins.edgeindex.GroupByEdgeTargetCollector
 
ACCESS_MODE - Static variable in interface com.atlassian.confluence.internal.accessmode.AccessModeManager
 
AccessDenied - Class in com.atlassian.confluence.impl.security.access
A simple return type representing the state where a user (logged in our anonymous) does not have access to Confluence or a given permission type is invalid for a user (depending on their AccessStatus), so they cannot be granted the permission.
AccessLogFilter - Class in com.atlassian.confluence.util
Logs the username and request URL via log4j.
AccessLogFilter() - Constructor for class com.atlassian.confluence.util.AccessLogFilter
 
AccessMode - Enum in com.atlassian.confluence.api.model.accessmode
This enum defines different mode that Confluence is running on
AccessModeManager - Interface in com.atlassian.confluence.internal.accessmode
This interface should be used internally in core only
AccessModeResource - Class in com.atlassian.confluence.functest.rest.admin
Backdoor REST resource for toggling read-only mode
AccessModeResource(AccessModeService, SettingsManager) - Constructor for class com.atlassian.confluence.functest.rest.admin.AccessModeResource
 
AccessModeResource - Class in com.atlassian.confluence.plugins.restapi.resources
Resource for plugins to check the access mode set on Confluence.
AccessModeResource(AccessModeService) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.AccessModeResource
 
AccessModeService - Interface in com.atlassian.confluence.api.service.accessmode
 
accessModeService - Variable in class com.atlassian.confluence.core.ConfluenceActionSupport
 
AccessModeServiceImpl - Class in com.atlassian.confluence.api.impl.service.accessmode
 
AccessModeServiceImpl(AccessModeManager, PermissionManager, EventPublisher, LicenseService) - Constructor for class com.atlassian.confluence.api.impl.service.accessmode.AccessModeServiceImpl
 
AccessStatus - Interface in com.atlassian.confluence.security.access
Represents the type of access to Confluence a user has.
acknowledge() - Method in class com.atlassian.confluence.user.extras.aggregation.rest.InternalAggregationResource
 
action - Variable in class com.atlassian.confluence.pages.actions.beans.FileStorer
 
action - Variable in class com.atlassian.confluence.util.breadcrumbs.AbstractActionBreadcrumb
 
ActionAccessChecker - Class in com.atlassian.confluence.impl.security.access
Grants or denies the current user access to the action method currently being invoked, depending on which access check annotations are present.
ActionAccessChecker(ConfluenceAccessManager, EventPublisher, VCacheFactory) - Constructor for class com.atlassian.confluence.impl.security.access.ActionAccessChecker
 
ActionAccessChecker.AccessDecision - Enum in com.atlassian.confluence.impl.security.access
 
ActionContextCleanUp - Class in com.atlassian.confluence.plugin.servlet.filter
Backport of WebWork 2.2.7 ActionContextCleanUp, with fixes from Struts 2 2.2.1 version.
ActionContextCleanUp() - Constructor for class com.atlassian.confluence.plugin.servlet.filter.ActionContextCleanUp
 
ActionHelper - Class in com.atlassian.confluence.pages.actions
TODO come up with decent name for this
ActionHelper() - Constructor for class com.atlassian.confluence.pages.actions.ActionHelper
 
ActionImports - Class in com.atlassian.confluence.plugins.lookandfeel
Additional imports for Actions.
ActionImports(SoyTemplateRenderer, XsrfTokenGenerator, I18nResolver, FaviconManager, EventPublisher) - Constructor for class com.atlassian.confluence.plugins.lookandfeel.ActionImports
 
ActionViewData - Annotation Type in com.atlassian.confluence.xwork
Annotation to mark a method whose return value should be passed to the view.
ActionViewDataMappings - Annotation Type in com.atlassian.confluence.xwork
Annotation to mark a method that returns a map of view data.
activateOptions() - Method in class com.atlassian.confluence.logging.ConfluenceHomeLogAppender
Activate the default Appender (ConsoleAppender).
activatePicker() - Method in class com.atlassian.confluence.pageobjects.component.editor.EditorTablePicker
Deprecated.
Opens the table picker dropdown if it is currently closed.
activateUser(String) - Method in class com.atlassian.confluence.it.usermanagement.DefaultUserManagementHelper
Deprecated.
 
activateUser(String) - Method in class com.atlassian.confluence.it.usermanagement.LdapUserManagementHelper
 
activateUser(String) - Method in interface com.atlassian.confluence.it.usermanagement.UserManagementHelper
Deprecated.
 
active(boolean) - Method in class com.atlassian.confluence.user.extras.entities.UserEntity.Builder
 
ActiveDirectoryDirectoryConfiguration - Class in com.atlassian.confluence.it.usermanagement
Configuration with a read-write AD directory followed by an internal directory.
ActiveDirectoryDirectoryConfiguration() - Constructor for class com.atlassian.confluence.it.usermanagement.ActiveDirectoryDirectoryConfiguration
 
ActiveObjectsTestResource - Class in com.atlassian.confluence.plugin
 
ActiveObjectsTestResource(ActiveObjects, TransactionTemplate, SpaceManager, UserAccessor) - Constructor for class com.atlassian.confluence.plugin.ActiveObjectsTestResource
 
ActiveThemeCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
Active theme condition.
ActiveThemeCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.ActiveThemeCondition
 
ActiveUserSearchFilter - Class in com.atlassian.confluence.search.v2.searchfilter
Filters out documents representing users that are nolonger active e.g.
ActiveUserSearchFilterMapper - Class in com.atlassian.confluence.search.v2.lucene.mapper
 
ActiveUserSearchFilterMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.ActiveUserSearchFilterMapper
 
Activity - Interface in com.atlassian.confluence.util.profiling
Represents an activity that is being monitored.
ACTIVITY_UNAVAILABLE - Static variable in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
ActivityAjaxResponse - Class in com.atlassian.confluence.core
 
ActivityAjaxResponse(String, String, String) - Constructor for class com.atlassian.confluence.core.ActivityAjaxResponse
 
ActivityMonitor - Interface in com.atlassian.confluence.util.profiling
Represents the ability to record current activity in the system.
ActivitySnapshot - Class in com.atlassian.confluence.util.profiling
Represents a snapshot of an activity currently being performed.
ActivitySnapshot(long, long, String, String, String, String) - Constructor for class com.atlassian.confluence.util.profiling.ActivitySnapshot
 
actual() - Method in interface com.atlassian.confluence.core.persistence.schema.api.SchemaElementComparison
 
adaptInterface(Object, Class, Class, Object) - Static method in class com.atlassian.confluence.util.AopUtils
Adapt an interface of an object via a delegate
AdaptiveThresholdPredicate - Class in com.atlassian.confluence.pages.thumbnail.renderer
Deprecated.
AdaptiveThresholdPredicate() - Constructor for class com.atlassian.confluence.pages.thumbnail.renderer.AdaptiveThresholdPredicate
Deprecated.
 
ADD - Static variable in class bucket.search.persistence.IndexQueueEntry
Deprecated.
 
add() - Method in class com.atlassian.confluence.admin.actions.ConfigureLog4jAction
Add a new entry to the Log4j Configuration.
add() - Method in class com.atlassian.confluence.admin.actions.trust.EditTrustedApplicationAction
 
add(E) - Method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl.Builder
 
add(T) - Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusteredFifoBuffer
 
add(XMLEvent) - Method in class com.atlassian.confluence.content.render.xhtml.ConfluenceXMLEventWriter
 
add(XMLEventReader) - Method in class com.atlassian.confluence.content.render.xhtml.ConfluenceXMLEventWriter
The contract of this method specifies that all it does is loop and delegate to ConfluenceXMLEventWriter.add(javax.xml.stream.events.XMLEvent).
add(Fragment) - Method in class com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody.ParagraphFragment
Add a fragment to this paragraph fragment.
add(Fragment) - Method in class com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody.ParagraphFragmentsBuffer
 
add(Callable<InputStream>...) - Method in class com.atlassian.confluence.core.InputStreamSerializer
 
add(Application) - Method in class com.atlassian.confluence.functest.rest.admin.crowd.StubApplicationManager
 
add(E) - Method in class com.atlassian.confluence.impl.util.collections.SetAsList
 
add(int, E) - Method in class com.atlassian.confluence.impl.util.collections.SetAsList
 
add(SimpleSiteStructure.ExportableItem) - Method in class com.atlassian.confluence.it.export.SimpleSiteStructure
 
add(Json) - Method in class com.atlassian.confluence.json.json.JsonArray
 
add() - Method in class com.atlassian.confluence.pageobjects.page.content.CommentsSection
Deprecated.
 
add(RecentUpdate) - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdateGroup
 
add(T) - Method in class com.atlassian.confluence.rest.api.model.RestList
 
add(int, T) - Method in class com.atlassian.confluence.rest.api.model.RestList
 
add(ComposableScoreFunction, double) - Method in class com.atlassian.confluence.search.v2.score.AverageScoreFunction.Builder
 
add(Long, String, boolean, boolean, String, HttpServletRequest) - Method in class com.atlassian.confluence.tinymceplugin.rest.PageResource
Create a top level comment on the identified content using the HTML supplied from the Editor.
add(Long, Long, String, boolean, boolean, String, HttpServletRequest) - Method in class com.atlassian.confluence.tinymceplugin.rest.PageResource
Create a reply to to the identified comment.
add(Application, PasswordCredential) - Method in class com.atlassian.confluence.user.crowd.CachedCrowdApplicationDao
 
add(Group) - Method in class com.atlassian.confluence.user.crowd.CachedCrowdGroupDao
Adds the passed in group by calling the delegate dao's add method.
add(User, PasswordCredential) - Method in class com.atlassian.confluence.user.crowd.CachedCrowdUserDao
 
add(URL, String) - Method in class com.atlassian.confluence.util.classpath.ClasspathClasses
Associates a class with a JAR.
add(String, File) - Method in class com.atlassian.confluence.util.ZipUtility
Adds a file with a corresponding path to use in the actual zip archive.
add(String, String) - Method in class com.atlassian.confluence.web.UrlBuilder
Adds a parameter to the URL.
add(String, String[]) - Method in class com.atlassian.confluence.web.UrlBuilder
Retrieving parameters from a ServletRequest will provide you with String array values.
add(String, long) - Method in class com.atlassian.confluence.web.UrlBuilder
Adds a parameter to the URL.
add(String, int) - Method in class com.atlassian.confluence.web.UrlBuilder
Adds a parameter to the URL.
add(String, boolean) - Method in class com.atlassian.confluence.web.UrlBuilder
Adds a parameter to the URL.
add(Application, PasswordCredential) - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateApplicationDao
 
add(Directory) - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateDirectoryDao
 
add(Group) - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateGroupDao
 
add(User, PasswordCredential) - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateUserDao
 
add(ServiceReference, Tenant, Function<S, ?>) - Method in class com.atlassian.sal.confluence.lifecycle.ExecutionStrategyTemplate
 
add(ServiceReference, Tenant, Function<S, ?>) - Method in class com.atlassian.sal.confluence.lifecycle.ModuleExecutionFilter
 
add(ServiceReference, Tenant, Function<S, ?>) - Method in interface com.atlassian.sal.confluence.lifecycle.ServiceExecutionStrategy
 
add(ServiceReference, Tenant, Function<S, ?>) - Method in class com.atlassian.sal.confluence.lifecycle.ServiceExecutionStrategyComposite
 
ADD_SEPARATOR - Static variable in class com.atlassian.confluence.labels.CombinedLabel
 
addAction(Element, PackageConfig) - Method in class com.atlassian.confluence.plugin.descriptor.XWorkModuleDescriptor
 
addActionError(String, Object...) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
Adds an error to the current action which will be displayed to the user.
addActionError(String) - Method in class com.atlassian.confluence.validation.DefaultMessageHolder
 
addActionError(String, Object...) - Method in class com.atlassian.confluence.validation.DefaultMessageHolder
 
addActionError(String) - Method in interface com.atlassian.confluence.validation.MessageHolder
 
addActionError(String, Object...) - Method in interface com.atlassian.confluence.validation.MessageHolder
 
addActionInfo(String, Object...) - Method in class com.atlassian.confluence.validation.DefaultMessageHolder
 
addActionInfo(String, Object...) - Method in interface com.atlassian.confluence.validation.MessageHolder
 
addActionMessage(String, Object...) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
Adds a message to the current action which will be displayed to the user.
addActionSuccess(String, Object...) - Method in class com.atlassian.confluence.validation.DefaultMessageHolder
 
addActionSuccess(String, Object...) - Method in interface com.atlassian.confluence.validation.MessageHolder
 
addActionWarning(String, Object...) - Method in class com.atlassian.confluence.validation.DefaultMessageHolder
 
addActionWarning(String, Object...) - Method in interface com.atlassian.confluence.validation.MessageHolder
 
addAlias(String) - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameter
Adds an alias name for the parameter.
addAll(Iterable<E>) - Method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl.Builder
 
addAll(Iterable<Callable<InputStream>>) - Method in class com.atlassian.confluence.core.InputStreamSerializer
 
addAll(Collection) - Method in class com.atlassian.confluence.impl.util.collections.SetAsList
 
addAll(int, Collection) - Method in class com.atlassian.confluence.impl.util.collections.SetAsList
 
addAll(int, Collection<? extends T>) - Method in class com.atlassian.confluence.rest.api.model.RestList
 
addAll(Collection<? extends T>) - Method in class com.atlassian.confluence.rest.api.model.RestList
 
addAll(Set<? extends Group>) - Method in class com.atlassian.confluence.user.crowd.CachedCrowdGroupDao
Removes all the adding groups from the cache and delegates to the addAll method of the delegate DAO.
addAll(Set<UserTemplateWithCredentialAndAttributes>) - Method in class com.atlassian.confluence.user.crowd.CachedCrowdUserDao
Removes all the adding users from the cache if they exist and delegates to the addAll method of the delegate DAO.
addAll(URL, Collection<String>) - Method in class com.atlassian.confluence.util.classpath.ClasspathClasses
Associates all the given classes with a JAR.
addAll(Map<String, Object>) - Method in class com.atlassian.confluence.web.UrlBuilder
Add multiple parameters to the URL from a map.
addAll(Set<? extends Group>) - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateGroupDao
 
addAll(Set<HibernateMembership>) - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateMembershipDao
 
addAll(Set<UserTemplateWithCredentialAndAttributes>) - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateUserDao
 
addAllDataSources(Iterable<DataSource>) - Method in class com.atlassian.confluence.core.InputStreamSerializer
 
addAllErrors(Collection<UpgradeError>) - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeTask
 
addAllMessages(MessageHolder, ValidationResult) - Static method in class com.atlassian.confluence.validation.XWorkValidationResultSupport
 
addAllPermissions(Set<SpacePermission>) - Method in class com.atlassian.confluence.security.administrators.AbstractEditPermissionsAdministrator
Adds the given set of permissions if the current user has permission to do so, otherwise does nothing silently.
addAllPermissions(Set<SpacePermission>) - Method in interface com.atlassian.confluence.security.administrators.EditPermissionsAdministrator
Adds the given set of permissions if the current user has permission to do so, otherwise does nothing silently.
addAllSpaceGroupPermissionsExceptAdmin(String, String) - Method in class com.atlassian.confluence.it.rpc.delegates.admin.PermissionsRpc
 
addAllSpaceUserPermissionsExceptAdmin(String, String) - Method in class com.atlassian.confluence.it.rpc.delegates.admin.PermissionsRpc
 
addAllToContext(Map<String, Serializable>) - Method in class com.atlassian.confluence.mail.notification.listeners.NotificationData
 
addAllUsers(Application, Collection<UserTemplateWithCredentialAndAttributes>) - Method in class com.atlassian.confluence.functest.rest.admin.crowd.StubApplicationService
 
addAllUsersToGroup(long, Collection<String>, String) - Method in class com.atlassian.confluence.user.crowd.CachedCrowdMembershipDao
 
addAllUsersToGroup(long, Collection<String>, String) - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateMembershipDao
 
addAnchor(String) - Method in class com.atlassian.confluence.web.UrlBuilder
Sets an anchor for the URL.
addAnonymousPermissionsToSpace(String, String[], String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Add Space Permissions for anonymous users
addAnonymousPermissionsToSpace(String, String[], String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
addAnonymousPermissionsToSpace(String, String[], String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
addAnonymousPermissionsToSpace(String, Vector, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
addAnonymousPermissionsToSpace(String, Vector, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
addAnonymousPermissionToSpace(String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Add a Space Permission for anonymous users
addAnonymousPermissionToSpace(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
addAnonymousPermissionToSpace(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
addAnonymousPermissionToSpace(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
addAnonymousPermissionToSpace(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
addAnonymousUsePermission(String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
addAnonymousUsePermission() - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
addAnonymousUsePermission(String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
addAnonymousUsePermission(String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
addAnonymousUsePermission(String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
addAnonymousUsePermission(String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
addAnonymousViewUserProfilePermission(String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
This permission can only be set if the anonymous user already has 'use' permission.
addAnonymousViewUserProfilePermission() - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
addAnonymousViewUserProfilePermission(String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
addAnonymousViewUserProfilePermission(String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
addAnonymousViewUserProfilePermission(String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
addAnonymousViewUserProfilePermission(String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
addAnyMessages(MessageHolder, ServiceException) - Static method in class com.atlassian.confluence.validation.XWorkValidationResultSupport
 
addApplicationActivity(MauApplicationKey) - Method in class com.atlassian.confluence.api.impl.service.event.mau.MauEventServiceImpl
 
addApplicationActivity(MauApplicationKey) - Method in interface com.atlassian.confluence.api.service.event.mau.MauEventService
Mark this request represents a user activity in a specific sub-product (such as TC, CQ) The default application is Confluence, event if there is no call to this method during the request
addAppliedRuleDescription(StorageFormatCleaner.AppliedRuleDescription) - Method in class com.atlassian.confluence.content.render.xhtml.StorageFormatCleaner.Result
 
addAppliedRuleDescription(XhtmlCleaner.AppliedRuleDescription) - Method in class com.atlassian.confluence.content.render.xhtml.XhtmlCleaner.Result
Deprecated.
 
addAssociatedActionForResources(Class) - Method in class com.atlassian.quartz.jobs.AbstractJob
Deprecated.
 
addAttachedImageId(Long) - Method in class com.atlassian.confluence.content.render.xhtml.view.embed.AttachedImageUnresolvedCommentCountAggregator
Add the id of content into the collection.
addAttachment(Attachment) - Method in class com.atlassian.confluence.core.ContentEntityObject
 
addAttachment() - Method in class com.atlassian.confluence.it.api.TestAttachmentFactory
 
addAttachment(ContentId, Attachment) - Method in class com.atlassian.confluence.it.rpc.delegates.AttachmentRpc
 
addAttachment(String, long, RemoteAttachment, byte[]) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Add a new attachment to a ContentEntityObject.
addAttachment(long, RemoteAttachment, byte[]) - Method in class com.atlassian.confluence.rpc.soap.services.AttachmentsSoapService
 
addAttachment(String, long, RemoteAttachment, byte[]) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
addAttachment(String, long, RemoteAttachment, byte[]) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
addAttachment(String, String, Hashtable, byte[]) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
addAttachment(String, String, Hashtable, byte[]) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
addAttachmentData(String, InputStream) - Method in class com.atlassian.confluence.it.export.SimpleSiteStructure
 
addAttachments(ContentId, Collection<AttachmentUpload>) - Method in class com.atlassian.confluence.api.impl.service.content.AttachmentServiceImpl
 
addAttachments(ContentId, ContentStatus, Collection<AttachmentUpload>) - Method in class com.atlassian.confluence.api.impl.service.content.AttachmentServiceImpl
 
addAttachments(ContentId, ContentStatus, Collection<AttachmentUpload>, boolean, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.AttachmentServiceImpl
 
addAttachments(ContentId, Collection<AttachmentUpload>) - Method in interface com.atlassian.confluence.api.service.content.AttachmentService
Add one or more attachments to a piece of Content.
addAttachments(ContentId, ContentStatus, Collection<AttachmentUpload>) - Method in interface com.atlassian.confluence.api.service.content.AttachmentService
Add one or more attachments to a piece of Content.
addAttachments(ContentId, ContentStatus, Collection<AttachmentUpload>, boolean, Expansions) - Method in interface com.atlassian.confluence.api.service.content.AttachmentService
Add one or more attachments to a piece of Content.
addAttachments(int) - Method in class com.atlassian.confluence.it.api.TestAttachmentFactory
 
addAttachments(int, MediaType) - Method in class com.atlassian.confluence.it.api.TestAttachmentFactory
 
addAttachments(ContentId, Attachment...) - Method in class com.atlassian.confluence.it.rpc.delegates.AttachmentRpc
 
addAttachments(ContentId, Collection<AttachmentUpload>) - Method in interface com.atlassian.confluence.rest.client.RemoteAttachmentService
addAttachments(ContentId, ContentStatus, Collection<AttachmentUpload>) - Method in interface com.atlassian.confluence.rest.client.RemoteAttachmentService
addAttachments(ContentId, ContentStatus, Collection<AttachmentUpload>, boolean, Expansions) - Method in interface com.atlassian.confluence.rest.client.RemoteAttachmentService
addAttachments(ContentId, Collection<AttachmentUpload>) - Method in class com.atlassian.confluence.rest.client.RemoteAttachmentServiceImpl
addAttachments(ContentId, ContentStatus, Collection<AttachmentUpload>) - Method in class com.atlassian.confluence.rest.client.RemoteAttachmentServiceImpl
addAttachments(ContentId, ContentStatus, Collection<AttachmentUpload>, boolean, Expansions) - Method in class com.atlassian.confluence.rest.client.RemoteAttachmentServiceImpl
addAttachmentsCompletionStage(ContentId, Collection<AttachmentUpload>) - Method in interface com.atlassian.confluence.rest.client.RemoteAttachmentService
Add one or more attachments to a piece of Content.
addAttachmentsCompletionStage(ContentId, ContentStatus, Collection<AttachmentUpload>) - Method in interface com.atlassian.confluence.rest.client.RemoteAttachmentService
 
addAttachmentsCompletionStage(ContentId, ContentStatus, Collection<AttachmentUpload>, boolean, Expansions) - Method in interface com.atlassian.confluence.rest.client.RemoteAttachmentService
 
addAttachmentsCompletionStage(ContentId, Collection<AttachmentUpload>) - Method in class com.atlassian.confluence.rest.client.RemoteAttachmentServiceImpl
 
addAttachmentsCompletionStage(ContentId, ContentStatus, Collection<AttachmentUpload>) - Method in class com.atlassian.confluence.rest.client.RemoteAttachmentServiceImpl
 
addAttachmentsCompletionStage(ContentId, ContentStatus, Collection<AttachmentUpload>, boolean, Expansions) - Method in class com.atlassian.confluence.rest.client.RemoteAttachmentServiceImpl
 
addBasicAuthenticationHeader(User, Map<String, String>) - Method in class com.atlassian.confluence.it.HeadersHelper
 
addBlankPage() - Method in class com.atlassian.confluence.pageobjects.component.dialog.CreateDialog
Deprecated.
 
addBlogPost(BlogPost) - Method in class com.atlassian.confluence.mail.reports.ChangeDigestReport
 
addBlogPost(PageReport) - Method in class com.atlassian.confluence.mail.reports.SpaceReport
 
addBuildToHistory(int) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateVersionHistoryDao
 
addBuildToHistory(int) - Method in interface com.atlassian.confluence.core.persistence.VersionHistoryDao
The version history consists of a list of builds that Confluence has been successfully upgraded to
addBundle(ResourceBundle) - Method in class com.atlassian.confluence.util.i18n.ResourceBundlesCollector
Adds a resource bundle that is not tied to any particular locale
addBundles(Map<String, ResourceBundle>) - Method in class com.atlassian.confluence.util.i18n.ResourceBundlesCollector
 
addCaptchaGroups(Collection) - Method in interface com.atlassian.confluence.security.CaptchaManager
Method adds a Collection of group names to the existing groups for the captcha group setting.
addCaptchaGroups(Collection) - Method in class com.atlassian.confluence.security.DefaultCaptchaManager
 
addCategory(Category, int) - Method in class com.atlassian.confluence.search.contentnames.ResultTemplate
Add a category.
AddChangeDocumentIndexTask - Class in com.atlassian.confluence.search.lucene.tasks
Responsible for removing and adding a change document for versioned content to the index.
AddChangeDocumentIndexTask(Searchable, DocumentBuilder) - Constructor for class com.atlassian.confluence.search.lucene.tasks.AddChangeDocumentIndexTask
 
addChild(T) - Method in interface com.atlassian.confluence.core.Hierarchical
 
addChild(Comment) - Method in class com.atlassian.confluence.pages.Comment
 
addChild(ContentNode) - Method in class com.atlassian.confluence.pages.ContentNode
 
addChild(Page) - Method in class com.atlassian.confluence.pages.Page
 
addChildren(List<ContentNode>) - Method in class com.atlassian.confluence.pages.ContentNode
 
addClass(Class) - Method in class com.atlassian.confluence.it.plugin.UploadablePluginBuilder
Deprecated.
Helper method to add the .class file for the given class
addClass(String, JarSet) - Method in class com.atlassian.confluence.util.classpath.ClasspathJarSets
 
addClasspathResource(String, String) - Method in class com.atlassian.confluence.it.plugin.UploadablePluginBuilder
Deprecated.
 
addClasspathResource(String, String, String) - Method in class com.atlassian.confluence.it.web.FileUpload
 
addClasspathResource(String, String, String, String) - Method in class com.atlassian.confluence.it.web.FileUpload
 
addCollapsedEntries(Set<? extends K>) - Method in class com.atlassian.confluence.api.model.reference.ModelMapBuilder
Deprecated.
since 5.10 Call addCollapsedEntries(Iterable) instead
addCollapsedEntries(Iterable<? extends K>) - Method in class com.atlassian.confluence.api.model.reference.ModelMapBuilder
 
addCollapsedEntry(K) - Method in class com.atlassian.confluence.api.model.reference.ModelMapBuilder
 
addCollapsedTag(ResourceType) - Method in class com.atlassian.confluence.api.model.content.webresource.SuperBatchWebResources.SuperBatchWebResourcesBuilder
 
addCollapsedTag(ResourceType) - Method in class com.atlassian.confluence.api.model.content.webresource.WebResourceDependencies.WebResourceDependenciesBuilder
 
addCollapsedTag(ResourceType) - Method in interface com.atlassian.confluence.api.model.content.webresource.WebResourcesBuilder
The builder should have a collapsed tag entry for the given resource type.
addCollapsedUris(ResourceType) - Method in class com.atlassian.confluence.api.model.content.webresource.SuperBatchWebResources.SuperBatchWebResourcesBuilder
 
addCollapsedUris(ResourceType) - Method in class com.atlassian.confluence.api.model.content.webresource.WebResourceDependencies.WebResourceDependenciesBuilder
 
addCollapsedUris(ResourceType) - Method in interface com.atlassian.confluence.api.model.content.webresource.WebResourcesBuilder
The builder should have a collapsed uri list for the given resource type.
addComment(Comment) - Method in class com.atlassian.confluence.core.ContentEntityObject
 
addComment() - Static method in class com.atlassian.confluence.it.content.EditContentBean
 
addComment(WebTester) - Static method in class com.atlassian.confluence.it.content.EditContentBean
 
addComment() - Method in class com.atlassian.confluence.it.content.ViewContentBean
 
addComment(Comment) - Method in class com.atlassian.confluence.mail.reports.ChangeDigestReport
 
addComment(CommentReport) - Method in class com.atlassian.confluence.mail.reports.SpaceReport
 
addComment(String, RemoteComment) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Adds a comment to a page or blog post
addComment(RemoteComment) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
addComment(String, RemoteComment) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
addComment(String, RemoteComment) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
addComment(String, Hashtable) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
addComment(String, Hashtable) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
AddCommentAction - Class in com.atlassian.confluence.pages.actions
 
AddCommentAction() - Constructor for class com.atlassian.confluence.pages.actions.AddCommentAction
 
addCommentAuthor(String) - Method in class com.atlassian.confluence.mail.reports.CommentReport
 
addCommentToObject(ContentEntityObject, Comment, String) - Method in interface com.atlassian.confluence.pages.CommentManager
 
addCommentToObject(ContentEntityObject, Comment, String, NewCommentDeduplicator) - Method in interface com.atlassian.confluence.pages.CommentManager
Add a new comment if the given deduplicator determines that it's not a duplicate, or just return the existing duplicate otherwise.
addCommentToObject(ContentEntityObject, Comment, String) - Method in class com.atlassian.confluence.pages.DefaultCommentManager
 
addCommentToObject(ContentEntityObject, Comment, String, NewCommentDeduplicator) - Method in class com.atlassian.confluence.pages.DefaultCommentManager
 
addCommentToPage(AbstractPage, Comment, String) - Method in interface com.atlassian.confluence.pages.CommentManager
Deprecated.
addCommentToPage(AbstractPage, Comment, String) - Method in class com.atlassian.confluence.pages.DefaultCommentManager
 
addConstraints() - Method in class com.atlassian.confluence.upgrade.upgradetask.EmbeddedCrowdAddMissingConstraintsUpgradeTask
 
addContentEntity(ContentEntityObject) - Method in class com.atlassian.confluence.user.history.UserHistory
 
addContentNotification(User, ContentEntityObject) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
addContentNotification(User, ContentEntityObject) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
 
addContentPermission(ContentPermission, ContentEntityObject) - Method in interface com.atlassian.confluence.core.ContentPermissionManager
Add permissions to the content entity objecct through the manager.
addContentPermission(ContentPermission, ContentEntityObject) - Method in class com.atlassian.confluence.core.DefaultContentPermissionManager
Adds a new current content permission to the CEO if it doesn't have it already.
addContentPermission(ContentPermission) - Method in class com.atlassian.confluence.security.ContentPermissionSet
 
addContentPropertyToSearchableText(CustomContentEntityObject, StringBuffer, String) - Method in class com.atlassian.confluence.plugins.contentproperty.index.extractor.ContentPropertiesExtractor
 
addContentWatch(long) - Method in class com.atlassian.confluence.plugins.rest.resources.ContentWatchesResource
 
addContentWatcher(UserKey, String, ContentId) - Method in class com.atlassian.confluence.plugins.restapi.resources.UserWatchResource
Create a new watcher for the given user and content id.
addContextItem(String, Object) - Method in class com.atlassian.confluence.mail.template.VelocityMailBuilder
 
addContextParams(WebResource, Map<String, Object>) - Method in class com.atlassian.confluence.rest.client.remoteservice.webfragment.RemoteWebViewImpl
 
addContextPath(String, ContextPathHolder) - Static method in class com.atlassian.confluence.util.UrlUtils
Adds the context path to the given url, if required.
addCrowdDirectory(CrowdDirectoryConfiguration) - Method in class com.atlassian.confluence.it.admin.UserDirectories
Deprecated.
 
addCrowdDirectory(CrowdDirectoryConfiguration, UserDirectories.ConfigurationCallback) - Method in class com.atlassian.confluence.it.admin.UserDirectories
Deprecated.
 
addCustomContent(CustomContentEntityObject) - Method in class com.atlassian.confluence.core.ContentEntityObject
 
addCustomMetric(String, long) - Method in interface com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsCollector
Records a custom metric, as required by the client code.
addCustomSpaceType(String) - Static method in class com.atlassian.confluence.spaces.SpaceType
 
addDailyReportNotfication(User) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
addDailyReportNotfication(User) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
addDailyReportNotification(ConfluenceUser) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
addDailyReportNotification(ConfluenceUser) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
 
addDataSource(DataSource...) - Method in class com.atlassian.confluence.core.InputStreamSerializer
 
addDateField(Document, long) - Method in class com.atlassian.confluence.plugins.edgeindex.EdgeDateFieldHelper
 
addDefaultSpecials() - Method in class com.atlassian.confluence.renderer.radeox.ContentPreserver
 
addDeferredOperation(PrimitiveId, Set<TransientHibernateHandle>, Operation) - Method in class com.atlassian.confluence.importexport.xmlimport.DeferredOperations
 
addDelegatedAuthLdapDirectory(Map<String, String>, UserDirectories.ConfigurationCallback) - Method in class com.atlassian.confluence.it.admin.UserDirectories
Deprecated.
 
addDirectory(Directory) - Method in class com.atlassian.confluence.user.crowd.ConfluenceCrowdDirectoryService
 
addDirectoryMapping(Application, Directory, boolean, OperationType...) - Method in class com.atlassian.confluence.functest.rest.admin.crowd.StubApplicationManager
 
addDirectoryMapping(long, long, boolean, OperationType...) - Method in class com.atlassian.confluence.user.crowd.CachedCrowdApplicationDao
 
addDirectoryMapping(long, long, boolean, OperationType...) - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateApplicationDao
 
addDirectRestrictionForSubject(ContentId, OperationKey, Subject) - Method in class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionServiceImpl
 
addDirectRestrictionForSubject(ContentId, OperationKey, Subject) - Method in interface com.atlassian.confluence.api.service.permissions.ContentRestrictionService
Adds singular direct ContentRestriction for operationKey and subject to the content identified by contentId parameter.
addDirectRestrictionForSubject(ContentId, OperationKey, Subject) - Method in interface com.atlassian.confluence.rest.client.RemoteContentRestrictionService
addDirectRestrictionForSubject(ContentId, OperationKey, Subject) - Method in class com.atlassian.confluence.rest.client.RemoteContentRestrictionServiceImpl
addDirectRestrictionForSubjectCompletionStage(ContentId, OperationKey, Subject) - Method in interface com.atlassian.confluence.rest.client.RemoteContentRestrictionService
Adds singular direct ContentRestriction for operationKey and subject to the content identified by contentId parameter.
addDirectRestrictionForSubjectCompletionStage(ContentId, OperationKey, Subject) - Method in class com.atlassian.confluence.rest.client.RemoteContentRestrictionServiceImpl
 
addDisableCachingHeaders(HttpServletRequest, HttpServletResponse) - Static method in class com.atlassian.confluence.plugin.webresource.ConfluenceResourceDownloadUtils
 
AddDocumentIndexTask - Class in com.atlassian.confluence.search.lucene.tasks
Adds a searchable to the index.
AddDocumentIndexTask(Searchable, DocumentBuilder) - Constructor for class com.atlassian.confluence.search.lucene.tasks.AddDocumentIndexTask
 
addDoNotNotifyAgain(String) - Method in class com.atlassian.confluence.mail.notification.listeners.NotificationData
 
addDynamicModule(Plugin, Element) - Method in class com.atlassian.confluence.plugin.EventDispatchingPluginController
 
AddEdgeDocumentIndexTask - Class in com.atlassian.confluence.plugins.edgeindex.lucene.tasks
 
AddEdgeDocumentIndexTask(Document) - Constructor for class com.atlassian.confluence.plugins.edgeindex.lucene.tasks.AddEdgeDocumentIndexTask
 
addEditRestrictionToCurrentUser() - Method in class com.atlassian.confluence.pageobjects.component.dialog.PageRestrictionsDialog
Deprecated.
 
addEmoticonsAsSpecial() - Method in class com.atlassian.confluence.renderer.radeox.ContentPreserver
 
addEnumValue(String) - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameter
Adds an enum value to the paramter.
addError(String, Object...) - Method in class com.atlassian.confluence.api.model.validation.SimpleValidationResult.Builder
 
addError(ValidationError) - Method in class com.atlassian.confluence.api.model.validation.SimpleValidationResult.Builder
 
addError(UpgradeError) - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeTask
 
addError(String) - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeTask
 
addErrorMessage(String, String...) - Method in class com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReport.Builder
 
addErrors(List<ValidationError>) - Method in class com.atlassian.confluence.api.model.validation.SimpleValidationResult.Builder
 
addException(PageTemplateMigrationException) - Method in class com.atlassian.confluence.content.render.xhtml.migration.exceptions.ExceptionReport
 
addException(ContentMigrationException) - Method in class com.atlassian.confluence.content.render.xhtml.migration.exceptions.ExceptionReport
 
addException(SettingsMigrationException) - Method in class com.atlassian.confluence.content.render.xhtml.migration.exceptions.ExceptionReport
 
addExceptionEntities(List<ConfluenceEntityObject>, boolean) - Method in class com.atlassian.confluence.importexport.DefaultExportContext
Helper method to add a collection of entities to the current exception entities
addExceptionEntity(ConfluenceEntityObject) - Method in class com.atlassian.confluence.importexport.DefaultExportContext
 
addExceptionSupplier(Function2<String, ValidationResult, ? extends ServiceException>) - Method in class com.atlassian.confluence.api.model.validation.SimpleValidationResult.Builder
addExistingProfilePicture(String, String) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
Deprecated.
Attempts to add a existing profile picture to a user's profile.
addExistingProfilePicture(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
addExistingProfilePicture(String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Attempts to add a existing profile picture to a user's profile.
addExistingProfilePicture(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
addExpansions(WebResource, Expansion[]) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteService
add the expansions to the WebResource as a query param, this specifies which properties on the results to expand
addExplicitIdMapping(TransientHibernateHandle, Serializable) - Method in class com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext
 
AddFavouriteAction - Class in com.atlassian.confluence.labels.actions
Makes a page or blogpost the favourite of the specified user.
AddFavouriteAction() - Constructor for class com.atlassian.confluence.labels.actions.AddFavouriteAction
 
addField(FieldDescriptor) - Method in class com.atlassian.confluence.internal.index.v2.AtlassianDocument
 
addFieldError(String, String, Object...) - Method in class com.atlassian.confluence.api.model.validation.SimpleValidationResult.Builder
 
addFieldError(String, String, Object[]) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
Adds an error to the current action which will be displayed next to the specified field.
addFieldError(String, String) - Method in class com.atlassian.confluence.validation.DefaultMessageHolder
 
addFieldError(String, String) - Method in interface com.atlassian.confluence.validation.MessageHolder
 
addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.content.CustomContentSearchExtractor
 
addFields(Collection<FieldDescriptor>) - Method in class com.atlassian.confluence.internal.index.v2.AtlassianDocument
 
addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.plugin.descriptor.ExtractorModuleDescriptor.BackwardsCompatibleExtractor
Deprecated.
 
addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.plugins.contentproperty.index.extractor.ContentPropertiesExtractor
 
addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.plugins.macrousage.extractor.MacroExtractor
 
addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.AddressableExtractor
 
addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.AttachmentExtractedTextExtractor
 
addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.AttachmentMimeTypeExtractor
 
addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.AttachmentOwnerContentTypeExtractor
 
addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.CommentExtractor
 
addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.ConfluenceAttachmentMetadataExtractor
 
addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.ContentEntityMetadataExtractor
 
addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.ContentPermissionsExtractor
 
addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.DefaultSearchableContentExtractor
 
addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.EntityDateExtractor
 
addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.Extractor2ToExtractorAdapter
 
addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.HomePageExtractor
 
addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.HtmlEntityFilterExtractor
 
addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.LastModifierNameContentExtractor
 
addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.LastModifierNameExtractor
 
addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.PersonalInformationExtractor
 
addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.SpaceDescriptionUsernameExtractor
 
addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.SpaceKeyAndNameExtractor
 
addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.SpaceTypeExtractor
 
addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.TitleExtractor
 
addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.UntokenizedTitleExtractor
 
addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.VersionCommentExtractor
 
addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.extractor.VersionNumberExtractor
 
addFields(Document, StringBuffer, Searchable) - Method in class com.atlassian.confluence.search.lucene.LabelExtractor
 
addFieldValidationError(String, String) - Method in class com.atlassian.confluence.core.service.DefaultServiceCommandValidator
Add a new validation error.
addFieldValidationError(String, String, Object...) - Method in class com.atlassian.confluence.core.service.DefaultServiceCommandValidator
Add a new validation error.
addFieldValidationError(FieldValidationError) - Method in class com.atlassian.confluence.core.service.DefaultServiceCommandValidator
 
addFieldValidationError(String, String) - Method in interface com.atlassian.confluence.core.service.ServiceCommandValidator
Add a new validation error.
addFieldValidationError(String, String, Object...) - Method in interface com.atlassian.confluence.core.service.ServiceCommandValidator
Add a new validation error.
addFieldValidationError(FieldValidationError) - Method in interface com.atlassian.confluence.core.service.ServiceCommandValidator
Add a new field validation error.
addFile(String, File) - Method in class com.atlassian.confluence.it.plugin.UploadablePluginBuilder
Deprecated.
 
AddForeignKeyCommand - Class in com.atlassian.confluence.upgrade.ddl
A command for creating a named foreign key constraint between two columns
addFormattedJava(String, String...) - Method in class com.atlassian.confluence.it.plugin.UploadablePluginBuilder
Deprecated.
 
addFormattedResource(String, String...) - Method in class com.atlassian.confluence.it.plugin.UploadablePluginBuilder
Deprecated.
 
addGlobalAnonymousPermissions(GlobalPermission...) - Method in class com.atlassian.confluence.it.rpc.delegates.admin.PermissionsRpc
 
addGlobalGroupPermissions(String, GlobalPermission...) - Method in class com.atlassian.confluence.it.rpc.delegates.admin.PermissionsRpc
 
addGlobalPermission(String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Add global permissions for a user or group
addGlobalPermission(String, String) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
addGlobalPermission(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
addGlobalPermission(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
addGlobalPermission(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
addGlobalPermission(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
addGlobalPermissions(String, String[], String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Add a global permission for a user or group
addGlobalPermissions(String[], String) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
addGlobalPermissions(String, String[], String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
addGlobalPermissions(String, String[], String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
addGlobalPermissions(String, Vector, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
addGlobalPermissions(String, Vector, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
addGlobalStylesheet(String) - Method in class com.atlassian.confluence.themes.DefaultStylesheetManager
 
addGlobalStylesheet(String) - Method in interface com.atlassian.confluence.themes.StylesheetManager
Adds a global stylesheet to customize the look and feel of Confluence
addGlobalUnlicensedAuthenticatedPermissions(GlobalPermission...) - Method in class com.atlassian.confluence.it.rpc.delegates.admin.PermissionsRpc
 
addGlobalUserPermissions(String, GlobalPermission...) - Method in class com.atlassian.confluence.it.rpc.delegates.admin.PermissionsRpc
 
addGroup(String) - Method in class bucket.user.DefaultUserAccessor
Deprecated.
 
addGroup(String) - Method in interface bucket.user.UserAccessor
Deprecated.
Creates a group with the specified name and returns it.
addGroup(Application, GroupTemplate) - Method in class com.atlassian.confluence.functest.rest.admin.crowd.StubApplicationService
 
addGroup(String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Adds a new group
addGroup(String) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
Adds the specified group.
addGroup(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
addGroup(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
addGroup(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
addGroup(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
addGroup(String) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
Adds a group with the specified name.
addGroupAnyCase(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
addGroupAnyCase(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Allows addition of a group without enforcing that the name be all lower case.
addGroupAnyCase(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
addGroupMapping(Application, Directory, String) - Method in class com.atlassian.confluence.functest.rest.admin.crowd.StubApplicationManager
 
addGroupMapping(long, long, String) - Method in class com.atlassian.confluence.user.crowd.CachedCrowdApplicationDao
 
addGroupMapping(long, long, String) - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateApplicationDao
 
addGroupPermissionsRow(Group) - Method in class com.atlassian.confluence.it.space.SpacePermissions
 
addGroupToGroup(Application, String, String) - Method in class com.atlassian.confluence.functest.rest.admin.crowd.StubApplicationService
 
addGroupToGroup(Group, Group) - Method in class com.atlassian.confluence.it.usermanagement.DefaultUserManagementHelper
Deprecated.
 
addGroupToGroup(Group, Group) - Method in class com.atlassian.confluence.it.usermanagement.LdapUserManagementHelper
 
addGroupToGroup(Group, Group) - Method in interface com.atlassian.confluence.it.usermanagement.UserManagementHelper
Deprecated.
Add childGroup to parentGroup.
addGroupToGroup(long, String, String) - Method in class com.atlassian.confluence.user.crowd.CachedCrowdMembershipDao
 
addGroupToGroup(long, String, String) - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateMembershipDao
 
addGuardPermissionToGroups(List<String>, UserAccessor, String) - Method in class com.atlassian.confluence.security.administrators.AbstractEditPermissionsAdministrator
Add the guard permissions for each group if they exist
addGuardPermissionToGroups(List<String>, UserAccessor, String) - Method in interface com.atlassian.confluence.security.administrators.EditPermissionsAdministrator
Add the guard permissions for each group if they exist
addGuardPermissionToUsers(List<String>, UserAccessor, String) - Method in class com.atlassian.confluence.security.administrators.AbstractEditPermissionsAdministrator
Add the guard permissions for each user if they exist
addGuardPermissionToUsers(List<String>, UserAccessor, String) - Method in interface com.atlassian.confluence.security.administrators.EditPermissionsAdministrator
Add the guard permissions for each user if they exist
AddHibernateVersionColumnUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
Create the new HibernateVersion column (CONF-32286)
AddHibernateVersionColumnUpgradeTask() - Constructor for class com.atlassian.confluence.upgrade.upgradetask.AddHibernateVersionColumnUpgradeTask
 
addHistory(ScheduledJobKey, ScheduledJobHistory, Date) - Method in class com.atlassian.confluence.schedule.persistence.dao.CachedScheduledJobDao
 
addHistory(ScheduledJobKey, ScheduledJobHistory, Date) - Method in class com.atlassian.confluence.schedule.persistence.dao.ClusterSafeScheduledJobDao
 
addHistory(ScheduledJobKey, ScheduledJobHistory, Date) - Method in interface com.atlassian.confluence.schedule.persistence.dao.ScheduledJobDao
Adds to an event to the history to the cache, and updates the nextOccurrence in the ScheduledJobStatus.
addHistory(ScheduledJobHistory) - Method in class com.atlassian.confluence.schedule.ScheduledJobStatus
 
addIfMissing(ConstraintChecker, Deduper, ConstraintCreator) - Method in class com.atlassian.confluence.internal.upgrade.constraint.UniqueConstraintAddition
Add a required unique constraint if missing from the DB
addIndividualGroupRestriction(ContentId, OperationKey, Group) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.ExperimentalContentRestrictionsResource
Adds singular direct ContentRestriction for operationKey and group for the content identified by contentId parameter.
addIndividualUserRestriction(ContentId, OperationKey, UserKey, String) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.ExperimentalContentRestrictionsResource
Adds singular direct ContentRestriction for operationKey and user for the content identified by contentId parameter.
addIpRestriction(String) - Method in class com.atlassian.confluence.it.admin.TrustedApplication
 
addItem(InlineTaskListItem) - Method in class com.atlassian.confluence.content.render.xhtml.model.inlinetask.InlineTaskList
 
addItems(WebItemView...) - Method in class com.atlassian.confluence.api.model.web.WebSectionView.Builder
 
addItems(Iterable<WebItemView>) - Method in class com.atlassian.confluence.api.model.web.WebSectionView.Builder
 
AdditionalImports - Class in com.atlassian.confluence.plugins.restapi
ComponentImports required by components created indirectly, e.g.
AdditionalImports(DarkFeatureManager, UserManager) - Constructor for class com.atlassian.confluence.plugins.restapi.AdditionalImports
 
additionalParams(Map<String, String>) - Method in class com.atlassian.confluence.it.content.EditContentBean.CreateByUrlBuilder
 
addJava(String, String) - Method in class com.atlassian.confluence.it.plugin.UploadablePluginBuilder
Deprecated.
 
addJavaClass(Class<?>) - Method in class com.atlassian.confluence.it.plugin.UploadablePluginBuilder
Deprecated.
Adds the given class, and all its nested classes, including anonymous ones (assuming they follow the $n naming convention).
addJobs(ScheduledJobKey, RunOutcome, Integer, Integer) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
Deprecated.
Add job run details that has been stored for more than the time threshold in days.
addJobs(ScheduledJobKey, RunOutcome, Integer, Integer) - Method in class com.atlassian.confluence.it.rpc.delegates.admin.SchedulerRpc
 
addKey(String, String) - Method in class com.atlassian.confluence.security.DownloadGateKeeper
Add permission for a user to access a certain path.
addKey(String, User) - Method in class com.atlassian.confluence.security.DownloadGateKeeper
 
addKey(String, User) - Method in interface com.atlassian.confluence.security.GateKeeper
Permit a user to download a particular resource.
addKey(String, String) - Method in interface com.atlassian.confluence.security.GateKeeper
Permit a user to download a particular resource.
addLabel(String, AbstractContentEntity) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
Deprecated.
 
addLabel(long, long) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
Deprecated.
Adds a label to the content specified by the supplied contentId
addLabel(String, AbstractContentEntity) - Method in class com.atlassian.confluence.it.rpc.LabelsRpc
 
addLabel(long, long) - Method in class com.atlassian.confluence.it.rpc.LabelsRpc
Adds a label to the content specified by the supplied contentId
addLabel(String, AbstractContentEntity) - Method in class com.atlassian.confluence.it.rpc.xmlrpc.XmlRpcLabelsClient
 
addLabel(long, long) - Method in class com.atlassian.confluence.it.rpc.xmlrpc.XmlRpcLabelsClient
Adds a label to the content specified by the supplied contentId
addLabel(Labelable, Label) - Method in class com.atlassian.confluence.labels.CachingLabelManager
 
addLabel(Labelable, Label) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
addLabel(Labelable, Label) - Method in interface com.atlassian.confluence.labels.LabelManager
Add a label to the specified content.
addLabel(Labelable, LabelManager) - Method in class com.atlassian.confluence.labels.ParsedLabelName
 
addLabel(Space, String) - Method in interface com.atlassian.confluence.labels.SpaceLabelManager
Adds a label to a space.
addLabel(Space, String) - Method in class com.atlassian.confluence.labels.SpaceLabelManagerImpl
 
addLabel(String) - Method in class com.atlassian.confluence.pageobjects.component.dialog.LabelsDialog
Deprecated.
Types in the label input and clicks add.
addLabel() - Method in class com.atlassian.confluence.pages.actions.AddLabelAjaxAction
 
addLabel(LabelEntity) - Method in class com.atlassian.confluence.plugins.rest.entities.LabelEntityList
 
addLabel(Space, String) - Method in class com.atlassian.confluence.spaces.actions.EditSpaceLabelAction
 
addLabel(Label) - Method in class com.atlassian.confluence.user.history.UserHistory
 
addLabel(String, LabelManager, Labelable) - Static method in class com.atlassian.confluence.util.LabelUtil
Adds the label to the specified object.
addLabel(String, LabelManager, Labelable, ConfluenceUser) - Static method in class com.atlassian.confluence.util.LabelUtil
Adds the label to the specified object.
AddLabelAction - Class in com.atlassian.confluence.plugins.labels.actions
Adds a label to a page or blog post Used for JSON requests, a list of the labels added are available under the 'labels' key of the bean.
AddLabelAction() - Constructor for class com.atlassian.confluence.plugins.labels.actions.AddLabelAction
 
AddLabelAjaxAction - Class in com.atlassian.confluence.pages.actions
 
AddLabelAjaxAction() - Constructor for class com.atlassian.confluence.pages.actions.AddLabelAjaxAction
 
addLabelAndWait(String) - Method in class com.atlassian.confluence.pageobjects.component.dialog.LabelsDialog
Deprecated.
Types in the label input and clicks add.
addLabelById(String, long, long) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Adds a label with the given ID to the object with the given ContentEntityObject ID.
addLabelById(long, long) - Method in class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
 
addLabelById(String, long, long) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
addLabelById(String, long, long) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
addLabelById(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
addLabelById(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
addLabelByName(String, String, long) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Adds a label to the object with the given ContentEntityObject ID.
addLabelByName(String, long) - Method in class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
 
addLabelByName(String, String, long) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
addLabelByName(String, String, long) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
addLabelByName(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
addLabelByName(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
addLabelByNameToSpace(String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Adds a label to the object with the given ContentEntityObject ID.
addLabelByNameToSpace(String, String) - Method in class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
 
addLabelByNameToSpace(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
addLabelByNameToSpace(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
addLabelByNameToSpace(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
addLabelByNameToSpace(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
addLabelByObject(Object, Page) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
Deprecated.
Adds a label to the specified page
addLabelByObject(Object, Page) - Method in class com.atlassian.confluence.it.rpc.LabelsRpc
Adds a label to the specified page
addLabelByObject(Object, Page) - Method in class com.atlassian.confluence.it.rpc.xmlrpc.XmlRpcLabelsClient
Adds a label to the specified page
addLabelByObject(String, RemoteLabel, long) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Adds the given label object to the object with the given ContentEntityObject ID.
addLabelByObject(RemoteLabel, long) - Method in class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
 
addLabelByObject(String, RemoteLabel, long) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
addLabelByObject(String, RemoteLabel, long) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
addLabelByObject(String, Hashtable, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
addLabelByObject(String, Hashtable, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
addLabelling(Labelling) - Method in class com.atlassian.confluence.core.AbstractLabelableEntityObject
 
addLabelling(Labelling) - Method in interface com.atlassian.confluence.labels.EditableLabelable
 
addLabelNotification(User, Label) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
addLabelNotification(User, Label) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
 
addLabels(ContentId, Iterable<Label>) - Method in class com.atlassian.confluence.api.impl.service.content.ContentLabelServiceImpl
 
addLabels(ContentId, Iterable<Label>) - Method in interface com.atlassian.confluence.api.service.content.ContentLabelService
Adds the given labels to the specified content
addLabels(long, Iterable<Label>) - Method in interface com.atlassian.confluence.legacyapi.service.content.AttachmentService
Deprecated.
Adds the given labels to the specified content
addLabels(long, Iterable<Label>) - Method in interface com.atlassian.confluence.legacyapi.service.content.ContentService
Deprecated.
Adds the given labels to the specified content
addLabels(long, Iterable<Label>) - Method in interface com.atlassian.confluence.legacyapi.service.content.TemplateService
Deprecated.
Adds the given labels to the specified content
addLabels(ContentId, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentLabelsResource
Adds a list of labels to the specified content.
addLabels(ContentId, Iterable<Label>) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentLabelService
addLabels(ContentId, Iterable<Label>) - Method in interface com.atlassian.confluence.rest.client.RemoteContentLabelService
addLabels(Long, List<Label>) - Method in class com.atlassian.confluence.ui.rest.content.LegacyAttachmentResource
Deprecated.
 
addLabels(Long, List<Label>) - Method in class com.atlassian.confluence.ui.rest.content.LegacyContentResource
Deprecated.
 
addLabels(Long, List<Label>) - Method in class com.atlassian.confluence.ui.rest.content.LegacyTemplateResource
Deprecated.
 
addLabels(long, Iterable<Label>) - Method in class com.atlassian.confluence.ui.rest.service.content.LegacyAttachmentServiceImpl
Deprecated.
 
addLabels(long, Iterable<Label>) - Method in class com.atlassian.confluence.ui.rest.service.content.LegacyContentServiceImpl
Deprecated.
 
addLabels(long, Iterable<Label>) - Method in class com.atlassian.confluence.ui.rest.service.content.LegacyTemplateServiceImpl
Deprecated.
 
AddLabelsCommand - Interface in com.atlassian.confluence.labels.service
Takes a string of comma separated labels and adds them to a Page or Blog Post for the specified user.
AddLabelsCommandImpl - Class in com.atlassian.confluence.labels.service
 
AddLabelsCommandImpl(String, User, long, String, LabelManager, PermissionManager, SpaceManager, PageTemplateManager, ContentEntityManager, LabelPermissionEnforcer) - Constructor for class com.atlassian.confluence.labels.service.AddLabelsCommandImpl
 
addLabelsCompletionStage(ContentId, Iterable<Label>) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentLabelService
 
addLabelsCompletionStage(ContentId, Iterable<Label>) - Method in interface com.atlassian.confluence.rest.client.RemoteContentLabelService
Adds the given labels to the specified content
addLabelToLabelable(long, LabelableType, String) - Method in class com.atlassian.confluence.it.rpc.LabelsRpc
 
addLabelToLabelable(long, LabelableType, String) - Method in class com.atlassian.confluence.it.rpc.xmlrpc.XmlRpcLabelsClient
 
addLabelToLabelable(String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
addLabelToLabelable(String, String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Adds a label to a labelable, because the public RPC API doesn't let you do it.
addLabelToLabelable(String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
addLabelToSpace(String, Space) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
Deprecated.
Adds a label to the specified space
AddLabelToSpaceAction - Class in com.atlassian.confluence.spaces.actions
labels are added to the Space's SpaceDescription object
AddLabelToSpaceAction() - Constructor for class com.atlassian.confluence.spaces.actions.AddLabelToSpaceAction
 
addLabelWatch(long) - Method in class com.atlassian.confluence.plugins.rest.resources.LabelWatchesResource
 
addLatch(Class, CountDownLatch) - Method in class com.atlassian.confluence.test.rpc.EventLatchManager
 
addLdapDirectory(NewDirectoryType, LdapDirectoryPermission, Map<String, String>) - Method in class com.atlassian.confluence.it.admin.UserDirectories
Deprecated.
 
addLdapDirectory(NewDirectoryType, LdapDirectoryPermission, Map<String, String>, UserDirectories.ConfigurationCallback) - Method in class com.atlassian.confluence.it.admin.UserDirectories
Deprecated.
 
addLicensingError() - Method in class com.atlassian.confluence.user.actions.CreateUserAction
 
addLike(ContentEntityObject, User) - Method in class com.atlassian.confluence.like.DefaultLikeManager
 
addLike(ContentEntityObject, User) - Method in class com.atlassian.confluence.like.HibernateLikeEntityDao
 
addLike(ContentEntityObject, User) - Method in interface com.atlassian.confluence.like.LikeEntityDao
Add a like on the content entity for the given user.
addLike(ContentEntityObject, User) - Method in interface com.atlassian.confluence.like.LikeManager
Add a like for the provided user.
addLike(Long) - Method in class com.atlassian.confluence.plugins.like.rest.resources.LikableContentResource
 
addLikeForUser(long, User) - Method in class com.atlassian.confluence.it.Likes
 
addLink(Link) - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
 
addLink(LinkType, String) - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
 
addLink(Link) - Method in class com.atlassian.confluence.api.model.content.Space.SpaceBuilder
 
addLink(LinkType, String) - Method in class com.atlassian.confluence.api.model.content.Space.SpaceBuilder
 
addLink(Link) - Method in class com.atlassian.confluence.api.model.permissions.ContentRestrictionsPageResponse.ContentRestrictionPageResponseBuilder
 
addLink(LinkType, String) - Method in class com.atlassian.confluence.api.model.permissions.ContentRestrictionsPageResponse.ContentRestrictionPageResponseBuilder
 
addLink(Link) - Method in class com.atlassian.confluence.plugins.rest.entities.AttachmentEntity
Add a link to the list
addLink(Link) - Method in class com.atlassian.confluence.plugins.rest.entities.ContentEntity
 
addLink(Link) - Method in class com.atlassian.confluence.plugins.rest.entities.SpaceEntity
 
addLink(Link) - Method in class com.atlassian.confluence.plugins.rest.entities.UserEntity
 
addLink(Link) - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryEntity
 
addListener(CacheEntryListener<K, V>, boolean) - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
 
addListener(CacheEntryListener<K, V>, boolean) - Method in class com.atlassian.confluence.cache.DefaultConfluenceCache
 
addLocal(Group) - Method in class com.atlassian.confluence.user.crowd.CachedCrowdGroupDao
 
addLocal(Group) - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateGroupDao
 
addLoggingEntry(String, LoggingAndProfiling.LogLevel) - Method in class com.atlassian.confluence.it.admin.LoggingAndProfiling
 
addMacroUsage(MacroDefinition, Macro) - Method in class com.atlassian.confluence.macro.count.DefaultMacroCounter
 
addMacroUsage(MacroDefinition, Macro) - Method in interface com.atlassian.confluence.macro.count.MacroCounter
Record a single usage of the given macro.
addMailboxesForUsers(User...) - Method in class com.atlassian.confluence.it.mail.MailFacade
 
addMailboxForUser(User) - Method in class com.atlassian.confluence.it.mail.MailFacade
 
addMailboxForUser(MailUser) - Method in class com.atlassian.confluence.it.mail.MailFacade
 
addMailServer(String, String, String, int, String, String, String) - Method in class com.atlassian.confluence.it.rpc.MailRpc
 
addMailServer(String, String, String, String, int, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
addMailServer(String, String, String, String, int, String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Add a POP server to poll for emails in a particular account.
addMailServer(String, String, String, String, int, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
addManagedScheduledJob(ManagedScheduledJob) - Method in class com.atlassian.confluence.schedule.managers.DefaultManagedScheduledJobRegistry
 
addManagedScheduledJob(ManagedScheduledJob) - Method in interface com.atlassian.confluence.schedule.managers.ManagedScheduledJobRegistry
Registers a job in the registry.
addMapping(String) - Method in class bucket.core.persistence.hibernate.MappingResources
Deprecated.
 
addMappingResources(List<String>) - Method in class bucket.core.persistence.hibernate.schema.SchemaHelper
Deprecated.
since 5.6, use a lazy Iterable in conjunction with SchemaHelper.SchemaHelper(Iterable, java.util.Properties)
addMarshallerMetricsConsumer(MarshallerMetricsConsumer) - Method in interface com.atlassian.confluence.content.render.xhtml.ConversionContext
Adds a consumer of MarshallerMetrics that is associated with the current render.
addMarshallerMetricsConsumer(MarshallerMetricsConsumer) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultConversionContext
 
addMatchGroup(List<ContentNameMatch>) - Method in class com.atlassian.confluence.search.actions.json.ContentNameSearchResult
Add a grouped list of matches.
addMembership(Group, User) - Method in class bucket.user.DefaultUserAccessor
Deprecated.
 
addMembership(String, String) - Method in class bucket.user.DefaultUserAccessor
Deprecated.
 
addMembership(Group, User) - Method in interface bucket.user.UserAccessor
Deprecated.
 
addMembership(String, String) - Method in interface bucket.user.UserAccessor
Deprecated.
 
addMembership(Group, User) - Method in class com.atlassian.confluence.user.DefaultUserAccessor
Adds the specified user to this group.
addMembership(Group, User) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroupManager
Deprecated.
 
addMenu() - Method in class com.atlassian.confluence.pageobjects.component.header.ConfluenceMainHeader
Deprecated.
since 5.9.0
AddMenu - Class in com.atlassian.confluence.pageobjects.component.menu
Deprecated.
in 5.8. Add menu has been removed.
AddMenu() - Constructor for class com.atlassian.confluence.pageobjects.component.menu.AddMenu
Deprecated.
since 5.9.0
addMessage(Message) - Method in class com.atlassian.confluence.api.model.longtasks.LongTaskStatus.LongTaskBuilder
 
addMessage(Message) - Method in class com.atlassian.confluence.api.model.validation.SimpleValidationResult.Builder
 
addMessage(Message) - Method in class com.atlassian.confluence.util.message.AbstractMessageManager
 
addMessage(Message) - Method in class com.atlassian.confluence.util.message.DefaultMessageManager
 
addMessage(Message) - Method in interface com.atlassian.confluence.util.message.MessageManager
Add a message
AddMissingOsPropertyIndexUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
Add an OS_PROPERTYENTRY index missed in instances freshly installed with Confluence 5.6 - 5.8 See more details in https://extranet.atlassian.com/x/eADd_/
AddMissingOsPropertyIndexUpgradeTask(DdlExecutor) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.AddMissingOsPropertyIndexUpgradeTask
 
AddMissingUnmanagedUniqueConstraintsUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
Because of CONFSERVER-38706, some unique constraints which are not managed by Hibernate have been missing for instances freshly installed with Confluence 5.6 - 5.8.
AddMissingUnmanagedUniqueConstraintsUpgradeTask(ConstraintChecker, Deduper, ConstraintCreator, EventPublisher) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.AddMissingUnmanagedUniqueConstraintsUpgradeTask
 
addMust(SearchQuery) - Method in class com.atlassian.confluence.macro.query.BooleanQueryFactory
Adds the specified SearchQuery to the "must match" criteria.
addMust(Collection<? extends SearchQuery>) - Method in class com.atlassian.confluence.macro.query.BooleanQueryFactory
Adds the specified Collection<SearchQuery> to the "must match" criteria.
addMust(BooleanQueryFactory) - Method in class com.atlassian.confluence.macro.query.BooleanQueryFactory
Adds the specified BooleanQueryFactory to the "must match" criteria after calling BooleanQueryFactory.toBooleanQuery() on it.
addMust(U) - Method in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
 
addMust(U...) - Method in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
 
addMust(Collection<? extends T>) - Method in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
 
addMustNot(SearchQuery) - Method in class com.atlassian.confluence.macro.query.BooleanQueryFactory
Adds the specified SearchQuery to the "must not match" criteria.
addMustNot(Collection<? extends SearchQuery>) - Method in class com.atlassian.confluence.macro.query.BooleanQueryFactory
Adds the specified Collection<SearchQuery> to the "must not match" criteria.
addMustNot(BooleanQueryFactory) - Method in class com.atlassian.confluence.macro.query.BooleanQueryFactory
Adds the specified BooleanQueryFactory to the "must not match" criteria after calling BooleanQueryFactory.toBooleanQuery() on it.
addMustNot(U) - Method in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
 
addMustNot(U...) - Method in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
 
addMustNot(Collection<? extends T>) - Method in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
 
addNamedEntityGraph(String, EntityGraph<T>) - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.SwitchableCachingSessionFactory
 
addNamedQuery(String, Query) - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.SwitchableCachingSessionFactory
 
addObserver(SessionFactoryObserver) - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.SwitchableCachingSessionFactory
 
Addon - Class in com.atlassian.confluence.plugins.maintenance.model
Simple POJO class to store the add-on's information
Addon.Builder - Class in com.atlassian.confluence.plugins.maintenance.model
 
AddOnUserConsumesLicensePredicate - Class in com.atlassian.confluence.user
Deprecated.
since 7.1.0 - No replacement
AddOnUserConsumesLicensePredicate(Supplier<UnfilteredCrowdService>) - Constructor for class com.atlassian.confluence.user.AddOnUserConsumesLicensePredicate
Deprecated.
 
addOperation(Operation) - Method in class com.atlassian.confluence.importexport.xmlimport.OperationSet
 
addOption(String, String) - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameter
Adds an option key/value pair for this parameter.
addOptions(Map<String, String>) - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameter
 
addOutgoingLink(OutgoingLink) - Method in class com.atlassian.confluence.core.ContentEntityObject
 
addPage(Page) - Method in class com.atlassian.confluence.mail.reports.ChangeDigestReport
 
addPage(PageReport) - Method in class com.atlassian.confluence.mail.reports.SpaceReport
 
addPageRequest(WebResource, PageRequest) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteService
 
addPageRequestParams(WebResource, PageRequest) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteService
Adds start and limit query params to honour the pageRequest values
addPageTemplate(PageTemplate) - Method in class com.atlassian.confluence.spaces.Space
 
addPageToFavourites(User, AbstractPage) - Method in class com.atlassian.confluence.userstatus.DefaultFavouriteManager
 
addPageToFavourites(User, AbstractPage) - Method in interface com.atlassian.confluence.userstatus.FavouriteManager
Add a page or blog post to a user's favourites by attaching a personal label to the space.
addParam(String, Object) - Method in class com.atlassian.confluence.plugins.rest.navigation.impl.AbstractNav
 
addParam(String, Object) - Method in class com.atlassian.confluence.plugins.rest.navigation.impl.BaseNav
 
addParam(String, String) - Method in class com.atlassian.confluence.rest.serialization.RestData.RestDataBuilder
 
addParameter(String, String) - Method in class com.atlassian.confluence.api.model.content.MacroInstance.MacroBuilder
 
addParameter(String, String) - Method in class com.atlassian.confluence.it.macro.MarkupHelper.Macro
 
addParameter(String, String) - Method in class com.atlassian.confluence.servlet.simpledisplay.ConvertedPath
 
addParameter(String, Object) - Method in class com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective
 
addParameterAlias(String) - Method in class com.atlassian.confluence.macro.params.BaseParameter
Deprecated.
since 3.1: this class is not thread safe and should not be mutated
addParameterPlaceholder(Object) - Method in class com.atlassian.crowd.embedded.hibernate2.HQLQueryHibernate2
Overrides the parent method because Hibernate 2 does not support JQL-style positional parameters.
addPathConverter(int, PathConverter) - Method in class com.atlassian.confluence.servlet.simpledisplay.DefaultPathConverterManager
 
addPathConverter(int, PathConverter) - Method in interface com.atlassian.confluence.servlet.simpledisplay.PathConverterManager
 
addPermission(ContentPermission) - Method in class com.atlassian.confluence.core.ContentEntityObject
Adds a ContentPermission.
addPermission(String) - Method in class com.atlassian.confluence.plugins.rest.entities.SpaceEntityUserPermissions
 
addPermission(SpacePermission) - Method in class com.atlassian.confluence.security.administrators.EditGlobalPermissionsAdministrator
Adds the given permission if the current user has permission to do so and updates the current active user count.
addPermission(SpacePermission) - Method in interface com.atlassian.confluence.security.administrators.EditPermissionsAdministrator
Adds the given permission if the current user has permission to do so, otherwise does nothing silently.
addPermission(SpacePermission) - Method in class com.atlassian.confluence.security.administrators.EditSpacePermissionsAdministrator
 
addPermission(SpacePermission) - Method in class com.atlassian.confluence.spaces.Space
 
addPermissionsToSpace(String, String[], String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Add Space Permissions for a user or group
addPermissionsToSpace(String[], String, String) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
addPermissionsToSpace(String, String[], String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
addPermissionsToSpace(String, String[], String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
addPermissionsToSpace(String, Vector, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
addPermissionsToSpace(String, Vector, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
addPermissionToSpace(String, String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Add a Space Permission for a user or group
addPermissionToSpace(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
Add a given permission for a particular group/user to the given space.
addPermissionToSpace(String, String, String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
addPermissionToSpace(String, String, String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
addPermissionToSpace(String, String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
addPermissionToSpace(String, String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
addPermissionType(SpacePermission) - Method in class com.atlassian.confluence.security.actions.PermissionRow
 
addPermissionTypeTo(String, List<String>) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
addPersonalInformation(PersonalInformation) - Method in class com.atlassian.confluence.mail.reports.ChangeDigestReport
 
addPersonalSpace(String, RemoteSpace, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
addPersonalSpace(RemoteSpace, String) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
addPersonalSpace(String, RemoteSpace, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
addPersonalSpace(String, RemoteSpace, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
addPersonalSpace(String, Hashtable, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
addPersonalSpace(String, Hashtable, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
addPersonalSpaceWithDefaultPermissions(String, RemoteSpace, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
addPersonalSpaceWithDefaultPermissions(RemoteSpace, String) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
addPersonalSpaceWithDefaultPermissions(String, RemoteSpace, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
addPersonalSpaceWithDefaultPermissions(String, RemoteSpace, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
addPluginInformation(String, String, String) - Method in class com.atlassian.confluence.it.plugin.UploadablePluginBuilder
Deprecated.
 
addPluginInformation(String, String, String, int) - Method in class com.atlassian.confluence.it.plugin.UploadablePluginBuilder
Deprecated.
 
addPluginInformation(String, String, String, int, Map<String, String>) - Method in class com.atlassian.confluence.it.plugin.UploadablePluginBuilder
Deprecated.
 
addPopMailServer(String, String, String) - Method in class com.atlassian.confluence.it.mail.MailFacade
 
addProductLicense(String, String) - Method in class com.atlassian.sal.confluence.license.ConfluenceLicenseHandler
 
addProfilePicture(String, String, String, byte[]) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
Deprecated.
Attempts to add a profile picture to a user's profile
addProfilePicture(String, String, String, String, byte[]) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Add a profile picture to a user's profile
addProfilePicture(String, String, String, byte[]) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
Add a profile picture to a user's profile
addProfilePicture(String, String, String, String, byte[]) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
addProfilePicture(String, String, String, String, byte[]) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
addProfilePicture(String, String, String, String, byte[]) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
addProfilePicture(String, String, String, String, byte[]) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
addProperty(Pair<String, Object>) - Method in class com.atlassian.confluence.rest.api.model.RestObject
 
addProperty(String, String) - Method in class com.atlassian.confluence.util.profiling.VelocitySitemeshPage
 
addRedirect(ConfluenceUser, String) - Method in class com.atlassian.confluence.plugins.pulp.impl.PulpRedirectDaoImpl
 
addRedirect(ConfluenceUser, String) - Method in interface com.atlassian.confluence.plugins.pulp.PulpRedirectDao
Records the given user as having been redirected to the PULP for the given version of Confluence.
addReferenceFrom(OutgoingLink) - Method in class com.atlassian.confluence.pages.actions.ListUndefinedPagesAction.UndefinedPage
 
addReferralLink(ReferralLink) - Method in class com.atlassian.confluence.core.ContentEntityObject
Deprecated.
since 7.0.1, it will be removed by: https://jira.atlassian.com/browse/CONFSRVDEV-10243
addRelation(RelatableEntity, RelatableEntity, RelationDescriptor) - Method in class com.atlassian.confluence.internal.relations.DefaultRelationManager
 
addRelation(RelatableEntity, RelatableEntity, RelationDescriptor) - Method in interface com.atlassian.confluence.internal.relations.RelationManager
Create a new relation between 2 entities.
addRemoteAddress(Application, RemoteAddress) - Method in class com.atlassian.confluence.functest.rest.admin.crowd.StubApplicationManager
 
addRemoteAddress(long, RemoteAddress) - Method in class com.atlassian.confluence.user.crowd.CachedCrowdApplicationDao
 
addRemoteAddress(long, RemoteAddress) - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateApplicationDao
 
addRequestParemeterAuthentication(String, User) - Method in class com.atlassian.confluence.it.HeadersHelper
 
addResource(String, String) - Method in class com.atlassian.confluence.it.plugin.UploadablePluginBuilder
Deprecated.
 
addResource(PartSource, String, String) - Method in class com.atlassian.confluence.it.web.FileUpload
 
Addressable - Interface in com.atlassian.confluence.core
Any addressable object has a URL and title.
AddressableExtractor - Class in com.atlassian.confluence.search.lucene.extractor
Extractor responsible for indexing the title and url path of Addressable content.
AddressableExtractor() - Constructor for class com.atlassian.confluence.search.lucene.extractor.AddressableExtractor
 
addressFromIpString(String) - Static method in class com.atlassian.confluence.util.ClusterUtils
Takes a raw IP string and converts it to an InetAddress.
addRestriction(String) - Method in class com.atlassian.confluence.pageobjects.component.dialog.PageRestrictionsDialog
Deprecated.
since 5.9. In the new restrictions dialog set the mode first, and then use #addUserOrGroup(com.atlassian.confluence.api.model.people.Subject) to add the restriction to the dialog.
addRestriction(TrustedApplicationRestriction) - Method in class com.atlassian.confluence.security.trust.ConfluenceTrustedApplication
 
addRestrictions(ContentId, Collection<? extends ContentRestriction>, Expansion...) - Method in class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionServiceImpl
 
addRestrictions(ContentId, Collection<? extends ContentRestriction>, Expansion...) - Method in interface com.atlassian.confluence.api.service.permissions.ContentRestrictionService
Attempts to add all the restrictions specified to a piece of content identified by contentId.
addRestrictions(ContentId, String, PageResponse<ContentRestriction>) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.ExperimentalContentRestrictionsResource
Adds all the restrictions specified to a piece of content identified by contentId.
addRestrictions(ContentId, Collection<? extends ContentRestriction>, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentRestrictionService
addRestrictions(ContentId, Collection<? extends ContentRestriction>, Expansion...) - Method in class com.atlassian.confluence.rest.client.RemoteContentRestrictionServiceImpl
addRestrictionsCompletionStage(ContentId, Collection<? extends ContentRestriction>, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentRestrictionService
Attempts to add all the restrictions specified to a piece of content identified by contentId.
addRestrictionsCompletionStage(ContentId, Collection<? extends ContentRestriction>, Expansion...) - Method in class com.atlassian.confluence.rest.client.RemoteContentRestrictionServiceImpl
 
addResultTypes(PackageConfig, Element) - Method in class com.atlassian.confluence.plugin.descriptor.XWorkModuleDescriptor
 
addRightFooterLink(String, String) - Method in class com.atlassian.confluence.mail.notification.listeners.PerNotificationData
Add a link that appears in the bottom-right of the notification.
addRootNode(ContentNode) - Method in class com.atlassian.confluence.pages.ContentTree
 
addRunDetails(JobId, RunDetails) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerRunDetailsDao
 
addRunDetails(JobId, Date, RunOutcome, String) - Method in class com.atlassian.confluence.schedule.managers.DefaultSchedulerRunDetailsManager
 
addRunDetails(JobId, Date, RunOutcome, String) - Method in interface com.atlassian.confluence.schedule.managers.SchedulerRunDetailsManager
Delegates the task to the underlying Scheduler Service since the ConfluenceSchedulerService bean is not accessible from the add-on
addsAncestor(Long, Long, int) - Method in class com.atlassian.confluence.pages.ancestors.AncestorsDao
Adds one record to CONFANCESTORS table
addSchedulerListener(Scheduler) - Static method in class com.atlassian.confluence.schedule.quartz.DeprecateQuartz
Only adds the listener in dev mode - the warnings should never be logged in production.
addSection() - Method in class com.atlassian.confluence.pageobjects.component.editor.PageLayout2Toolbar
Deprecated.
 
addSection(String, String, List<? extends WebItemModuleDescriptor>) - Method in class com.atlassian.confluence.web.WebMenu
Adds a section to the menu with the given name and list of items.
addShortcut(String, String) - Method in class com.atlassian.confluence.renderer.ShortcutLinks
 
addShortcutLink(String, ShortcutLinkConfig) - Method in class com.atlassian.confluence.renderer.DefaultShortcutLinksManager
Add a shortcut.
addShortcutLink(String, ShortcutLinkConfig) - Method in interface com.atlassian.confluence.renderer.ShortcutLinksManager
 
addShould(SearchQuery) - Method in class com.atlassian.confluence.macro.query.BooleanQueryFactory
Adds the specified SearchQuery to the "should match" criteria.
addShould(Collection<? extends SearchQuery>) - Method in class com.atlassian.confluence.macro.query.BooleanQueryFactory
Adds the specified Collection<SearchQuery> to the "should match" criteria.
addShould(BooleanQueryFactory) - Method in class com.atlassian.confluence.macro.query.BooleanQueryFactory
Adds the specified BooleanQueryFactory to the "should match" criteria after calling BooleanQueryFactory.toBooleanQuery() on it.
addShould(U) - Method in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
 
addShould(U...) - Method in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
 
addShould(Collection<? extends T>) - Method in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
 
addSingleton(String, Object) - Method in class com.atlassian.confluence.setup.ConfluenceListableBeanFactory
 
addSingletonFactory(String, ObjectFactory) - Method in class com.atlassian.confluence.setup.ConfluenceListableBeanFactory
 
addSmtpServer(String, String, String, String, int) - Method in class com.atlassian.confluence.it.admin.MailServerPage
Adds a SMTP server to the Confluence configuration
addSmtpServer(String, String, String, String, int) - Method in class com.atlassian.confluence.it.oldconfluence.OldAdminConsole
Adds a SMTP server to the Confluence configuration
addSmtpServer(String, String, String, String, int) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
Deprecated.
 
addSmtpServer(String, String, String, String, int, String) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
Deprecated.
 
addSmtpServer(String, String, String, String, String, int) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
addSmtpServer(String, String, String, String, String, int, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
addSmtpServer(String, String, String, String, String, int, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
 
addSmtpServer(String, String, String, String, String, int) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Add an SMTP mail server.
addSmtpServer(String, String, String, String, String, int) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
addSmtpServer(String, String, String, String, String, int, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
addSpace(String, RemoteSpace) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
addSpace(RemoteSpace) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
addSpace(String, RemoteSpace) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
addSpace(String, RemoteSpace) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
addSpace(String, Hashtable) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
addSpace(String, Hashtable) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
addSpaceAnonymousPermissions(String, SpacePermission...) - Method in class com.atlassian.confluence.it.rpc.delegates.admin.PermissionsRpc
 
addSpaceGroup(String, RemoteSpaceGroup) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Deprecated.
since 5.9.

SpaceGroup and related classes like SpaceGroupManager and SpaceGroupComparator will be removed. Please do not use them.

addSpaceGroup(RemoteSpaceGroup) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
Deprecated.
since 5.9.

SpaceGroup and related classes like SpaceGroupManager and SpaceGroupComparator will be removed. Please do not use them.

addSpaceGroup(String, RemoteSpaceGroup) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
addSpaceGroup(String, RemoteSpaceGroup) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
addSpaceGroup(String, Hashtable) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
Deprecated.
since 5.9.

SpaceGroup and related classes like SpaceGroupManager and SpaceGroupComparator will be removed. Please do not use them.

addSpaceGroup(String, Hashtable) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
addSpaceGroupPermissions(String, String, SpacePermission...) - Method in class com.atlassian.confluence.it.rpc.delegates.admin.PermissionsRpc
 
addSpaceName(String, Page) - Method in class com.atlassian.confluence.plugins.doctheme.DocThemeHelper
 
addSpaceNotification(User, Space) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
addSpaceNotification(User, Space, ContentTypeEnum) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
addSpaceNotification(User, Space) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
 
addSpaceNotification(User, Space, ContentTypeEnum) - Method in interface com.atlassian.confluence.mail.notification.NotificationManager
Add a space notification for a particular content type.
AddSpaceNotificationAction - Class in com.atlassian.confluence.mail.notification.actions
 
AddSpaceNotificationAction() - Constructor for class com.atlassian.confluence.mail.notification.actions.AddSpaceNotificationAction
 
AddSpacePermissionSubjectColumnUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
Add the 'subject' column to the SpacePermission table.
AddSpacePermissionSubjectColumnUpgradeTask() - Constructor for class com.atlassian.confluence.upgrade.upgradetask.AddSpacePermissionSubjectColumnUpgradeTask
 
AddSpaceStatusColumnUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
Populate the space status column.
AddSpaceStatusColumnUpgradeTask(SessionFactory, PlatformTransactionManager) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.AddSpaceStatusColumnUpgradeTask
 
addSpaceStylesheet(String, String) - Method in class com.atlassian.confluence.themes.DefaultStylesheetManager
 
addSpaceStylesheet(String, String) - Method in interface com.atlassian.confluence.themes.StylesheetManager
Adds a space stylesheet to customize the look and feel of a single space within Confluence.
AddSpaceToFavouriteAjaxAction - Class in com.atlassian.confluence.labels.actions
Makes a page or blogpost the favourite of the specified user.
AddSpaceToFavouriteAjaxAction() - Constructor for class com.atlassian.confluence.labels.actions.AddSpaceToFavouriteAjaxAction
 
addSpaceToFavourites(User, Space) - Method in class com.atlassian.confluence.userstatus.DefaultFavouriteManager
 
addSpaceToFavourites(User, Space) - Method in interface com.atlassian.confluence.userstatus.FavouriteManager
Add a space to a user's favourites by attaching a personal label to the space.
AddSpaceToFavouritesAction - Class in com.atlassian.confluence.labels.actions
 
AddSpaceToFavouritesAction() - Constructor for class com.atlassian.confluence.labels.actions.AddSpaceToFavouritesAction
 
addSpaceUnlicensedAuthenticatedPermissions(String, SpacePermission...) - Method in class com.atlassian.confluence.it.rpc.delegates.admin.PermissionsRpc
 
addSpaceUserPermissions(String, String, SpacePermission...) - Method in class com.atlassian.confluence.it.rpc.delegates.admin.PermissionsRpc
 
addSpaceWatch(UserKey, String, List<ContentType>, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.UserWatchResource
Create a new watcher for the given user and space key.
addSpaceWithDefaultPermissions(String, RemoteSpace) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
addSpaceWithDefaultPermissions(RemoteSpace) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
addSpaceWithDefaultPermissions(String, RemoteSpace) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
addSpaceWithDefaultPermissions(String, RemoteSpace) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
addSpecial(String) - Method in class com.atlassian.confluence.renderer.radeox.ContentPreserver
 
addSpecial(String, String) - Method in class com.atlassian.confluence.renderer.radeox.ContentPreserver
 
AddTeamLabelToSpaceAction - Class in com.atlassian.confluence.spaces.actions
 
AddTeamLabelToSpaceAction() - Constructor for class com.atlassian.confluence.spaces.actions.AddTeamLabelToSpaceAction
 
addTemplateImage(DataSource) - Method in class com.atlassian.confluence.mail.notification.listeners.NotificationData
Adds a datasource to the current set of datasources for all emails.
addTemplateImage(DataSource) - Method in class com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
Adds a datasource to the current set of datasources for 1 instance of notification.
addTenant(Tenant) - Method in class com.atlassian.confluence.tenant.BroadcastingTenantRegistry
 
addTenant(Tenant) - Method in interface com.atlassian.confluence.tenant.TenantRegistry
 
addTenant(Tenant) - Method in class com.atlassian.confluence.tenant.VolatileSingleTenantRegistry
 
addTerm(Term) - Method in class com.atlassian.confluence.search.lucene.filter.MultiTermFilter
 
addTest(TestReport) - Method in class com.atlassian.confluence.renderer.radeox.macros.junit.report.TestCaseReport
 
addTest(TestReport) - Method in interface com.atlassian.confluence.renderer.radeox.macros.junit.report.TestReport
 
addTest(TestReport) - Method in class com.atlassian.confluence.renderer.radeox.macros.junit.report.TestSuiteReport
 
addTextComment(String) - Method in class com.atlassian.confluence.it.content.ViewContentBean
 
addTimingEvent(String, long) - Static method in class com.atlassian.confluence.event.events.analytics.HttpRequestStats
 
addToContext(String, Serializable) - Method in class com.atlassian.confluence.mail.notification.listeners.NotificationData
 
addToFollowing(String, String) - Method in class com.atlassian.confluence.plugins.like.rest.resources.UserResource
 
addToGroup(String, String) - Method in class bucket.user.providers.CachingAccessProvider
Deprecated.
 
addToGroup(String, String) - Method in class bucket.user.providers.ChainedAccessProvider
Deprecated.
 
addToGroup() - Method in class com.atlassian.confluence.user.actions.ViewMembersOfGroupAction
 
addToGroup(String, String) - Method in class com.atlassian.confluence.user.providers.jira.JiraJdbcAccessProvider
Deprecated.
Overriding as JdbcAccessProvider is broken (uses userName instead of membershipUserName in query etc)
addToHistory(ContentEntityObject) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
addTopLevelTab(String, WebSectionModuleDescriptor, WebItemModuleDescriptor, Iterable<WebItemModuleDescriptor>, Map<String, Object>) - Method in class com.atlassian.confluence.spaces.actions.SpaceToolsTabsHelper.SpaceToolsTabs
 
addTopLevelTab(String, WebItemModuleDescriptor, Map<String, Object>) - Method in class com.atlassian.confluence.spaces.actions.SpaceToolsTabsHelper.SpaceToolsTabs
 
addToUrl(UrlBuilder) - Method in class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.AnonymousAccessEnabledUrlReadingCondition
 
addToUrl(UrlBuilder) - Method in class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.BuildNumberUrlReadingCondition
 
addToUrl(UrlBuilder) - Method in class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.ClusterUrlReadingCondition
 
addToUrl(UrlBuilder) - Method in class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.ConfluenceFlavourUrlReadingCondition
Deprecated.
 
addToUrl(UrlBuilder) - Method in class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.DarkFeatureEnabledUrlReadingCondition
 
addToUrl(UrlBuilder, Coordinate) - Method in class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.DarkFeatureEnabledUrlReadingCondition
 
addToUrl(UrlBuilder) - Method in class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.SystemAdministratorUrlReadingCondition
 
addToUrl(UrlBuilder) - Method in class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.UserLoggedInUrlReadingCondition
 
addToUrl(UrlBuilder, Coordinate) - Method in class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.UserLoggedInUrlReadingCondition
 
addToUrl(UrlBuilder) - Method in class com.atlassian.confluence.user.extras.aggregation.impl.ShouldDisplayDirectoryAggregationWarningUrlReadingCondition
 
addToWebFragmentContext(String, String) - Method in class com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
Adds a key/value pair to the Web-Fragment context.
addTrackbackLink(TrackbackLink) - Method in class com.atlassian.confluence.core.ContentEntityObject
Deprecated.
since 7.0.1, it will be removed by: https://jira.atlassian.com/browse/CONFSRVDEV-10243
addTrustedApplication(Application, RequestConditions) - Method in class com.atlassian.confluence.security.trust.DefaultTrustedApplicationsManager
addUncategorizedMigrationException(MigrationException) - Method in class com.atlassian.confluence.content.render.xhtml.migration.exceptions.ExceptionReport
 
AddUniqueAttachmentIdConstraintToAttachmentDataUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
This task adds a unique constraint to the AttachmentId column on the AttachmentData table.
AddUniqueAttachmentIdConstraintToAttachmentDataUpgradeTask(SessionFactory, AlterTableExecutor, DdlExecutor, PlatformTransactionManager) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.AddUniqueAttachmentIdConstraintToAttachmentDataUpgradeTask
 
AddUniqueConstraintCommand - Class in com.atlassian.confluence.upgrade.ddl
Represents a unique constraint on a set of columns.
AddUniqueConstraintCommand(String, Collection<String>) - Constructor for class com.atlassian.confluence.upgrade.ddl.AddUniqueConstraintCommand
 
addUnsatisfiedObjectDependencies(Set<TransientHibernateHandle>, ImportedObject) - Method in class com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext
Defer the saving of an object because it has referential dependencies on some objects that have not yet been imported, but that can not be temporarily left null.
addUpdateMacro(UserMacroConfig) - Method in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
Add the updated macro to the user macro library.
addUpdateMacro(UserMacroConfig) - Method in class com.atlassian.confluence.renderer.UserMacroLibrary
 
addUrl(String) - Method in class com.atlassian.confluence.it.rpc.delegates.admin.ApplicationNavigatorRpc
 
addUrlRestriction(String) - Method in class com.atlassian.confluence.it.admin.TrustedApplication
 
addUser(String, String, String, String, String[]) - Method in class bucket.user.DefaultUserAccessor
addUser(String, String, String, String) - Method in class bucket.user.DefaultUserAccessor
Deprecated.
 
addUser(String, String, String, String, String[]) - Method in interface bucket.user.UserAccessor
addUser(String, String, String, String) - Method in interface bucket.user.UserAccessor
addUser(Application, UserTemplate, PasswordCredential) - Method in class com.atlassian.confluence.functest.rest.admin.crowd.StubApplicationService
 
addUser(Application, UserTemplateWithAttributes, PasswordCredential) - Method in class com.atlassian.confluence.functest.rest.admin.crowd.StubApplicationService
 
addUser(String, String, String) - Method in class com.atlassian.confluence.it.mail.MailServices
Adds a user to the mail service.
addUser(User) - Method in class com.atlassian.confluence.it.mail.MailServices
Adds a user to the mail service.
addUser(MailUser) - Method in class com.atlassian.confluence.it.mail.MailServices
 
addUser(User) - Method in class com.atlassian.confluence.pageobjects.component.form.MultiUserPicker
Deprecated.
Searches for the given user and adds them by waiting and clicking in the results drop down.
addUser(User) - Method in class com.atlassian.confluence.pageobjects.component.form.UserWatcherPicker
Deprecated.
 
addUser(UserEntity) - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.UserEntityList
 
addUser(String, RemoteUser, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Adds a user with the given RemoteUser object and password
addUser(String, RemoteUser, String, boolean) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Adds a user with the given RemoteUser object and password
addUser(RemoteUser, String, boolean) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
Adds user.
addUser(String, RemoteUser, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
addUser(String, RemoteUser, String, boolean) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
addUser(String, RemoteUser, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
addUser(String, RemoteUser, String, boolean) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
addUser(String, Hashtable, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
addUser(String, Hashtable, String, boolean) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
addUser(String, Hashtable, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
addUser(String, Hashtable, String, boolean) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
addUserAnyCase(String, String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
addUserAnyCase(String, String, String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Allows addition of a user without enforcing that the username be all lower case.
addUserAnyCase(String, String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
addUserCategory(UserSearchQueryParameters.UserCategory) - Method in class com.atlassian.confluence.search.service.UserSearchQueryParameters.Builder
 
AddUserMacroAction - Class in com.atlassian.confluence.admin.actions.macros
Action for adding a user macro
AddUserMacroAction() - Constructor for class com.atlassian.confluence.admin.actions.macros.AddUserMacroAction
 
addUserPermissionsRow(User) - Method in class com.atlassian.confluence.it.space.SpacePermissions
 
addUserProfilePicture(String) - Method in class com.atlassian.confluence.it.user.UserProfile
Adds the given File as the user's profile picture.
addUserToGroup(Application, String, String) - Method in class com.atlassian.confluence.functest.rest.admin.crowd.StubApplicationService
 
addUserToGroup(String) - Method in class com.atlassian.confluence.it.admin.ViewUser
 
addUserToGroup(Group) - Method in class com.atlassian.confluence.it.admin.ViewUser
 
addUserToGroup(String, String) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
Deprecated.
 
addUserToGroup(User, Group) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
Deprecated.
 
addUserToGroup(String, String) - Method in class com.atlassian.confluence.it.usermanagement.DefaultUserManagementHelper
Deprecated.
 
addUserToGroup(User, Group) - Method in class com.atlassian.confluence.it.usermanagement.DefaultUserManagementHelper
Deprecated.
 
addUserToGroup(String, String) - Method in class com.atlassian.confluence.it.usermanagement.LdapUserManagementHelper
 
addUserToGroup(User, Group) - Method in class com.atlassian.confluence.it.usermanagement.LdapUserManagementHelper
 
addUserToGroup(String, String) - Method in interface com.atlassian.confluence.it.usermanagement.UserManagementHelper
Deprecated.
 
addUserToGroup(User, Group) - Method in interface com.atlassian.confluence.it.usermanagement.UserManagementHelper
Deprecated.
 
addUserToGroup(String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
addUserToGroup(String, String) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
Add user to the specified group.
addUserToGroup(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
addUserToGroup(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
addUserToGroup(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
addUserToGroup(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
addUserToGroup(User, String) - Static method in class com.atlassian.confluence.user.ConfluenceGroupJoiningAuthenticator
 
addUserToGroup(long, String, String) - Method in class com.atlassian.confluence.user.crowd.CachedCrowdMembershipDao
 
addUserToGroup(long, String, String) - Method in class com.atlassian.crowd.embedded.hibernate2.HibernateMembershipDao
 
addUsingShortcut() - Method in class com.atlassian.confluence.pageobjects.page.content.CommentsSection
Deprecated.
 
addUsingShortcut(String) - Method in class com.atlassian.confluence.pageobjects.page.content.CommentsSection
Deprecated.
Trigger the comment dialog using the keyboard shortcut and immediately type more keys.
addValidationError(String, Object...) - Method in class com.atlassian.confluence.core.service.DefaultServiceCommandValidator
Add a new validation error.
addValidationError(String, Object...) - Method in interface com.atlassian.confluence.core.service.ServiceCommandValidator
Add a new validation error.
addValidationErrors(ConfluenceActionSupport) - Method in class com.atlassian.confluence.api.impl.service.content.ApiBackedActionHelper
 
addValidationErrors(ConfluenceActionSupport) - Method in class com.atlassian.confluence.core.actions.ServiceBackedActionHelper
 
addVelocityContextParam(String, Object) - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
 
addViewRestrictionToCurrentUser() - Method in class com.atlassian.confluence.pageobjects.component.dialog.PageRestrictionsDialog
Deprecated.
 
addWarnMessage(String, String...) - Method in class com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReport.Builder
 
AddWatchLink - Class in com.atlassian.confluence.user.notifications
Represents the link needed to add a watch for a given piece of content
AddWatchLink(AbstractPage) - Constructor for class com.atlassian.confluence.user.notifications.AddWatchLink
Create a link to represent adding a watch on a page
AddWatchLink(Space, ContentTypeEnum) - Constructor for class com.atlassian.confluence.user.notifications.AddWatchLink
Create a link to represent adding a watch on a page
addWebFragmentContext() - Method in class com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
Copies the current state of this context and stores it in a sub-map.
addWithFallback() - Method in class com.atlassian.confluence.pageobjects.page.content.CommentsSection
Deprecated.
This will be removed when we completely remove slow comment
addWorkingEntity(ConfluenceEntityObject) - Method in class com.atlassian.confluence.importexport.DefaultExportContext
Add to the entities to be exported.
ADG_DATE_FORMAT - Static variable in class com.atlassian.confluence.api.impl.service.datetime.DateFormatServiceImpl
 
ADG_DATE_FORMATTER - Static variable in class com.atlassian.confluence.api.impl.service.datetime.DateFormatServiceImpl
 
ADGS_ANONYMOUS_PROFILE_PATH - Static variable in class com.atlassian.confluence.user.actions.ProfilePictureInfo
 
ADGS_DEFAULT_PROFILE_PATH - Static variable in class com.atlassian.confluence.user.actions.ProfilePictureInfo
 
ADMIN - Static variable in class com.atlassian.confluence.impl.audit.AuditCategories
 
admin - Variable in class com.atlassian.confluence.it.rpc.ConfluenceRpc
Deprecated.
 
ADMIN - Static variable in class com.atlassian.confluence.it.User
Deprecated.
 
ADMIN_JSP_ROLE - Static variable in class com.atlassian.confluence.security.ConfluenceRoleMapper
 
ADMIN_LIMIT - Static variable in class com.atlassian.confluence.plugins.macros.dashboard.SpaceDetailsMacro
Deprecated.
 
ADMIN_SELECTED_MACRO_LIBRARY - Static variable in class com.atlassian.confluence.user.SessionKeys
 
ADMIN_SELECTED_PLUGIN - Static variable in class com.atlassian.confluence.user.SessionKeys
 
ADMIN_SPACE_PERMISSION - Static variable in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
ADMIN_UI_KEYS - Static variable in class com.atlassian.confluence.setup.settings.init.ConfluenceAdminUiProperties
 
AdminActionBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
 
AdminActionBreadcrumb(Action) - Constructor for class com.atlassian.confluence.util.breadcrumbs.AdminActionBreadcrumb
 
AdminAddedUserEvent - Class in com.atlassian.confluence.event.events.user
 
AdminAddedUserEvent(User) - Constructor for class com.atlassian.confluence.event.events.user.AdminAddedUserEvent
 
AdminAuditListener - Class in com.atlassian.confluence.impl.audit.listener
 
AdminAuditListener(AuditManager, AuditHandlerService, AuditRecordEntityFactory, AuditListenerHelper, AuditBroker, AuditFormatConverter) - Constructor for class com.atlassian.confluence.impl.audit.listener.AdminAuditListener
 
AdminBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
Represents "Administration" in "Dashboard > Administration > Do some admin action"
AdminCheckInterceptor - Class in com.atlassian.confluence.test.rpc
Check that all calls through this interceptor are performed by a user with administration permissions.
AdminCheckInterceptor() - Constructor for class com.atlassian.confluence.test.rpc.AdminCheckInterceptor
 
AdminConfigurationCriteria - Interface in com.atlassian.confluence.admin.criteria
Encapsulates select configuration parameters or values for Confluence and determines whether those parameters or values meet a specified programmatic acceptance criteria.
AdminConsole - Class in com.atlassian.confluence.it.admin
 
ADMINISTER - Static variable in class com.atlassian.confluence.api.model.permissions.OperationKey
 
ADMINISTER - Static variable in class com.atlassian.confluence.security.Permission
 
ADMINISTER_PERMISSION_TYPES - Static variable in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
ADMINISTER_SPACE_PERMISSION - Static variable in class com.atlassian.confluence.security.SpacePermission
 
AdministrationConsoleAction - Class in com.atlassian.confluence.admin.actions
 
AdministrationConsoleAction() - Constructor for class com.atlassian.confluence.admin.actions.AdministrationConsoleAction
 
ADMINISTRATORS - Static variable in class com.atlassian.confluence.it.Group
Deprecated.
 
AdminItemSearchSectionProvider - Class in com.atlassian.confluence.plugins.quicknav.admin
Section provider for quick nav that includes admin items in the results.
AdminItemSearchSectionProvider(WebInterfaceManager, PermissionManager) - Constructor for class com.atlassian.confluence.plugins.quicknav.admin.AdminItemSearchSectionProvider
 
AdminRpc - Class in com.atlassian.confluence.it.rpc.delegates.admin
Wrapper for the other admin-RPC classes.
AdminRpc(AuthenticatedWebResourceProvider) - Constructor for class com.atlassian.confluence.it.rpc.delegates.admin.AdminRpc
 
AdminSoapService - Class in com.atlassian.confluence.rpc.soap.services
A Soap service holding functionality for Confluence Administrators.
AdminSoapService() - Constructor for class com.atlassian.confluence.rpc.soap.services.AdminSoapService
 
AdminTask - Class in com.atlassian.confluence.admin.tasks
A discrete, actionable task that an administrator should be aware of.
An AdminTask aims to encapsulate goals around (correctly) affecting high-value changes to Confluence that could or should be made in order to get the best out of Confluence.
AdminTask(AdminTaskConfig, AdminTaskData) - Constructor for class com.atlassian.confluence.admin.tasks.AdminTask
 
AdminTaskConfig - Interface in com.atlassian.confluence.admin.tasks
Encapsulates the non-serializable system components of an AdminTask.
AdminTaskData - Class in com.atlassian.confluence.admin.tasks
A serializable object which maintains the state of completion and other metadata relating to a particular AdminTask.
AdminTaskData() - Constructor for class com.atlassian.confluence.admin.tasks.AdminTaskData
 
AdminTaskData(Date, String, String, String) - Constructor for class com.atlassian.confluence.admin.tasks.AdminTaskData
 
AdminTasklistManager - Interface in com.atlassian.confluence.admin
Handles storage and retrieval of AdminTasks.
AdminUiProperties - Interface in com.atlassian.confluence.setup.settings.init
 
ADVANCED_PANEL - Static variable in class com.atlassian.confluence.pageobjects.component.dialog.LinkBrowserDialog
Deprecated.
 
AdvancedSearchTipsAction - Class in com.atlassian.confluence.pages.actions
 
AdvancedSearchTipsAction() - Constructor for class com.atlassian.confluence.pages.actions.AdvancedSearchTipsAction
 
AdviseReturnedValueAdvice - Class in com.atlassian.confluence.spring.aop
Simple AOP advice for adding advice to the returned value of advised methods
AdviseReturnedValueAdvice() - Constructor for class com.atlassian.confluence.spring.aop.AdviseReturnedValueAdvice
 
advisorsPreFiltered() - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Return whether the Advisors returned by the subclass are pre-filtered to match the bean's target class already, allowing the ClassFilter check to be skipped when building advisors chains for AOP invocations.
AffectedObject - Class in com.atlassian.confluence.api.model.audit
Value object that models an object that has been affected by or associated with a particular audit record.
affectedObject(AffectedObject) - Method in class com.atlassian.confluence.api.model.audit.AuditRecord.Builder
 
AffectedObject.Builder - Class in com.atlassian.confluence.api.model.audit
 
AffectedObjectEntity - Class in com.atlassian.confluence.impl.audit
Hibernate entity for AffectedObject
AffectedObjectEntity(String, String, AuditRecordEntity) - Constructor for class com.atlassian.confluence.impl.audit.AffectedObjectEntity
 
after(ActionInvocation, String) - Method in class com.atlassian.confluence.core.ResultLoggingInterceptor
 
after(ActionInvocation, String) - Method in class com.atlassian.confluence.event.EventPublisherInterceptor
 
after(Date) - Static method in class com.atlassian.confluence.util.test.matchers.DateMatchers
 
after() - Method in class com.atlassian.confluence.webdriver.rules.CancelAnyAlert
 
after(ActionInvocation, String) - Method in class com.atlassian.confluence.xwork.ConfluenceValidationInterceptor
Does nothing in this implementation.
after(ActionInvocation, String) - Method in class com.atlassian.confluence.xwork.HttpRequestStatsInterceptor
 
afterAdd() - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
Common processing to be performed by all subclasses after the add operation.
afterAdd() - Method in class com.atlassian.confluence.pages.actions.CreatePageFromTemplateAction
 
afterConfigurationLoaded() - Method in class com.atlassian.confluence.setup.DefaultBootstrapManager
 
afterEdit() - Method in class com.atlassian.confluence.pages.actions.AbstractEditPageAction
Common processing to be performed by all subclasses after the edit operation.
afterFind() - Method in class com.atlassian.crowd.embedded.hibernate2.batch.Hibernate2BatchFinder
 
afterMigrationFrom() - Method in class com.atlassian.confluence.pages.attachments.CachingAttachmentDao
 
afterMigrationFrom() - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
Perform any tasks necessary after Attachment data has been moved from this data store to another.
afterMigrationFrom() - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDataDao
Perform any tasks necessary after Attachment data has been moved from this data store to another.
afterMigrationFrom() - Method in class com.atlassian.confluence.pages.persistence.dao.filesystem.FileSystemAttachmentDataDao
In this implementation, we leave the filesystem as is, and don't remove the attachments that have just been moved to another data store.
afterMigrationFrom() - Method in class com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
Deprecated.
In this implementation, we leave the filesystem as is, and don't remove the attachments that have just been moved to another data store.
afterMigrationFrom() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
This implementation removes all Attachments and passes the migration tasks onto the AttachmentDataDao
afterMigrationFrom() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAttachmentDataDao
Once a data migration has occurred, remove all records from the table, as they are no longer necessary, and we don't want foreign key violations to occur when removing Attachments.
afterProcessBatch() - Method in class com.atlassian.crowd.embedded.hibernate2.batch.Hibernate2BatchProcessor
 
afterProcessCollection() - Method in class com.atlassian.crowd.embedded.hibernate2.batch.Hibernate2BatchProcessor
 
afterProcessIndividual() - Method in class com.atlassian.crowd.embedded.hibernate2.batch.Hibernate2BatchProcessor
 
afterPropertiesSet() - Method in class bucket.core.persistence.hibernate.ConfigurableLocalSessionFactoryBean
Deprecated.
 
afterPropertiesSet() - Method in class com.atlassian.confluence.cache.DefaultCacheConfigManager
 
afterPropertiesSet() - Method in class com.atlassian.confluence.cache.DefaultCacheSettingsManager
Deprecated.
 
afterPropertiesSet() - Method in class com.atlassian.confluence.cache.ehcache.EhCacheConfigFileStore
 
afterPropertiesSet() - Method in class com.atlassian.confluence.cache.ehcache.EhCacheConfigManager
 
afterPropertiesSet() - Method in class com.atlassian.confluence.cache.hazelcast.hibernate.HazelcastHibernateRegionFactory
 
afterPropertiesSet() - Method in class com.atlassian.confluence.cache.hibernate.HibernateCacheFactory.InstanceHolder
Deprecated.
 
afterPropertiesSet() - Method in class com.atlassian.confluence.cluster.ClusterAwareFactoryBean
 
afterPropertiesSet() - Method in class com.atlassian.confluence.cluster.hazelcast.HazelCastOsgiListener
 
afterPropertiesSet() - Method in class com.atlassian.confluence.content.DefaultContentTypeManager
 
afterPropertiesSet() - Method in class com.atlassian.confluence.event.listeners.ThumbnailRemovingListener
 
afterPropertiesSet() - Method in class com.atlassian.confluence.impl.cache.hibernate.HibernateClusterAwareCacheManager
 
afterPropertiesSet() - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.ConfigurableLocalSessionFactoryBean
 
afterPropertiesSet() - Method in class com.atlassian.confluence.impl.hibernate.ConfluenceLocalSessionFactoryBean
 
afterPropertiesSet() - Method in class com.atlassian.confluence.impl.index.DefaultIndexRecoveryService
 
afterPropertiesSet() - Method in class com.atlassian.confluence.impl.journal.JournalStateResettingListener
 
afterPropertiesSet() - Method in class com.atlassian.confluence.jmx.MBeanExporterWithUnregisterImpl
 
afterPropertiesSet() - Method in class com.atlassian.confluence.license.store.ApplicationConfigurationLicenseStoreAide
 
afterPropertiesSet() - Method in class com.atlassian.confluence.license.store.FlushUserCheckerCacheOnLicenseUpdate
 
afterPropertiesSet() - Method in class com.atlassian.confluence.plugin.dev.DeprecatedPluginModuleListener
 
afterPropertiesSet() - Method in class com.atlassian.confluence.plugin.XWorkObjectFactoryConfigurator
 
afterPropertiesSet() - Method in class com.atlassian.confluence.plugins.edgeindex.plugin.PluggableEdgeTypeRepository
 
afterPropertiesSet() - Method in class com.atlassian.confluence.plugins.like.actions.NotificationsAction
 
afterPropertiesSet() - Method in class com.atlassian.confluence.plugins.like.notifications.dao.CacheBackedNotificationDao
 
afterPropertiesSet() - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedMacroTabProvider
 
afterPropertiesSet() - Method in class com.atlassian.confluence.plugins.pulp.VersionManager
When confluence is upgraded this records the version and the date it was upgraded to the version history plugin settings
afterPropertiesSet() - Method in class com.atlassian.confluence.plugins.quickreload.QuickReloadCaches
 
afterPropertiesSet() - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.DefaultSynchronyProcessManager
 
afterPropertiesSet() - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyInteropBootstrap
 
afterPropertiesSet() - Method in class com.atlassian.confluence.renderer.UserMacroLibrary
 
afterPropertiesSet() - Method in class com.atlassian.confluence.search.v2.lucene.Slf4JInfoStream
 
afterPropertiesSet() - Method in class com.atlassian.confluence.security.DefaultCaptchaManager
 
afterPropertiesSet() - Method in class com.atlassian.confluence.setup.velocity.NamedBeanContextItemProvider
 
afterPropertiesSet() - Method in class com.atlassian.confluence.spring.johnson.JohnsonConfigFactoryBean
 
afterPropertiesSet() - Method in class com.atlassian.confluence.spring.johnson.JohnsonEventContainerFactoryBean
 
afterPropertiesSet() - Method in class com.atlassian.confluence.status.service.DefaultSystemCompatibilityService
 
afterPropertiesSet() - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
afterPropertiesSet() - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeManager
 
afterPropertiesSet() - Method in class com.atlassian.confluence.user.crowd.CachedCrowdGroupDao
 
afterPropertiesSet() - Method in class com.atlassian.confluence.user.crowd.CachedCrowdUserDao
 
afterPropertiesSet() - Method in class com.atlassian.confluence.user.crowd.ConfluenceSpringContextInstanceFactory
 
afterPropertiesSet() - Method in class com.atlassian.confluence.util.profiling.ConfluenceUsageInfoInstrumentProvider
 
afterPropertiesSet() - Method in class com.atlassian.confluence.util.profiling.DefaultConfluenceMonitoringController
 
afterPropertiesSet() - Method in class com.atlassian.sal.confluence.lifecycle.TenantAwareLifecycleManager
 
afterPropertiesSet() - Method in class com.atlassian.sal.confluence.upgrade.ImportFinishedListener
 
afterTransactionBegin(Transaction) - Method in class com.atlassian.confluence.core.persistence.hibernate.CompositeInterceptor
 
afterTransactionCompletion(Transaction) - Method in class com.atlassian.confluence.core.persistence.hibernate.CompositeInterceptor
 
AggregateNameConflictResolver - Class in com.atlassian.confluence.pages.persistence.dao.bulk.impl
Will aggregate name from other PageNameConflictResolvers.
AggregateNameConflictResolver(PageNameConflictResolver...) - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.impl.AggregateNameConflictResolver
 
AggregationWarningManager - Class in com.atlassian.confluence.user.extras.aggregation.impl
 
AggregationWarningManager(UserAccessor, PermissionManager, PluginSettingsFactory, TransactionTemplate, CrowdDirectoryService, DarkFeaturesManager) - Constructor for class com.atlassian.confluence.user.extras.aggregation.impl.AggregationWarningManager
 
AjaxLoginCompleteAction - Class in com.atlassian.confluence.user.actions
Simple action for redirecting to after logging in via the ajax authentication handler.
AjaxLoginCompleteAction() - Constructor for class com.atlassian.confluence.user.actions.AjaxLoginCompleteAction
 
AjaxResponse - Class in com.atlassian.confluence.util.ajax
 
ALACARTE_ONDEMAND - Static variable in class com.atlassian.confluence.it.Space
Deprecated.
 
AlertEntityImpl - Class in com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate
 
AlertEntityImpl() - Constructor for class com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate.AlertEntityImpl
 
AlertEntityImpl(Alert) - Constructor for class com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate.AlertEntityImpl
 
AliasedKey - Class in com.atlassian.confluence.security.persistence.dao.hibernate
Hibernate data transfer object for cryptographic keys
AliasedKey() - Constructor for class com.atlassian.confluence.security.persistence.dao.hibernate.AliasedKey
 
ALL - Static variable in class com.atlassian.confluence.api.model.content.webresource.ResourceType
All to denote all the tags.
ALL - Static variable in class com.atlassian.confluence.api.model.Depth
 
ALL - Static variable in class com.atlassian.confluence.it.feed.SpaceScope
 
ALL - Static variable in class com.atlassian.confluence.it.global.SiteSearch.SpecialSpaceOptions
 
ALL - Static variable in interface com.atlassian.confluence.search.v2.SpaceCategories
 
ALL_CATEGORIES - Static variable in interface com.atlassian.confluence.search.v2.SpaceCategories
 
ALL_GRAMS - Static variable in class com.atlassian.confluence.search.lucene.filter.ConfluenceNGramTokenFilter
Deprecated.
 
ALL_JOBS_TTL_MILLIS - Static variable in interface com.atlassian.confluence.schedule.managers.SchedulerRunDetailsManager
The time-to-live of outdated run details that will be purged The default value is 90 days, which can be overridden by the system property "all.jobs.ttl.minutes" with the hour granularity
allContent(int) - Method in class com.atlassian.confluence.status.service.systeminfo.UsageInfo.Builder
 
AllContentTab - Class in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs
Implements the "All Updates" tab
AllContentTab(HttpContext, I18NBeanFactory, LocaleManager) - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.AllContentTab
 
allEventsDismissible() - Static method in class com.atlassian.confluence.setup.johnson.JohnsonUtils
Indicates whether all johnson events have dismissible attribute equal to true.
AllMacroMetadataCache<T extends com.atlassian.plugin.ModuleDescriptor<Macro> & MacroMetadataSource> - Class in com.atlassian.confluence.impl.macro.metadata
Caches a map of macro metadata by macro names loaded using the given a macro module descriptor class and a macro module descriptor predicate.
AllMacroMetadataCache(VCacheFactory, AllMacroMetadataProvider<T>, EventListenerRegistrar) - Constructor for class com.atlassian.confluence.impl.macro.metadata.AllMacroMetadataCache
 
AllMacroMetadataLoader<T extends com.atlassian.plugin.ModuleDescriptor<Macro> & MacroMetadataSource> - Class in com.atlassian.confluence.impl.macro.metadata
Loads a map of macro metadata by macro names when given a macro module descriptor class and a macro module descriptor predicate.
AllMacroMetadataLoader(PluginAccessor, MacroFallbackParser) - Constructor for class com.atlassian.confluence.impl.macro.metadata.AllMacroMetadataLoader
 
AllMacroMetadataProvider<T extends com.atlassian.plugin.ModuleDescriptor<Macro> & MacroMetadataSource> - Interface in com.atlassian.confluence.impl.macro.metadata
Provider that returns a map of macro metadata by macro names when given a macro module descriptor class and a macro module descriptor predicate.
ALLOW_DAILY_BACKUP_KEY - Static variable in class com.atlassian.confluence.setup.settings.init.ConfluenceAdminUiProperties
 
ALLOW_MANUAL_BACKUP_DOWNLOAD_KEY - Static variable in class com.atlassian.confluence.setup.settings.init.ConfluenceAdminUiProperties
 
ALLOW_SITE_SUPPORT_EMAIL_KEY - Static variable in class com.atlassian.confluence.setup.settings.init.ConfluenceAdminUiProperties
 
AllowAllAnnotationAction - Class in com.atlassian.confluence.httpmethod
 
AllowAllAnnotationAction() - Constructor for class com.atlassian.confluence.httpmethod.AllowAllAnnotationAction
 
allowAnonymousAccess(String) - Method in class com.atlassian.confluence.security.DownloadGateKeeper
Allow all users, including the anonymous user, access to a particular path.
allowAnonymousAccess(String) - Method in interface com.atlassian.confluence.security.GateKeeper
Allow access to a resource for any user, including the anonymous user.
allowConcurrentExecution() - Method in class com.atlassian.quartz.jobs.AbstractJob
Deprecated.
 
allowedCondition1Keys() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceIntegration
 
allowedCondition1Keys() - Method in class com.atlassian.confluence.plugin.webresource.SetupConfluenceWebResourceIntegration
 
allowedInReadOnlyMode(boolean) - Method in class com.atlassian.confluence.api.model.validation.SimpleValidationResult.Builder
 
allowedTransform1Keys() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceIntegration
 
allowedTransform1Keys() - Method in class com.atlassian.confluence.plugin.webresource.SetupConfluenceWebResourceIntegration
 
AllQuery - Class in com.atlassian.confluence.search.v2.query
Represent an entire set of documents.
AllQueryMapper - Class in com.atlassian.confluence.search.v2.lucene.mapper
 
AllQueryMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.AllQueryMapper
 
allRows() - Method in class com.atlassian.confluence.it.jsoup.JsoupTable
 
AllTimerSnapshotsModel - Class in com.atlassian.confluence.plugins.monitoring.rest
Data transfer object to match the DataTables AJAX API.
AllTimerSnapshotsModel() - Constructor for class com.atlassian.confluence.plugins.monitoring.rest.AllTimerSnapshotsModel
 
AllTimerSnapshotsModel(List<TimerSnapshotModel>) - Constructor for class com.atlassian.confluence.plugins.monitoring.rest.AllTimerSnapshotsModel
 
AlphabeticalGroupingSupport - Class in com.atlassian.confluence.util.actions
This class provides support for grouping a collection of data alphabetically.
AlphabeticalGroupingSupport(Collection) - Constructor for class com.atlassian.confluence.util.actions.AlphabeticalGroupingSupport
 
AlphabeticalLabelGroupingSupport - Class in com.atlassian.confluence.util.actions
This class provides support for grouping a collection of data alphabetically.
AlphabeticalLabelGroupingSupport(Collection) - Constructor for class com.atlassian.confluence.util.actions.AlphabeticalLabelGroupingSupport
 
AlphabeticalListLabelsAction - Class in com.atlassian.confluence.plugins.labels.actions
 
AlphabeticalListLabelsAction() - Constructor for class com.atlassian.confluence.plugins.labels.actions.AlphabeticalListLabelsAction
 
AlphabeticalListPagesAction - Class in com.atlassian.confluence.pages.actions
 
AlphabeticalListPagesAction() - Constructor for class com.atlassian.confluence.pages.actions.AlphabeticalListPagesAction
 
ALREADY_SETUP - Static variable in class com.atlassian.confluence.setup.actions.SetupCheckInterceptor
 
AlreadyClusteredException - Exception in com.atlassian.confluence.cluster
 
AlreadyClusteredException(ClusterInformation) - Constructor for exception com.atlassian.confluence.cluster.AlreadyClusteredException
 
AlreadyExistsException - Exception in com.atlassian.confluence.rpc
Exception thrown when a user tries to create an object that already exists
AlreadyExistsException() - Constructor for exception com.atlassian.confluence.rpc.AlreadyExistsException
 
AlreadyExistsException(String) - Constructor for exception com.atlassian.confluence.rpc.AlreadyExistsException
 
AlreadyExistsException(Throwable) - Constructor for exception com.atlassian.confluence.rpc.AlreadyExistsException
 
AlreadyExistsException(String, Throwable) - Constructor for exception com.atlassian.confluence.rpc.AlreadyExistsException
 
AlterColumnCommand - Class in com.atlassian.confluence.upgrade.ddl
Superclass for all alter column actions.
AlterColumnCommand(ConfluenceHibernateConfig, String) - Constructor for class com.atlassian.confluence.upgrade.ddl.AlterColumnCommand
 
AlterColumnNullabilityCommand - Class in com.atlassian.confluence.upgrade.ddl
Marks a column as not null or nullable.
AlterColumnNullabilityCommand(ConfluenceHibernateConfig, String, String, NullChoice) - Constructor for class com.atlassian.confluence.upgrade.ddl.AlterColumnNullabilityCommand
Create an alter column to null/not null action.
ALTERNATE - Static variable in class com.atlassian.confluence.plugins.rest.entities.documentation.LinkExamples
 
ALTERNATE_PDF - Static variable in class com.atlassian.confluence.plugins.rest.entities.documentation.LinkExamples
 
AlternateRequiredStringValidator - Class in com.atlassian.confluence.util.misc
 
AlternateRequiredStringValidator() - Constructor for class com.atlassian.confluence.util.misc.AlternateRequiredStringValidator
 
AlternativeDirectoryResourceLoaderSupportingStaticPlugin - Class in com.atlassian.confluence.plugin.dev
Supports the AlternativeDirectoryResourceLoader for StaticPlugins.
AlternativeDirectoryResourceLoaderSupportingStaticPlugin() - Constructor for class com.atlassian.confluence.plugin.dev.AlternativeDirectoryResourceLoaderSupportingStaticPlugin
 
AlternativePagesLocator - Class in com.atlassian.confluence.pages
Finds possible content matches for a supplied title and space.
AlternativePagesLocator(PageManager, PermissionManager, Space, String) - Constructor for class com.atlassian.confluence.pages.AlternativePagesLocator
 
alterPassword(User, String) - Method in class bucket.user.DefaultUserAccessor
Deprecated.
 
alterPassword(User, String) - Method in interface bucket.user.UserAccessor
Deprecated.
 
alterPassword(User, String) - Method in class com.atlassian.confluence.user.ConfluenceUserManager
 
alterPassword(User, String) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdUserManager
Deprecated.
 
alterTable(String, List<? extends AlterTableCommand>) - Method in interface com.atlassian.confluence.upgrade.ddl.AlterTableExecutor
Perform a set of table altering actions on a given table.
alterTable(String, List<? extends AlterTableCommand>) - Method in class com.atlassian.confluence.upgrade.ddl.HibernateAlterTableExecutor
 
AlterTableCommand - Interface in com.atlassian.confluence.upgrade.ddl
Interface for all alter table commands.
AlterTableExecutor - Interface in com.atlassian.confluence.upgrade.ddl
Executes all the various database-specific table altering commands.
alwaysMaskEmail(String) - Static method in class com.atlassian.confluence.util.GeneralUtil
Masks an email address by replacing '@' with 'at' and '.' with 'dot'.
AlwaysNullMapMergePolicy - Class in com.atlassian.confluence.cluster.hazelcast
Merge policy that takes neither entry, emptying out the keys in the merging map
AlwaysNullMapMergePolicy() - Constructor for class com.atlassian.confluence.cluster.hazelcast.AlwaysNullMapMergePolicy
 
AlwaysTransformMacroBody - Class in com.atlassian.confluence.content.render.xhtml.storage.macro
Condition that specifies that the macro body should always be transformed.
AlwaysTransformMacroBody() - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.macro.AlwaysTransformMacroBody
 
amdEnabled() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceIntegration
 
AmpsOverridesManager - Interface in com.atlassian.confluence.upgrade
 
AnalyticsEventReport - Class in com.atlassian.confluence.it.analytics
Represents a JSON report from the Analytics Client plugin
AnalyticsEventReport() - Constructor for class com.atlassian.confluence.it.analytics.AnalyticsEventReport
 
AnalyticsEventReport.Event - Class in com.atlassian.confluence.it.analytics
 
AnalyticsEvictionProgressTracking - Class in com.atlassian.confluence.pages.collab.impl.tracking
Listener of eviction process which pushes events to analytics
AnalyticsEvictionProgressTracking(EventPublisher) - Constructor for class com.atlassian.confluence.pages.collab.impl.tracking.AnalyticsEvictionProgressTracking
 
AnalyticsHelper - Class in com.atlassian.confluence.it.analytics
A helper class which controls and queries the Analytics plugin via REST.
AnalyticsHelper(User, String) - Constructor for class com.atlassian.confluence.it.analytics.AnalyticsHelper
 
AnalyticsHelper.Mode - Enum in com.atlassian.confluence.it.analytics
 
AnalyzerFilter - Class in com.atlassian.confluence.search.lucene.filter
 
AnalyzerFilter(TokenStream, String, Analyzer) - Constructor for class com.atlassian.confluence.search.lucene.filter.AnalyzerFilter
Construct a token stream filtering the given input.
AnalyzerSwitcherQueryNodeProcessor - Class in com.atlassian.confluence.search.lucene.queryparser
 
AnalyzerSwitcherQueryNodeProcessor() - Constructor for class com.atlassian.confluence.search.lucene.queryparser.AnalyzerSwitcherQueryNodeProcessor
 
AncestorRebuildException - Exception in com.atlassian.confluence.pages.ancestors
Thrown when there is a problem rebuilding the page ancestor tree.
AncestorRebuildException() - Constructor for exception com.atlassian.confluence.pages.ancestors.AncestorRebuildException
 
AncestorRebuildException(String) - Constructor for exception com.atlassian.confluence.pages.ancestors.AncestorRebuildException
 
AncestorRebuildException(String, Throwable) - Constructor for exception com.atlassian.confluence.pages.ancestors.AncestorRebuildException
 
AncestorRebuildException(Throwable) - Constructor for exception com.atlassian.confluence.pages.ancestors.AncestorRebuildException
 
ancestors(Iterable<Content>) - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
 
ANCESTORS - Static variable in class com.atlassian.confluence.api.model.content.Content.Expansions
 
AncestorsDao - Class in com.atlassian.confluence.pages.ancestors
JDBC methods for operations with CONFANCESTORS table
AncestorsDao(SessionFactory, EventPublisher) - Constructor for class com.atlassian.confluence.pages.ancestors.AncestorsDao
 
AncestorsRepairer - Class in com.atlassian.confluence.pages.ancestors
This ancestors repairer checks page trees and finds pages with broken ancestors Then it sends this information to PageRepairWorker, which fixes pages in small separated transactions
AncestorsRepairer(SpaceManager, AncestorsDao) - Constructor for class com.atlassian.confluence.pages.ancestors.AncestorsRepairer
 
AncestorsRepairJob - Class in com.atlassian.confluence.pages.ancestors
AncestorsRepairJob fixes ancestors in CONFANCESTORS table
AncestorsRepairJob(AncestorsRepairer) - Constructor for class com.atlassian.confluence.pages.ancestors.AncestorsRepairJob
 
AncestorsUpdateEvent - Class in com.atlassian.confluence.event.events.security
AncestorsUpdateEvent is fired when ancestors are changed.
AncestorsUpdateEvent(Long, List<Long>) - Constructor for class com.atlassian.confluence.event.events.security.AncestorsUpdateEvent
 
anchor - Variable in class com.atlassian.confluence.links.linktypes.AbstractPageLink
 
ANCHOR_ATTRIBUTE_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.link.StorageLinkConstants
 
and(SearchFilter) - Method in class com.atlassian.confluence.search.v2.AbstractChainableSearchFilter
 
and(SearchFilter) - Method in interface com.atlassian.confluence.search.v2.SearchFilter
Combines this filter with the one specified, returning a new filter.
and(SearchFilter) - Method in class com.atlassian.confluence.search.v2.searchfilter.BooleanSearchFilter
 
and(SearchFilter) - Method in class com.atlassian.confluence.search.v2.searchfilter.ChainedSearchFilter
Deprecated.
 
and(SearchFilter) - Method in class com.atlassian.confluence.search.v2.searchfilter.MatchAllDocsFilter
 
and(SearchFilter) - Method in class com.atlassian.confluence.search.v2.searchfilter.MatchNoDocsFilter
 
andContext(Map<String, Object>) - Method in class com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem.Builder
 
andContextEntry(String, Object) - Method in class com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem.Builder
Add an entry to the context used for rendering the body.
andQuery(SearchQuery...) - Static method in class com.atlassian.confluence.search.v2.query.BooleanQuery
Build an AND query from one or more subqueries.
andRelatedBodyPart(DataSource) - Method in class com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem.Builder
 
andRelatedBodyParts(Iterable<DataSource>) - Method in class com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem.Builder
 
andReplyTo(String) - Method in class com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem.Builder
 
andSender(User) - Method in class com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem.Builder
 
andTemplateLocation(String) - Method in class com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem.Builder
Set the location of the template specified as templateFileName in the constructor.
AnnotatedMethodTemplate<A extends Annotation> - Class in com.atlassian.confluence.util.test.rules
Template for writing rules which read configuration from a method annotation.
AnnotatedMethodTemplate(Class) - Constructor for class com.atlassian.confluence.util.test.rules.AnnotatedMethodTemplate
 
annotationClass - Variable in class com.atlassian.confluence.util.test.rules.AnnotatedMethodTemplate
 
AnnotationMacroBodyTranformationCondition - Class in com.atlassian.confluence.content.render.xhtml.storage.macro
Allows macro body transformation based on the RequiresFormat annotation on the Macro class.
AnnotationMacroBodyTranformationCondition(MacroManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.macro.AnnotationMacroBodyTranformationCondition
 
anonymous() - Method in class com.atlassian.confluence.api.impl.service.content.factory.PersonFactory
 
Anonymous - Class in com.atlassian.confluence.api.model.people
 
Anonymous(Icon) - Constructor for class com.atlassian.confluence.api.model.people.Anonymous
Deprecated.
since 5.5. Use Anonymous.Anonymous(Icon, String) instead.
Anonymous(Icon, String) - Constructor for class com.atlassian.confluence.api.model.people.Anonymous
 
ANONYMOUS - Static variable in class com.atlassian.confluence.it.User
Deprecated.
Represents anonymous users, i.e.
Anonymous - Class in com.atlassian.confluence.legacyapi.model.people
Deprecated.
since 7.0.1 , use Anonymous
Anonymous(Icon) - Constructor for class com.atlassian.confluence.legacyapi.model.people.Anonymous
Deprecated.
 
anonymous() - Method in interface com.atlassian.confluence.legacyapi.service.people.PersonService
Deprecated.
 
anonymous() - Method in class com.atlassian.confluence.ui.rest.builder.LegacyPersonBuilder
Deprecated.
 
anonymous() - Method in class com.atlassian.confluence.ui.rest.service.people.LegacyPersonServiceImpl
Deprecated.
 
ANONYMOUS_EXAMPLE - Static variable in class com.atlassian.confluence.plugins.restapi.examples.UserExamples
 
ANONYMOUS_EXPORT_VIEW - Static variable in class com.atlassian.confluence.api.model.content.ContentRepresentation
HTML representation for viewing, but with absolute urls, instead of relative urls in the markup, and macros are rendered as though it is viewed by an anonymous user.
ANONYMOUS_LAST_MODIFIER_ID - Static variable in class com.atlassian.confluence.search.lucene.extractor.LastModifierNameExtractor
Constant to represent the value for an anonymous last modifier in the index
ANONYMOUS_PROFILE - Static variable in class com.atlassian.confluence.user.actions.ProfilePictureInfo
Deprecated.
since 5.10
ANONYMOUS_PROFILE_PATH - Static variable in class com.atlassian.confluence.user.actions.ProfilePictureInfo
ANONYMOUS_USER_SUBPATH - Static variable in interface com.atlassian.confluence.api.nav.Navigation.UserNav
 
ANONYMOUS_USER_TYPE - Static variable in class com.atlassian.confluence.api.model.people.Person
 
AnonymousAccessEnabledUrlReadingCondition - Class in com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions
Loads a web resource based when anonymous access is enabled.
AnonymousAccessEnabledUrlReadingCondition(SpacePermissionManager) - Constructor for class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.AnonymousAccessEnabledUrlReadingCondition
 
anonymousPermissionRow - Variable in class com.atlassian.confluence.security.actions.AbstractPermissionsAction
 
AnonymousUserInfoFilter - Class in com.atlassian.confluence.search.lucene.filter
Exclude all anonymous user info
AnonymousUserInfoFilter() - Constructor for class com.atlassian.confluence.search.lucene.filter.AnonymousUserInfoFilter
 
AnonymousUserInfoSearchFilter - Class in com.atlassian.confluence.search.v2.searchfilter
Deprecated.
since 6.7 use ActiveUserSearchFilter instead.
AnonymousUserInfoSearchFilterMapper - Class in com.atlassian.confluence.search.v2.lucene.mapper
Deprecated.
AnonymousUserInfoSearchFilterMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.AnonymousUserInfoSearchFilterMapper
Deprecated.
 
AnonymousUserPermissionsService - Interface in com.atlassian.confluence.security.service
A service for managing permissions for the anonymous Confluence user.
answer(InvocationOnMock) - Method in class com.atlassian.confluence.util.test.EchoAnswer
Deprecated.
 
answer(InvocationOnMock) - Method in class com.atlassian.confluence.util.test.RunRunnableAnswer
 
AnyTypeDao - Interface in com.atlassian.confluence.core.persistence
DAO for loading persistent objects of various types
anyTypeDao - Variable in class com.atlassian.confluence.search.queue.AbstractJournalIndexTaskQueue
 
AopUtils - Class in com.atlassian.confluence.util
Utilities for aspect oriented programming
AopUtils() - Constructor for class com.atlassian.confluence.util.AopUtils
 
API_REVISION - Static variable in class com.atlassian.confluence.pages.Attachment
 
API_REVISION_V2 - Static variable in class com.atlassian.confluence.pages.Attachment
 
ApiBackedActionHelper - Class in com.atlassian.confluence.api.impl.service.content
Helps ConfluenceActionSupport instances deal with the API.
ApiBackedActionHelper(ValidationResult) - Constructor for class com.atlassian.confluence.api.impl.service.content.ApiBackedActionHelper
 
ApiDarkFeatureHelper - Class in com.atlassian.confluence.it.api
Contains a registry of modules that are disabled by default whilst the confluence api is under active development.
ApiDarkFeatureHelper() - Constructor for class com.atlassian.confluence.it.api.ApiDarkFeatureHelper
 
ApiEntityConverter - Class in com.atlassian.confluence.it.api
Converts API Model entities into test-support objects like Page and Blogpost.
ApiEntityConverter() - Constructor for class com.atlassian.confluence.it.api.ApiEntityConverter
 
ApiEnum - Interface in com.atlassian.confluence.api.model
Flags API Model classes that represent enums, but are not Java enums.
ApiPreconditions - Class in com.atlassian.confluence.api.service.exceptions
 
ApiPreconditions() - Constructor for class com.atlassian.confluence.api.service.exceptions.ApiPreconditions
 
ApiRestEntityFactory - Interface in com.atlassian.confluence.core
Factory for producing REST entities for serialization to Json, and entity property enrichment.
ApiRestEntityFactory.SchemaType - Enum in com.atlassian.confluence.core
 
ApiSerializerModuleFactory - Class in com.atlassian.confluence.api.serialization
Create a serializer module factory to allow api model objects to be serialized.
ApiSerializerModuleFactory() - Constructor for class com.atlassian.confluence.api.serialization.ApiSerializerModuleFactory
 
ApiSupportProvider - Interface in com.atlassian.confluence.content.apisupport
Allows api support to be accessed for a given content type.
APOSTROPHE - Static variable in class com.atlassian.confluence.it.User
Deprecated.
A sample test user that contains an apostrophe in the username and fullname.
APP_CONFLUENCE - Static variable in class com.atlassian.confluence.api.model.event.mau.MauApplicationKey
 
append(LoggingEvent) - Method in class com.atlassian.confluence.admin.actions.TestAppender
 
append(String) - Method in class com.atlassian.confluence.impl.health.HealthCheckMessage.Builder
Returns a HealthCheckMessage Builder with the given text appended.
append(LoggingEvent) - Method in class com.atlassian.confluence.impl.logging.LogMessageRecordingAppender
 
append(LoggingEvent) - Method in class com.atlassian.confluence.logging.ConfluenceHomeLogAppender
Append to the current delegate Appender.
append(LoggingEvent) - Method in class com.atlassian.confluence.logging.EventPublishingAppender
 
append(CharSequence) - Method in class com.atlassian.confluence.util.io.CharacterCountingWriter
 
append(CharSequence, int, int) - Method in class com.atlassian.confluence.util.io.CharacterCountingWriter
 
append(char) - Method in class com.atlassian.confluence.util.io.CharacterCountingWriter
 
append(LoggingEvent) - Method in class com.atlassian.confluence.util.profiling.ProfilingLogAppender
 
appendAmpersandOrQuestionMark(String) - Static method in class com.atlassian.confluence.util.GeneralUtil
Appends an ampersand if the given string already contains a question mark, or a question mark otherwise.
appendFilterIfNotPresent(SearchFilter, SearchFilter) - Static method in class com.atlassian.confluence.search.v2.searchfilter.SearchFilterUtils
Append the specified filter as a top-level filter with an AND operator if it doesn't exist anywhere in the tree
appendLink(String, String, boolean) - Method in class com.atlassian.confluence.impl.health.HealthCheckMessage.Builder
Creates a hyperlink.
appendList(String...) - Method in class com.atlassian.confluence.impl.health.HealthCheckMessage.Builder
 
appendList(Iterable<String>) - Method in class com.atlassian.confluence.impl.health.HealthCheckMessage.Builder
 
appendStackTrace(StringBuffer, Throwable) - Static method in class com.atlassian.confluence.util.PatternLayoutWithStackTrace
 
appendSubstitution(StringBuffer, RenderContext, Matcher) - Method in class com.atlassian.confluence.content.render.xhtml.migration.XhtmlCamelCaseLinkMigrationRendererComponent
 
appendSubstitution(StringBuffer, RenderContext, Matcher) - Method in class com.atlassian.confluence.content.render.xhtml.migration.XhtmlEmoticonRendererComponent
 
appendSubstitution(StringBuffer, RenderContext, Matcher) - Method in class com.atlassian.confluence.content.render.xhtml.migration.XhtmlTemplateVariableRendererComponent
 
appendUnresolvedLink(StringBuffer, Link) - Method in class com.atlassian.confluence.renderer.radeox.filters.LinkTestFilter
 
appendWildcard(String) - Method in class com.atlassian.confluence.user.actions.AbstractSearchUsersAction
Deprecated.
 
appendWildcard(String) - Method in class com.atlassian.confluence.user.actions.BrowseGroupsAction
 
APPLICATION_NAME - Static variable in class com.atlassian.confluence.user.crowd.EmbeddedCrowdBootstrap
 
ApplicationCache - Interface in com.atlassian.confluence.user.crowd
Caches Embedded Crowd Application objects by name to avoid frequent retrieval from the database.
ApplicationConfigurationLicenseStore - Class in com.atlassian.confluence.license.store
 
ApplicationConfigurationLicenseStore(ApplicationConfiguration, LicenseManager) - Constructor for class com.atlassian.confluence.license.store.ApplicationConfigurationLicenseStore
 
ApplicationConfigurationLicenseStoreAide - Class in com.atlassian.confluence.license.store
This is an aide for ApplicationConfigurationLicenseStore, telling it when the EventPublisher is available, or not.
ApplicationConfigurationLicenseStoreAide(ApplicationConfigurationLicenseStore, EventPublisher) - Constructor for class com.atlassian.confluence.license.store.ApplicationConfigurationLicenseStoreAide
 
ApplicationLinkStatusInterrogator - Class in com.atlassian.confluence.plugins.pulp.wrm
A utility class that provides a simple interface to query the status of the user-configured application links.
ApplicationLinkStatusInterrogator(ReadOnlyApplicationLinkService, ApplinkStatusService) - Constructor for class com.atlassian.confluence.plugins.pulp.wrm.ApplicationLinkStatusInterrogator
 
ApplicationNavigatorRpc - Class in com.atlassian.confluence.it.rpc.delegates.admin
 
ApplicationNavigatorRpc(AuthenticatedWebResourceProvider) - Constructor for class com.atlassian.confluence.it.rpc.delegates.admin.ApplicationNavigatorRpc
 
ApplicationPermissionsDelegate - Class in com.atlassian.confluence.security.delegate
 
ApplicationPermissionsDelegate() - Constructor for class com.atlassian.confluence.security.delegate.ApplicationPermissionsDelegate
 
ApplicationPersistentType - Class in com.atlassian.crowd.embedded.hibernate2.types
 
ApplicationPersistentType() - Constructor for class com.atlassian.crowd.embedded.hibernate2.types.ApplicationPersistentType
 
ApplicationState - Enum in com.atlassian.confluence.server
The current state of the server.
ApplicationStatusService - Interface in com.atlassian.confluence.server
Monitors for the state of the server.
ApplicationStatusServlet - Class in com.atlassian.confluence.servlet
Servlet that provides application status information.
ApplicationStatusServlet() - Constructor for class com.atlassian.confluence.servlet.ApplicationStatusServlet
 
ApplicationStatusStartupListener - Class in com.atlassian.confluence.impl.event
Basic event listener for notify ApplicationStatusService that lifecycle modules have run.
ApplicationStatusStartupListener(MutableApplicationStatusService) - Constructor for class com.atlassian.confluence.impl.event.ApplicationStatusStartupListener
 
ApplicationWebhookEvent - Enum in com.atlassian.confluence.internal.webhooks
 
ApplicationWebhookEventProvider - Class in com.atlassian.confluence.internal.webhooks
 
ApplicationWebhookEventProvider() - Constructor for class com.atlassian.confluence.internal.webhooks.ApplicationWebhookEventProvider
 
ApplicationWebhookEventPublisher - Class in com.atlassian.confluence.internal.webhooks
 
ApplicationWebhookEventPublisher(EventListenerRegistrar, WebhookJsonEventFactory, WebhookService, DarkFeatureManager) - Constructor for class com.atlassian.confluence.internal.webhooks.ApplicationWebhookEventPublisher
 
ApplicationWebhookPayloadProvider - Class in com.atlassian.confluence.internal.webhooks
 
ApplicationWebhookPayloadProvider() - Constructor for class com.atlassian.confluence.internal.webhooks.ApplicationWebhookPayloadProvider
 
ApplicationWebhooksConfiguration - Class in com.atlassian.confluence.internal.webhooks
 
ApplicationWebhooksConfiguration() - Constructor for class com.atlassian.confluence.internal.webhooks.ApplicationWebhooksConfiguration
 
AppliedRuleDescription(String, List<String>) - Constructor for class com.atlassian.confluence.content.render.xhtml.StorageFormatCleaner.AppliedRuleDescription
 
AppliedRuleDescription(String, List<String>) - Constructor for class com.atlassian.confluence.content.render.xhtml.XhtmlCleaner.AppliedRuleDescription
Deprecated.
 
ApplinksStatusWrmDataProvider - Class in com.atlassian.confluence.plugins.pulp.wrm
Provides the PULP with WRM data about the status of the user-configured application links.
ApplinksStatusWrmDataProvider(ApplicationLinkStatusInterrogator) - Constructor for class com.atlassian.confluence.plugins.pulp.wrm.ApplinksStatusWrmDataProvider
 
apply(DataSource) - Method in class bucket.core.persistence.hibernate.ConfluenceConnectionProviderSupplier
Deprecated.
 
apply(ImageDimensions) - Method in class com.atlassian.confluence.content.render.image.FreeMemoryAwareImageRenderPredicate
Deprecated.
 
apply(ImageDimensions) - Method in class com.atlassian.confluence.content.render.image.SimpleImageRenderPredicate
Deprecated.
 
apply(T, int, int) - Method in interface com.atlassian.confluence.content.render.xhtml.migration.BatchTask
 
apply(ContentEntityObject, int, int) - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.ContentEntityMigrationBatchTask
 
apply(T, int, int) - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.IndexingBatchTask
 
apply(ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.migration.MigrationAware.MigrationPerformedPredicate
 
apply(Object) - Method in class com.atlassian.confluence.core.persistence.HsqldbPredicate
 
apply(Object) - Method in class com.atlassian.confluence.event.TypeWhitelist
 
apply(ConfluenceUser) - Method in class com.atlassian.confluence.follow.DefaultFollowManager.UserCanUseConfluencePredicate
Deprecated.
 
apply(Throwable) - Method in class com.atlassian.confluence.htmlunit.PageSourceWrappingExceptionTransformer
 
apply(Class<T>, ModuleDescriptorPredicate<Macro>) - Method in class com.atlassian.confluence.impl.macro.metadata.AllMacroMetadataCache
 
apply(Class<T>, ModuleDescriptorPredicate<Macro>) - Method in class com.atlassian.confluence.impl.macro.metadata.AllMacroMetadataLoader
 
apply(String) - Method in class com.atlassian.confluence.impl.search.v2.UserLookupHelper
 
apply(Long, Integer) - Method in class com.atlassian.confluence.internal.index.attachment.AttachmentTextExtractionFunction
Returns empty AttachmentTextExtraction if an attachment has been removed or has been updated into a new version.
apply(SearchResult) - Method in class com.atlassian.confluence.internal.search.contentnames.v2.DefaultSearchResultTransformer
 
apply(Statement, FrameworkMethod, Object) - Method in class com.atlassian.confluence.it.AcceptanceTestHelper
Deprecated.
Implementation of MethodRule which automatically invoked AcceptanceTestHelper.setUp(Class, String) and AcceptanceTestHelper.tearDown() at the appropriate time.
apply(Label) - Method in class com.atlassian.confluence.labels.SpecialLabelFilter
 
apply(Label) - Method in class com.atlassian.confluence.labels.VisibleLabelFilter
 
apply(Locale, String, String) - Method in interface com.atlassian.confluence.languages.TranslationTransform
 
apply(Object) - Method in class com.atlassian.confluence.pages.persistence.dao.filesystem.filestore.GsonJsonableFactory
 
apply(Dimensions) - Method in class com.atlassian.confluence.pages.thumbnail.renderer.AdaptiveThresholdPredicate
Deprecated.
 
apply(Dimensions) - Method in class com.atlassian.confluence.pages.thumbnail.renderer.SimpleThresholdPredicate
Deprecated.
 
apply(Locale, String, String) - Method in class com.atlassian.confluence.plugin.MockTestTranslationTransform
 
apply(Object...) - Method in class com.atlassian.confluence.plugins.labels.soy.LabelLinkServerFunction
 
apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.BaseUrlFunction
 
apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.DarkFeatureFunction
 
apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.DocLinkFunction
Deprecated.
 
apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.FormatDateFunction
 
apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.FormatDateTimeFunction
 
apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.FormatTimeFunction
 
apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.FriendlyFormatDateTimeFunction
 
apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.GetContentTypeI18nKeyFunction
 
apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.GetUserByNameFunction
 
apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.ImportResourceFunction
Usage:
apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.ItemsForSectionFunction
 
apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.PanelsForLocationFunction
 
apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.SectionsForLocationFunction
 
apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.SiteTitleFunction
 
apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.StaticResourceUrlPrefixFunction
 
apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.VersionNumberFunction
 
apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.WebPanelFunction
 
apply(AtomicReader, int) - Method in class com.atlassian.confluence.search.v2.lucene.score.LuceneAverageScoreFunction
 
apply(AtomicReader, int) - Method in class com.atlassian.confluence.search.v2.lucene.score.LuceneDoubleFieldValueSource
 
apply(AtomicReader, int) - Method in class com.atlassian.confluence.search.v2.lucene.score.LuceneExpDecayFunction
 
apply(AtomicReader, int) - Method in class com.atlassian.confluence.search.v2.lucene.score.LuceneFactorScoreFunction
 
apply(AtomicReader, int) - Method in class com.atlassian.confluence.search.v2.lucene.score.LuceneFloatFieldValueSource
 
apply(AtomicReader, int) - Method in class com.atlassian.confluence.search.v2.lucene.score.LuceneGaussDecayFunction
 
apply(AtomicReader, int) - Method in class com.atlassian.confluence.search.v2.lucene.score.LuceneIntFieldValueSource
 
apply(AtomicReader, int) - Method in class com.atlassian.confluence.search.v2.lucene.score.LuceneLinearDecayFunction
 
apply(AtomicReader, int) - Method in class com.atlassian.confluence.search.v2.lucene.score.LuceneLongFieldValueSource
 
apply(AtomicReader, int) - Method in class com.atlassian.confluence.search.v2.lucene.score.LuceneMaxScoreFunction
 
apply(AtomicReader, int) - Method in class com.atlassian.confluence.search.v2.lucene.score.LuceneMinScoreFunction
 
apply(AtomicReader, int) - Method in class com.atlassian.confluence.search.v2.lucene.score.LuceneMultiplyScoreFunction
 
apply(AtomicReader, int) - Method in interface com.atlassian.confluence.search.v2.lucene.score.LuceneScoreFunction
 
apply(AtomicReader, int) - Method in class com.atlassian.confluence.search.v2.lucene.score.LuceneStaircaseFunction
 
apply(AtomicReader, int) - Method in class com.atlassian.confluence.search.v2.lucene.score.LuceneSumScoreFunction
 
apply(double, double) - Method in enum com.atlassian.confluence.search.v2.query.FunctionScoreQuery.BoostMode
 
apply(double) - Method in enum com.atlassian.confluence.search.v2.score.FieldValueFactorFunction.Modifier
 
apply(ContentEntityObject, int, int) - Method in class com.atlassian.confluence.upgrade.upgradetask.ChangeSpaceDescriptionsBodyTypeTask
 
apply(ContentEntityObject, int, int) - Method in class com.atlassian.confluence.upgrade.upgradetask.ConvertToRelativeLinksTask
 
apply(String) - Method in class com.atlassian.confluence.user.AddOnUserConsumesLicensePredicate
Deprecated.
Determines whether or not a username's corresponding user consumes a Confluence license.
apply(SandboxCallbackContext, T) - Method in interface com.atlassian.confluence.util.sandbox.SandboxCallback
 
apply(SandboxTaskContext, T) - Method in interface com.atlassian.confluence.util.sandbox.SandboxTask
Applies this task to the given argument.
apply(Statement, Description) - Method in class com.atlassian.confluence.util.test.rules.AnnotatedMethodTemplate
 
apply(Statement, Description) - Method in class com.atlassian.confluence.util.test.rules.MockitoTestRule
 
apply(Statement, Description) - Method in class com.atlassian.confluence.util.test.rules.TestResource
 
apply(HttpServletResponse) - Method in interface com.atlassian.confluence.web.filter.CachingHeaders
Applies the caching headers to the response.
apply(Statement, Description) - Method in class com.atlassian.confluence.webdriver.rules.DefaultMethodRules
 
apply(Statement, Description) - Method in class com.atlassian.confluence.webdriver.rules.DisableSslVerificationRule
 
apply(ServiceReference) - Method in class com.atlassian.sal.confluence.lifecycle.SpringManagedModuleReferenceParser
 
apply(Object) - Method in enum com.atlassian.sal.confluence.usersettings.ConfluenceUserSettingsService.PrefixStrippingFunction
 
applyChildVersioningPolicy(Versioned, ObjectDao) - Method in class com.atlassian.confluence.core.AbstractVersionedEntityObject
applyChildVersioningPolicy(Versioned, ObjectDaoInternal<?>) - Method in class com.atlassian.confluence.core.AbstractVersionedEntityObject
 
applyChildVersioningPolicy(Versioned, ObjectDao) - Method in class com.atlassian.confluence.core.ContentEntityObject
applyChildVersioningPolicy(Versioned, ObjectDaoInternal<?>) - Method in class com.atlassian.confluence.core.ContentEntityObject
 
applyChildVersioningPolicy(Versioned, ObjectDao) - Method in interface com.atlassian.confluence.core.Versioned
applyChildVersioningPolicy(Versioned, ObjectDaoInternal<?>) - Method in interface com.atlassian.confluence.core.Versioned
If Versioned.getVersionChildPolicy(com.atlassian.confluence.api.model.content.ContentType) specifies so, moves content from versionToPromote to this Versioned instance or makes no change.
applyDecorator(Page, Decorator, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.util.profiling.ConfluenceSitemeshDecorator
 
ApplyDecoratorDirective - Class in com.atlassian.confluence.setup.velocity
An ApplyDecorator directive for Sitemesh.
ApplyDecoratorDirective() - Constructor for class com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective
 
ApplyDecoratorDirective.DirectiveStack - Class in com.atlassian.confluence.setup.velocity
 
applyForAnnotation(Statement, Description, A) - Method in class com.atlassian.confluence.util.test.rules.AnnotatedMethodTemplate
 
applyForAnnotation(Statement, Description, Log4JLogger.Record) - Method in class com.atlassian.confluence.util.test.rules.Log4JLogger
 
applyForAnnotation(Statement, Description, SystemProperties.Set) - Method in class com.atlassian.confluence.util.test.rules.SystemProperties
 
applyInBatches(Iterable<I>, int, int, Function<I, O>) - Method in interface com.atlassian.confluence.core.BatchOperationManager
Executes a task for each item in a collection in batches with configurable batch size
applyInBatches(Iterable<I>, int, Function<I, O>) - Method in interface com.atlassian.confluence.core.BatchOperationManager
Executes a task for each item in a collection in batches
applyInChunks(Iterable<I>, int, int, Function<List<I>, List<O>>) - Method in interface com.atlassian.confluence.core.BatchOperationManager
Processes a collection of items in chunks until a given number of processed items is reached, the processed items are then returned.
applyPermissionChanges(Collection<SpacePermission>, Collection<SpacePermission>) - Method in class com.atlassian.confluence.security.administrators.AbstractEditPermissionsAdministrator
 
applyPermissionChanges(Collection<SpacePermission>, Collection<SpacePermission>) - Method in class com.atlassian.confluence.security.administrators.EditGlobalPermissionsAdministrator
Given the old permissions and new permissions, apply necessary permission changes to make old permissions the same as new permissions, then reset the current active user count.
applyPermissionChanges(Collection<SpacePermission>, Collection<SpacePermission>) - Method in interface com.atlassian.confluence.security.administrators.EditPermissionsAdministrator
Given the old permissions and new permissions, apply necessary permission changes to make old permissions the same as new permissions
applyPlaceholderChrome() - Method in class com.atlassian.confluence.macro.DefaultImagePlaceholder
 
applyPlaceholderChrome() - Method in interface com.atlassian.confluence.macro.ImagePlaceholder
Returns true if the image should have the macro placeholder chrome applied to it.
applyTransactionTimeout(Query, SessionFactory) - Static method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
 
applyTransactionTimeout(Criteria, SessionFactory) - Static method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
 
applyValidation(Function<T, Validation<A>>) - Method in class com.atlassian.confluence.validation.Validation
appNav - Variable in class com.atlassian.confluence.it.rpc.delegates.admin.AdminRpc
 
APU - Static variable in class com.atlassian.confluence.it.User.Simpsons
Deprecated.
since 5.6. Use a user generated specifically for your test, e.g. from AcceptanceTestHelper.createTestUser()
ArabicAnalyzer - Class in com.atlassian.confluence.search.lucene.analyzers.unstemmed
 
ArabicAnalyzer(Version) - Constructor for class com.atlassian.confluence.search.lucene.analyzers.unstemmed.ArabicAnalyzer
 
ARCHIVED - Static variable in class com.atlassian.confluence.api.model.content.SpaceStatus
 
archived - Variable in class com.atlassian.confluence.spaces.actions.AbstractEditSpaceAction
 
archivedResultCount() - Method in class com.atlassian.confluence.api.model.search.SearchPageResponse
 
archivedResultCount - Variable in class com.atlassian.confluence.api.model.search.SearchPageResponse.Builder
Deprecated.
since 7.0.1. Use getters and setters.
archivedResultCount(Option<Integer>) - Method in class com.atlassian.confluence.api.model.search.SearchPageResponse.Builder
ArchivedSpacesSearchFilter - Class in com.atlassian.confluence.search.v2.searchfilter
Filters archived spaces (and their contents) out of search results.
ArchivedSpacesSearchFilter(boolean, SpaceManager) - Constructor for class com.atlassian.confluence.search.v2.searchfilter.ArchivedSpacesSearchFilter
Construct the filter
ArchivedSpacesSearchFilter(boolean) - Constructor for class com.atlassian.confluence.search.v2.searchfilter.ArchivedSpacesSearchFilter
ArchivedSpacesSearchFilterMapper - Class in com.atlassian.confluence.search.v2.lucene.mapper
Deprecated.
ArchivedSpacesSearchFilterMapper() - Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.ArchivedSpacesSearchFilterMapper
Deprecated.
 
archiveSpace(Space) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
Deprecated.
 
archiveSpace() - Method in class com.atlassian.confluence.it.space.SpaceAdmin
 
archiveSpace(Space) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
archiveSpace(Space) - Method in interface com.atlassian.confluence.spaces.SpaceManager
Archive the space.
areApplicationLinksInstalled() - Method in class com.atlassian.confluence.plugins.pulp.wrm.ApplicationLinkStatusInterrogator
 
areEditorResourcesPreLoaded() - Method in class com.atlassian.confluence.pageobjects.page.content.ViewPage
Deprecated.
True if the page has preloaded all the resources the editor needs to initialise
areEmailAddressesPrivate() - Method in class com.atlassian.confluence.setup.settings.Settings
 
args(Object...) - Method in class com.atlassian.confluence.api.model.messages.SimpleMessage.SimpleMessageBuilder
 
args(Object...) - Method in class com.atlassian.confluence.impl.hibernate.bulk.BulkSimpleMessage.BulkSimpleMessageBuilder
 
args(Object...) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
Deprecated.
 
arguments(Object...) - Method in class com.atlassian.confluence.upgrade.dml.SelectWithOffsetLimitCommand.Builder
Set the arguments to be substituted into the query.
arraySize(int[]) - Static method in class com.atlassian.confluence.util.GeneralUtil
Deprecated.
since 7.3.0, no replacement
arrived() - Method in class com.atlassian.confluence.tenant.SystemTenant
Signal that the system tenant has arrived, typically done after the AtlassianBootstrapManager.setSetupComplete(boolean) has been called.
AS_EXPANSION - Static variable in class com.atlassian.confluence.api.model.Expansion
 
asAnonymousUser(Callable<T>) - Method in enum com.atlassian.confluence.user.AuthenticatedUserImpersonator
 
asCDataEncodedString() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.KeyTransferBean
Yuck this makes me sick.
ASCENDING - Static variable in class com.atlassian.confluence.search.v2.sort.CreatedSort
Sorts by created date (ascending)
ASCENDING - Static variable in class com.atlassian.confluence.search.v2.sort.FavouriteSort
Sorts by last modified (ascending)
ASCENDING - Static variable in class com.atlassian.confluence.search.v2.sort.FilenameSort
Sorts by filename (ascending)
ASCENDING - Static variable in class com.atlassian.confluence.search.v2.sort.FilesizeSort
Sorts by file size (ascending)
ASCENDING - Static variable in class com.atlassian.confluence.search.v2.sort.FullnameSort
Sorts by fullname (ascending)
ASCENDING - Static variable in class com.atlassian.confluence.search.v2.sort.ModifiedSort
Sorts by last modified (ascending)
ASCENDING - Static variable in class com.atlassian.confluence.search.v2.sort.TitleSort
Sorts by title (ascending)
asCharacters() - Method in class com.atlassian.confluence.xml.NoAutoescapeCharacters
 
ASCIIFoldingTokenFilterDescriptor - Class in com.atlassian.confluence.search.v2.analysis
Folds a token into an ascii one.
ASCIIFoldingTokenFilterDescriptor() - Constructor for class com.atlassian.confluence.search.v2.analysis.ASCIIFoldingTokenFilterDescriptor
 
ASCIILanguageAnalyzer - Class in org.apache.lucene.analysis
 
ASCIILanguageAnalyzer(Analyzer) - Constructor for class org.apache.lucene.analysis.ASCIILanguageAnalyzer
 
asCurrent() - Method in class com.atlassian.confluence.api.model.content.ContentSelector
Returns a copy of this selector with status current and no version set.
asDateString(DateTime) - Static method in class com.atlassian.confluence.rest.serialization.Dates
Converts the given DateTime object to a String.
asEither() - Method in class com.atlassian.confluence.validation.Validation
Returns an either projection of this validation.
asEndElement() - Method in class com.atlassian.confluence.xml.NoAutoescapeCharacters
 
asFunction(Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.ModelFactory
Deprecated.
since 5.10 use buildFrom or asListFunction instead
asHtml() - Method in class com.atlassian.confluence.impl.health.HealthCheckMessage
returns the current message state formatted as HTML
asKey() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.KeyTransferBean
 
asList() - Method in class com.atlassian.confluence.content.ContentProperties
You shouldn't use this directly, content properties should be managed by the ContentEntityObject.
asLong() - Method in class com.atlassian.confluence.api.model.content.id.ContentId
 
asLong() - Method in class com.atlassian.confluence.api.model.content.id.JsonContentPropertyId
 
asLongTaskId() - Method in class com.atlassian.confluence.util.longrunning.LongRunningTaskId
 
asMultimap() - Method in class com.atlassian.confluence.plugins.contentproperty.index.schema.ContentPropertyIndexSchema
Returns content property index schema as a map (content property key) => (schema fields).
asOptional() - Method in class com.atlassian.confluence.api.model.reference.ExpandedReference
 
asPercentage(long, long) - Static method in class com.atlassian.confluence.cache.CacheStatisticsHelper
 
assemble(Serializable, Object) - Method in class com.atlassian.confluence.core.BodyTypeUserType
 
assemble(Serializable, Object) - Method in class com.atlassian.confluence.impl.hibernate.GenericEnumUserType
 
assemble(Serializable, Object) - Method in class com.atlassian.confluence.impl.hibernate.HibernateUserType
 
assemble(Serializable, Object) - Method in class com.atlassian.hibernate.BucketClobStringType
 
assemble(Serializable, Object) - Method in class org.springframework.orm.hibernate.support.BlobInputStreamType
 
assertAbsoluteUrlAttributeEndsWith(Element, String, String) - Static method in class com.atlassian.confluence.it.jsoup.JSoupAssertions
 
assertAtLoginPage(String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
 
assertAtLoginPage(String, WebTester) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
 
assertAttachmentSecurityLevel(AttachmentSecurityLevel) - Method in class com.atlassian.confluence.it.admin.EditSecurityConfiguration
 
assertBodyDoesNotContainPageTitle(MimeMessage, Page) - Static method in class com.atlassian.confluence.it.mail.MailAssertions
 
assertButtonIsDisabled() - Method in class com.atlassian.confluence.pageobjects.page.setup.ConfigureDatabasePage
Deprecated.
 
assertButtonIsEnabled() - Method in class com.atlassian.confluence.pageobjects.page.setup.ConfigureDatabasePage
Deprecated.
 
assertCanAddComment() - Method in class com.atlassian.confluence.it.content.ViewContentBean
 
assertCanAdminister() - Method in interface com.atlassian.confluence.rpc.soap.services.SoapServiceHelper
 
assertCanAdminister(Space) - Method in interface com.atlassian.confluence.rpc.soap.services.SoapServiceHelper
 
assertCanAdminister() - Method in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
 
assertCanAdminister(Space) - Method in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
 
assertCanCreateBlogPost(Space) - Method in interface com.atlassian.confluence.rpc.soap.services.SoapServiceHelper
 
assertCanCreateBlogPost(Space) - Method in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
 
assertCanCreatePage(Space) - Method in interface com.atlassian.confluence.rpc.soap.services.SoapServiceHelper
 
assertCanCreatePage(Space) - Method in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
 
assertCanEdit() - Method in class com.atlassian.confluence.it.content.ViewContentBean
 
assertCanExport(Space) - Method in interface com.atlassian.confluence.rpc.soap.services.SoapServiceHelper
 
assertCanExport(Space) - Method in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
 
assertCanModify(AbstractPage) - Method in interface com.atlassian.confluence.rpc.soap.services.SoapServiceHelper
 
assertCanModify(AbstractPage) - Method in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
 
assertCanModifyObject(Object, String) - Method in interface com.atlassian.confluence.rpc.soap.services.SoapServiceHelper
Determines if the current user can modify/edit the given object
assertCanModifyObject(Object, String) - Method in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
 
assertCannotRequestAccess(ViewContentBean) - Static method in class com.atlassian.confluence.it.content.ContentBeanMatchers
 
assertCanRemove(AbstractPage) - Method in interface com.atlassian.confluence.rpc.soap.services.SoapServiceHelper
 
assertCanRemove(AbstractPage) - Method in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
Throw an exception if the user can't remove the given page.
assertCanRequestAccess(ViewContentBean) - Static method in class com.atlassian.confluence.it.content.ContentBeanMatchers
 
assertCanView(AbstractPage) - Method in interface com.atlassian.confluence.rpc.soap.services.SoapServiceHelper
 
assertCanView(Space) - Method in interface com.atlassian.confluence.rpc.soap.services.SoapServiceHelper
 
assertCanView(AbstractPage) - Method in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
 
assertCanView(Space) - Method in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
 
assertCausesNotPermittedException(ConfluenceRpc, String, Object...) - Static method in class com.atlassian.confluence.it.rpc.RpcAssertions
Execute an RPC call with the expectation that it will throw a RemoteException
assertCausesRemoteException(ConfluenceRpc, String, Object...) - Static method in class com.atlassian.confluence.it.rpc.RpcAssertions
Execute an RPC call with the expectation that it will throw a RemoteException
assertChanges(CacheStatistics, int, int) - Method in class com.atlassian.confluence.it.admin.CacheStatisticsChangeTracker
 
assertConfluenceLicense(AtlassianLicense) - Method in class com.atlassian.confluence.license.DefaultLicenseService
 
assertCorrectMessageRecipients(MailFacade, User) - Static method in class com.atlassian.confluence.it.mail.MailAssertions
 
assertCurrentSpacesTabContains(Space) - Method in class com.atlassian.confluence.it.dashboard.SpacesListMacro
 
assertCurrentSpacesTabDoesNotContains(Space) - Method in class com.atlassian.confluence.it.dashboard.SpacesListMacro
 
assertDeleteButtonDisabled() - Method in class com.atlassian.confluence.it.admin.DeleteUserProfilePicture
 
assertDeleteButtonEnabled() - Method in class com.atlassian.confluence.it.admin.DeleteUserProfilePicture
 
assertDoesNotContain(String, String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
 
assertDoesNotExist(JSoupFinder) - Static method in class com.atlassian.confluence.it.jsoup.JSoupAssertions
 
assertEditorHtml(String) - Method in class com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
Asserts that the HTML content of the editor matches the given HTML - use with care, HTML produced by the editor can be inconsistent across browsers, and HTML content returned by TinyMCE is 'cleaned up'.
assertEditorHtml(String, boolean) - Method in class com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
Asserts that the HTML content of the editor matches the given HTML - use with care, HTML produced by the editor can be inconsistent across browsers, and HTML content returned by TinyMCE is 'cleaned up'.
assertEditorHtmlContains(String) - Method in class com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
Asserts that the HTML content of the editor contains the given HTML - use with care, HTML produced by the editor can be inconsistent across browsers, and HTML content returned by TinyMCE is 'cleaned up'.
assertEditorHtmlDoesNotContain(String) - Method in class com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
Asserts that the HTML content of the editor does not contain the given HTML - use with care, HTML produced by the editor can be inconsistent across browsers.
assertEditorText(String) - Method in class com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
Asserts that the textual content of the editor matches the given string - use with care, there can be spacing inconsistencies across browsers.
assertElementAttributeValue(String, String, String) - Method in class com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
assertElementAttributeValueMatches(String, String, Matcher<String>) - Method in class com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
 
assertElementNumberOfMatches(int, String) - Method in class com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
Asserts that the number of matches for a particular selector query within the editor content is consistent with the expected quantity
assertElementText(String, String) - Method in class com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
Asserts that text in the provided selection within the editor content matches the given string.
assertElementText(String, String, String) - Method in class com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
Asserts that text in the provided selection within the editor content matches the given string.
assertElementTextContains(String, String) - Method in class com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
Asserts that text in the provided selection within the editor content contains the given string.
assertEquals(Document) - Method in class com.atlassian.confluence.util.test.rules.XmlResource
 
assertExists(JSoupFinder) - Static method in class com.atlassian.confluence.it.jsoup.JSoupAssertions
 
assertFirstRecipient(MimeMessage, User) - Static method in class com.atlassian.confluence.it.mail.MailAssertions
 
assertHasAttribute(Element, String) - Static method in class com.atlassian.confluence.it.jsoup.JSoupAssertions
 
assertHasAttribute(Element, String, String) - Static method in class com.atlassian.confluence.it.jsoup.JSoupAssertions
 
assertHasDataAttribute(Element, String, String) - Static method in class com.atlassian.confluence.it.jsoup.JSoupAssertions
 
assertHasMail(List<MimeMessage>, User, String...) - Static method in class com.atlassian.confluence.it.mail.MailAssertions
Assert at least one email among those received by user matches all the excerpts.
assertHasNoPartWithHeader(MimeMessage, String, String) - Static method in class com.atlassian.confluence.it.mail.MailAssertions
 
assertHasNoSearchResults(SiteSearch) - Static method in class com.atlassian.confluence.it.global.SiteSearchMatchers
 
assertHasNoViewPermission() - Method in class com.atlassian.confluence.it.content.ViewContentBean
 
assertHasPartWithHeader(MimeMessage, String, String) - Static method in class com.atlassian.confluence.it.mail.MailAssertions
 
assertHasSearchResults(SiteSearch) - Static method in class com.atlassian.confluence.it.global.SiteSearchMatchers
 
assertHasText(JSoupFinder, String) - Static method in class com.atlassian.confluence.it.jsoup.JSoupAssertions
 
assertHasViewPermission() - Method in class com.atlassian.confluence.it.content.ViewContentBean
 
assertHeaderContains(String, String, HeadersHelper.Response) - Static method in class com.atlassian.confluence.it.HeadersHelper
 
assertHeaderEquals(String, String, HeadersHelper.Response) - Static method in class com.atlassian.confluence.it.HeadersHelper
 
assertHeaderMissing(String, HeadersHelper.Response) - Static method in class com.atlassian.confluence.it.HeadersHelper
 
assertHeaderNotEquals(String, String, HeadersHelper.Response) - Static method in class com.atlassian.confluence.it.HeadersHelper
 
assertHeaderNotPresent(String, HeadersHelper.Response) - Static method in class com.atlassian.confluence.it.HeadersHelper
 
assertHeaderStartsWith(String, String, HeadersHelper.Response) - Static method in class com.atlassian.confluence.it.HeadersHelper
 
assertHostOrPortNotReachable() - Method in class com.atlassian.confluence.pageobjects.page.setup.ConfigureDatabasePage
Deprecated.
 
assertImageIsPresentWithSrcUrlThatContains(String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
Provide our own implementation of JWebUnit.assertImagePresent(String, String) that asserts the image name with a contains check rather than equals.
assertIsInvalidSessionException(Throwable) - Static method in class com.atlassian.confluence.it.rpc.RpcAssertions
 
assertIsLoggedInAs(User) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
 
assertIsNotFoundException(Throwable) - Static method in class com.atlassian.confluence.it.rpc.RpcAssertions
 
assertIsNotPermittedException(Throwable) - Static method in class com.atlassian.confluence.it.rpc.RpcAssertions
 
assertIsNotViewable(ViewContentBean) - Static method in class com.atlassian.confluence.it.content.ContentBeanMatchers
assertIsPermissionException(Throwable) - Static method in class com.atlassian.confluence.it.rpc.RpcAssertions
 
assertIsRawBinary(AttachmentDataStreamType) - Static method in class com.atlassian.confluence.pages.persistence.dao.LegacyAttachmentDataDaoSupport
 
assertIsRemoteException(Throwable) - Static method in class com.atlassian.confluence.it.rpc.RpcAssertions
 
assertIsRestricted(ViewContentBean) - Static method in class com.atlassian.confluence.it.content.ContentBeanMatchers
 
assertIsViewable(ViewContentBean) - Static method in class com.atlassian.confluence.it.content.ContentBeanMatchers
assertJsonEquals(String, ObjectNode, ObjectNode) - Static method in class com.atlassian.confluence.it.web.JsonAssertions
 
assertJsonEquals(String, ArrayNode, ArrayNode) - Static method in class com.atlassian.confluence.it.web.JsonAssertions
 
assertJsonEquals(String, JsonNode, JsonNode) - Static method in class com.atlassian.confluence.it.web.JsonAssertions
 
assertLinkNotPresentWithAttribute(String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
 
assertLinkNotPresentWithHrefContaining(String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
 
assertLinkPresentWithAttribute(String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
 
assertLinkPresentWithAttribute(String, String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
 
assertLinkPresentWithHref(String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
 
assertLinkPresentWithHrefContaining(String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
 
assertLinkPresentWithTextAndHref(String, String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
 
assertMailNotSent(MailFacade) - Static method in class com.atlassian.confluence.it.mail.MailAssertions
 
assertMailReceived(MailFacade, int) - Static method in class com.atlassian.confluence.it.mail.MailAssertions
 
assertMailReceived(MailFacade) - Static method in class com.atlassian.confluence.it.mail.MailAssertions
 
assertNoChangeComment(int) - Method in class com.atlassian.confluence.it.content.ViewContentHistoryBean
Asserts that no changeComment exists for a version.
assertNoProfilePicturesFoundForUser(String) - Method in class com.atlassian.confluence.it.admin.DeleteUserProfilePicture
 
assertOnContentPage() - Method in class com.atlassian.confluence.pageobjects.page.setup.ConfigureDatabasePage
Deprecated.
 
assertPageAndSpaceTitle(String, String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
Asserts that the title equals the passed pageTitle plus separator plus spaceTitle plus site suffix (usually SITE_TITLE_SUFFIX).
assertPageAndSpaceTitle(String, String, String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
Asserts that the title equals the passed pageTitle plus separator plus spaceTitle plus site suffix (usually SITE_TITLE_SUFFIX).
assertPageTitle(String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
Asserts that the title equals the passed pageTitle plus the site suffix (usually SITE_TITLE_SUFFIX)
e.g.
assertPageTitle(String, String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
Asserts that the title equals the passed pageTitle plus the site suffix (usually SITE_TITLE_SUFFIX)
e.g.
assertPageTitleAnyOf(List<String>) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
Asserts that the title is found within the specified collection of titles plus the site suffix (usually SITE_TITLE_SUFFIX).
assertPageTitleEquals(WebTester, String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
Asserts that the title equals the passed pageTitle plus the site suffix (usually SITE_TITLE_SUFFIX)
e.g.
assertPageTitleEquals(String, WebTester, String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
Asserts that the title equals the passed pageTitle plus the site suffix (usually SITE_TITLE_SUFFIX)
e.g.
assertPasswordOrUserIsNotCorrect() - Method in class com.atlassian.confluence.pageobjects.page.setup.ConfigureDatabasePage
Deprecated.
 
assertProductLicense(AtlassianLicense, Product) - Method in class com.atlassian.confluence.license.DefaultLicenseService
 
assertProfilePictureDeletedSuccessfully(String) - Method in class com.atlassian.confluence.it.admin.DeleteUserProfilePicture
 
assertRelativeUrlAttributeEndsWith(Element, String, String) - Static method in class com.atlassian.confluence.it.jsoup.JSoupAssertions
 
assertServerResponseContains(String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
 
assertSiteTitleInFormIs(String) - Method in class com.atlassian.confluence.it.admin.SiteLogoPage
 
assertStandardHeaders(MimeMessage, User, AbstractPageEntity) - Static method in class com.atlassian.confluence.it.mail.MailAssertions
 
assertStandardNotificationHeaders(MimeMessage, String, String, String) - Static method in class com.atlassian.confluence.it.mail.MailAssertions
 
assertStandardNotificationHeaders(MimeMessage, String, String) - Static method in class com.atlassian.confluence.it.mail.MailAssertions
 
assertStartsWith(String, String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
 
assertStatusCode(int) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
 
assertStatusCode(int, String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
Assert the status code and should the assertion fail then include the supplied failure message.
assertTabNotPresent(SpacesListMacro.SpacesTab) - Method in class com.atlassian.confluence.it.dashboard.SpacesListMacro
 
assertTabNotVisible(String) - Method in class com.atlassian.confluence.it.dashboard.WebDashboard
 
assertTabPresent(SpacesListMacro.SpacesTab) - Method in class com.atlassian.confluence.it.dashboard.SpacesListMacro
 
assertTabVisible(String) - Method in class com.atlassian.confluence.it.dashboard.WebDashboard
 
assertTestFailed() - Method in class com.atlassian.confluence.pageobjects.page.setup.ConfigureDatasourcePage
 
assertTestSucceeded() - Method in class com.atlassian.confluence.pageobjects.page.setup.ConfigureDatabasePage
Deprecated.
 
assertTextNotPresentInPageSource(String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
 
assertTextPresentInPageSource(String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
Asserts that the given text is in the page source.
assertTextsPresentInOrder(String...) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
Asserts that all the given texts appear in the current response in the order in which they appear in the array.
assertTextsPresentInOrder(String[], String[]) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
Asserts that all the given expected texts appear in the current response in the order in which they appear in the array, with none of the unexpected Strings occurring in-between.
assertThatIndexQueueEntryHasBeenProcessed(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
assertThatIndexQueueEntryHasBeenProcessed(String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
 
assertThatIndexQueueEntryHasBeenProcessed(String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
assertThatMostRecentIndexEntriesHaveBeenProcessed(ContentEntity...) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
Deprecated.
 
assertThatMostRecentIndexEntriesHaveBeenProcessed(Iterable<? extends ContentEntity>) - Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
Deprecated.
 
assertTitleEquals(WebTester, String, String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
Asserts that the title equals the passed pageTitle plus separator plus spaceTitle plus site suffix (usually SITE_TITLE_SUFFIX).
assertTitleEquals(String, WebTester, String, String) - Static method in class com.atlassian.confluence.htmlunit.WebTesterAssertions
Asserts that the title equals the passed pageTitle plus separator plus spaceTitle plus site suffix (usually SITE_TITLE_SUFFIX).
assertUserIsNotWatchingSpace() - Method in class com.atlassian.confluence.it.content.PagesCollectorBean
 
assertUserIsWatchingSpace() - Method in class com.atlassian.confluence.it.content.PagesCollectorBean
 
assignParentPage(ContentEntityObject, Page) - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
assignParentPage(ContentEntityObject, Page) - Method in class com.atlassian.confluence.pages.actions.CreatePageAction
 
assignSpace(ContentEntityObject, Space) - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
assignSpace(ContentEntityObject, Space) - Method in class com.atlassian.confluence.pages.actions.CreatePageAction
 
associatedObject(AffectedObject) - Method in class com.atlassian.confluence.api.model.audit.AuditRecord.Builder
 
associatedObjects(Set<AffectedObject>) - Method in class com.atlassian.confluence.api.model.audit.AuditRecord.Builder
 
asStartElement() - Method in class com.atlassian.confluence.xml.NoAutoescapeCharacters
 
asString() - Method in class com.atlassian.confluence.cluster.shareddata.PluginSharedDataKey
 
asString() - Method in enum com.atlassian.confluence.it.rpc.RpcLogDestination
The string form of the log level.
asString(Expansions) - Static method in class com.atlassian.confluence.rest.api.model.ExpansionsParser
Converts a Expansions collection into a single string.
asString(Expansion[]) - Static method in class com.atlassian.confluence.rest.api.model.ExpansionsParser
Converts a collection of Expansions into a single string.
asString() - Method in class com.atlassian.confluence.schedule.ScheduledJobKey
Returns the key in the following format:
asStringOrNull(Level) - Method in class com.atlassian.confluence.it.rpc.delegates.admin.LoggingRpc
 
asTenant(Tenant, Callable<T>) - Method in class com.atlassian.confluence.tenant.VolatileSingleTenantRegistry
 
asText() - Method in class com.atlassian.confluence.impl.health.HealthCheckMessage
returns the current message state formatted as text
asTimeString(Date) - Static method in class com.atlassian.confluence.functest.rest.admin.crowd.SearchRestrictionEntityTranslator
Converts the given Date object to a String using.
asTimeString(DateTime) - Static method in class com.atlassian.confluence.rest.serialization.Dates
Converts the given DateTime object to a String.
asUser(Callable<T>, User) - Method in enum com.atlassian.confluence.user.AuthenticatedUserImpersonator
Impersonates the given user during the execution of the given callback.
asUser(ConfluenceUser) - Static method in class com.atlassian.confluence.user.AuthenticatedUserThreadLocal
 
asXhtmlMarkup() - Method in class com.atlassian.confluence.it.macro.MarkupHelper.Macro
 
AsymmetricKeyFactory - Interface in com.atlassian.confluence.security.trust
Simple interface for generating public/private key pairs
AsyncExportFinishedEvent - Class in com.atlassian.confluence.event.events.admin
 
AsyncExportFinishedEvent(Object, String, String, String) - Constructor for class com.atlassian.confluence.event.events.admin.AsyncExportFinishedEvent
 
AsyncImportFinishedEvent - Class in com.atlassian.confluence.event.events.admin
 
AsyncImportFinishedEvent(Object, ImportContext) - Constructor for class com.atlassian.confluence.event.events.admin.AsyncImportFinishedEvent
 
AsyncImportStartedEvent - Class in com.atlassian.confluence.event.events.admin
Published at the beginning of an import.
AsyncImportStartedEvent(Object, ImportContext) - Constructor for class com.atlassian.confluence.event.events.admin.AsyncImportStartedEvent
 
AsyncLikeCreatedEvent - Class in com.atlassian.confluence.event.events.like
Asynchronous version of LikeCreatedEvent
AsyncLikeCreatedEvent(Object, User, long) - Constructor for class com.atlassian.confluence.event.events.like.AsyncLikeCreatedEvent
 
AsyncLikeEvent - Class in com.atlassian.confluence.event.events.like
 
AsyncLikeEvent(Object, User, long) - Constructor for class com.atlassian.confluence.event.events.like.AsyncLikeEvent
 
AsyncLikeRemovedEvent - Class in com.atlassian.confluence.event.events.like
Asynchronous version of LikeRemovedEvent
AsyncLikeRemovedEvent(Object, User, long) - Constructor for class com.atlassian.confluence.event.events.like.AsyncLikeRemovedEvent
 
AsyncPluginDisableEvent - Class in com.atlassian.confluence.event.events.plugin
This class is an asynchronous and non-clustered version of PluginDisableEvent.
AsyncPluginDisableEvent(Object, String, PluginDisableEvent.Scope) - Constructor for class com.atlassian.confluence.event.events.plugin.AsyncPluginDisableEvent
 
AsyncPluginEnableEvent - Class in com.atlassian.confluence.event.events.plugin
This class is an asynchronous and non-clustered version of PluginEvent.
AsyncPluginEnableEvent(Object, String) - Constructor for class com.atlassian.confluence.event.events.plugin.AsyncPluginEnableEvent
 
AsyncPluginEvent - Class in com.atlassian.confluence.event.events.plugin
This class is an asynchronous and non-clustered version of PluginEvent.
AsyncPluginEvent(Object, String) - Constructor for class com.atlassian.confluence.event.events.plugin.AsyncPluginEvent
 
AsyncPluginFrameworkStartedEvent - Class in com.atlassian.confluence.event.events.plugin
Published when the plugin framework has finished starting.
AsyncPluginFrameworkStartedEvent(Object) - Constructor for class com.atlassian.confluence.event.events.plugin.AsyncPluginFrameworkStartedEvent
 
AsyncPluginInstallEvent - Class in com.atlassian.confluence.event.events.plugin
This class is an asynchronous and non-clustered version of PluginInstallEvent.
AsyncPluginInstallEvent(Object, String) - Constructor for class com.atlassian.confluence.event.events.plugin.AsyncPluginInstallEvent
 
AsyncPluginModuleDisableEvent - Class in com.atlassian.confluence.event.events.plugin
This class is an asynchronous and non-clustered version of PluginModuleDisableEvent.
AsyncPluginModuleDisableEvent(Object, String) - Constructor for class com.atlassian.confluence.event.events.plugin.AsyncPluginModuleDisableEvent
 
AsyncPluginModuleEnableEvent - Class in com.atlassian.confluence.event.events.plugin
This class is an asynchronous and non-clustered version of PluginModuleEnableEvent.
AsyncPluginModuleEnableEvent(Object, String) - Constructor for class com.atlassian.confluence.event.events.plugin.AsyncPluginModuleEnableEvent
 
AsyncPluginUninstallEvent - Class in com.atlassian.confluence.event.events.plugin
This class is an asynchronous and non-clustered version of PluginUninstallEvent.
AsyncPluginUninstallEvent(Object, String, String) - Constructor for class com.atlassian.confluence.event.events.plugin.AsyncPluginUninstallEvent
 
AsyncRenderSafe - Annotation Type in com.atlassian.confluence.macro
Used to annotate a macro that is safe to be rendered asynchronously on a page without requiring a page refresh
ATLASSIAN_CDN_FEATURE_FLAG - Static variable in class com.atlassian.confluence.impl.webresource.ConfluenceCDNStrategyFactory
 
ATLASSIAN_HTML_SAFE_ANNOTATION - Static variable in class com.atlassian.confluence.velocity.htmlsafe.HtmlSafeAnnotationUtils
 
ATLASSIAN_LICENSE_KEY - Static variable in interface com.atlassian.confluence.setup.ConfluenceBootstrapConstants
 
AtlassianChangeDocumentBuilder - Class in com.atlassian.confluence.internal.index.v2
 
AtlassianChangeDocumentBuilder(List<Extractor3>) - Constructor for class com.atlassian.confluence.internal.index.v2.AtlassianChangeDocumentBuilder
Constructs a change document builder.
AtlassianContentDocumentBuilder - Class in com.atlassian.confluence.internal.index.v2
 
AtlassianContentDocumentBuilder(List<Extractor3>, EventPublisher, Supplier<Boolean>) - Constructor for class com.atlassian.confluence.internal.index.v2.AtlassianContentDocumentBuilder
 
AtlassianContentDocumentBuilder.FieldName - Class in com.atlassian.confluence.internal.index.v2
 
AtlassianDiagnosticsLogAppender - Class in com.atlassian.confluence.logging
 
AtlassianDiagnosticsLogAppender() - Constructor for class com.atlassian.confluence.logging.AtlassianDiagnosticsLogAppender
 
AtlassianDocument - Class in com.atlassian.confluence.internal.index.v2
 
AtlassianDocument() - Constructor for class com.atlassian.confluence.internal.index.v2.AtlassianDocument
 
AtlassianDocument(Collection<FieldDescriptor>) - Constructor for class com.atlassian.confluence.internal.index.v2.AtlassianDocument
 
AtlassianDocumentBuilder<T> - Interface in com.atlassian.confluence.internal.index.v2
 
AtlassianInstrumentationConfluenceMonitoring - Class in com.atlassian.confluence.util.profiling
An implementation of the Confluence Monitoring interfaces that's based upon the Atlassian Instrumentation library.
AtlassianInstrumentationConfluenceMonitoring(ControllableInstrumentRegistry, MutableRegistryConfiguration, MeterRegistry) - Constructor for class com.atlassian.confluence.util.profiling.AtlassianInstrumentationConfluenceMonitoring
 
AtlassianInstrumentationControl - Interface in com.atlassian.confluence.util.profiling
Provides operations to allow Confluence's uses of the atlassian-instrumentation library to be manipulated from plugins.
AtlassianProfilingRegistrar - Class in com.atlassian.confluence.impl.metrics
Responsible for registering various strategies with Atlassian Profiling.
AtlassianProfilingRegistrar(MeterRegistry, ConfluenceProfilerStrategy) - Constructor for class com.atlassian.confluence.impl.metrics.AtlassianProfilingRegistrar
 
AtlassianXMLDatabinder - Class in com.atlassian.confluence.importexport.impl
 
AtlassianXMLDatabinder(SessionFactoryImplementor, String, HibernateObjectHandleTranslator) - Constructor for class com.atlassian.confluence.importexport.impl.AtlassianXMLDatabinder
 
attachActionIconImages(String, NotificationContext) - Method in class com.atlassian.confluence.plugin.descriptor.mail.DefaultNotificationRenderManager
 
attachActionIconImages(String, NotificationContext) - Method in interface com.atlassian.confluence.plugin.descriptor.mail.NotificationRenderManager
Multipart MIME encodes webItem icons for use in ADG Notifications
attachAvatar(NotificationData) - Method in class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
 
AttachedImageMarshaller - Interface in com.atlassian.confluence.content.render.xhtml.view.embed
Marshal an EmbeddedImage for an image attached to content, rather than referring to an external resource.
AttachedImageRenderHelper - Interface in com.atlassian.confluence.content.render.xhtml.view.embed
This helper is used for rendering the attached images.
AttachedImageRenderHelperImpl - Class in com.atlassian.confluence.content.render.xhtml.view.embed
 
AttachedImageRenderHelperImpl(CommentManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.embed.AttachedImageRenderHelperImpl
 
AttachedImagesAction - Class in com.atlassian.confluence.pages.actions
Simple Action to retrieve the details of a ContentEntityObject's image attachments.
AttachedImagesAction() - Constructor for class com.atlassian.confluence.pages.actions.AttachedImagesAction
 
AttachedImageUnresolvedCommentCountAggregator - Class in com.atlassian.confluence.content.render.xhtml.view.embed
 
AttachedImageUnresolvedCommentCountAggregator(CommentManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.embed.AttachedImageUnresolvedCommentCountAggregator
 
attachFile(File) - Method in class com.atlassian.confluence.it.AttachmentsTester
 
attachFile(File, String) - Method in class com.atlassian.confluence.it.AttachmentsTester
Click the attach file link, attach a given file with a given comment and submit the attachment form.
attachFile(String, String) - Method in class com.atlassian.confluence.it.content.ViewAttachmentsBean
 
attachFile(String, String, String) - Method in class com.atlassian.confluence.it.content.ViewAttachmentsBean
 
AttachFileAction - Class in com.atlassian.confluence.pages.actions
Upload attachments via a multipart request.
AttachFileAction() - Constructor for class com.atlassian.confluence.pages.actions.AttachFileAction
 
attachFileFromPath(String, String) - Method in class com.atlassian.confluence.it.content.ViewAttachmentsBean
 
AttachFileHelper - Class in com.atlassian.confluence.util
 
AttachFileHelper(MultiPartRequestWrapper, int) - Constructor for class com.atlassian.confluence.util.AttachFileHelper
 
attachFiles(ContentEntityObject) - Method in class com.atlassian.confluence.pages.actions.beans.AttachmentStorer
 
attachFileWithName(String, InputStream, String) - Method in class com.atlassian.confluence.it.AttachmentsTester
Click the attach file link, attach a given file with a given comment and submit the attachment form.
ATTACHMENT - Static variable in class com.atlassian.confluence.api.model.content.ContentType
 
ATTACHMENT - Static variable in class com.atlassian.confluence.api.model.permissions.TargetType
 
Attachment - Class in com.atlassian.confluence.it
Deprecated.
Please use confluence-java-api module instead. See {com.atlassian.confluence.api.model.content.Content} alternative
Attachment(ContentEntity, String, String, String, byte[], boolean) - Constructor for class com.atlassian.confluence.it.Attachment
Deprecated.
Since 5.7. Use instead
Attachment(ContentEntity, String, String, String, byte[]) - Constructor for class com.atlassian.confluence.it.Attachment
Deprecated.
Since 5.7. Use instead
Attachment(Attachment, String, byte[]) - Constructor for class com.atlassian.confluence.it.Attachment
Deprecated.
Since 5.7. Use instead
Attachment(ContentEntity, File, String) - Constructor for class com.atlassian.confluence.it.Attachment
Deprecated.
Since 5.7. Use instead
Attachment(ContentEntity, String, String, String) - Constructor for class com.atlassian.confluence.it.Attachment
Deprecated.
Since 5.7. Use instead
Attachment(ContentEntity, Attachment) - Constructor for class com.atlassian.confluence.it.Attachment
Deprecated.
Since 5.7. Use instead
attachment - Variable in class com.atlassian.confluence.links.AbstractAttachmentLink
 
attachment - Variable in class com.atlassian.confluence.pages.actions.AbstractRemoveAttachmentAction
 
Attachment - Class in com.atlassian.confluence.pages
 
Attachment() - Constructor for class com.atlassian.confluence.pages.Attachment
 
Attachment(String, String, long, String, boolean) - Constructor for class com.atlassian.confluence.pages.Attachment
 
Attachment(String, String, long, String) - Constructor for class com.atlassian.confluence.pages.Attachment
Constructs a new Attachment.
Attachment.AttachmentBuilder - Class in com.atlassian.confluence.it
Deprecated.
Builds an Attachment object
Attachment.Type - Enum in com.atlassian.confluence.pages
An enum of basic Attachment types with a text description of each type.
ATTACHMENT_CONTAINER_POSTING_DAY - Static variable in class com.atlassian.confluence.content.render.xhtml.EmbeddedImageConstants
 
ATTACHMENT_CONTAINER_SPACE_KEY - Static variable in class com.atlassian.confluence.content.render.xhtml.EmbeddedImageConstants
 
ATTACHMENT_CONTAINER_TITLE - Static variable in class com.atlassian.confluence.content.render.xhtml.EmbeddedImageConstants
 
ATTACHMENT_COPY_ATTR - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
Used to flag whether the attachment should be copied
ATTACHMENT_ELEMENT_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierConstants
 
ATTACHMENT_ENTITY - Static variable in class com.atlassian.confluence.plugins.rest.entities.documentation.AttachmentEntityExampleDocument
 
ATTACHMENT_ENTITY_LIST_EXPANDED - Static variable in class com.atlassian.confluence.plugins.rest.entities.documentation.AttachmentEntityExampleDocument
 
ATTACHMENT_FILE_NAME_UNTOKENIZED - Static variable in class com.atlassian.confluence.search.v2.SearchFieldNames
 
ATTACHMENT_FILE_SIZE - Static variable in class com.atlassian.confluence.search.v2.SearchFieldNames
 
ATTACHMENT_ICON - Static variable in class com.atlassian.confluence.links.linktypes.AttachmentLink
 
ATTACHMENT_MIME_TYPE - Static variable in class com.atlassian.confluence.search.lucene.DocumentFieldName
 
ATTACHMENT_NICE_TYPE - Static variable in class com.atlassian.confluence.search.lucene.DocumentFieldName
Stores a general type for multiple MIME types; multiple MIME types may map to one description, e.g.
ATTACHMENT_OWNER_CONTENT_TITLE - Static variable in class com.atlassian.confluence.search.lucene.DocumentFieldName
 
ATTACHMENT_OWNER_CONTENT_TYPE - Static variable in class com.atlassian.confluence.search.lucene.DocumentFieldName
Stores the fully qualified class name of the content that owns the attachment
ATTACHMENT_REQUEST_UPDATE_EXAMPLE - Static variable in class com.atlassian.confluence.plugins.restapi.examples.ContentExamples
 
ATTACHMENT_RESOURCE_QNAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierConstants
 
ATTACHMENT_STATUS - Static variable in interface com.atlassian.confluence.internal.index.attachment.AttachmentStatusManager
 
ATTACHMENT_STORAGE_DATABASE - Static variable in class com.atlassian.confluence.util.ConfluenceHomeGlobalConstants
 
ATTACHMENT_STORAGE_FILE_SYSTEM - Static variable in class com.atlassian.confluence.util.ConfluenceHomeGlobalConstants
 
ATTACHMENT_STORAGE_WEBDAV - Static variable in class com.atlassian.confluence.util.ConfluenceHomeGlobalConstants
Deprecated.
since 5.8. No replacement.
ATTACHMENT_SUBDIRECTORY_NAME - Static variable in class com.atlassian.confluence.pages.persistence.dao.filesystem.FileSystemAttachmentDataDao
 
AttachmentBatchUploadCompletedEvent - Class in com.atlassian.confluence.event.events.content.attachment
An event indicating that o batch of one or more visible attachments have completed uploading.
AttachmentBatchUploadCompletedEvent(Object, List<Attachment>) - Constructor for class com.atlassian.confluence.event.events.content.attachment.AttachmentBatchUploadCompletedEvent
 
AttachmentBatchUploadCompletedEvent(Object, List<Attachment>, boolean) - Constructor for class com.atlassian.confluence.event.events.content.attachment.AttachmentBatchUploadCompletedEvent
 
attachmentBean - Variable in class com.atlassian.confluence.pages.actions.AbstractRemoveAttachmentAction
 
AttachmentBean - Class in com.atlassian.confluence.pages.actions.beans
 
AttachmentBean() - Constructor for class com.atlassian.confluence.pages.actions.beans.AttachmentBean
 
AttachmentBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
 
AttachmentBreadcrumb(Attachment) - Constructor for class com.atlassian.confluence.util.breadcrumbs.AttachmentBreadcrumb
 
AttachmentBuilder() - Constructor for class com.atlassian.confluence.it.Attachment.AttachmentBuilder
Deprecated.
 
AttachmentCache - Class in com.atlassian.confluence.pages.attachments
Caches the IDs of current attachments by the normal lookup mechanism: content ID + file name.
AttachmentCache(VCacheFactory) - Constructor for class com.atlassian.confluence.pages.attachments.AttachmentCache
 
AttachmentCommentComparator - Class in com.atlassian.confluence.util
 
AttachmentCommentComparator() - Constructor for class com.atlassian.confluence.util.AttachmentCommentComparator
 
AttachmentComparator - Class in com.atlassian.confluence.util
 
AttachmentComparator(String, boolean) - Constructor for class com.atlassian.confluence.util.AttachmentComparator
Create an AttachmentComparator that will sort by the specified field.
AttachmentContainerResourceIdentifier - Interface in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
A marker interface for attachment container resource identifiers.
AttachmentContentId - Class in com.atlassian.confluence.api.model.content.id
Deprecated.
since 6.10.0, use ContentId
AttachmentContentStatusPreProcessor - Class in com.atlassian.confluence.importexport.impl
Exports of upgraded attachments from Confluence 5.7 and lower may have a blank content status field for Attachment objects.
AttachmentContentStatusPreProcessor() - Constructor for class com.atlassian.confluence.importexport.impl.AttachmentContentStatusPreProcessor
 
AttachmentContentStatusUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask.attachmentceo
AttachmentToCeoConversionUpgradeTask did not set the content_status field to 'current' for attachments during migration.
AttachmentContentStatusUpgradeTask(SessionFactory) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.attachmentceo.AttachmentContentStatusUpgradeTask
 
AttachmentContentTypeApiSupport - Class in com.atlassian.confluence.api.impl.service.content.typebinding
Performs API operations for Attachments.
AttachmentContentTypeApiSupport(ContentEntityManager, ContentFactory, AttachmentManagerInternal, PaginationService, PermissionManager, ApiSupportProvider, ContentCreator, ThumbnailManager) - Constructor for class com.atlassian.confluence.api.impl.service.content.typebinding.AttachmentContentTypeApiSupport
 
AttachmentCountContextProvider - Class in com.atlassian.confluence.pages.attachments
Provides the number of attachments on a given page.
AttachmentCountContextProvider() - Constructor for class com.atlassian.confluence.pages.attachments.AttachmentCountContextProvider
 
AttachmentCreateEvent - Class in com.atlassian.confluence.event.events.content.attachment
An event indicating that one or more visible attachments have been added to a piece of content.
AttachmentCreateEvent(Object, List<Attachment>) - Constructor for class com.atlassian.confluence.event.events.content.attachment.AttachmentCreateEvent
Construct a new AttachmentCreateEvent.
AttachmentCreateEvent(Object, Attachment) - Constructor for class com.atlassian.confluence.event.events.content.attachment.AttachmentCreateEvent
 
AttachmentCreateEvent(Object, List<Attachment>, boolean) - Constructor for class com.atlassian.confluence.event.events.content.attachment.AttachmentCreateEvent
 
AttachmentCreateEvent(Object, Attachment, boolean) - Constructor for class com.atlassian.confluence.event.events.content.attachment.AttachmentCreateEvent
 
AttachmentCreationDateComparator - Class in com.atlassian.confluence.util
 
AttachmentCreationDateComparator() - Constructor for class com.atlassian.confluence.util.AttachmentCreationDateComparator
 
AttachmentDao - Interface in com.atlassian.confluence.pages.persistence.dao
This interface defines the methods for classes acting as a DAO at the level of meta-data storage for Attachments.
AttachmentDao.AttachmentCopier - Interface in com.atlassian.confluence.pages.persistence.dao
 
AttachmentDao.AttachmentMigrator - Interface in com.atlassian.confluence.pages.persistence.dao
 
AttachmentDaoFactory - Interface in com.atlassian.confluence.pages.persistence.dao
This interface defines a method by which an implementing class can return a wired AttachmentDao instance, given a particular data DAO.
AttachmentDaoInternal - Interface in com.atlassian.confluence.internal.pages.persistence
Dao for Attachments.
AttachmentData - Class in com.atlassian.confluence.pages
This class encapsulates Attachment metadata and maintains an InputStream that represents the data for the Attachment object.
AttachmentData() - Constructor for class com.atlassian.confluence.pages.AttachmentData
 
AttachmentData(int, Attachment, InputStream) - Constructor for class com.atlassian.confluence.pages.AttachmentData
 
AttachmentDataDao - Interface in com.atlassian.confluence.pages.persistence.dao
This interface defines the methods for classes acting as a DAO at the level of data storage for Attachments.
AttachmentDataExistsException - Exception in com.atlassian.confluence.pages
This exception should be used when attachment data was found, when it should not have existed.
AttachmentDataExistsException(String) - Constructor for exception com.atlassian.confluence.pages.AttachmentDataExistsException
 
AttachmentDataFileSystem - Interface in com.atlassian.confluence.pages.persistence.dao.filesystem
Represents the filesystem used to store attachment data files.
AttachmentDataFileSystemException - Exception in com.atlassian.confluence.pages.persistence.dao.filesystem
 
AttachmentDataFileSystemException(String, Throwable) - Constructor for exception com.atlassian.confluence.pages.persistence.dao.filesystem.AttachmentDataFileSystemException
 
AttachmentDataFileSystemException(String) - Constructor for exception com.atlassian.confluence.pages.persistence.dao.filesystem.AttachmentDataFileSystemException
 
AttachmentDataFileSystemFactory - Interface in com.atlassian.confluence.pages.persistence.dao.filesystem
Factory to returns an AttachmentDataFileSystem instance according to system configuration.
AttachmentDataNotFoundException - Exception in com.atlassian.confluence.pages
This exception can be used when no Attachment data was found, but was expected.
AttachmentDataNotFoundException(String) - Constructor for exception com.atlassian.confluence.pages.AttachmentDataNotFoundException
 
AttachmentDataNotFoundException(String, Throwable) - Constructor for exception com.atlassian.confluence.pages.AttachmentDataNotFoundException
 
AttachmentDataStorageType - Enum in