Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

A11yRegressionTestClass - Annotation Interface in com.atlassian.confluence.util.test.annotations
Marks a test class which is capturing a11y regression screenshots using
invalid reference
com.atlassian.confluence.webdriver.rules.A11yRegressionRule
in order to filter out a11y regression tests via a test runner configuration
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
ABORTED - Enum constant in enum class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexPhase
 
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
 
ABSOLUTE - Enum constant in enum class com.atlassian.confluence.plugins.graphql.providers.IconFieldsProvider.PathType
Absolute path including the base URL
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
 
ABSTAIN - Enum constant in enum class com.atlassian.confluence.core.PermissionOverrideExtension.Decision
Abstain from making a decision and allow the permission check to proceed
AbstractActionBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
 
AbstractActionBreadcrumb(ConfluenceActionSupport) - 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(AuditHandlerService, AuditService, AuditHelper, StandardAuditResourceTypes, AuditingContext) - Constructor for class com.atlassian.confluence.impl.audit.listener.AbstractAuditListener
 
AbstractAwareInterceptor - Class in com.atlassian.confluence.setup.struts
 
AbstractAwareInterceptor() - Constructor for class com.atlassian.confluence.setup.struts.AbstractAwareInterceptor
 
AbstractBackupService - Class in com.atlassian.confluence.impl.backuprestore.backup
Abstract class for any site or space backup operations.
AbstractBackupService(BackupRestoreJobDao) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.AbstractBackupService
 
AbstractBandanaComplexTypesUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
Abstract base class for Bandana complex types upgrade tasks to migrate data to Plugin Settings.
AbstractBandanaComplexTypesUpgradeTask(PlatformTransactionManager, SessionFactory, BandanaManager, PluginSettingRepository, BatchOperationManager, Map<String, Set<String>>) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.AbstractBandanaComplexTypesUpgradeTask
 
AbstractBlogPostsAction - Class in com.atlassian.confluence.pages.actions
 
AbstractBlogPostsAction() - Constructor for class com.atlassian.confluence.pages.actions.AbstractBlogPostsAction
 
AbstractBootstrapApplicationListener<E> - 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
 
AbstractBuilder() - Constructor for class com.atlassian.confluence.search.v2.AbstractSearch.AbstractBuilder
 
AbstractBulkActionTest - Class in it.com.atlassian.confluence.testsupport
 
AbstractBulkActionTest() - Constructor for class it.com.atlassian.confluence.testsupport.AbstractBulkActionTest
 
AbstractBulkPageAction<OPTIONS,CONTEXT> - Class in com.atlassian.confluence.pages.persistence.dao.bulk
 
AbstractBulkPageAction(OPTIONS) - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.AbstractBulkPageAction
 
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
 
AbstractConfluenceCacheAspect - Class in com.atlassian.confluence.impl.cache
An abstract Aspect for wrapping Cache objects returned by the CacheManager Spring bean.
AbstractConfluenceCacheAspect() - Constructor for class com.atlassian.confluence.impl.cache.AbstractConfluenceCacheAspect
 
AbstractConfluenceLicenseAction - Class in com.atlassian.confluence.setup.actions
This class is used for handling confluence license.
AbstractConfluenceLicenseAction() - Constructor for class com.atlassian.confluence.setup.actions.AbstractConfluenceLicenseAction
 
AbstractConfluenceSingleContextSpringPersistenceTest - Class in com.atlassian.confluence.core
AbstractConfluenceSingleContextSpringPersistenceTest() - Constructor for class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
Deprecated.
 
AbstractConfluenceSingleContextSpringPersistenceTest(String) - Constructor for class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
Deprecated.
 
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
 
AbstractContentAuditListener - Class in com.atlassian.confluence.impl.audit.listener
 
AbstractContentAuditListener(AuditHandlerService, AuditService, AuditHelper, StandardAuditResourceTypes, PageManager, SpaceManager, AuditingContext) - Constructor for class com.atlassian.confluence.impl.audit.listener.AbstractContentAuditListener
 
AbstractContentEntityLink - Class in com.atlassian.confluence.links.linktypes
 
AbstractContentEntityLink(GenericLinkParser) - Constructor for class com.atlassian.confluence.links.linktypes.AbstractContentEntityLink
 
AbstractContentEntityRenderSupport<T> - 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
 
AbstractContentFinder - Class in com.atlassian.confluence.api.impl.service.content.finder
 
AbstractContentFinder(Expansion...) - Constructor for class com.atlassian.confluence.api.impl.service.content.finder.AbstractContentFinder
 
AbstractContentNotificationsListener - Class in com.atlassian.confluence.mail.notification.listeners
Deprecated.
since 7.6.0, use confluence-notifications-api instead
AbstractCopyPageHierarchyEvent - Class in com.atlassian.confluence.event.events.content.pagehierarchy
 
AbstractCopyPageHierarchyEvent(Object, Page, Page, ConfluenceUser, boolean, int, boolean, boolean, 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, URI, DatabaseCollationVerifier, SingleConnectionProvider, 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
 
AbstractDatabaseDataConverter - Class in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters
 
AbstractDatabaseDataConverter(ExportableEntityInfo, HibernateMetadataHelper, StatisticsCollector) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.AbstractDatabaseDataConverter
 
AbstractDatabaseDataConverter(Collection<ExportableEntityInfo>, HibernateMetadataHelper, StatisticsCollector) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.AbstractDatabaseDataConverter
 
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
 
AbstractDelegatingAttachmentDao - Class in com.atlassian.confluence.pages.attachments
An AttachmentDaoInternal implementation that just delegates to another AttachmentDaoInternal.
AbstractDelegatingAttachmentDao(AttachmentDaoInternal) - Constructor for class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
AbstractDiffPagesAction - Class in com.atlassian.confluence.pages.actions
 
AbstractDiffPagesAction() - Constructor for class com.atlassian.confluence.pages.actions.AbstractDiffPagesAction
 
AbstractDocumentCollector<T> - Class in com.atlassian.confluence.internal.index.lucene
An abstract Collector that exposes a Consumer which in turn accepts an object of a generic type
AbstractDocumentCollector(IndexSearcher, Set<String>, Consumer<T>) - Constructor for class com.atlassian.confluence.internal.index.lucene.AbstractDocumentCollector
 
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
 
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.impl.security.administrators
Contains all the common functionality of the global and space edit permissions administrators
AbstractEditPermissionsAdministrator(SpacePermissionManager, PermissionResolver, SetSpacePermissionChecker, ConfluenceUserResolver, GroupResolver) - Constructor for class com.atlassian.confluence.impl.security.administrators.AbstractEditPermissionsAdministrator
 
AbstractEditSpaceAction - Class in com.atlassian.confluence.spaces.actions
 
AbstractEditSpaceAction() - Constructor for class com.atlassian.confluence.spaces.actions.AbstractEditSpaceAction
 
AbstractEntityPaginationAction<T> - 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.impl.importexport
Abstract exporter that only deals with simple general export utility methods like where the files go.
AbstractExporterImpl() - Constructor for class com.atlassian.confluence.impl.importexport.AbstractExporterImpl
 
AbstractFieldMapping - Class in com.atlassian.confluence.plugins.index.api.mapping
This class provides a skeletal implementation of the FieldMapping interface.
AbstractFieldMapping(AbstractFieldMapping.Builder) - Constructor for class com.atlassian.confluence.plugins.index.api.mapping.AbstractFieldMapping
 
AbstractFieldMapping(String, boolean, boolean) - Constructor for class com.atlassian.confluence.plugins.index.api.mapping.AbstractFieldMapping
 
AbstractFieldMapping.Builder - Class in com.atlassian.confluence.plugins.index.api.mapping
 
AbstractFieldMappingsProviderModuleDescriptor<T> - Class in com.atlassian.confluence.plugin.descriptor
Module descriptor base class to use when the module defines fields that should be created in and index.
AbstractFieldMappingsProviderModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.AbstractFieldMappingsProviderModuleDescriptor
 
AbstractFileXmlExporter - Class in com.atlassian.confluence.impl.importexport
Performs the file IO side of the export/backup
AbstractFileXmlExporter() - Constructor for class com.atlassian.confluence.impl.importexport.AbstractFileXmlExporter
 
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
 
AbstractFlushIndexQueueAction - Class in com.atlassian.confluence.impl.search.actions
Base class for actions that flush index queues
AbstractFlushIndexQueueAction() - Constructor for class com.atlassian.confluence.impl.search.actions.AbstractFlushIndexQueueAction
 
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, URI, 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.
AbstractHttpClientFactory - Class in com.atlassian.confluence.api.impl.sal
 
AbstractHttpClientFactory(Advisor) - Constructor for class com.atlassian.confluence.api.impl.sal.AbstractHttpClientFactory
 
AbstractI18nActionSupport - Class in com.atlassian.confluence.core
 
AbstractI18nActionSupport() - Constructor for class com.atlassian.confluence.core.AbstractI18nActionSupport
 
AbstractI18NResource - Class in com.atlassian.confluence.util.i18n
 
AbstractI18NResource() - Constructor for class com.atlassian.confluence.util.i18n.AbstractI18NResource
 
AbstractIdMapper - Class in com.atlassian.confluence.impl.backuprestore.restore.idmapping
Responsible for keeping id mappings between the xml ids and the database ids during restore.
AbstractIdMapper(PersistedObjectsRegister) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.idmapping.AbstractIdMapper
 
AbstractIncrementalSyncResource<S,M> - Class in com.atlassian.confluence.plugins.restapi.rvsync.resources
 
AbstractIncrementalSyncResource(IncrementalSyncService<S, M>) - Constructor for class com.atlassian.confluence.plugins.restapi.rvsync.resources.AbstractIncrementalSyncResource
 
AbstractIncrementalSyncService<S,T> - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync
 
AbstractIncrementalSyncService(JournalServiceInternal, SubscriptionJournalStateStore, Clock, PermissionManager, IncrementalSyncDataFetcher<T>, ScopesRequestCacheDelegate) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.AbstractIncrementalSyncService
 
AbstractIndexContentUpgradeTask - Class in com.atlassian.confluence.impl.upgrade.upgradetask
 
AbstractInjectableActionTest<ACTION> - Class in it.com.atlassian.confluence.struts
Instructions for creating a test using this base class.
AbstractInjectableActionTest() - Constructor for class it.com.atlassian.confluence.struts.AbstractInjectableActionTest
 
AbstractInjectableConfluenceSingleContextSpringPersistenceTest - Class in it.com.atlassian.confluence
A JUnit 4 friendly version of what the old AbstractConfluenceSingleContextSpringPersistenceTest does
AbstractInjectableConfluenceSingleContextSpringPersistenceTest() - Constructor for class it.com.atlassian.confluence.AbstractInjectableConfluenceSingleContextSpringPersistenceTest
 
AbstractInjectableConfluenceSingleContextSpringPersistenceTest.InitThreadLocalCacheRule - Class in it.com.atlassian.confluence
 
AbstractInjectableStateTest - Class in it.com.atlassian.confluence
 
AbstractInjectableStateTest() - Constructor for class it.com.atlassian.confluence.AbstractInjectableStateTest
 
AbstractJournalIndexTaskQueue<T> - Class in com.atlassian.confluence.internal.search.queue
Abstract base class for IndexTaskQueue implementations that are backed by the journal.
AbstractJournalIndexTaskQueue(JournalService, AnyTypeDaoInternal, IndexFlushRequester, JournalIdentifier) - Constructor for class com.atlassian.confluence.internal.search.queue.AbstractJournalIndexTaskQueue
 
AbstractLabelableEntityObject - Class in com.atlassian.confluence.core
 
AbstractLabelableEntityObject() - Constructor for class com.atlassian.confluence.core.AbstractLabelableEntityObject
 
AbstractLabelCommand<E> - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands
Abstract command class to handle LabelEvent
AbstractLabelCommand(ContentCommandSupport, ContentService, SpaceFilteringService) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.AbstractLabelCommand
 
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
 
AbstractLengthLimitedStringBuilder - Class in com.atlassian.confluence.search.v2.extractor.util
This is a base class for string builders that limit their length.
AbstractLengthLimitedStringBuilder.LIMIT_BEHAVIOUR - Enum Class in com.atlassian.confluence.search.v2.extractor.util
Behaviour of the string builder when the limit is reached.
AbstractLicenseExceptionHandler<E> - Class in com.atlassian.confluence.license.exception.handler
 
AbstractLicenseExceptionHandler(I18NBean) - Constructor for class com.atlassian.confluence.license.exception.handler.AbstractLicenseExceptionHandler
 
AbstractLikeCommand<E> - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands
Abstract command class to handle AbstractLikeEvent
AbstractLikeCommand(ContentCommandSupport, ContentService, SpaceFilteringService) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.AbstractLikeCommand
 
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(ContentService, UserAccessor, FollowManager) - 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
 
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.impl.plugin.descriptor.search
From 8.8, calling AbstractLuceneMapperModuleDescriptor.getModule() with OpenSearch config will return null as we don't support this module descriptor for OpenSearch
AbstractLuceneMapperModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.impl.plugin.descriptor.search.AbstractLuceneMapperModuleDescriptor
 
AbstractMailNotificationQueueItem - Class in com.atlassian.confluence.mail.template
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4
AbstractMailNotificationQueueItem(String) - Constructor for class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
AbstractMailNotificationQueueItem(String, String) - Constructor for class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
AbstractMailNotificationQueueItem.EncodeUtil - Class in com.atlassian.confluence.mail.template
Deprecated.
 
AbstractManagedScheduledJob - Class in com.atlassian.confluence.schedule
Implements common properties for various implementations of ManagedScheduledJob.
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
 
AbstractMonitoringAuditEvent - Class in com.atlassian.confluence.event.events.monitoring
Abstract class for monitoring audit events emitted for change of state in toggles from ConfigureMonitoringAction
AbstractMonitoringAuditEvent.Monitoring - Class in com.atlassian.confluence.event.events.monitoring
 
AbstractMonitoringAuditEvent.MonitoringType - Enum Class in com.atlassian.confluence.event.events.monitoring
 
AbstractNav - Class in com.atlassian.confluence.plugins.rest.navigation.v2.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.v2.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> - Class in com.atlassian.confluence.mail.notification.listeners
Deprecated.
sinace 7.6.0, use confluence-notifications-api instead
AbstractNotificationsListener() - Constructor for class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
Deprecated.
 
AbstractObjectPersister - Class in com.atlassian.confluence.importexport.xmlimport.persister
Deprecated.
since 7.17.0
AbstractObjectPersister() - Constructor for class com.atlassian.confluence.importexport.xmlimport.persister.AbstractObjectPersister
Deprecated.
 
AbstractOperationContext<TRIGGER> - Class in com.atlassian.confluence.core
 
AbstractOperationContext(AbstractOperationContext.BaseBuilder<?, TRIGGER>) - Constructor for class com.atlassian.confluence.core.AbstractOperationContext
 
AbstractOperationContext.BaseBuilder<T,TRIGGER> - 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.
AbstractPageHierarchyEvent - Class in com.atlassian.confluence.event.events.content.pagehierarchy
 
AbstractPageHierarchyEvent(Object, Page, ConfluenceUser, boolean, int) - 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
 
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
 
AbstractPaginatedListAction<T> - 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(Collection<T>) - Constructor for class com.atlassian.confluence.search.v2.query.AbstractParameterListQuery
 
AbstractParameterListQuery(T) - Constructor for class com.atlassian.confluence.search.v2.query.AbstractParameterListQuery
 
AbstractPathConverter - Class in com.atlassian.confluence.servlet.simpledisplay
 
AbstractPathConverter(PathConverterManager, PageManagerInternal, PermissionManager, DarkFeatureManager) - Constructor for class com.atlassian.confluence.servlet.simpledisplay.AbstractPathConverter
 
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
 
AbstractPermissionsValidator - Class in com.atlassian.confluence.api.impl.service.permissions.validation
 
AbstractPermissionsValidator() - Constructor for class com.atlassian.confluence.api.impl.service.permissions.validation.AbstractPermissionsValidator
 
AbstractPluginData - Class in com.atlassian.confluence.plugin.persistence
 
AbstractPluginData() - Constructor for class com.atlassian.confluence.plugin.persistence.AbstractPluginData
 
AbstractPluginsInjectableStateTest - Class in it.com.atlassian.confluence.plugin
 
AbstractPluginsInjectableStateTest() - Constructor for class it.com.atlassian.confluence.plugin.AbstractPluginsInjectableStateTest
 
AbstractPreviewPageAction - Class in com.atlassian.confluence.pages.actions
 
AbstractPreviewPageAction() - Constructor for class com.atlassian.confluence.pages.actions.AbstractPreviewPageAction
 
AbstractRecorder - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync
Base class for incremental sync recorder classes
AbstractRecorder(TransactionTemplate, CommandFactory<?>) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.AbstractRecorder
 
AbstractReindexAnalyticsEvent - Class in com.atlassian.confluence.internal.index.event
 
AbstractReindexAnalyticsEvent(ReIndexJob) - Constructor for class com.atlassian.confluence.internal.index.event.AbstractReindexAnalyticsEvent
 
AbstractReindexer - Class in com.atlassian.confluence.internal.index
 
AbstractReindexer(SearchableDao, SearchIndexAccessor, SearchIndexAccessor, EventPublisher, BatchIndexerFactory, JournalManager, JournalService) - Constructor for class com.atlassian.confluence.internal.index.AbstractReindexer
 
AbstractReindexer.Context - Class in com.atlassian.confluence.internal.index
Holds contextual state for a specific reindex run
AbstractReindexer.Context.Executor - Interface in com.atlassian.confluence.internal.index
 
AbstractRelationDescriptor<S,T> - 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, ExecutorService) - 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, ExecutorService) - 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, ExecutorService) - 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(AbstractRemoteService) - Constructor for class com.atlassian.confluence.rest.client.AbstractRemoteService
 
AbstractRemoteService(AuthenticatedWebResourceProvider, ExecutorService) - 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, ExecutorService) - 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.impl.importexport
 
AbstractRendererExporterImpl() - Constructor for class com.atlassian.confluence.impl.importexport.AbstractRendererExporterImpl
 
AbstractRendererExporterImpl.ContentConverter - Class in com.atlassian.confluence.impl.importexport
 
AbstractRenderSupport<T> - Class in com.atlassian.confluence.rss
 
AbstractRenderSupport() - Constructor for class com.atlassian.confluence.rss.AbstractRenderSupport
 
AbstractResource - Class in com.atlassian.confluence.plugins.rest.jackson2.resources
 
AbstractResource(UserAccessor, SpacePermissionManager) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.resources.AbstractResource
 
AbstractResponseDocsEnricher - Class in com.atlassian.confluence.swagger.enricher
Cloned from com.atlassian.dc.swagger:processor 1.x.
AbstractResponseDocsEnricher() - Constructor for class com.atlassian.confluence.swagger.enricher.AbstractResponseDocsEnricher
 
AbstractRestoreEvent - Class in com.atlassian.confluence.event.events.admin
An event that is sent when the state of site restore process changes.
AbstractRestoreEvent(Object, JobScope) - Constructor for class com.atlassian.confluence.event.events.admin.AbstractRestoreEvent
 
AbstractScheduledJob - Class in com.atlassian.confluence.schedule
 
AbstractScheduledJob(JobRunner, JobConfig, boolean) - Constructor for class com.atlassian.confluence.schedule.AbstractScheduledJob
 
AbstractScoreFunctionFactory - Class in com.atlassian.confluence.impl.search.v2.score
 
AbstractScoreFunctionFactory() - Constructor for class com.atlassian.confluence.impl.search.v2.score.AbstractScoreFunctionFactory
 
AbstractSearch - Class in com.atlassian.confluence.search.v2
An abstract representation of a search to be performed.
AbstractSearch(AbstractSearch.AbstractBuilder<?>) - Constructor for class com.atlassian.confluence.search.v2.AbstractSearch
Constructs an abstract representation of a search to be performed.
AbstractSearch(EnumSet<SearchIndex>, SearchQuery, SearchSort) - Constructor for class com.atlassian.confluence.search.v2.AbstractSearch
Deprecated, for removal: This API element is subject to removal in a future version.
AbstractSearch(List<Index>, SearchQuery, SearchSort, int, int) - Constructor for class com.atlassian.confluence.search.v2.AbstractSearch
Deprecated, for removal: This API element is subject to removal in a future version.
AbstractSearch.AbstractBuilder<SELF> - Class in com.atlassian.confluence.search.v2
 
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> - 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() - Constructor for class com.atlassian.confluence.search.v2.AbstractSearchResult
 
AbstractSearchResult(Function<String, ConfluenceUser>) - Constructor for class com.atlassian.confluence.search.v2.AbstractSearchResult
 
AbstractServerStateIntegrationTest - Class in com.atlassian.integrationtest.confluence.api.impl.service.content
Deprecated.
AbstractServerStateIntegrationTest() - Constructor for class com.atlassian.integrationtest.confluence.api.impl.service.content.AbstractServerStateIntegrationTest
Deprecated.
 
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
 
AbstractSetupEmailAction.FormData - Class in com.atlassian.confluence.setup.actions
 
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
 
AbstractSoftCleanupStatusService - Class in com.atlassian.confluence.impl.retention
Abstract service for interacting with VersionsRemovalStatus object
AbstractSoftCleanupStatusService(PluginSettingsFactory) - Constructor for class com.atlassian.confluence.impl.retention.AbstractSoftCleanupStatusService
 
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(ConfluenceActionSupport, 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
 
AbstractSpacePermissionManager - Class in com.atlassian.confluence.impl.security
 
AbstractSpacePermissionManager(PermissionCheckExemptions, ConfluenceAccessManager, SpacePermissionAccessMapper, CrowdService, AccessModeManager, GlobalSettingsManager) - Constructor for class com.atlassian.confluence.impl.security.AbstractSpacePermissionManager
 
AbstractStaticResourceAwareFilter - Class in com.atlassian.confluence.web.filter
CONFSERVER-58180 due the following change in DefaultServlet http://svn.apache.org/viewvc?view=revisioninvalid input: '&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
 
AbstractTextFieldQueryMapper<T> - Class in com.atlassian.confluence.impl.search.v2.mappers
 
AbstractTextFieldQueryMapper() - Constructor for class com.atlassian.confluence.impl.search.v2.mappers.AbstractTextFieldQueryMapper
 
AbstractThemeAction - Class in com.atlassian.confluence.admin.actions.lookandfeel
 
AbstractThemeAction() - Constructor for class com.atlassian.confluence.admin.actions.lookandfeel.AbstractThemeAction
 
AbstractTimingTransactionalDataSourceSpringContextTests - Class in com.atlassian.confluence.core
Deprecated.
since 5.10. Use TimingSpringJUnit4ClassRunner instead.
AbstractTimingTransactionalDataSourceSpringContextTests() - Constructor for class com.atlassian.confluence.core.AbstractTimingTransactionalDataSourceSpringContextTests
Deprecated.
 
AbstractTimingTransactionalDataSourceSpringContextTests(String) - Constructor for class com.atlassian.confluence.core.AbstractTimingTransactionalDataSourceSpringContextTests
Deprecated.
 
AbstractTrashCleanupJobStatusManager - Class in com.atlassian.confluence.impl.retention.status
 
AbstractTrashCleanupJobStatusManager(PluginSettingsFactory) - Constructor for class com.atlassian.confluence.impl.retention.status.AbstractTrashCleanupJobStatusManager
 
AbstractTrashCleanupJobStatusManager(PluginSettingsFactory, ObjectMapper) - Constructor for class com.atlassian.confluence.impl.retention.status.AbstractTrashCleanupJobStatusManager
 
AbstractTrashRemovalManager - Class in com.atlassian.confluence.impl.retention.manager
 
AbstractTrashRemovalManager(GlobalRetentionPolicyManager, TrashCleanupJobStatusManager, TrashManagerInternal, PlatformTransactionManager, RetentionFeatureChecker, TrashRuleEvaluator, EventPublisher, ClusterLockExecutionService) - Constructor for class com.atlassian.confluence.impl.retention.manager.AbstractTrashRemovalManager
 
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
 
AbstractUserEntityFinder - Class in com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders
Responsible for finding users by user keys - if not found try second stage finder.
AbstractUserEntityFinder(ConfluenceUserDao) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.AbstractUserEntityFinder
 
AbstractUserProfileAction - Class in com.atlassian.confluence.plugins.labels.actions
A clone of AbstractUserProfileAction from confluence-core, with the core-only FollowManagerInternal field removed.
AbstractUserProfileAction - Class in com.atlassian.confluence.user.actions
 
AbstractUserProfileAction() - Constructor for class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
AbstractUserProfileAction() - Constructor for class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
AbstractUserQuery - Class in com.atlassian.confluence.search.v2.query
 
AbstractUserQuery(UserKey) - Constructor for class com.atlassian.confluence.search.v2.query.AbstractUserQuery
 
AbstractUserQuery(String) - Constructor for class com.atlassian.confluence.search.v2.query.AbstractUserQuery
 
AbstractUserQuery(List<AbstractUserQuery.Parameter>) - Constructor for class com.atlassian.confluence.search.v2.query.AbstractUserQuery
 
AbstractUserQuery.Parameter - Class in com.atlassian.confluence.search.v2.query
Query parameter that describes the user to be matched with
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
 
AbstractVersionRemovalService - Class in com.atlassian.confluence.impl.retention
 
AbstractVersionRemovalService(HistoricalVersionService, SoftCleanupStatusService, VersionRemovalEventPublisher, PlatformTransactionManager, RetentionFeatureChecker, SpaceRetentionPolicyManager, ClusterLockExecutionService) - Constructor for class com.atlassian.confluence.impl.retention.AbstractVersionRemovalService
 
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
 
AbstractViewIndexQueueAction<T> - Class in com.atlassian.confluence.impl.admin.actions
Base class for actions that view index queues
AbstractViewIndexQueueAction() - Constructor for class com.atlassian.confluence.impl.admin.actions.AbstractViewIndexQueueAction
 
AbstractWatch - Class in com.atlassian.confluence.api.model.watch
 
AbstractXmlExporter - Class in com.atlassian.confluence.impl.importexport
abstract class that deals strictly with the conversion of a objects to an xml stream
AbstractXmlExporter() - Constructor for class com.atlassian.confluence.impl.importexport.AbstractXmlExporter
 
AC_IMAGE - Static variable in class com.atlassian.confluence.core.StorageFormatConstants
 
accept(AWSClusterJoinConfig) - Method in interface com.atlassian.confluence.cluster.ClusterJoinConfig.Decoder
 
accept(KubernetesClusterJoinConfig) - Method in interface com.atlassian.confluence.cluster.ClusterJoinConfig.Decoder
 
accept(MulticastClusterJoinConfig) - Method in interface com.atlassian.confluence.cluster.ClusterJoinConfig.Decoder
 
accept(TCPIPClusterJoinConfig) - Method in interface com.atlassian.confluence.cluster.ClusterJoinConfig.Decoder
 
accept(ClusterJoinRequest) - Method in interface com.atlassian.confluence.impl.cluster.nutcluster.interceptor.authenticator.ClusterJoinManager
Validate a joining node for the cluster the current node is a part of
accept(ClusterJoinRequest) - Method in class com.atlassian.confluence.impl.cluster.nutcluster.interceptor.authenticator.DefaultClusterJoinManager
The implementation of this method matches that of DefaultClusterJoinManager.connect(ClusterJoinRequest) but from the other side.
accept(MarshallerMetrics) - Method in interface com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsConsumer
 
accept(FieldVisitor<T>) - Method in class com.atlassian.confluence.plugins.index.api.DocValuesFieldDescriptor
Deprecated.
 
accept(FieldVisitor<T>) - Method in class com.atlassian.confluence.plugins.index.api.DoubleFieldDescriptor
Deprecated.
 
accept(FieldVisitor<T>) - Method in class com.atlassian.confluence.plugins.index.api.FieldDescriptor
 
accept(FieldVisitor<T>) - Method in class com.atlassian.confluence.plugins.index.api.FloatFieldDescriptor
Deprecated.
 
accept(FieldVisitor<T>) - Method in class com.atlassian.confluence.plugins.index.api.IntFieldDescriptor
Deprecated.
 
accept(FieldVisitor<T>) - Method in class com.atlassian.confluence.plugins.index.api.LongFieldDescriptor
Deprecated.
 
accept(FieldVisitor<T>) - Method in class com.atlassian.confluence.plugins.index.api.NumericDocValuesFieldDescriptor
Deprecated.
 
accept(FieldVisitor<T>) - Method in class com.atlassian.confluence.plugins.index.api.SortedDocValuesFieldDescriptor
Deprecated.
 
accept(FieldVisitor<T>) - Method in class com.atlassian.confluence.plugins.index.api.StoredFieldDescriptor
Deprecated.
 
accept(FieldVisitor<T>) - Method in class com.atlassian.confluence.plugins.index.api.StringFieldDescriptor
Deprecated.
 
accept(FieldVisitor<T>) - Method in class com.atlassian.confluence.plugins.index.api.TextFieldDescriptor
Deprecated.
 
accept(FieldMappingVisitor<R>) - Method in interface com.atlassian.confluence.plugins.index.api.mapping.FieldMapping
Applies the supplied visitor to this field mapping with its respective callback.
accept(FieldMappingVisitor<R>) - Method in class com.atlassian.confluence.plugins.index.api.mapping.NestedStringFieldMapping
 
accept(FieldMappingVisitor<T>) - Method in class com.atlassian.confluence.plugins.index.api.mapping.BinaryFieldMapping
 
accept(FieldMappingVisitor<T>) - Method in class com.atlassian.confluence.plugins.index.api.mapping.BooleanFieldMapping
 
accept(FieldMappingVisitor<T>) - Method in class com.atlassian.confluence.plugins.index.api.mapping.DateFieldMapping
 
accept(FieldMappingVisitor<T>) - Method in class com.atlassian.confluence.plugins.index.api.mapping.DoubleFieldMapping
 
accept(FieldMappingVisitor<T>) - Method in class com.atlassian.confluence.plugins.index.api.mapping.FloatFieldMapping
 
accept(FieldMappingVisitor<T>) - Method in class com.atlassian.confluence.plugins.index.api.mapping.IntFieldMapping
 
accept(FieldMappingVisitor<T>) - Method in class com.atlassian.confluence.plugins.index.api.mapping.LongFieldMapping
 
accept(FieldMappingVisitor<T>) - Method in class com.atlassian.confluence.plugins.index.api.mapping.StringFieldMapping
 
accept(FieldMappingVisitor<T>) - Method in class com.atlassian.confluence.plugins.index.api.mapping.TextFieldMapping
 
accept(SearchIndexWriter) - Method in interface com.atlassian.confluence.search.v2.SearchIndexAction
 
accept(OpenAPI, Set<Class<?>>) - Method in class com.atlassian.confluence.swagger.enricher.AbstractResponseDocsEnricher
 
accept(OpenAPI, Set<Class<?>>) - Method in class com.atlassian.confluence.swagger.enricher.DeduplicateParametersEnricher
 
accept(String, String) - Method in interface com.atlassian.confluence.util.sandbox.SandboxErrorConsumer
 
accept(Map<String, String[]>) - Method in class com.atlassian.confluence.plugins.edgeindex.TopEdgeTargetCollector
 
accept(T) - Method in interface com.atlassian.confluence.impl.backuprestore.BackupRestoreConsumer
 
accept(T) - Method in interface com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate.HibernateAlertEntityDao.SatiableConsumer
Performs this operation on the given argument.
accept(T) - Method in class com.atlassian.confluence.util.ConnectableConsumer
 
accept(T) - Method in class com.atlassian.confluence.util.misc.RateLimitedConsumer
 
ACCEPT - Enum constant in enum class com.atlassian.confluence.impl.cluster.nutcluster.interceptor.authenticator.ClusterJoinMode
 
AcceptLiveDocsFilter - Class in com.atlassian.confluence.impl.search.v2.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.impl.search.v2.lucene.filter.AcceptLiveDocsFilter
 
acceptsDocsOutOfOrder() - Method in class com.atlassian.confluence.internal.index.lucene.AbstractDocumentCollector
 
ACCESS_MODE - Static variable in interface com.atlassian.confluence.internal.accessmode.AccessModeManager
 
AccessCheckPluginDelegateFilter - Class in com.atlassian.confluence.plugin.servlet.filter
Access Check wrapper for DelegatingPluginFilter
AccessCheckPluginDelegateFilter(DelegatingPluginFilter, AnnotatedPermitChecker) - Constructor for class com.atlassian.confluence.plugin.servlet.filter.AccessCheckPluginDelegateFilter
 
AccessDenied - Class in com.atlassian.confluence.dmz.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.
AccessEnforcer - Class in com.atlassian.confluence.impl.webapp.security.enforcer
Base class for access enforcers.
AccessEnforcer() - Constructor for class com.atlassian.confluence.impl.webapp.security.enforcer.AccessEnforcer
 
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 Class 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 - 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
 
AccessModeResource(AccessModeService, SettingsManager, EventPublisher) - Constructor for class com.atlassian.confluence.functest.rest.admin.AccessModeResource
 
accessModeService - Variable in class com.atlassian.confluence.core.ConfluenceActionSupport
 
AccessModeService - Interface in com.atlassian.confluence.api.service.accessmode
 
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
 
AccessPermission(boolean, Class<? extends Annotation>) - Constructor for record class com.atlassian.confluence.impl.security.access.AnnotatedPermitChecker.AccessPermission
Creates an instance of a AccessPermission record class.
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
 
acknowledgeRunningJob() - Method in interface com.atlassian.confluence.index.status.ReIndexJobManager
Mark most recent or running re-index job as acknowledged.
acknowledgeRunningJob() - Method in class com.atlassian.confluence.internal.index.status.DefaultReIndexJobManager
 
acquireLockForTransaction(DenormalisedLockService.LockName) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.DenormalisedLockService
Acquires the lock.
action - Variable in class com.atlassian.confluence.util.breadcrumbs.AbstractActionBreadcrumb
 
ACTION - Static variable in class com.atlassian.confluence.servlet.ImageCaptchaServlet
 
ACTION_RATE_LIMITER_CAPTCHA_GENERATION - Static variable in class com.atlassian.confluence.servlet.ImageCaptchaServlet
 
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
 
ActionRateLimiter - Class in com.atlassian.confluence.impl.ratelimiter
This class is for limiting the request and can be used in action classes.
ActionRateLimiter(String, double, String, double, String, long) - Constructor for class com.atlassian.confluence.impl.ratelimiter.ActionRateLimiter
This constructor is used to pass the system props and default value at the time of bean initialisation.
ActionViewData - Annotation Interface in com.atlassian.confluence.struts.soy
Annotation to mark a method whose return value should be passed to the view.
ActionViewDataMappings - Annotation Interface in com.atlassian.confluence.struts.soy
Annotation to mark a method that returns a map of view data.
activate() - Method in interface com.atlassian.confluence.plugins.opensearch.indexmanager.OpenSearchIndexManager.StagingIndex
Switch the alias to point to this staging index
activate() - Method in interface com.atlassian.confluence.search.v2.StagingIndexFactory.StagingIndex
Promotes the staging index to the production index.
activate(long) - Method in class com.atlassian.confluence.functest.rest.admin.DirectoryResource
 
activateContentTriggers() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.DenormalisedPermissionsDdlExecutor
 
activateSpaceTriggers() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.DenormalisedPermissionsDdlExecutor
 
activateTriggersInSeparateTransaction() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.DenormalisedContentChangeLogListener
 
activateTriggersInSeparateTransaction() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedChangeLogListenerBase
Space or content updater must implement it and activate triggers.
activateTriggersInSeparateTransaction() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.DenormalisedSpaceChangeLogListener
 
active(boolean) - Method in class com.atlassian.confluence.user.extras.entities.UserEntity.Builder
 
ACTIVE - Enum constant in enum class com.atlassian.confluence.impl.backgroundjob.domain.BackgroundJobState
 
ACTIVE - Enum constant in enum class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncState
 
ActiveObjectsBackupRestoreProvider - Class in com.atlassian.confluence.activeobjects.backup
Backup and restore provider, implementing confluences backup and restore module component and bridging to active objects backup component.
ActiveObjectsBackupRestoreProvider() - Constructor for class com.atlassian.confluence.activeobjects.backup.ActiveObjectsBackupRestoreProvider
 
ActiveObjectsDataSourceProvider - Class in com.atlassian.confluence.impl.activeobjects
An implementation of the ActiveObjects that obtains its JDBC connections from Hibernate
ActiveObjectsDataSourceProvider(SystemInformationService, SessionFactoryImplementor) - Constructor for class com.atlassian.confluence.impl.activeobjects.ActiveObjectsDataSourceProvider
 
ActiveObjectsRestoreTimeoutException - Exception Class in com.atlassian.confluence.activeobjects.exception
Thrown when ActiveObjectsBackupRestoreProvider fails to complete active objects hot restart.
ActiveObjectsRestoreTimeoutException(String, Throwable) - Constructor for exception class com.atlassian.confluence.activeobjects.exception.ActiveObjectsRestoreTimeoutException
 
ActiveObjectsTransactionSynchronisationManager - Class in com.atlassian.confluence.impl.activeobjects
The Confluence implementation of the AO TransactionSynchronisationManager SPI.
ActiveObjectsTransactionSynchronisationManager(SynchronizationManagerInternal) - Constructor for class com.atlassian.confluence.impl.activeobjects.ActiveObjectsTransactionSynchronisationManager
 
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
 
ActiveUserInfoQuery - Class in com.atlassian.confluence.search.v2.query
Query which filters out documents representing users that are no longer active.
ActiveUserQuery - Class in com.atlassian.confluence.search.v2.query
Query which filters out documents representing users that are no longer active.
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
 
ActivityKey(String) - Constructor for record class com.atlassian.confluence.core.HeartbeatManager.ActivityKey
Creates an instance of a ActivityKey record class.
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
 
actual() - Method in class com.atlassian.confluence.core.persistence.schema.descriptor.ComparedColumn
 
actual() - Method in class com.atlassian.confluence.core.persistence.schema.descriptor.ComparedIndex
 
ACTUAL_ELEMENT_MISSING - Enum constant in enum class com.atlassian.confluence.core.persistence.schema.api.SchemaElementComparison.ComparisonResult
 
AdapterUtils - Class in com.atlassian.confluence.api.impl.service.audit.adapter
Deprecated.
since 7.5.0. New atlassian-audit-api should be used
AdapterUtils() - Constructor for class com.atlassian.confluence.api.impl.service.audit.adapter.AdapterUtils
Deprecated.
 
adaptInterface(Object, Class, Class, Object) - Static method in class com.atlassian.confluence.util.AopUtils
Adapt an interface of an object via a delegate
AdaptiveLabelCacheDao - Interface in com.atlassian.confluence.impl.labels.adaptivelabelcache.dao
Allows to read and write records to a storage (for example, database) Any implementation must guarantee that data is available after a restart
AdaptiveMostUsedLabelsCache - Interface in com.atlassian.confluence.impl.labels.adaptivelabelcache
Adaptive most used label cache.
AdaptiveMostUsedLabelsCacheImpl - Class in com.atlassian.confluence.impl.labels.adaptivelabelcache
An implementation of AdaptiveMostUsedLabelsCache which stores data in a separate DB table
AdaptiveMostUsedLabelsCacheImpl(AdaptiveMostUsedLabelsCacheImpl.TimestampProvider, AdaptiveLabelCacheDao, LabelManagerInternal) - Constructor for class com.atlassian.confluence.impl.labels.adaptivelabelcache.AdaptiveMostUsedLabelsCacheImpl
 
AdaptiveMostUsedLabelsCacheImpl(AdaptiveLabelCacheDao, LabelManagerInternal) - Constructor for class com.atlassian.confluence.impl.labels.adaptivelabelcache.AdaptiveMostUsedLabelsCacheImpl
 
AdaptiveMostUsedLabelsCacheImpl.TimestampProvider - Class in com.atlassian.confluence.impl.labels.adaptivelabelcache
 
AdaptiveThresholdPredicate - Class in com.atlassian.confluence.impl.pages.thumbnail.renderer
Deprecated.
AdaptiveThresholdPredicate() - Constructor for class com.atlassian.confluence.impl.pages.thumbnail.renderer.AdaptiveThresholdPredicate
Deprecated.
 
add() - Method in class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction
Add a new entry to the Log4j Configuration.
add(int, E) - Method in class com.atlassian.confluence.impl.util.collections.SetAsList
 
add(int, T) - Method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
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(ImportedObjectV2) - Method in interface com.atlassian.confluence.impl.backuprestore.restore.stash.ImportedObjectsStash
Add object to stash.
add(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.stash.ImportedObjectsStashImpl
Different threads can add objects to the stash in parallel.
add(Json) - Method in class com.atlassian.confluence.json.json.JsonArray
 
add(RecentUpdate) - Method in class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdateGroup
 
add(AtlassianDocument) - Method in class com.atlassian.confluence.plugins.opensearch.bulk.OpenSearchBulkIndexWriter
 
add(AtlassianDocument) - Method in interface com.atlassian.confluence.search.v2.SearchIndexWriter
 
add(ComposableScoreFunction, double) - Method in class com.atlassian.confluence.search.v2.score.AverageScoreFunction.Builder
 
add(Summary.Fragment) - Method in class com.atlassian.confluence.search.v2.summary.Excerpt
Add a frag to the list.
add(Summary.Fragment) - Method in class com.atlassian.confluence.search.v2.summary.Summary
Adds a fragment to a summary.
add(DenormalisedContentViewPermission) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao.DenormalisedContentViewPermissionDao
Adds a new record.
add(Directory) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateDirectoryDao
 
add(Application, PasswordCredential) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdApplicationDao
 
add(Application, PasswordCredential) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateApplicationDao
 
add(DirectorySynchronisationStatus) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateDirectorySynchronisationStatusDao
 
add(Group) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdGroupDao
Adds the passed in group by calling the delegate dao's add method.
add(Group) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateGroupDao
 
add(Group) - Method in interface com.atlassian.confluence.impl.user.crowd.hibernate.InternalGroupDao
 
add(User, PasswordCredential) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUserDao
 
add(User, PasswordCredential) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateUserDao
 
add(User, PasswordCredential) - Method in interface com.atlassian.confluence.impl.user.crowd.hibernate.InternalUserDao
 
add(E) - Method in class com.atlassian.confluence.api.model.pagination.NavigablePageResponseImpl.Builder
 
add(E) - Method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl.Builder
 
add(E) - Method in class com.atlassian.confluence.api.model.pagination.SpaceFilterAwarePageResponseImpl.Builder
 
add(E) - Method in class com.atlassian.confluence.impl.util.collections.SetAsList
 
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(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(String, boolean) - 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, long) - Method in class com.atlassian.confluence.web.UrlBuilder
Adds a parameter to the URL.
add(String, AnalyzerDescriptorProvider) - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchCustomSearchIndexRegistry
 
add(String, AnalyzerDescriptorProvider) - Method in interface com.atlassian.confluence.search.v2.CustomSearchIndexRegistry
This method can be called multiple times but a new SearchIndexAccessor instance will be created only once for the first call.
add(String, AnalyzerDescriptorProvider) - Method in class com.atlassian.confluence.internal.index.lucene.DefaultCustomSearchIndexRegistry
 
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.plugins.restapi.resources.CategoryResource
 
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(URI) - Static method in class com.atlassian.confluence.plugins.rest.jackson2.entities.Link
Creates a link using the given URI builder to build the URI.
add(URL, String) - Method in class com.atlassian.confluence.util.classpath.ClasspathClasses
Associates a class with a JAR.
add(Callable<InputStream>...) - Method in class com.atlassian.confluence.core.InputStreamSerializer
 
add(List<DenormalisedContentViewPermission>) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao.DenormalisedContentViewPermissionDao
Adds a list of records.
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(BulkOperation) - Method in interface com.atlassian.confluence.plugins.opensearch.bulk.BulkOperationBuffer
Add a bulk operation to the buffer.
add(BulkOperation) - Method in class com.atlassian.confluence.plugins.opensearch.bulk.MaxDocsBulkOperationBuffer
 
add(BulkOperation) - Method in class com.atlassian.confluence.plugins.opensearch.bulk.MaxRamBulkOperationBuffer
 
add(BulkOperation) - Method in class com.atlassian.confluence.plugins.opensearch.bulk.SimpleBulkOperationBuffer
 
add(T) - Method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
ADD - Enum constant in enum class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionServiceImpl.MergeMode
 
ADD - Enum constant in enum class com.atlassian.confluence.impl.audit.handler.AuditAction
 
ADD_ATTACHMENT - Enum constant in enum class com.atlassian.confluence.legacyapi.model.content.Permission
Deprecated.
 
ADD_CHANGE_DOCUMENT - Enum constant in enum class com.atlassian.confluence.search.queue.JournalEntryType
 
ADD_COMMENT - Enum constant in enum class com.atlassian.confluence.legacyapi.model.content.Permission
Deprecated.
 
ADD_DOCUMENT - Enum constant in enum class com.atlassian.confluence.plugins.edgeindex.IndexTaskType
 
ADD_DOCUMENT - Enum constant in enum class com.atlassian.confluence.search.queue.JournalEntryType
 
ADD_SEPARATOR - Static variable in class com.atlassian.confluence.labels.CombinedLabel
 
ADD_UNIQUE_INDEX - Static variable in class com.atlassian.confluence.impl.core.persistence.hibernate.schema.LabelUniqueIndexHelper
 
addAction(DeferredAction) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.deferredoperations.DeferredActionsHolder
 
addActionError(String) - Method in class com.atlassian.confluence.validation.DefaultMessageHolder
 
addActionError(String) - Method in interface com.atlassian.confluence.validation.MessageHolder
 
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, Object...) - Method in class com.atlassian.confluence.validation.DefaultMessageHolder
 
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(int, Collection) - Method in class com.atlassian.confluence.impl.util.collections.SetAsList
 
addAll(int, Collection<? extends T>) - Method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
addAll(Iterable<E>) - Method in class com.atlassian.confluence.api.model.pagination.NavigablePageResponseImpl.Builder
 
addAll(Iterable<E>) - Method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl.Builder
 
addAll(Iterable<E>) - Method in class com.atlassian.confluence.api.model.pagination.SpaceFilterAwarePageResponseImpl.Builder
 
addAll(Iterable<Callable<InputStream>>) - Method in class com.atlassian.confluence.core.InputStreamSerializer
 
addAll(URL, Collection<String>) - Method in class com.atlassian.confluence.util.classpath.ClasspathClasses
Associates all the given classes with a JAR.
addAll(Collection) - Method in class com.atlassian.confluence.impl.util.collections.SetAsList
 
addAll(Collection<? extends T>) - Method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
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.confluence.impl.user.crowd.CachedCrowdGroupDao
Removes all the adding groups from the cache and delegates to the addAll method of the delegate DAO.
addAll(Set<? extends Group>) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateGroupDao
 
addAll(Set<UserTemplateWithCredentialAndAttributes>) - Method in class com.atlassian.confluence.impl.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(Set<UserTemplateWithCredentialAndAttributes>) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateUserDao
 
addAllErrors(Collection<UpgradeError>) - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeTask
 
addAllGroupsToGroup(long, Collection<String>, String) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdMembershipDao
 
addAllGroupsToGroup(long, Collection<String>, String) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateMembershipDao
 
addAllMessages(MessageHolder, ValidationResult) - Static method in class com.atlassian.confluence.validation.XWorkValidationResultSupport
 
addAllowTypes(String, Set<String>) - Method in class com.atlassian.confluence.impl.xstream.security.XStreamSecurityConfigurator
 
addAllPermissions(Set<SpacePermission>) - Method in class com.atlassian.confluence.impl.security.administrators.AbstractEditPermissionsAdministrator
 
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.
addAllToContext(Map<String, Serializable>) - Method in class com.atlassian.confluence.mail.notification.listeners.NotificationData
 
addAllUsersToGroup(long, Collection<String>, String) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdMembershipDao
 
addAllUsersToGroup(long, Collection<String>, String) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateMembershipDao
 
addAnchor(String) - Method in class com.atlassian.confluence.web.UrlBuilder
Sets an anchor for the URL.
addAnonymousGlobalPermission(String) - Method in class com.atlassian.confluence.functest.rest.admin.PermissionsResource
 
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
 
addAnonymousSpacePermission(String, String) - Method in class com.atlassian.confluence.functest.rest.admin.PermissionsResource
 
addAnonymousUsePermission() - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
addAnonymousUsePermission(String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
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() - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
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(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 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
addApplicationActivity(MauApplicationKey) - Method in class com.atlassian.confluence.api.impl.service.event.mau.MauEventServiceImpl
 
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.
 
addAttachedImageId(Long) - Method in class com.atlassian.confluence.content.render.xhtml.view.embed.AttachedImageUnresolvedCommentCountAggregator
Add the id of content into the collection.
addAttachment(long, RemoteAttachment, byte[]) - Method in class com.atlassian.confluence.rpc.soap.services.AttachmentsSoapService
 
addAttachment(Attachment) - Method in class com.atlassian.confluence.core.ContentEntityObject
 
addAttachment(Attachment) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
addAttachment(String, long, RemoteAttachment, byte[]) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Add a new attachment to a ContentEntityObject.
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
 
addAttachments(ContentId, ContentStatus, Collection<AttachmentUpload>) - Method in class com.atlassian.confluence.api.impl.service.content.AttachmentServiceImpl
 
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 class com.atlassian.confluence.api.impl.service.content.AttachmentServiceImpl
 
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(ContentId, Collection<AttachmentUpload>) - 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(Collection<AttachmentInfo>) - Method in interface com.atlassian.confluence.impl.backuprestore.backup.container.BackupContainerWriter
 
addAttachments(Collection<AttachmentInfo>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.container.XmlBackupContainerWriter
 
addAttachmentsCompletionStage(ContentId, ContentStatus, Collection<AttachmentUpload>) - Method in interface com.atlassian.confluence.rest.client.RemoteAttachmentService
 
addAttachmentsCompletionStage(ContentId, ContentStatus, Collection<AttachmentUpload>) - Method in class com.atlassian.confluence.rest.client.RemoteAttachmentServiceImpl
 
addAttachmentsCompletionStage(ContentId, ContentStatus, Collection<AttachmentUpload>, boolean, Expansions) - Method in interface com.atlassian.confluence.rest.client.RemoteAttachmentService
 
addAttachmentsCompletionStage(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, Collection<AttachmentUpload>) - Method in class com.atlassian.confluence.rest.client.RemoteAttachmentServiceImpl
 
addBlogPost(PageReport) - Method in class com.atlassian.confluence.mail.reports.SpaceReport
 
addBlogPost(BlogPost) - Method in class com.atlassian.confluence.mail.reports.ChangeDigestReport
 
addBodyPart(MimeBodyPart) - Method in class com.atlassian.confluence.mail.Email
 
addBoundary(MediaType) - Static method in class com.atlassian.confluence.rest.client.util.MediaTypeUtils
 
addBuildToHistory(int) - Method in class com.atlassian.confluence.core.persistence.hibernate.CachingVersionHistoryDao
 
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
addBundleListener(BundleListener) - Method in class com.atlassian.testsupport.OsgiContainerManagerStub
 
addBundles(Map<String, ResourceBundle>) - Method in class com.atlassian.confluence.util.i18n.ResourceBundlesCollector
 
addCaptchaGroups(Collection<String>) - 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<String>) - Method in class com.atlassian.confluence.security.DefaultCaptchaManager
 
addCategory(Category, int) - Method in class com.atlassian.confluence.search.contentnames.ResultTemplate
Add a category.
addCategory(String, String) - Method in class com.atlassian.confluence.api.impl.service.content.CategoryServiceImpl
 
addCategory(String, String) - Method in interface com.atlassian.confluence.api.service.content.CategoryService
Adds a category to a space's description.
AddChangeDocumentIndexTask - Class in com.atlassian.confluence.internal.search.tasks
Responsible for removing and adding a change document for versioned content to the change index.
AddChangeDocumentIndexTask(Searchable, AtlassianDocumentBuilder<Searchable>, boolean) - Constructor for class com.atlassian.confluence.internal.search.tasks.AddChangeDocumentIndexTask
 
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
 
addChild(T) - Method in interface com.atlassian.confluence.core.Hierarchical
 
addChildren(List<ContentNode>) - Method in class com.atlassian.confluence.pages.ContentNode
 
addClass(Class<?>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.container.EntityObjectsToXmlWriter
 
addClass(String, JarSet) - Method in class com.atlassian.confluence.util.classpath.ClasspathJarSets
 
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.
addCollectionOfElements(EntityObjectReadyForExport.CollectionOfElements) - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport
 
addComment(CommentReport) - Method in class com.atlassian.confluence.mail.reports.SpaceReport
 
addComment(Comment) - Method in class com.atlassian.confluence.core.ContentEntityObject
 
addComment(Comment) - Method in class com.atlassian.confluence.mail.reports.ChangeDigestReport
 
addComment(Comment) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
addComment(RemoteComment) - Method in class com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
addComment(String, RemoteComment) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Adds a comment to a page or blog post
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.impl.content.DefaultCommentManager
 
addCommentToObject(ContentEntityObject, Comment, String, NewCommentDeduplicator) - Method in class com.atlassian.confluence.impl.content.DefaultCommentManager
 
addCommentToPage(AbstractPage, Comment, String) - Method in interface com.atlassian.confluence.pages.CommentManager
Deprecated.
addCommentToPage(AbstractPage, Comment, String) - Method in class com.atlassian.confluence.impl.content.DefaultCommentManager
 
addConfigElement(Object, String) - Method in class com.atlassian.confluence.setup.ConfluenceConfigurationPersisterForTests
 
addConfigMapping(Class, Class) - Method in class com.atlassian.confluence.setup.ConfluenceConfigurationPersisterForTests
 
addConstraints() - Method in class com.atlassian.integrationtest.confluence.upgrade.UserKeyForeignKeyConstraintTestUtil
 
addContentEntity(ContentEntityObject) - Method in class com.atlassian.confluence.user.history.UserHistory
 
addContentNotification(ConfluenceUser, ContentEntityObject) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
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) - Method in class com.atlassian.confluence.security.ContentPermissionSet
 
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.impl.security.content.DefaultContentPermissionManager
Adds a new current content permission to the CEO if it doesn't have it already.
addContentWatch(long) - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.ContentWatchesResource
 
addContentWatcher(UserKey, String, ContentId) - Method in class com.atlassian.confluence.plugins.restapi.resources.UserWatchResource
 
addContextParams(WebTarget, 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
Deprecated, for removal: This API element is subject to removal in a future version.
addContextPath(String, String) - Static method in class com.atlassian.confluence.util.UrlUtils
Adds the context path to the given url, if required.
addCustomContent(CustomContentEntityObject) - Method in class com.atlassian.confluence.core.ContentEntityObject
 
addCustomContent(CustomContentEntityObject) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
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
 
addDeferredOperation(PrimitiveId, Set<TransientHibernateHandle>, Operation) - Method in class com.atlassian.confluence.importexport.xmlimport.DeferredOperations
Deprecated.
 
addDescriptionProperty(String, String) - Method in interface com.atlassian.confluence.impl.backuprestore.backup.container.BackupContainerWriter
 
addDescriptionProperty(String, String) - Method in class com.atlassian.confluence.impl.backuprestore.backup.container.XmlBackupContainerWriter
 
addDirectory(Directory) - Method in class com.atlassian.confluence.user.crowd.ConfluenceCrowdDirectoryService
 
addDirectoryMapping(long, long, boolean, OperationType...) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdApplicationDao
 
addDirectoryMapping(long, long, boolean, OperationType...) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.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.
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(HttpServletResponse) - Static method in class com.atlassian.confluence.plugin.webresource.ConfluenceResourceDownloadUtils
 
addDocumentFields(AtlassianDocument) - Method in class com.atlassian.confluence.search.v2.FieldMappings
Add the mappings from the fields of the specified document prior to being indexed.
AddDocumentIndexTask - Class in com.atlassian.confluence.internal.search.tasks
Adds a searchable to the content index.
AddDocumentIndexTask(Searchable) - Constructor for class com.atlassian.confluence.internal.search.tasks.AddDocumentIndexTask
 
AddDocumentIndexTask(Searchable, AtlassianDocumentBuilder<Searchable>) - Constructor for class com.atlassian.confluence.internal.search.tasks.AddDocumentIndexTask
 
addDoNotNotifyAgain(String) - Method in class com.atlassian.confluence.mail.notification.listeners.NotificationData
 
ADDED - Enum constant in enum class com.atlassian.confluence.themes.events.StylesheetChangedEvent.StylesheetChangeType
 
AddEdgeDocumentIndexTask - Class in com.atlassian.confluence.plugins.edgeindex.tasks
 
AddEdgeDocumentIndexTask(AtlassianDocument) - Constructor for class com.atlassian.confluence.plugins.edgeindex.tasks.AddEdgeDocumentIndexTask
 
addEnumValue(String) - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameter
Adds an enum value to the paramter.
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
 
addError(String, Object...) - Method in class com.atlassian.confluence.api.model.validation.SimpleValidationResult.Builder
 
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(ContentMigrationException) - Method in class com.atlassian.confluence.content.render.xhtml.migration.exceptions.ExceptionReport
 
addException(PageTemplateMigrationException) - Method in class com.atlassian.confluence.content.render.xhtml.migration.exceptions.ExceptionReport
Deprecated, for removal: This API element is subject to removal in a future version.
since 10.1 no longer used
addException(SettingsMigrationException) - Method in class com.atlassian.confluence.content.render.xhtml.migration.exceptions.ExceptionReport
Deprecated, for removal: This API element is subject to removal in a future version.
since 10.1 no longer used
addExceptionEntities(List<ConfluenceEntityObject>, boolean) - Method in class com.atlassian.confluence.importexport.DefaultExportContext
Deprecated.
Helper method to add a collection of entities to the current exception entities
addExceptionEntity(ConfluenceEntityObject) - Method in class com.atlassian.confluence.importexport.DefaultExportContext
Deprecated.
 
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(WebTarget, Expansion[]) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteService
add the expansions to the WebTarget 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
Deprecated.
 
addExternalReferenceToObject(Map<String, Object>, EntityObjectReadyForExport, HibernateField.Type, String, String) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.AbstractDatabaseDataConverter
Converts reference property into exportable format and adds it to the exportable object
addExternalReferenceToObject(Map<String, Object>, EntityObjectReadyForExport, HibernateField.Type, String, String) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.Content2ContentRelationEntityDataConverter
 
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.search.v2.AtlassianDocument
 
addFieldError(String, String) - Method in class com.atlassian.confluence.validation.DefaultMessageHolder
 
addFieldError(String, String) - Method in interface com.atlassian.confluence.validation.MessageHolder
 
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.
addFields(Collection<FieldDescriptor>) - Method in class com.atlassian.confluence.search.v2.AtlassianDocument
 
addFieldValidationError(FieldValidationError) - Method in class com.atlassian.confluence.core.service.DefaultServiceCommandValidator
 
addFieldValidationError(FieldValidationError) - Method in interface com.atlassian.confluence.core.service.ServiceCommandValidator
Add a new field validation error.
addFieldValidationError(String, String) - Method in class com.atlassian.confluence.core.service.DefaultServiceCommandValidator
Add a new validation error.
addFieldValidationError(String, String) - Method in interface com.atlassian.confluence.core.service.ServiceCommandValidator
Add a new validation error.
addFieldValidationError(String, String, Object...) - Method in class com.atlassian.confluence.core.service.DefaultServiceCommandValidator
Add a new validation error.
addFieldValidationError(String, String, Object...) - Method in interface com.atlassian.confluence.core.service.ServiceCommandValidator
Add a new validation error.
addFilter(SearchQuery) - Method in class com.atlassian.confluence.search.v2.query.BooleanQuery.Builder
 
addFilterModule(ServletFilterModuleDescriptor) - Method in class com.atlassian.confluence.plugin.servlet.filter.EnhancedServletModuleManagerWrapper
 
addFilters(Set<SearchQuery>) - Method in class com.atlassian.confluence.search.v2.query.BooleanQuery.Builder
 
AddForeignKeyCommand - Class in com.atlassian.confluence.upgrade.ddl
A command for creating a named foreign key constraint between two columns
addGlobalPermission(String, String) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
addGlobalPermission(String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Add global permissions for a user or group
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) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
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[], 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
 
addGlobalPermissionToGroup(String, String) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
addGlobalPermissionToUser(String, ConfluenceUser) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
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
addGroup(Group) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
addGroup(String) - Method in class com.atlassian.confluence.impl.user.DefaultUserAccessor
 
addGroup(String) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
Adds the specified group.
addGroup(String) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
addGroup(String) - Method in interface com.atlassian.confluence.user.UserAccessor
Creates a group with the specified name and returns it.
addGroup(String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Adds a new 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
 
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
 
addGroupGlobalPermission(String, String) - Method in class com.atlassian.confluence.functest.rest.admin.PermissionsResource
 
addGroupMapping(long, long, String) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdApplicationDao
 
addGroupMapping(long, long, String) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateApplicationDao
 
addGroupMembershipForUser(String, long, String) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandSupport
 
addGroupMembershipForUser(String, long, String) - Method in interface com.atlassian.confluence.internal.api.impl.service.incrementalsync.UserGroupCommandSupport
 
addGroupSpacePermission(String, String, String) - Method in class com.atlassian.confluence.functest.rest.admin.PermissionsResource
 
addGroupToGroup(long, String, String) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdMembershipDao
 
addGroupToGroup(long, String, String) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateMembershipDao
 
addGroupToGroup(Group, Group) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
addGroupToGroup(Group, Group) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
addGuardPermissionToGroups(List<String>, String) - Method in class com.atlassian.confluence.impl.security.administrators.AbstractEditPermissionsAdministrator
 
addGuardPermissionToGroups(List<String>, String) - Method in interface com.atlassian.confluence.security.administrators.EditPermissionsAdministrator
Add the guard permissions for each group if they exist
addGuardPermissionToUsers(List<String>, String) - Method in class com.atlassian.confluence.impl.security.administrators.AbstractEditPermissionsAdministrator
 
addGuardPermissionToUsers(List<String>, String) - Method in interface com.atlassian.confluence.security.administrators.EditPermissionsAdministrator
Add the guard permissions for each user if they exist
addHeader(String, String) - Method in class com.atlassian.confluence.impl.web.filter.CookieModifierFilter.CookieModifierResponseWrapper
 
addHeader(String, String) - Method in class com.atlassian.confluence.mail.Email
 
addHistory(ScheduledJobHistory) - Method in class com.atlassian.confluence.schedule.ScheduledJobStatus
 
addHistory(JobId, ScheduledJobHistory, Date) - Method in class com.atlassian.confluence.schedule.persistence.dao.CachedScheduledJobDao
 
addHistory(JobId, ScheduledJobHistory, Date) - Method in class com.atlassian.confluence.schedule.persistence.dao.ClusterSafeScheduledJobDao
 
addHistory(JobId, 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.
addIfMissing(ConstraintChecker, Deduper, ConstraintCreator) - Method in class com.atlassian.confluence.internal.upgrade.constraint.UniqueConstraintAddition
Add a required unique constraint if missing from the DB
addInboundWhitelistDomain(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
addInboundWhitelistDomain(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
 
addInboundWhitelistDomain(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
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.
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
 
addJob(Class<?>, Map<String, Object>, String, Instant) - Method in class com.atlassian.confluence.impl.backgroundjob.BackgroundJobService
Adds a new background job.
addJobState(JobState) - Method in class com.atlassian.confluence.api.model.backuprestore.JobFilter.Builder
 
addKey(String, User, Predicate<? super ConfluenceUser>) - Method in class com.atlassian.confluence.security.DownloadGateKeeper
 
addKey(String, User, Predicate<? super ConfluenceUser>) - Method in interface com.atlassian.confluence.security.GateKeeper
 
addKey(String, String, Predicate<? super ConfluenceUser>) - Method in class com.atlassian.confluence.security.DownloadGateKeeper
 
addKey(String, String, Predicate<? super ConfluenceUser>) - Method in interface com.atlassian.confluence.security.GateKeeper
 
addLabel() - Method in class com.atlassian.confluence.pages.actions.AddLabelAjaxAction
 
addLabel(Label) - Method in class com.atlassian.confluence.user.history.UserHistory
 
addLabel(Labelable, Label) - Method in class com.atlassian.confluence.impl.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
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3
addLabel(LabelEntity) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.LabelEntityList
 
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(Space, String) - Method in class com.atlassian.confluence.spaces.actions.EditSpaceLabelAction
 
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
 
addLabelById(long, long) - Method in class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
 
addLabelById(String, long, long) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Deprecated.
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, long) - Method in class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
 
addLabelByName(String, String, long) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Deprecated.
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) - Method in class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
 
addLabelByNameToSpace(String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Deprecated.
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(RemoteLabel, long) - Method in class com.atlassian.confluence.rpc.soap.services.LabelsSoapService
 
addLabelByObject(String, RemoteLabel, long) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Deprecated.
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
 
addLabelling(Labelling) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
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(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(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.
 
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(ContentId, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentLabelsResource
 
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.
 
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, ConfluenceUser, 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(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
 
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.jackson2.resources.LabelWatchesResource
 
addLatch(Class, LatchedEventListener) - Method in class com.atlassian.confluence.test.rpc.EventLatchManager
 
addLike(ContentEntityObject, ConfluenceUser) - Method in class com.atlassian.confluence.impl.like.DefaultLikeManager
 
addLike(ContentEntityObject, ConfluenceUser) - Method in class com.atlassian.confluence.impl.like.HibernateLikeEntityDao
 
addLike(ContentEntityObject, ConfluenceUser) - Method in interface com.atlassian.confluence.impl.like.LikeEntityDao
Add a like on the content entity for the given user.
addLike(ContentEntityObject, ConfluenceUser) - 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
 
addLink(Link) - 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(Link) - Method in class com.atlassian.confluence.api.model.permissions.ContentRestrictionsPageResponse.ContentRestrictionPageResponseBuilder
 
addLink(LinkType, String) - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
 
addLink(LinkType, String) - Method in class com.atlassian.confluence.api.model.content.Space.SpaceBuilder
 
addLink(LinkType, String) - Method in class com.atlassian.confluence.api.model.permissions.ContentRestrictionsPageResponse.ContentRestrictionPageResponseBuilder
 
addLink(Link) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
Add a link to the list
addLink(Link) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
addLink(Link) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntity
 
addLink(Link) - Method in class com.atlassian.confluence.plugins.rest.jackson2.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
 
addListener(CacheEntryListener<K, V>, boolean) - Method in class com.atlassian.cache.nutcluster.asyncinvalidation.AsyncInvalidationCache
 
addListener(CacheEntryListener<K, V>, boolean) - Method in class com.atlassian.cache.nutcluster.asyncinvalidation.AsyncReplicationCache
 
addLocal(Group) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdGroupDao
 
addLocal(Group) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateGroupDao
 
addLocal(Group) - Method in interface com.atlassian.confluence.impl.user.crowd.hibernate.InternalGroupDao
 
AddLoggerTask() - Constructor for class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction.AddLoggerTask
 
addMacroNameToExclusionSet(String) - Static method in class com.atlassian.confluence.content.render.xhtml.view.macro.ViewMacroMarshaller
Adds provided macro name to the excluded macros set.
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.
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(FieldMapping) - Method in class com.atlassian.confluence.search.v2.FieldMappings
Add the specified field mapping if it's not already present.
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 com.atlassian.confluence.impl.user.DefaultUserAccessor
Adds the specified user to this group.
addMembership(Group, User) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
addMembership(Group, User) - Method in interface com.atlassian.confluence.user.UserAccessor
 
addMembership(Group, User) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroupManager
Deprecated.
 
addMembership(String, String) - Method in class com.atlassian.confluence.api.impl.service.people.PersonServiceImpl
 
addMembership(String, String) - Method in class com.atlassian.confluence.api.impl.service.people.ReadOnlyPersonService
 
addMembership(String, String) - Method in interface com.atlassian.confluence.api.service.people.PersonService
Add the given User identified by username to the given Group identified by groupName.
addMembership(String, String) - Method in class com.atlassian.confluence.impl.user.DefaultUserAccessor
 
addMembership(String, String) - Method in interface com.atlassian.confluence.rest.client.RemotePersonService
Add the given User identified by username to the given Group identified by groupName.
addMembership(String, String) - Method in class com.atlassian.confluence.rest.client.RemotePersonServiceImpl
 
addMembership(String, String) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
addMembership(String, String) - Method in interface com.atlassian.confluence.user.UserAccessor
 
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(StateChangeInformation.MessageLevel, String) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.dao.DenormalisedChangeLogDao
 
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
addMessageToStateLog(StateChangeInformation.MessageLevel, String) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.DenormalisedPermissionStateLogService
Saves information about changed state (or about an important event) to a dedicated table
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(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(Collection<? extends T>) - Method in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
 
addMust(U) - Method in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
 
addMust(U...) - Method in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
 
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(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(Collection<? extends T>) - Method in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
 
addMustNot(U) - Method in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
 
addMustNot(U...) - Method in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
 
addNewSid(String, DenormalisedSidType) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.user.dao.DenormalisedSidDao
 
addNotificationEmail(String) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreSettings.Builder
 
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
 
addOperation(Operation) - Method in class com.atlassian.confluence.importexport.xmlimport.OperationSet
Deprecated.
 
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
 
addOutgoingLink(OutgoingLink) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
addPage(PageReport) - Method in class com.atlassian.confluence.mail.reports.SpaceReport
 
addPage(Page) - Method in class com.atlassian.confluence.mail.reports.ChangeDigestReport
 
addPageRequest(WebTarget, PageRequest) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteService
 
addPageRequest(WebTarget, PageRequest) - Method in class com.atlassian.confluence.rest.client.RemoteContentServiceImpl.RemoteContentFinderImpl
 
addPageRequestParams(WebTarget, 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.ReadOnlySpace
Deprecated.
 
addPageTemplate(PageTemplate) - Method in class com.atlassian.confluence.spaces.Space
 
addPageToFavourites(ConfluenceUser, AbstractPage) - Method in class com.atlassian.confluence.impl.userstatus.DefaultFavouriteManager
 
addPageToFavourites(ConfluenceUser, 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.v2.impl.AbstractNav
 
addParam(String, Object) - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.BaseNav
 
addParam(String, Object) - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.RelevantViewRestrictionsNavImpl
 
addParam(String, Object) - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.SpacePermissionNavImpl
 
addParam(String, String) - Method in class com.atlassian.confluence.rest.serialization.jackson2.RestData.RestDataBuilder
 
addParameter(String, Object) - Method in class com.atlassian.confluence.impl.sitemesh.ApplyDecoratorDirective
 
addParameter(String, String) - Method in class com.atlassian.confluence.api.model.content.MacroInstance.MacroBuilder
 
addParameter(String, String) - Method in class com.atlassian.confluence.servlet.simpledisplay.ConvertedPath
 
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
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(ContentPermission) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
addPermission(SpacePermission) - Method in class com.atlassian.confluence.impl.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 class com.atlassian.confluence.impl.security.administrators.EditSpacePermissionsAdministrator
 
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.spaces.ReadOnlySpace
Deprecated.
 
addPermission(SpacePermission) - Method in class com.atlassian.confluence.spaces.Space
 
addPermission(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntityUserPermissions
 
addPermissionsToSpace(String[], String, String) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
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, 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) - 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 interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Add a Space Permission for a user or group
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(RemoteSpace, String) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
addPersonalSpace(String, RemoteSpace, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Deprecated.
since 9.3.0, use
invalid reference
com.atlassian.confluence.api.service.content.SpaceService#createPersonal(PersonalSpaceDetailsForCreation)
instead
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(RemoteSpace, String) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
addPersonalSpaceWithDefaultPermissions(String, RemoteSpace, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Deprecated.
since 9.3.0, use
invalid reference
com.atlassian.confluence.api.service.content.SpaceService#createPersonal(PersonalSpaceDetailsForCreation)
instead
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
 
addPluginModuleData(List<? extends ModuleDescriptor<BackupRestoreProvider>>) - Method in interface com.atlassian.confluence.impl.backuprestore.backup.container.BackupContainerWriter
 
addPluginModuleData(List<? extends ModuleDescriptor<BackupRestoreProvider>>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.container.XmlBackupContainerWriter
Create the data file for a specific plugin module into the backup zip file using the module Descriptors
AddPrefetchChangeDocumentIndexTask - Class in com.atlassian.confluence.internal.search.tasks
Adding change document based on prefetch data
AddPrefetchChangeDocumentIndexTask(Searchable, PrefetchAtlassianDocumentRetriever, boolean) - Constructor for class com.atlassian.confluence.internal.search.tasks.AddPrefetchChangeDocumentIndexTask
 
AddPrefetchedDocumentIndexTask - Class in com.atlassian.confluence.internal.search.tasks
This class simply write document into Lucene/OS without needed to extract it
AddPrefetchedDocumentIndexTask(Searchable, PrefetchAtlassianDocumentRetriever) - Constructor for class com.atlassian.confluence.internal.search.tasks.AddPrefetchedDocumentIndexTask
 
addProductLicense(String, String) - Method in class com.atlassian.sal.confluence.license.ConfluenceLicenseHandler
 
addProductLicenses(Set<RawProductLicense>) - Method in class com.atlassian.sal.confluence.license.ConfluenceLicenseHandler
 
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 interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
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(EntityObjectReadyForExport.Property) - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport
 
addProperty(String, String) - Method in class com.atlassian.confluence.impl.sitemesh.VelocitySitemeshPage
 
addRecord(DenormalisedSpacePermission, SpacePermissionType) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.dao.DenormalisedSpacePermissionDao
 
addReference(EntityObjectReadyForExport.Reference) - Method in class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport
 
addReferenceFrom(OutgoingLink) - Method in class com.atlassian.confluence.pages.actions.ListUndefinedPagesAction.UndefinedPage
 
addRelation(RelatableEntity, RelatableEntity, RelationDescriptor) - Method in interface com.atlassian.confluence.dmz.relations.RelationManager
Create a new relation between 2 entities.
addRelation(RelatableEntity, RelatableEntity, RelationDescriptor) - Method in class com.atlassian.confluence.internal.relations.DefaultRelationManager
 
addRememberMeCookie(HttpServletRequest, HttpServletResponse, Principal) - Static method in class com.atlassian.confluence.util.SeraphUtils
Adds a "remember me" cookie to the response for the given principal.
addRemoteAddress(long, RemoteAddress) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdApplicationDao
 
addRemoteAddress(long, RemoteAddress) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateApplicationDao
 
Addressable - Interface in com.atlassian.confluence.core
Any addressable object has a URL and title.
AddressableAttachment - Record Class in com.atlassian.confluence.pages
 
AddressableAttachment(Attachment) - Constructor for record class com.atlassian.confluence.pages.AddressableAttachment
Creates an instance of a AddressableAttachment record class.
AddressableComment - Record Class in com.atlassian.confluence.pages
 
AddressableComment(Comment) - Constructor for record class com.atlassian.confluence.pages.AddressableComment
Creates an instance of a AddressableComment record class.
AddressableExtractor - Class in com.atlassian.confluence.impl.search.v2.extractor
Extractor for CHANGE index, responsible for indexing the title and url path of Addressable content.
AddressableExtractor() - Constructor for class com.atlassian.confluence.impl.search.v2.extractor.AddressableExtractor
 
AddressablePage - Record Class in com.atlassian.confluence.pages
 
AddressablePage(AbstractPage) - Constructor for record class com.atlassian.confluence.pages.AddressablePage
Creates an instance of a AddressablePage record class.
AddressableSpace - Record Class in com.atlassian.confluence.spaces
 
AddressableSpace(Space) - Constructor for record class com.atlassian.confluence.spaces.AddressableSpace
Creates an instance of a AddressableSpace record class.
addressFromIpString(String) - Static method in class com.atlassian.confluence.util.ClusterUtils
Takes a raw IP string and converts it to an InetAddress.
addRestResponse(Class<?>, ResponseDoc, OpenAPI, Operation) - Method in class com.atlassian.confluence.swagger.enricher.AbstractResponseDocsEnricher
 
addRestriction(TrustedApplicationRestriction) - Method in class com.atlassian.confluence.security.trust.ConfluenceTrustedApplication
 
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 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.
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
 
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 interface com.atlassian.confluence.pages.ancestors.AncestorsDao
Adds one record to CONFANCESTORS table
addsAncestor(Long, Long, int) - Method in class com.atlassian.confluence.pages.ancestors.DefaultAncestorsDao
Adds one record to CONFANCESTORS table
addSection(String, 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.
addServlet(Plugin, String, HttpServlet, ServletContext) - Method in class com.atlassian.confluence.plugin.servlet.filter.EnhancedServletModuleManagerWrapper
 
addServlet(Plugin, String, String) - Method in class com.atlassian.confluence.plugin.servlet.filter.EnhancedServletModuleManagerWrapper
 
addServletModule(ServletModuleDescriptor) - Method in class com.atlassian.confluence.plugin.servlet.filter.EnhancedServletModuleManagerWrapper
 
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(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(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(Collection<? extends T>) - Method in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
 
addShould(U) - Method in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
 
addShould(U...) - Method in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
 
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, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
addSpace(RemoteSpace) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
addSpace(String, RemoteSpace) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
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, String) - Method in class com.atlassian.confluence.impl.incrementalsync.CachedSpaceFilteringManager
 
addSpace(String, String) - Method in class com.atlassian.confluence.impl.incrementalsync.DefaultSpaceFilteringManager
 
addSpace(String, String) - Method in interface com.atlassian.confluence.incrementalsync.SpaceFilteringManager
Add space key to the allowlist
addSpace(String, Hashtable) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
addSpace(String, Hashtable) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
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 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(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
 
addSpaceKey(String) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreSettings.Builder
 
addSpaceKeys(Collection<String>) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
addSpaceNotification(User, Space) - 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 class com.atlassian.confluence.mail.notification.DefaultNotificationManager
 
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
 
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(ConfluenceUser, Space) - Method in class com.atlassian.confluence.impl.userstatus.DefaultFavouriteManager
 
addSpaceToFavourites(ConfluenceUser, 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
 
addSpaceWatch(UserKey, String, List<ContentType>, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.UserWatchResource
 
addSpaceWithDefaultPermissions(RemoteSpace) - Method in class com.atlassian.confluence.rpc.soap.services.SpacesSoapService
 
addSpaceWithDefaultPermissions(String, RemoteSpace) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
addSpaceWithDefaultPermissions(String, RemoteSpace) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
addSpaceWithDefaultPermissions(String, RemoteSpace) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
AddStringVirtualColumnForNullableColumnCommand - Class in com.atlassian.confluence.upgrade.ddl
A command for creating a string virtual column with default placeholder based on a nullable column of a table
AddStringVirtualColumnForNullableColumnCommand(String, String, String, String) - Constructor for class com.atlassian.confluence.upgrade.ddl.AddStringVirtualColumnForNullableColumnCommand
 
addTask(ConfluenceIndexTask) - Method in class com.atlassian.confluence.impl.search.CompositeIndexManager
 
addTask(ConfluenceIndexTask) - Method in interface com.atlassian.confluence.internal.search.IncrementalIndexManager
Adds a new task to the index queue
addTask(ConfluenceIndexTask) - Method in class com.atlassian.confluence.internal.search.LuceneIncrementalIndexManager
 
addTask(ConfluenceIndexTask) - Method in interface com.atlassian.confluence.search.IndexManager
Adds a new task to the index queue
addTaskToRefreshPersistentCache(long, int) - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.AdaptiveMostUsedLabelsCacheImpl
Adds a new task for refreshing cache records in the queue If there is another cache record in the queue, we should not add a new one We need to update the existing one (if required)
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.
addTerm(Term) - Method in class com.atlassian.confluence.impl.search.v2.lucene.filter.MultiTermFilter
 
addTestAttributes(UserTemplateWithCredentialAndAttributes) - Static method in class com.atlassian.integrationtest.confluence.user.persistence.dao.hibernate.CrowdIntegrationTestHelper
 
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() - Method in class com.atlassian.confluence.user.actions.ViewMembersOfGroupAction
 
addToHistory(ContentEntityObject) - Method in class com.atlassian.confluence.core.ConfluenceActionSupport
 
addToken(String) - Method in class com.atlassian.confluence.search.v2.summary.Excerpt
 
addTopLevelTab(String, ConfluenceWebSectionModuleDescriptor, WebItemModuleDescriptor, Iterable<? extends 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.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) - 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.
addUncategorizedMigrationException(MigrationException) - Method in class com.atlassian.confluence.content.render.xhtml.migration.exceptions.ExceptionReport
 
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
 
addUnlicensedUserGlobalPermission(String) - Method in class com.atlassian.confluence.functest.rest.admin.PermissionsResource
 
addUnlicensedUserSpacePermission(String, String) - Method in class com.atlassian.confluence.functest.rest.admin.PermissionsResource
 
addUnsatisfiedObjectDependencies(Set<TransientHibernateHandle>, ImportedObject) - Method in class com.atlassian.confluence.importexport.xmlimport.ImportProcessorContext
Deprecated.
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
 
addUser(UserEntity) - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.UserEntityList
 
addUser(RemoteUser, String, boolean) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
Adds user.
addUser(User, String) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
addUser(UserWithAttributes, String) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
addUser(UserTemplateWithAttributes, String) - Method in class com.atlassian.confluence.impl.user.crowd.CrowdDirectoryEntityHelper
 
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) - 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 interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Adds a user with the given RemoteUser object and password
addUser(String, RemoteUser, String, boolean) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
addUser(String, RemoteUser, String, boolean) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
addUser(String, String, String, String) - Method in class com.atlassian.confluence.impl.user.DefaultUserAccessor
 
addUser(String, String, String, String) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
addUser(String, String, String, String) - Method in interface com.atlassian.confluence.user.UserAccessor
addUser(String, String, String, String, String[]) - Method in class com.atlassian.confluence.impl.user.DefaultUserAccessor
 
addUser(String, String, String, String, String[]) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
addUser(String, String, String, String, String[]) - Method in interface com.atlassian.confluence.user.UserAccessor
addUser(String, Hashtable, String) - 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 interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
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
 
addUserGlobalPermission(String, String) - Method in class com.atlassian.confluence.functest.rest.admin.PermissionsResource
 
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
 
addUserSpacePermission(String, String, String) - Method in class com.atlassian.confluence.functest.rest.admin.PermissionsResource
 
addUserToGroup(long, String, String) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdMembershipDao
 
addUserToGroup(long, String, String) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateMembershipDao
 
addUserToGroup(ConfluenceUser, Group) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
addUserToGroup(User, Group) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
addUserToGroup(User, String) - Static method in class com.atlassian.confluence.user.ConfluenceGroupJoiningAuthenticator
 
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 interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
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
 
addUserToGroups(long, String, Set<String>) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdMembershipDao
 
addUserToGroups(long, String, Set<String>) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateMembershipDao
 
addUtilsToContext(Map<String, Object>) - Static method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
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.model.validation.ApiBackedActionHelper
 
addValidationErrors(ConfluenceActionSupport) - Method in class com.atlassian.confluence.core.actions.ServiceBackedActionHelper
 
addVelocityContextParam(String, Object) - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
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.
addWorkingEntity(ConfluenceEntityObject) - Method in class com.atlassian.confluence.importexport.DefaultExportContext
Deprecated.
Add to the entities to be exported.
ADG - Enum constant in enum class com.atlassian.confluence.mail.notification.listeners.NotificationTemplate
Deprecated.
 
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 - Variable in class it.com.atlassian.confluence.AbstractInjectableStateTest
 
ADMIN - Enum constant in enum class com.atlassian.confluence.api.service.retention.SpaceRetentionPolicyPermissionService.PermissionLevel
Deprecated.
 
ADMIN - Enum constant in enum class com.atlassian.confluence.macro.browser.beans.MacroCategory
 
ADMIN - Enum constant in enum class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceService.Style
Style for admin pages.
ADMIN - Static variable in class com.atlassian.confluence.impl.audit.AuditCategories
 
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_SPACE_SUBPATH - Static variable in class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl
 
ADMIN_TASK_DATA_NAMESPACE - Static variable in class com.atlassian.confluence.admin.DefaultAdminTasklistManager
 
ADMIN_UI_KEYS - Static variable in class com.atlassian.confluence.setup.settings.init.ConfluenceAdminUiProperties
 
AdminActionBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
 
AdminActionBreadcrumb(ConfluenceActionSupport) - 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(AuditHandlerService, AuditService, AuditHelper, StandardAuditResourceTypes, AuditingContext) - 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.
AdminGroupResource - Class in com.atlassian.confluence.plugins.restapi.resources
REST API for Group management actions that require elevated privileges.
AdminGroupResource(GroupService) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.AdminGroupResource
 
ADMINISTER - Static variable in class com.atlassian.confluence.api.model.permissions.OperationKey
 
ADMINISTER - Static variable in class com.atlassian.confluence.security.Permission
 
ADMINISTER - Static variable in class com.atlassian.confluence.security.SpacePermission
 
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
 
AdminItemSearchSectionProvider - Class in com.atlassian.confluence.plugins.quicknav.admin
Section provider for quick nav that includes admin items in the results.
AdminItemSearchSectionProvider(DynamicWebInterfaceManager, PermissionManager) - Constructor for class com.atlassian.confluence.plugins.quicknav.admin.AdminItemSearchSectionProvider
 
AdminPermissionCheckExemptions - Class in com.atlassian.confluence.impl.security
Allows members of the 'confluence-administrators' group to be exempt from permission checks, or if a temporary request-level exemption has been applied.
AdminPermissionCheckExemptions(DisabledUserManager, CrowdService) - Constructor for class com.atlassian.confluence.impl.security.AdminPermissionCheckExemptions
 
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
 
AdminSpaceResource - Class in com.atlassian.confluence.plugins.restapi.resources
REST API for Space management actions that require elevated privileges.
AdminSpaceResource(SpaceService) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.AdminSpaceResource
 
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
 
AdminTaskListConfig - Class in com.atlassian.confluence.impl.admin
A Spring Configuration which defines the AdminTasklistManager bean.
AdminTaskListConfig() - Constructor for class com.atlassian.confluence.impl.admin.AdminTaskListConfig
 
AdminTasklistManager - Interface in com.atlassian.confluence.admin
Handles storage and retrieval of AdminTasks.
AdminUiProperties - Interface in com.atlassian.confluence.setup.settings.init
 
AdminUserResource - Class in com.atlassian.confluence.plugins.restapi.resources
REST API for User management actions that require elevated privileges.
AdminUserResource(PersonService) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.AdminUserResource
 
AdminUsersResource - Class in com.atlassian.confluence.plugins.restapi.resources
REST API for users management actions that require elevated privileges.
AdminUsersResource(PersonService) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.AdminUsersResource
 
ADVANCED - Enum constant in enum class com.atlassian.confluence.util.SearchTermType
 
AdvancedBulkPermissionService - Interface in com.atlassian.confluence.security.denormalisedpermissions
Advanced bulk permission service provides low-level access to fast permissions service.
AdvancedBulkPermissionServiceImpl - Class in com.atlassian.confluence.security.denormalisedpermissions.impl
 
AdvancedBulkPermissionServiceImpl(DenormalisedPermissionStateManager, DenormalisedSidManager, ConfluenceAccessManager, EventPublisher, DenormalisedContentChangeLogListener, DenormalisedSpaceChangeLogListener) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.AdvancedBulkPermissionServiceImpl
 
AdvancedSearchTipsAction - Class in com.atlassian.confluence.pages.actions
 
AdvancedSearchTipsAction() - Constructor for class com.atlassian.confluence.pages.actions.AdvancedSearchTipsAction
 
advice() - Static method in class com.atlassian.confluence.impl.profiling.ThreadLocalMethodHooks
 
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
 
affectedObject(AffectedObject) - Method in class com.atlassian.confluence.api.model.audit.AuditRecord.Builder
Deprecated.
 
AffectedObject - Class in com.atlassian.confluence.api.model.audit
Deprecated.
since 7.5.0. Use AuditResource from atlassian-audit-api
AffectedObject.Builder - Class in com.atlassian.confluence.api.model.audit
Deprecated.
 
AffectedObjectEntity - Class in com.atlassian.confluence.impl.audit
Deprecated.
since 7.5.0. Audit records should be persisted via atlassian-audit-plugin
AffectedObjectEntity(String, String, AuditRecordEntity) - Constructor for class com.atlassian.confluence.impl.audit.AffectedObjectEntity
Deprecated.
 
after() - Method in class com.atlassian.confluence.ConfigureJohnson
 
after() - Method in class com.atlassian.confluence.test.util.RestoreThreadContextClassloader
 
after() - Method in class com.atlassian.confluence.util.test.rules.RestoreThreadContextClassloader
Deprecated.
 
after() - Method in class it.com.atlassian.confluence.AbstractInjectableConfluenceSingleContextSpringPersistenceTest.InitThreadLocalCacheRule
 
AFTER - Enum constant in enum class com.atlassian.confluence.api.testsupport.matchers.model.content.DateContentMatcher.Direction
 
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
 
afterCommit() - Method in class com.atlassian.confluence.internal.content.collab.ThreadLocalCleanUpSynchronization
 
afterCompletion(int) - Method in class com.atlassian.confluence.internal.content.collab.ThreadLocalCleanUpSynchronization
 
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.confluence.impl.user.crowd.hibernate.batch.Hibernate5BatchFinder
 
afterProcessBatch() - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.batch.Hibernate5BatchProcessor
 
afterProcessCollection() - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.batch.Hibernate5BatchProcessor
 
afterProcessIndividual() - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.batch.Hibernate5BatchProcessor
 
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.cluster.nutcluster.NutclusterOsgiListener
 
afterPropertiesSet() - Method in class com.atlassian.confluence.impl.backuprestore.ConfluenceBackupRestoreJobCanceller
 
afterPropertiesSet() - Method in class com.atlassian.confluence.impl.backuprestore.restore.confluencelocker.ConfluenceLockerOnSiteRestore
 
afterPropertiesSet() - Method in class com.atlassian.confluence.impl.index.DefaultIndexRecoveryService
 
afterPropertiesSet() - Method in class com.atlassian.confluence.impl.index.NoopIndexRecoveryService
 
afterPropertiesSet() - Method in class com.atlassian.confluence.impl.journal.JournalStateResettingListener
 
afterPropertiesSet() - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdGroupDao
 
afterPropertiesSet() - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUserDao
 
afterPropertiesSet() - Method in class com.atlassian.confluence.internal.search.v2.lucene.Slf4JInfoStream
 
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.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.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.security.DefaultCaptchaManager
 
afterPropertiesSet() - Method in class com.atlassian.confluence.servlet.simpledisplay.BlogPathConverter
 
afterPropertiesSet() - Method in class com.atlassian.confluence.servlet.simpledisplay.PagePathConverter
 
afterPropertiesSet() - Method in class com.atlassian.confluence.servlet.simpledisplay.SpacePathConverter
 
afterPropertiesSet() - Method in class com.atlassian.confluence.servlet.simpledisplay.UserPathConverter
 
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.extras.aggregation.impl.AggregationWarningManager
 
afterPropertiesSet() - Method in class com.atlassian.confluence.util.profiling.ConfluenceUsageInfoInstrumentProvider
 
afterPropertiesSet() - Method in class com.atlassian.sal.confluence.license.LicenseUpdateListener
 
afterPropertiesSet() - Method in class com.atlassian.sal.confluence.upgrade.ImportFinishedListener
 
afterScan(OpenApiReader, OpenAPI) - Method in class com.atlassian.confluence.swagger.enricher.ConfluenceEnricher
 
afterTestClass(TestContext) - Method in class it.com.atlassian.confluence.plugin.PluginIntegrationTestOsgiContainerExecutionListener
 
afterThrowing(Method, Object[], Object, Exception) - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.ExceptionMonitor.ExceptionCapturingAdvice
 
afterTransactionBegin(Transaction) - Method in class com.atlassian.confluence.core.persistence.hibernate.CompositeInterceptor
 
afterTransactionCompletion(Transaction) - Method in class com.atlassian.confluence.core.persistence.hibernate.CompositeInterceptor
 
ageUnit(AgeUnit) - Method in class com.atlassian.confluence.api.model.retention.RetentionRule.RetentionRuleBuilder
 
AgeUnit - Enum Class in com.atlassian.confluence.api.model.retention
 
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, EventPublisher) - 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
 
AlephBind - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
AlephPort - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
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
 
alias(String, Class) - Method in class com.atlassian.confluence.impl.xstream.ConfluenceXStreamImpl
 
alias(String, Class) - Method in interface com.atlassian.confluence.setup.xstream.ConfluenceXStreamInternal
 
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 - Enum constant in enum class com.atlassian.confluence.importexport.ExportScope
 
ALL - Enum constant in enum class com.atlassian.confluence.macro.query.InclusionCriteria
Associated token must match.
ALL - Enum constant in enum class com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro.Tabs
 
ALL - Enum constant in enum class com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryScope
 
ALL - Enum constant in enum class com.atlassian.confluence.rest.v2.api.annotation.RateLimited.Type
All requests.
ALL - Enum constant in enum class com.atlassian.confluence.schedule.managers.SchedulerRunDetailsPurgeMode
 
ALL - Enum constant in enum class com.atlassian.confluence.search.service.SpaceCategoryEnum
 
ALL - Enum constant in enum class com.atlassian.confluence.test.util.Log4J2Logger.LogLevel
 
ALL - Enum constant in enum class com.atlassian.confluence.util.SearchTermType
 
ALL - Enum constant in enum class com.atlassian.confluence.util.test.rules.Log4J2Logger.LogLevel
Deprecated.
 
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 interface com.atlassian.confluence.search.v2.SpaceCategories
 
ALL_AUTHENTICATED_USERS - Enum constant in enum class com.atlassian.confluence.impl.security.access.SpacePermissionSubjectType
Represents space permissions granted to all authenticated users.
ALL_AUTHENTICATED_USERS_SID - Static variable in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.dao.DenormalisedSpacePermissionDao
 
ALL_CATEGORIES - Static variable in interface com.atlassian.confluence.search.v2.SpaceCategories
 
ALL_GROUPS - Static variable in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroupManager.Queries
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
allAuthorized(Iterable<Target>) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.permissions.ValidationResultMatchers
 
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.
allForbidden(Iterable<Target>) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.permissions.ValidationResultMatchers
 
allGroupsContainingUserQuery(String) - Static method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.utils.GroupMembershipsUtil
Query to search for all groups which contain the user associated with the username
allGroupsInGroupQuery(String) - Static method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.utils.GroupMembershipsUtil
Query to search for all groups which belong to a group associated with the name
allInvalid(Iterable<Target>, Class<? extends ServiceException>) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.permissions.ValidationResultMatchers
 
AllLatestVersionAttachmentIdentifier - Class in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers
Get all latest attachment of a container This will load attachment in a batch (default is 100)
AllLatestVersionAttachmentIdentifier(PageManager, AttachmentManager, long) - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers.AllLatestVersionAttachmentIdentifier
 
AllMacroMetadataCache<T> - 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(CacheFactory, AllMacroMetadataProvider<T>, EventListenerRegistrar, ApplicationStatusService) - Constructor for class com.atlassian.confluence.impl.macro.metadata.AllMacroMetadataCache
 
AllMacroMetadataLoader<T> - 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> - 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_DUPLICATED - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
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, Predicate<? super ConfluenceUser>) - Method in class com.atlassian.confluence.security.DownloadGateKeeper
 
allowAnonymousAccess(String, Predicate<? super ConfluenceUser>) - Method in interface com.atlassian.confluence.security.GateKeeper
 
allowed() - Static method in class com.atlassian.confluence.security.websudo.IPAllowListValidationResult
Creates an instance of IPAllowListValidationResult where the client's IP is allowed.
allowed(String, String) - Static method in class com.atlassian.confluence.security.websudo.IPAllowListValidationResult
Creates an instance of IPAllowListValidationResult where the client's IP is allowed.
ALLOWED_URLS - Static variable in interface com.atlassian.confluence.security.AllowedUrlsProvider
 
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
 
AllowedOperationsEnrichment - Class in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.enrichment
Adds `allowedOperations` collection to entities which has a set `allowedOperations` in hibernate mapping.
AllowedOperationsEnrichment(DatabaseExporterHelper, String, String) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.enrichment.AllowedOperationsEnrichment
 
allowedTransform1Keys() - Method in class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceIntegration
 
allowedTransform1Keys() - Method in class com.atlassian.confluence.plugin.webresource.SetupConfluenceWebResourceIntegration
 
AllowedUrlsProvider - Interface in com.atlassian.confluence.security
 
AllowedUrlsProviderImpl - Class in com.atlassian.confluence.impl.security
Provides urls which could be excluded from some security checks (for e.g.
AllowedUrlsProviderImpl(EventListenerRegistrar) - Constructor for class com.atlassian.confluence.impl.security.AllowedUrlsProviderImpl
 
AllowListLoader - Class in com.atlassian.confluence.impl.util.serialize
 
AllowListLoader(Set<String>) - Constructor for class com.atlassian.confluence.impl.util.serialize.AllowListLoader
 
allowTypes(String[]) - Method in class com.atlassian.confluence.impl.xstream.ConfluenceXStreamImpl
 
allowTypes(String[]) - Method in interface com.atlassian.confluence.setup.xstream.ConfluenceXStreamInternal
 
AllQuery - Class in com.atlassian.confluence.search.v2.query
Represent an entire set of documents.
AllQueryMapper - Class in com.atlassian.confluence.impl.search.v2.mappers
 
AllQueryMapper() - Constructor for class com.atlassian.confluence.impl.search.v2.mappers.AllQueryMapper
 
allUsersInGroupQuery(String) - Static method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.utils.GroupMembershipsUtil
Query to search for all users which belong to a group associated with the name
AlphabeticalGroupingSupport - Class in com.atlassian.confluence.util.actions
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4
AlphabeticalGroupingSupport(Collection) - Constructor for class com.atlassian.confluence.util.actions.AlphabeticalGroupingSupport
Deprecated.
 
AlphabeticalLabelGroupingSupport<T> - Class in com.atlassian.confluence.util.actions
This class provides support for grouping a collection of data alphabetically.
AlphabeticalLabelGroupingSupport(Collection<T>) - 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 Class in com.atlassian.confluence.cluster
 
AlreadyClusteredException(ClusterInformation) - Constructor for exception class com.atlassian.confluence.cluster.AlreadyClusteredException
 
AlreadyExistsException - Exception Class in com.atlassian.confluence.rpc
Exception thrown when a user tries to create an object that already exists
AlreadyExistsException() - Constructor for exception class com.atlassian.confluence.rpc.AlreadyExistsException
 
AlreadyExistsException(String) - Constructor for exception class com.atlassian.confluence.rpc.AlreadyExistsException
 
AlreadyExistsException(String, Throwable) - Constructor for exception class com.atlassian.confluence.rpc.AlreadyExistsException
 
AlreadyExistsException(Throwable) - Constructor for exception class com.atlassian.confluence.rpc.AlreadyExistsException
 
AlterColumnNullabilityCommand - Class in com.atlassian.confluence.upgrade.ddl
Marks a column as not null or nullable.
AlterColumnNullabilityCommand(HibernateDatabaseCapabilities, 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.jackson2.entities.documentation.LinkExamples
 
ALTERNATE_PDF - Static variable in class com.atlassian.confluence.plugins.rest.jackson2.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 com.atlassian.confluence.impl.user.DefaultUserAccessor
 
alterPassword(User, String) - Method in class com.atlassian.confluence.user.ConfluenceUserManager
 
alterPassword(User, String) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
alterPassword(User, String) - Method in interface com.atlassian.confluence.user.UserAccessor
 
alterPassword(User, String) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdUserManager
Deprecated.
 
alterPassword(User, String, String) - Method in class com.atlassian.confluence.impl.user.DefaultUserAccessor
 
alterPassword(User, String, String) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
alterPassword(User, String, String) - Method in interface com.atlassian.confluence.user.UserAccessor
 
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.
alwaysAllowed() - Static method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.utils.ContentFilteringUtils
 
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.nutcluster
Merge policy that takes neither entry, emptying out the keys in the merging map
AlwaysNullMapMergePolicy() - Constructor for class com.atlassian.confluence.cluster.nutcluster.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
 
AlwaysTrueDbAuditingFeature - Class in com.atlassian.confluence.api.impl.service.audit.adapter
 
AlwaysTrueDbAuditingFeature() - Constructor for class com.atlassian.confluence.api.impl.service.audit.adapter.AlwaysTrueDbAuditingFeature
 
AmpsOverridesManager - Interface in com.atlassian.confluence.upgrade
 
AnalyticsEventDynamicFeature - Class in com.atlassian.confluence.plugins.restapi.analytics
 
AnalyticsEventDynamicFeature(EventPublisher) - Constructor for class com.atlassian.confluence.plugins.restapi.analytics.AnalyticsEventDynamicFeature
 
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
 
ANALYZED - Enum constant in enum class com.atlassian.confluence.plugins.index.api.FieldDescriptor.Index
Deprecated.
 
analyzer(AnalyzerDescriptorProvider) - Method in class com.atlassian.confluence.plugins.index.api.mapping.TextFieldMapping.Builder
Specifies the analyzer to be used when indexing the field
analyzer(LanguageDescriptor, MappingAnalyzerDescriptor) - Method in class com.atlassian.confluence.plugins.index.api.LanguageAnalyzerDescriptor.Builder
 
AnalyzerDescriptorProvider - Interface in com.atlassian.confluence.plugins.index.api
Provides a MappingAnalyzerDescriptor that should be used to analyze text for a given LanguageDescriptor if it is defined.
AnalyzerFilter - Class in com.atlassian.confluence.impl.search.v2.lucene.analysis.tokenfilter
 
AnalyzerFilter(TokenStream, String, Analyzer) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.analysis.tokenfilter.AnalyzerFilter
Construct a token stream filtering the given input.
AncestorRebuildException - Exception Class in com.atlassian.confluence.pages.ancestors
Thrown when there is a problem rebuilding the page ancestor tree.
AncestorRebuildException() - Constructor for exception class com.atlassian.confluence.pages.ancestors.AncestorRebuildException
 
AncestorRebuildException(String) - Constructor for exception class com.atlassian.confluence.pages.ancestors.AncestorRebuildException
 
AncestorRebuildException(String, Throwable) - Constructor for exception class com.atlassian.confluence.pages.ancestors.AncestorRebuildException
 
AncestorRebuildException(Throwable) - Constructor for exception class com.atlassian.confluence.pages.ancestors.AncestorRebuildException
 
AncestorRecordsGenerator - Class in com.atlassian.confluence.impl.backuprestore.restore.persisters
Persists page ancestors (see CONFANCESTORS table).
AncestorRecordsGenerator(ExportableEntityInfo) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.persisters.AncestorRecordsGenerator
 
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 - Interface in com.atlassian.confluence.pages.ancestors
JDBC methods for operations with CONFANCESTORS table.
AncestorsEntityInfo - Class in com.atlassian.confluence.impl.backuprestore.hibernate
Custom entity info for CONFANCESTORS table.
AncestorsEntityInfo(SessionFactoryImplementor) - Constructor for class com.atlassian.confluence.impl.backuprestore.hibernate.AncestorsEntityInfo
 
AncestorsEntityInfo.EntityClass - Class in com.atlassian.confluence.impl.backuprestore.hibernate
We do not have a dedicated class for ancestors, so we use this fake class basically for logging or methods like equals etc
AncestorsEraser - Class in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers
Deletes ancestors records from CONFANCESTORS table.
AncestorsEraser(SpaceDeletionSqlScriptsRunner) - Constructor for class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.AncestorsEraser
 
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 - Enum constant in enum class com.atlassian.confluence.search.v2.BooleanOperator
 
AND - Static variable in class com.atlassian.confluence.impl.retention.rules.RetentionRuleFormatter
 
andCanViewPredicate(Predicate<? super T>...) - Method in class com.atlassian.confluence.impl.security.PermissionPredicates
 
andContext(Map<String, Object>) - Method in class com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem.Builder
Deprecated.
 
andContextEntry(String, Object) - Method in class com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem.Builder
Deprecated.
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
Deprecated.
 
andRelatedBodyParts(Iterable<? extends DataSource>) - Method in class com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem.Builder
Deprecated.
 
andReplyTo(String) - Method in class com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem.Builder
Deprecated.
 
ANDROID - Enum constant in enum class com.atlassian.confluence.util.MobileUtils.MobileOS
 
andSender(User) - Method in class com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem.Builder
Deprecated.
 
andTemplateLocation(String) - Method in class com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem.Builder
Deprecated.
Set the location of the template specified as templateFileName in the constructor.
ANNOTATED_PERMITTED_CHECKER_ATTR - Static variable in interface com.atlassian.confluence.impl.security.access.AnnotatedPermitChecker
 
AnnotatedAccessEnforcer - Class in com.atlassian.confluence.impl.webapp.security.enforcer
This will check annotations from com.atlassian.annotations.security for all Struts actions
AnnotatedAccessEnforcer() - Constructor for class com.atlassian.confluence.impl.webapp.security.enforcer.AnnotatedAccessEnforcer
 
annotatedClasses() - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.HibernateMappingFactory
 
AnnotatedEntityObject - Class in com.atlassian.confluence.core
Class that overrides properties from EntityObject which need to be mapped to the columns in classes that inherit from it.
AnnotatedEntityObject() - Constructor for class com.atlassian.confluence.core.AnnotatedEntityObject
 
AnnotatedMethodTemplate<A> - Class in com.atlassian.confluence.test.util
Template for writing rules which read configuration from a method annotation.
AnnotatedMethodTemplate<A> - Class in com.atlassian.confluence.util.test.rules
Deprecated.
since 7.20 no replacement
AnnotatedMethodTemplate(Class) - Constructor for class com.atlassian.confluence.test.util.AnnotatedMethodTemplate
 
AnnotatedMethodTemplate(Class) - Constructor for class com.atlassian.confluence.util.test.rules.AnnotatedMethodTemplate
Deprecated.
 
AnnotatedPermitChecker - Interface in com.atlassian.confluence.impl.security.access
Helper class which helps to check if checked class contains required annotation or not
AnnotatedPermitChecker.AccessPermission - Record Class in com.atlassian.confluence.impl.security.access
 
annotationClass - Variable in class com.atlassian.confluence.test.util.AnnotatedMethodTemplate
 
annotationClass - Variable in class com.atlassian.confluence.util.test.rules.AnnotatedMethodTemplate
Deprecated.
 
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
 
annotations() - Element in annotation interface com.atlassian.confluence.util.test.ScanningSuite.IncludeWithAnnotation
 
ANNOTATIONS_ENABLE_SYS_PROP - Static variable in class com.atlassian.confluence.impl.velocity.ConfluenceAllowlistIntrospector
EXPERIMENTAL FEATURE - used for internal testing only.
anonymous() - Method in class com.atlassian.confluence.api.impl.service.content.factory.PersonFactory
 
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 - Class in com.atlassian.confluence.api.model.people
 
Anonymous - Class in com.atlassian.confluence.legacyapi.model.people
Deprecated.
since 7.0.1 , use Anonymous
Anonymous(Reference<Icon>, String) - Constructor for class com.atlassian.confluence.api.model.people.Anonymous
 
Anonymous(Icon) - Constructor for class com.atlassian.confluence.api.model.people.Anonymous
Deprecated.
since 5.5. Use
invalid @link
{@link #Anonymous(Reference of Icon, String)
} instead.
Anonymous(Icon) - Constructor for class com.atlassian.confluence.legacyapi.model.people.Anonymous
Deprecated.
 
Anonymous(Icon, String) - Constructor for class com.atlassian.confluence.api.model.people.Anonymous
 
ANONYMOUS - Enum constant in enum class com.atlassian.confluence.impl.security.access.SpacePermissionSubjectType
Represents space permissions granted to anonymous users.
ANONYMOUS - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.GlobalPermissionModelType
 
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.impl.search.v2.extractor.LastModifierNameExtractor
Deprecated.
ANONYMOUS_LAST_MODIFIER_ID - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
Constant to represent the value for an anonymous last modifier in the index.
ANONYMOUS_PATH - Static variable in class com.atlassian.confluence.rest.client.RemoteGlobalPermissionServiceImpl
 
ANONYMOUS_PROFILE_PATH - Static variable in class com.atlassian.confluence.user.actions.ProfilePictureInfo
ANONYMOUS_USER - Static variable in class com.atlassian.confluence.api.model.people.Anonymous
 
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
 
ANONYMOUS_USERS_SID - Static variable in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.dao.DenormalisedSpacePermissionDao
 
Anonymous.AnonymousBuilder - Class in com.atlassian.confluence.api.model.people
 
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
 
AnonymousBuilder() - Constructor for class com.atlassian.confluence.api.model.people.Anonymous.AnonymousBuilder
 
anonymousPermissionRow - Variable in class com.atlassian.confluence.security.actions.AbstractPermissionsAction
 
AnonymousUserPermissionsService - Interface in com.atlassian.confluence.security.service
A service for managing permissions for the anonymous Confluence user.
AnonymousUserPreferences - Class in com.atlassian.confluence.impl.user.preferences
 
AnonymousUserPreferences() - Constructor for class com.atlassian.confluence.impl.user.preferences.AnonymousUserPreferences
 
anotherGroupName() - Static method in class com.atlassian.integrationtest.confluence.user.persistence.dao.hibernate.CrowdIntegrationTestHelper
 
answer(InvocationOnMock) - Method in class com.atlassian.confluence.util.test.EchoAnswer
Deprecated.
 
answer(InvocationOnMock) - Method in class com.atlassian.confluence.util.test.RunRunnableAnswer
 
ANY - Enum constant in enum class com.atlassian.confluence.macro.query.InclusionCriteria
Associated token should match if possible.
ANY_OTHER_TAG - Enum constant in enum class com.atlassian.confluence.impl.content.duplicatetags.internal.Node.Type
 
anyPermitted(Iterable<ContentPermission>, ConfluenceUser) - Method in interface com.atlassian.confluence.security.ContentPermissionTester
 
anyTypeDao - Variable in class com.atlassian.confluence.internal.search.queue.AbstractJournalIndexTaskQueue
 
AnyTypeDao - Interface in com.atlassian.confluence.core.persistence
Deprecated.
since 7.17.0. Will be moved to internal package in the future.
AnyTypeDaoInternal - Interface in com.atlassian.confluence.dmz.hibernate
 
AopUtils - Class in com.atlassian.confluence.util
Utilities for aspect oriented programming
AopUtils() - Constructor for class com.atlassian.confluence.util.AopUtils
 
APACHE_DS_10 - Enum constant in enum class com.atlassian.confluence.user.crowd.CrowdUserDirectoryImplementation
 
APACHE_DS_15 - Enum constant in enum class com.atlassian.confluence.user.crowd.CrowdUserDirectoryImplementation
 
ApacheDS - Interface in com.atlassian.confluence.test.apacheds
 
ApacheDsFactory - Class in com.atlassian.confluence.test.apacheds
 
ApacheDsFactory() - Constructor for class com.atlassian.confluence.test.apacheds.ApacheDsFactory
 
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.model.validation
Helps ConfluenceActionSupport instances deal with the API.
ApiBackedActionHelper(ValidationResult) - Constructor for class com.atlassian.confluence.api.model.validation.ApiBackedActionHelper
 
ApiContentUiSupport<T> - Interface in com.atlassian.confluence.content.ui
Provides metadata about of type com.atlassian.confluence.api.model.content.Container that might be useful in the web tier: the location of icons, relevant CSS classes, links and so on.
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 Class 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.
APP_CONFLUENCE - Static variable in class com.atlassian.confluence.api.model.event.mau.MauApplicationKey
 
APP_MONITORING - Enum constant in enum class com.atlassian.confluence.event.events.monitoring.AbstractMonitoringAuditEvent.MonitoringType
 
append(char) - Method in class com.atlassian.confluence.search.v2.extractor.util.AbstractLengthLimitedStringBuilder
 
append(char) - Method in class com.atlassian.confluence.util.io.CharacterCountingWriter
 
append(char[], int, int) - Method in class com.atlassian.confluence.search.v2.extractor.util.AbstractLengthLimitedStringBuilder
 
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(String) - Method in class com.atlassian.confluence.impl.health.HealthCheckMessage.Builder
Returns a HealthCheckMessage Builder with the given text appended.
append(String) - Method in class com.atlassian.confluence.search.v2.extractor.util.AbstractLengthLimitedStringBuilder
 
appendAmpersandOrQuestionMark(String) - Static method in class com.atlassian.confluence.util.UrlUtils
Appends an ampersand if the given string already contains a question mark, or a question mark otherwise.
appendAmpersandOrQuestionMark(String) - Static method in class com.atlassian.confluence.util.VelocityUtil
Deprecated, for removal: This API element is subject to removal in a future version.
appendedToClassRelatedLogging(Class<?>) - Method in class com.atlassian.confluence.impl.velocity.ConfluenceAllowlistIntrospector
 
appendIfQueryNotPresent(SearchQuery, SearchQuery, SearchQuery) - Static method in class com.atlassian.confluence.search.v2.query.SearchQueryUtils
Append a search query as a top level AND query, if the searchQueryToCheck does not exist in the current search query tree.
appendLink(String, String, boolean) - Method in class com.atlassian.confluence.impl.health.HealthCheckMessage.Builder
Creates a hyperlink.
appendList(Iterable<String>) - Method in class com.atlassian.confluence.impl.health.HealthCheckMessage.Builder
 
appendList(String...) - Method in class com.atlassian.confluence.impl.health.HealthCheckMessage.Builder
 
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
 
appendWildcard(String) - Method in class com.atlassian.confluence.user.actions.BrowseGroupsAction
 
APPLE_OPEN_DIRECTORY - Enum constant in enum class com.atlassian.confluence.user.crowd.CrowdUserDirectoryImplementation
 
Application - Class in com.atlassian.confluence.test.apacheds.boot
A super-skinny SpringBoot application for running a EmbeddedApacheDS as a standalone process.
Application() - Constructor for class com.atlassian.confluence.test.apacheds.boot.Application
 
APPLICATION - Static variable in class com.atlassian.confluence.api.model.permissions.TargetType
 
APPLICATION_MANAGEMENT - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserModelType
 
APPLICATION_NAME - Static variable in class com.atlassian.confluence.user.crowd.EmbeddedCrowdBootstrap
 
APPLICATION_UPDATED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserJournalEntryTypes
 
ApplicationAttributeEntityInfo - Class in com.atlassian.confluence.impl.backuprestore.hibernate
Custom entity info for cwd_application_attribute table.
ApplicationAttributeEntityInfo(SessionFactoryImplementor) - Constructor for class com.atlassian.confluence.impl.backuprestore.hibernate.ApplicationAttributeEntityInfo
 
ApplicationAttributeEntityInfo.EntityClass - Class in com.atlassian.confluence.impl.backuprestore.hibernate
We do not have a dedicated class for cwd_application_attribute, so we use this fake class basically for logging or methods like equals etc
ApplicationCache - Interface in com.atlassian.confluence.impl.user.crowd
Caches Embedded Crowd Application objects by name to avoid frequent retrieval from the database.
ApplicationCache.Loader - Interface in com.atlassian.confluence.impl.user.crowd
Cannot use Function here, since we need to propagate checked exceptions.
ApplicationConfigurationFileStoreFactory - Class in com.atlassian.confluence.impl.filestore
Provides FilesystemFileStore instances via ApplicationConfiguration.
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
 
ApplicationConfigurationResource - Class in com.atlassian.confluence.functest.rest.admin
 
ApplicationConfigurationResource(ApplicationConfiguration) - Constructor for class com.atlassian.confluence.functest.rest.admin.ApplicationConfigurationResource
 
ApplicationContextEventPropagator - Class in com.atlassian.confluence.impl.event
This class listeners for all events of type ConfluenceEvent, and re-published them via the Spring ApplicationEventPublisher.
ApplicationContextEventPropagator() - Constructor for class com.atlassian.confluence.impl.event.ApplicationContextEventPropagator
 
ApplicationJournalMessage - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.journalmessage
A message that represents an application configuration change.
ApplicationJournalMessage(long, long) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.journalmessage.ApplicationJournalMessage
 
ApplicationPermissionsDelegate - Class in com.atlassian.confluence.security.delegate
 
ApplicationPermissionsDelegate() - Constructor for class com.atlassian.confluence.security.delegate.ApplicationPermissionsDelegate
 
ApplicationPersister - Class in com.atlassian.confluence.impl.backuprestore.restore.persisters
Persists ApplicationImpl.
ApplicationPersister(ObjectPersister, AttributeRecordsGenerator) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.persisters.ApplicationPersister
 
applicationProperties() - Method in class com.atlassian.confluence.plugins.restapi.spring.SpringBeans
 
applicationStarted(ApplicationStartedEvent) - Method in class com.atlassian.confluence.impl.profiling.StartupDelayedStackDumper
 
ApplicationStartedEvent - Class in com.atlassian.confluence.event.events.lifecycle
Event produced when the application has completed starting up, and all life-cycle event plug-ins have had their start-up methods called successfully.
ApplicationStartedEvent() - Constructor for class com.atlassian.confluence.event.events.lifecycle.ApplicationStartedEvent
 
ApplicationState - Enum Class 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.
ApplicationStatusServiceListener - Class in com.atlassian.confluence.server
 
ApplicationStatusServiceListener(MutableApplicationStatusService) - Constructor for class com.atlassian.confluence.server.ApplicationStatusServiceListener
 
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
 
ApplicationStoppedEvent - Class in com.atlassian.confluence.event.events.lifecycle
Event produced when the application has shut down, and all the life-cycle plug-ins have had their shutdown methods called.
ApplicationStoppedEvent() - Constructor for class com.atlassian.confluence.event.events.lifecycle.ApplicationStoppedEvent
 
ApplicationStoppingEvent - Class in com.atlassian.confluence.event.events.lifecycle
Event produced when the application is about to shut down, before any shutdown life-cycle plug-ins are run.
ApplicationStoppingEvent() - Constructor for class com.atlassian.confluence.event.events.lifecycle.ApplicationStoppingEvent
 
applicationUpdatedEventCommand(UserGroupCommandSupport, SpaceFilteringService) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandsConfiguration
 
ApplicationUpdatedEventCommand - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands
Command to process ApplicationUpdatedEvent
ApplicationUpdatedEventCommand(UserGroupCommandSupport, SpaceFilteringService) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.ApplicationUpdatedEventCommand
 
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.
 
ApplinksHostConfig - Class in com.atlassian.confluence.impl.applinks
 
ApplinksHostConfig - Class in com.atlassian.testsupport
 
ApplinksHostConfig() - Constructor for class com.atlassian.confluence.impl.applinks.ApplinksHostConfig
 
ApplinksHostConfig() - Constructor for class com.atlassian.testsupport.ApplinksHostConfig
 
apply(double) - Method in enum class com.atlassian.confluence.search.v2.score.FieldValueFactorFunction.Modifier
 
apply(double, double) - Method in enum class com.atlassian.confluence.search.v2.query.FunctionScoreQuery.BoostMode
 
apply(int) - Method in interface com.atlassian.confluence.impl.search.v2.lucene.score.LuceneScoreFunction
 
apply(BackupRestoreJobResult) - Method in class com.atlassian.confluence.impl.backuprestore.converters.BackupRestoreJobResultToJsonConverter
 
apply(BackupRestoreSettings) - Method in class com.atlassian.confluence.impl.backuprestore.converters.PublicSettingsToJsonConverter
 
apply(ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.migration.MigrationAware.MigrationPerformedPredicate
 
apply(ContentEntityObject, int, int) - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.ContentEntityMigrationBatchTask
 
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(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.preprocessing.BandanaXStreamUpgradePreprocessor
 
apply(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.preprocessing.ContentPropertyFilterPreProcessor
 
apply(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.preprocessing.DirectoryEntityObjectPreProcessor
 
apply(ImportedObjectV2) - Method in interface com.atlassian.confluence.impl.backuprestore.restore.preprocessing.ImportedObjectPreprocessor
 
apply(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.preprocessing.PersistentDecoratorUpgradePreprocessor
 
apply(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.preprocessing.UserMappingUpgradePreprocessor
 
apply(ImportedObject) - Method in class com.atlassian.confluence.impl.backuprestore.restore.preprocessing.ImportedObjectV1ToV2Converter
 
apply(Label) - Method in class com.atlassian.confluence.labels.SpecialLabelFilter
 
apply(Label) - Method in class com.atlassian.confluence.labels.VisibleLabelFilter
 
apply(Dimensions) - Method in class com.atlassian.confluence.impl.pages.thumbnail.renderer.AdaptiveThresholdPredicate
Deprecated.
 
apply(SearchResult) - Method in class com.atlassian.confluence.internal.search.contentnames.v2.DefaultSearchResultTransformer
 
apply(ConfluenceUser) - Method in class com.atlassian.confluence.follow.DefaultFollowManager.UserCanUseConfluencePredicate
Deprecated.
 
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(HttpServletResponse) - Method in interface com.atlassian.confluence.web.filter.CachingHeaders
Applies the caching headers to the response.
apply(Object) - Method in class com.atlassian.confluence.event.TypeWhitelist
 
apply(Object) - Method in class com.atlassian.confluence.core.persistence.HsqldbPredicate
 
apply(String) - Method in class com.atlassian.confluence.impl.search.v2.UserLookupHelper
 
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(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(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.EditorWebPanelFunction
 
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.GetActionMessageTextFunction
 
apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.GetContentTypeI18nKeyFunction
 
apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.GetDisplayNameFunction
 
apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.GetIterableListFunction
 
apply(Object...) - Method in class com.atlassian.confluence.plugins.soy.GetPageDiffFunction
 
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.IsContainsFunction
 
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.PutMetadataFunction
 
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(String) - Method in class com.atlassian.confluence.impl.backuprestore.converters.JsonToBackupRestoreJobResultConverter
 
apply(String) - Method in class com.atlassian.confluence.impl.backuprestore.converters.JsonToPublicSettingsConverter
 
apply(String) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchResultFactory.UserLookupHelper
Deprecated.
 
apply(List<EntityObjectReadyForExport>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.EmptyPostExportAction
 
apply(List<EntityObjectReadyForExport>) - Method in interface com.atlassian.confluence.impl.backuprestore.backup.exporters.PostExportAction
Performs action on a collection of Entities after they have been exported
apply(List<EntityObjectReadyForExport>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.site.ContentEntityPostExportAction
 
apply(Locale, String, String) - Method in interface com.atlassian.confluence.languages.TranslationTransform
 
apply(Locale, String, String) - Method in class com.atlassian.confluence.plugin.MockTestTranslationTransform
 
apply(Statement, Description) - Method in class com.atlassian.confluence.test.util.AnnotatedMethodTemplate
 
apply(Statement, Description) - Method in class com.atlassian.confluence.util.test.rules.AnnotatedMethodTemplate
Deprecated.
 
apply(Statement, Description) - Method in class com.atlassian.confluence.util.test.rules.TestResource
Deprecated.
 
apply(T) - Method in interface com.atlassian.confluence.impl.backuprestore.restore.stash.IOFriendlyFunction
 
apply(T, int, int) - Method in interface com.atlassian.confluence.content.render.xhtml.migration.BatchTask
 
apply(T, int, int) - Method in class com.atlassian.confluence.content.render.xhtml.migration.macro.IndexingBatchTask
 
applyChildVersioningPolicy(Versioned, Consumer<? super Versioned>) - Method in class com.atlassian.confluence.core.ContentEntityObject
 
applyChildVersioningPolicy(Versioned, Consumer<? super Versioned>) - 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.
applyChildVersioningPolicy(Versioned, Consumer<? super Versioned>) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
applyChildVersioningPolicy(Versioned, Versioned) - Method in class com.atlassian.confluence.core.persistence.hibernate.VersionedHibernateObjectDao
 
ApplyDecoratorDirective - Class in com.atlassian.confluence.impl.sitemesh
An ApplyDecorator directive for Sitemesh.
ApplyDecoratorDirective() - Constructor for class com.atlassian.confluence.impl.sitemesh.ApplyDecoratorDirective
 
applyForAnnotation(Statement, Description, A) - Method in class com.atlassian.confluence.test.util.AnnotatedMethodTemplate
 
applyForAnnotation(Statement, Description, A) - Method in class com.atlassian.confluence.util.test.rules.AnnotatedMethodTemplate
Deprecated.
 
applyForAnnotation(Statement, Description, Log4J2Logger.Record) - Method in class com.atlassian.confluence.test.util.Log4J2Logger
 
applyForAnnotation(Statement, Description, SystemProperty.Set) - Method in class com.atlassian.confluence.test.util.SystemProperty
 
applyForAnnotation(Statement, Description, Log4J2Logger.Record) - Method in class com.atlassian.confluence.util.test.rules.Log4J2Logger
Deprecated.
 
applyForAnnotation(Statement, Description, SystemProperties.Set) - Method in class com.atlassian.confluence.util.test.rules.SystemProperties
Deprecated.
 
applyFunctionScoring(SearchQuery) - Method in class com.atlassian.confluence.impl.search.v2.score.DefaultFunctionScoreQueryFactory
 
applyFunctionScoring(SearchQuery) - Method in interface com.atlassian.confluence.search.v2.score.FunctionScoreQueryFactory
Apply function scoring on Confluence documents.
applyIfNonNull(T, Function<T, S>) - Static method in class com.atlassian.confluence.util.GeneralUtil
 
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, int, Function<I, O>) - Method in class com.atlassian.confluence.impl.hibernate.SimpleHibernateBatchOperationManager5
 
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
applyInBatches(Iterable<I>, int, Function<I, O>) - Method in class com.atlassian.confluence.impl.hibernate.SimpleHibernateBatchOperationManager5
 
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.
applyInChunks(Iterable<I>, int, int, Function<List<I>, List<O>>) - Method in class com.atlassian.confluence.impl.hibernate.SimpleHibernateBatchOperationManager5
 
applyLocksToSql(String, LockOptions, Map<String, String[]>) - Method in class com.atlassian.confluence.impl.hibernate.dialect.SQLServerDialect
 
applyLocksToSql(String, LockOptions, Map<String, String[]>) - Method in class com.atlassian.confluence.impl.hibernate.dialect.SQLServerIntlDialectV5
 
applyOptional(int) - Method in interface com.atlassian.confluence.impl.search.v2.lucene.score.LuceneScoreFunction
 
applyPermissionChanges(Collection<SpacePermission>, Collection<SpacePermission>) - Method in class com.atlassian.confluence.impl.security.administrators.AbstractEditPermissionsAdministrator
 
applyPermissionChanges(Collection<SpacePermission>, Collection<SpacePermission>) - Method in class com.atlassian.confluence.impl.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.
applyTimeout(long, ConnectionVerifier.AuthenticationType, Properties) - Method in interface com.atlassian.confluence.internal.diagnostics.ipd.mail.ConnectionVerifier
 
applyToClient(ApacheHttpClient) - Static method in class com.atlassian.confluence.plugins.opensearch.DeleteWithEntityApacheHttpRequestFactory
Replace the "apacheHttpRequestFactory" field in the provided client with this patched implementation
applyTransactionTimeout(Query, 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
AppMonitoringAuditEvent - Class in com.atlassian.confluence.event.events.monitoring
Event that is emitted for change of state in App monitoring toggle from ConfigureMonitoringAction.
AppMonitoringAuditEvent(boolean, boolean, boolean) - Constructor for class com.atlassian.confluence.event.events.monitoring.AppMonitoringAuditEvent
 
AppMonitoringToggledAnalyticsEvent(boolean) - Constructor for class com.atlassian.confluence.event.events.analytics.MonitoringAnalytics.AppMonitoringToggledAnalyticsEvent
 
ARABIC - Enum constant in enum class com.atlassian.confluence.search.SearchLanguage
 
ArabicAnalyzer - Class in com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer.unstemmed
 
ArabicAnalyzer(Version) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer.unstemmed.ArabicAnalyzer
 
ArabicAnalyzerProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language
Arabic language analyzer provider
ArabicAnalyzerProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.ArabicAnalyzerProvider
 
archive(String) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceServiceImpl
 
archive(String) - Method in interface com.atlassian.confluence.api.service.content.SpaceService
Archives a space.
archive(String) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpaceResource
 
archive(String) - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceService
Archives a space.
archive(String) - Method in class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl
 
archived - Variable in class com.atlassian.confluence.spaces.actions.AbstractEditSpaceAction
 
ARCHIVED - Enum constant in enum class com.atlassian.confluence.spaces.SpaceStatus
 
ARCHIVED - Static variable in class com.atlassian.confluence.api.model.content.SpaceStatus
 
ArchivedBackgroundJob - Class in com.atlassian.confluence.impl.backgroundjob.domain
Contains information about archived background jobs only.
ArchivedBackgroundJob() - Constructor for class com.atlassian.confluence.impl.backgroundjob.domain.ArchivedBackgroundJob
 
archivedResultCount - Variable in class com.atlassian.confluence.api.model.search.SearchPageResponse.Builder
 
archivedResultCount() - Method in class com.atlassian.confluence.api.model.search.SearchPageResponse
 
archivedSpacesQuery(boolean) - Method in interface com.atlassian.confluence.search.v2.query.SearchQueryFactory
 
archivedSpacesQuery(boolean) - Method in class com.atlassian.confluence.search.v2.query.SearchQueryFactoryImpl
 
ArchivedSpacesQuery - Class in com.atlassian.confluence.search.v2.query
Filters archived spaces (and their contents) out of search results.
ArchivedSpacesQuery(boolean, SpaceManager) - Constructor for class com.atlassian.confluence.search.v2.query.ArchivedSpacesQuery
 
archiveSpace(Space) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
archiveSpace(Space) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceManager
Deprecated.
 
archiveSpace(Space) - Method in interface com.atlassian.confluence.spaces.SpaceManager
Archive the space.
ArchiveWriter - Interface in com.atlassian.confluence.impl.backuprestore.backup.container
Represents interface capable of archiving data from the input stream
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
 
arguments(Object...) - Method in class com.atlassian.confluence.upgrade.dml.SelectWithOffsetLimitCommand.Builder
Set the arguments to be substituted into the query.
ArtificialHibernateEntity - Interface in com.atlassian.confluence.impl.backuprestore.hibernate
Indicates that the entity is artificial and should not take part in statistics.
asAnonymousUser(Callable<T>) - Method in enum class com.atlassian.confluence.user.AuthenticatedUserImpersonator
 
ASC - Enum constant in enum class com.atlassian.confluence.content.CustomContentManager.SortOrder
 
asCDataEncodedString() - Method in class com.atlassian.confluence.security.persistence.dao.hibernate.KeyTransferBean
Yuck this makes me sick.
ASCENDING - Enum constant in enum class com.atlassian.confluence.search.v2.SearchSort.Order
 
ASCENDING - Static variable in class com.atlassian.confluence.search.v2.sort.ContentIdSort
 
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
 
asClusterEventService() - Method in interface com.atlassian.confluence.cluster.nutcluster.NutclusterClusterEventService
Deprecated.
 
asContentBodyBuilder() - Method in record class com.atlassian.confluence.dmz.service.content.ContentBodyConversionManager.ConversionResult
 
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.jackson2.Dates
Converts the given DateTime object to a String.
asEndElement() - Method in class com.atlassian.confluence.xml.NoAutoescapeCharacters
 
asHtml() - Method in class com.atlassian.confluence.impl.health.HealthCheckMessage
returns the current message state formatted as HTML
ASIDE - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayoutCellType
Aside column.
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
 
asLowercase(boolean) - Method in class com.atlassian.confluence.plugins.index.api.mapping.StringFieldMapping.Builder
Set whether this field is a lowercase
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
 
asPredicate() - Method in class com.atlassian.confluence.api.impl.service.content.finder.AbstractContentFinder
gets the filters in this Finder as a predicates, entities that are accepted by this predicate match the finder criteria
asPredicateWithContentType(ContentType) - Method in class com.atlassian.confluence.api.impl.service.content.finder.AbstractContentFinder
gets the filters in this Finder as a predicate with the addition of adding a contentType predicate for the given content type.
asPredicateWithContentTypes(ContentType...) - Method in class com.atlassian.confluence.api.impl.service.content.finder.AbstractContentFinder
 
asPredicateWithoutContentTypeFiltering() - Method in class com.atlassian.confluence.api.impl.service.content.finder.AbstractContentFinder
 
assemble(Serializable, Object) - Method in class com.atlassian.confluence.core.BodyTypeUserType
 
assemble(Serializable, Object) - Method in class com.atlassian.confluence.impl.hibernate.HibernateUserType
 
assemble(Serializable, Object) - Method in class com.atlassian.confluence.impl.hibernate.SpoolingBlobInputStreamType
 
assemble(Serializable, Object) - Method in class com.atlassian.hibernate.BucketClobStringType
 
assertCanAdminister() - 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 interface com.atlassian.confluence.rpc.soap.services.SoapServiceHelper
 
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
 
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
 
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.
assertCanView(AbstractPage) - 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 interface com.atlassian.confluence.rpc.soap.services.SoapServiceHelper
 
assertCanView(Space) - Method in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
 
assertDatabaseIsNotLocked() - Static method in class com.atlassian.confluence.impl.backuprestore.restore.confluencelocker.ConfluenceLockerOnSiteRestore
Does nothing is the database is not locked.
assertEquals(Document) - Method in class com.atlassian.confluence.util.test.rules.XmlResource
Deprecated.
 
assertEqualsTestAttributes(Attributes) - Static method in class com.atlassian.integrationtest.confluence.user.persistence.dao.hibernate.CrowdIntegrationTestHelper
 
assertEqualsTestAttributes(InternalGroup) - Static method in class com.atlassian.integrationtest.confluence.user.persistence.dao.hibernate.CrowdIntegrationTestHelper
 
assertEqualsTestAttributes(InternalUser) - Static method in class com.atlassian.integrationtest.confluence.user.persistence.dao.hibernate.CrowdIntegrationTestHelper
 
assertHasValidWebSudoSession() - Method in interface com.atlassian.confluence.rpc.soap.services.SoapServiceHelper
 
assertHasValidWebSudoSession() - Method in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
 
assertImplementation(LocalCacheImplementation) - Static method in enum class com.atlassian.confluence.impl.cache.LocalCacheImplementation
 
assertIsRawBinary(AttachmentDataStreamType) - Static method in class com.atlassian.confluence.pages.persistence.dao.LegacyAttachmentDataDaoSupport
 
assertNoDuplicateBuildNumbers(Iterable<UpgradeTask>) - Static method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
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
 
assertUserHasSystemAdminPermissions() - Method in interface com.atlassian.confluence.backuprestore.BackupRestoreManager
Checks whether the current user can upload a backup file.
assertUserHasSystemAdminPermissions() - Method in class com.atlassian.confluence.impl.backuprestore.ConfluenceBackupRestoreManager
 
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
Deprecated.
 
associatedObjects(Set<AffectedObject>) - Method in class com.atlassian.confluence.api.model.audit.AuditRecord.Builder
Deprecated.
 
asStartElement() - Method in class com.atlassian.confluence.xml.NoAutoescapeCharacters
 
asString() - Method in class com.atlassian.confluence.schedule.ScheduledJobKey
Deprecated.
Returns the key in the following format:
asString(Expansion[]) - Static method in class com.atlassian.confluence.rest.v2.api.model.ExpansionsParser
Converts a collection of Expansions into a single string.
asString(Expansions) - Static method in class com.atlassian.confluence.rest.v2.api.model.ExpansionsParser
Converts a Expansions collection into a single string.
asString(ServletContext, String) - Static method in class com.atlassian.confluence.impl.health.web.JohnsonPageResourceInliner
 
ASTC_DATA_URL_PROPERTY_NAME - Static variable in class com.atlassian.confluence.api.impl.sal.util.OutboundWhiteListBypassUtil
 
ASTC_DATA_URL_PROPERTY_NAME - Static variable in class com.atlassian.sal.confluence.net.util.OutboundWhiteListBypassUtil
 
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.jackson2.Dates
Converts the given DateTime object to a String.
asUser(ConfluenceUser) - Static method in class com.atlassian.confluence.user.AuthenticatedUserThreadLocal
asUser(ConfluenceUser, Runnable) - Static method in class com.atlassian.confluence.user.AuthenticatedUserThreadLocal
Executes the given Runnable with the given thread-local User.
asUser(ConfluenceUser, Callable<T>) - Static method in class com.atlassian.confluence.user.AuthenticatedUserThreadLocal
Executes the given Callable with the given thread-local User.
asUser(Callable<T>, ConfluenceUser) - Method in enum class com.atlassian.confluence.user.AuthenticatedUserImpersonator
Impersonates the given user during the execution of the given callback.
asUser(Callable<T>, User) - Method in enum class com.atlassian.confluence.user.AuthenticatedUserImpersonator
Deprecated, for removal: This API element is subject to removal in a future version.
AsymmetricKeyFactory - Interface in com.atlassian.confluence.security.trust
Simple interface for generating public/private key pairs
ASYNC - Enum constant in enum class com.atlassian.confluence.content.service.page.MovePageCommandHelper.MovePageMode
 
ASYNC_INVALIDATION_CACHE_INVALIDATION_OUT_OF_SEQUENCE - Enum constant in enum class com.atlassian.confluence.impl.metrics.CoreMetrics
 
ASYNC_INVALIDATION_CACHE_PUBLISH_SEQUENCE_SNAPSHOT - Enum constant in enum class com.atlassian.confluence.impl.metrics.CoreMetrics
 
ASYNC_INVALIDATION_CACHE_SEQUENCE_SNAPSHOT_INCONSISTENT - Enum constant in enum class com.atlassian.confluence.impl.metrics.CoreMetrics
 
AsyncContentUpdatedEvent - Class in com.atlassian.confluence.event.events.content.page.synchrony
 
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
 
AsyncInvalidationCache<K,V> - Class in com.atlassian.cache.nutcluster.asyncinvalidation
An implementation of Cache that is backed by a local cache, and which publishes cache invalidation events when certain mutable operations are performed.
AsyncInvalidationCache(Cache<K, V>, ManagedCache, CacheInvalidator<K>) - Constructor for class com.atlassian.cache.nutcluster.asyncinvalidation.AsyncInvalidationCache
 
AsyncInvalidationCacheFactory - Class in com.atlassian.confluence.cache.nutcluster
Responsible for creating AsyncInvalidationCache instances, as well as managing the scheduled publishing of sequence snapshots and observability events from those caches.
AsyncInvalidationCacheFactory(NutclusterInstance, EventPublisher, SchedulerService, CacheFactory, MeterRegistry, DarkFeaturesManager) - Constructor for class com.atlassian.confluence.cache.nutcluster.AsyncInvalidationCacheFactory
 
AsyncInvalidationCacheFactory.CacheInvalidationOutOfSequenceEvent - Class in com.atlassian.confluence.cache.nutcluster
 
AsyncInvalidationCacheFactory.CacheSequenceSnapshotInconsistentEvent - Class in com.atlassian.confluence.cache.nutcluster
 
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 Interface 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
AsyncReplicationCache<K,V> - Class in com.atlassian.cache.nutcluster.asyncinvalidation
An implementation of Cache that is backed by a local cache, and which publishes changes to the cache entries via invalidations and replications.
AsyncReplicationCache(Cache<K, V>, ManagedCache, CacheInvalidator<K>, CacheReplicator<K, V>) - Constructor for class com.atlassian.cache.nutcluster.asyncinvalidation.AsyncReplicationCache
 
ATLASSIAN_CDN_FEATURE_FLAG - Static variable in class com.atlassian.confluence.impl.webresource.ConfluenceCDNStrategyFactory
 
ATLASSIAN_DEV_MODE - Static variable in class com.atlassian.confluence.core.ConfluenceSystemProperties
 
ATLASSIAN_INDEXING_ATTACHMENT_MAXSIZE - Static variable in class com.atlassian.confluence.impl.search.v2.extractor.AttachmentExtractedTextExtractor
 
ATLASSIAN_INDEXING_ATTACHMENT_MAXSIZE_DEFAULT - Static variable in class com.atlassian.confluence.impl.search.v2.extractor.AttachmentExtractedTextExtractor
 
ATLASSIAN_INTERNAL_CLUSTER_MANUALLY_MANAGED - Static variable in class com.atlassian.confluence.plugins.synchrony.constants.SynchronySystemPropConfigs
 
ATLASSIAN_INTERNAL_SYNCHRONY_STATUS - Static variable in class com.atlassian.confluence.plugins.synchrony.constants.SynchronySystemPropConfigs
 
ATLASSIAN_LICENSE_KEY - Static variable in interface com.atlassian.confluence.setup.ConfluenceBootstrapConstants
 
ATLASSIAN_MOBILE - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserFamily
 
AtlassianChangeDocumentBuilder - Class in com.atlassian.confluence.internal.index.v2
 
AtlassianChangeDocumentBuilder(Extractor2Provider) - 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(Extractor2Provider, EventPublisher, Supplier<Boolean>, List<ExtractorContextPreProcessor>) - Constructor for class com.atlassian.confluence.internal.index.v2.AtlassianContentDocumentBuilder
 
AtlassianContentDocumentBuilder.FieldMappings - Class in com.atlassian.confluence.internal.index.v2
 
AtlassianDocument - Class in com.atlassian.confluence.search.v2
 
AtlassianDocument() - Constructor for class com.atlassian.confluence.search.v2.AtlassianDocument
 
AtlassianDocument(Collection<FieldDescriptor>) - Constructor for class com.atlassian.confluence.search.v2.AtlassianDocument
 
AtlassianDocumentBuilder<T> - Interface in com.atlassian.confluence.search.v2
 
AtlassianInstrumentation - Class in com.atlassian.confluence.util.profiling
A mechanism to allow Hibernate instrumentation data to be recorded using the host Atlassian products infrastructure.
AtlassianInstrumentation() - Constructor for class com.atlassian.confluence.util.profiling.AtlassianInstrumentation
 
AtlassianInstrumentation.AtlasSplit - Interface in com.atlassian.confluence.util.profiling
Represents a timer split.
AtlassianInstrumentation.AtlasSplitFactory - Interface in com.atlassian.confluence.util.profiling
Represents a factory for creating AtlassianInstrumentation.AtlasSplit.
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(ConfluenceProfilerStrategy, EventPublisher, MeterRegistry) - Constructor for class com.atlassian.confluence.impl.metrics.AtlassianProfilingRegistrar
 
AtlassianSelectiveFieldsDocumentBuilder - Class in com.atlassian.confluence.internal.index.v2
This class is responsible for building an AtlassianDocument using a selective set of fields.
AtlassianSelectiveFieldsDocumentBuilder(BulkExtractorProvider, List<ExtractorContextPreProcessor>, DefaultExtractorContext, SearchIndex) - Constructor for class com.atlassian.confluence.internal.index.v2.AtlassianSelectiveFieldsDocumentBuilder
 
ATOM - Enum constant in enum class com.atlassian.confluence.rss.FeedType
 
AtomicReferenceConverter - Class in com.atlassian.confluence.setup.xstream
This is temporary replacement of the AtomicReferenceConverter from XStream library v1.4.20.
AtomicReferenceConverter(Mapper) - Constructor for class com.atlassian.confluence.setup.xstream.AtomicReferenceConverter
 
atomicReplace(String, Function<V, V>, Supplier<V>, Duration) - Method in interface com.atlassian.confluence.impl.health.SharedCacheHeartbeatManager.DataStore
 
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
Deprecated.
 
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
 
attachEventCartridge(EventCartridge) - Method in class com.atlassian.confluence.velocity.context.ChainedVelocityContext
 
attachEventCartridge(EventCartridge) - Method in class com.atlassian.confluence.setup.struts.ConfluenceStrutsVelocityContext
 
attachEventCartridge(EventCartridge) - Method in class com.atlassian.confluence.velocity.context.OutputMimeTypeAwareVelocityContext
 
AttachFileAction - Class in com.atlassian.confluence.pages.actions
Upload attachments via a multipart request.
AttachFileAction() - Constructor for class com.atlassian.confluence.pages.actions.AttachFileAction
 
attachFiles(ContentEntityObject) - Method in class com.atlassian.confluence.impl.pages.actions.AttachmentUploadHelper
 
attachment - Variable in class com.atlassian.confluence.links.AbstractAttachmentLink
 
attachment - Variable in class com.atlassian.confluence.pages.actions.AbstractRemoveAttachmentAction
 
attachment() - Method in interface com.atlassian.confluence.audit.StandardAuditResourceTypes
 
attachment() - Method in class com.atlassian.confluence.impl.audit.EnglishAuditResourceTypes
 
attachment() - Method in record class com.atlassian.confluence.pages.AddressableAttachment
Returns the value of the attachment record component.
attachment() - Method in record class com.atlassian.confluence.pages.IndexableAttachment
Returns the value of the attachment record component.
Attachment - Class in com.atlassian.confluence.pages
 
Attachment() - 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(String, String, long, String, boolean) - Constructor for class com.atlassian.confluence.pages.Attachment
 
ATTACHMENT - Enum constant in enum class com.atlassian.confluence.api.model.pagination.CursorType
 
ATTACHMENT - Enum constant in enum class com.atlassian.confluence.impl.retention.rules.ContentType
 
ATTACHMENT - Enum constant in enum class com.atlassian.confluence.internal.relations.RelatableEntityTypeEnum
 
ATTACHMENT - Enum constant in enum class com.atlassian.confluence.labels.LabelableType
 
ATTACHMENT - Enum constant in enum class com.atlassian.confluence.macro.browser.beans.MacroParameterType
An attachment name (optionally qualified by container content title, space key and/or publication date).
ATTACHMENT - Enum constant in enum class com.atlassian.confluence.search.service.ContentTypeEnum
 
ATTACHMENT - Enum constant in enum class com.atlassian.confluence.servlet.download.DispositionType
 
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 - Static variable in class com.atlassian.confluence.core.StorageFormatConstants
 
ATTACHMENT_CLASS - Static variable in class com.atlassian.confluence.search.ReIndexUtils
 
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_DOWNLOAD_PATH - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
ATTACHMENT_DOWNLOAD_PATH_BY_CONTENT_ID_AND_FILENAME - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
ATTACHMENT_DOWNLOAD_RESOURCE_PREFIX - Enum constant in enum class com.atlassian.confluence.importexport.resource.DownloadResourcePrefixEnum
 
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.jackson2.entities.documentation.AttachmentEntityExampleDocument
 
ATTACHMENT_ENTITY_LIST_EXPANDED - Static variable in class com.atlassian.confluence.plugins.rest.jackson2.entities.documentation.AttachmentEntityExampleDocument
 
ATTACHMENT_EVENT - Enum constant in enum class com.atlassian.confluence.internal.api.incrementalsync.model.SubscriptionEventType
 
ATTACHMENT_EXTRACTION - Enum constant in enum class com.atlassian.confluence.internal.api.rovo.service.RovoCapabilityService.RovoCapabilityType
 
ATTACHMENT_FILE_EXTENSION - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
ATTACHMENT_FILE_NAME - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
ATTACHMENT_FILE_NAME_FIELD_NAME - Static variable in class com.atlassian.confluence.search.v2.SearchConstants
 
ATTACHMENT_FILE_NAME_UNTOKENIZED - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
ATTACHMENT_FILE_SIZE - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
ATTACHMENT_ICON - Static variable in class com.atlassian.confluence.links.linktypes.AttachmentLink
 
ATTACHMENT_ID - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
ATTACHMENT_ID_BY_CONTENT_ID_AND_FILENAME - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
ATTACHMENT_MIGRATION - Enum constant in enum class com.atlassian.confluence.internal.health.JohnsonEventType
 
ATTACHMENT_MIME_TYPE - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
ATTACHMENT_NICE_FILE_SIZE - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
ATTACHMENT_NICE_TYPE - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
Stores a general type for multiple MIME types; multiple MIME types may map to one description, e.g.
ATTACHMENT_ONLY - Enum constant in enum class com.atlassian.confluence.api.service.index.ReIndexOption
Attachments only
ATTACHMENT_ONLY - Enum constant in enum class com.atlassian.confluence.search.ReIndexOption
Deprecated.
Attachment only
ATTACHMENT_ONLY_IN_SPACE_QUERY - Static variable in class com.atlassian.confluence.search.ReIndexUtils
 
ATTACHMENT_ONLY_QUERY - Static variable in class com.atlassian.confluence.search.ReIndexUtils
 
ATTACHMENT_OWNER_CONTENT_TYPE - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
Stores the fully qualified class name of the content that owns the attachment
ATTACHMENT_OWNER_ID - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
ATTACHMENT_OWNER_REAL_TITLE - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
ATTACHMENT_OWNER_TYPE - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
ATTACHMENT_OWNER_URL_PATH - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
ATTACHMENT_OWNER_USERNAME - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
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_S3 - Static variable in class com.atlassian.confluence.util.ConfluenceHomeGlobalConstants
 
ATTACHMENT_TYPE_SUPPORT - Enum constant in enum class com.atlassian.confluence.internal.api.rovo.service.RovoCapabilityService.RovoCapabilityType
 
ATTACHMENT_VERSION_COMMENT - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
Attachment.Type - Enum Class in com.atlassian.confluence.pages
An enum of basic Attachment types with a text description of each type.
AttachmentApiContentUiSupport - Class in com.atlassian.confluence.content.ui
Provides metadata about of type com.atlassian.confluence.api.model.content.Content when it is attachment type: the location of icons, relevant CSS classes, links and so on.
AttachmentApiContentUiSupport(WebResourceUrlProvider) - Constructor for class com.atlassian.confluence.content.ui.AttachmentApiContentUiSupport
 
AttachmentAuditListener - Class in com.atlassian.confluence.impl.audit.listener
Handles attachment-related events for auditing
AttachmentAuditListener(AuditHandlerService, AuditService, AuditHelper, StandardAuditResourceTypes, PageManager, SpaceManager, AuditingContext) - Constructor for class com.atlassian.confluence.impl.audit.listener.AttachmentAuditListener
 
AttachmentAwareSearchableResolver - Class in com.atlassian.confluence.internal.search
A SearchableResolver implementation which concatenates a ContentEntityObject's attachments to the existing list of Searchable.getSearchableDependants().
AttachmentAwareSearchableResolver(AttachmentManager) - Constructor for class com.atlassian.confluence.internal.search.AttachmentAwareSearchableResolver
 
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
 
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
 
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
 
AttachmentCreatedAuditingEvent - Class in com.atlassian.confluence.event.events.internal.attachment
 
AttachmentCreatedAuditingEvent(Attachment, SaveContext) - Constructor for class com.atlassian.confluence.event.events.internal.attachment.AttachmentCreatedAuditingEvent
 
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, Attachment) - 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
 
AttachmentCreateEvent(Object, List<Attachment>) - Constructor for class com.atlassian.confluence.event.events.content.attachment.AttachmentCreateEvent
Construct a new AttachmentCreateEvent.
AttachmentCreateEvent(Object, List<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 - Variable in class it.com.atlassian.confluence.testsupport.AbstractBulkActionTest
 
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
 
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.
AttachmentDarkSiteLogoManager - Class in com.atlassian.confluence.plugins.lookandfeel
 
AttachmentDarkSiteLogoManager(GlobalDescriptionManager, ContextPathHolder, FileUploadManager, AttachmentManager, WebResourceUrlProvider, EventPublisher, CacheManager, ImageScaler) - Constructor for class com.atlassian.confluence.plugins.lookandfeel.AttachmentDarkSiteLogoManager
 
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 Class 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 class com.atlassian.confluence.pages.AttachmentDataExistsException
 
AttachmentDataFile<T> - Class in com.atlassian.confluence.impl.pages.attachments.filesystem
Represents a single attachment data file, plus its metadata.
AttachmentDataFileStoreCheck - Class in com.atlassian.confluence.impl.health.checks
 
AttachmentDataFileStoreCheck(Supplier<I18NBean>, ApplicationConfiguration, Supplier<AttachmentDataFileSystem>, ClusterConfigurationHelperInternal, LicenseService) - Constructor for class com.atlassian.confluence.impl.health.checks.AttachmentDataFileStoreCheck
 
AttachmentDataFileSystem - Interface in com.atlassian.confluence.impl.pages.attachments.filesystem
Represents the filesystem used to store attachment data files.
AttachmentDataFileSystemException - Exception Class in com.atlassian.confluence.pages.persistence.dao.filesystem
 
AttachmentDataFileSystemException(String) - Constructor for exception class com.atlassian.confluence.pages.persistence.dao.filesystem.AttachmentDataFileSystemException
 
AttachmentDataFileSystemException(String, Throwable) - Constructor for exception class com.atlassian.confluence.pages.persistence.dao.filesystem.AttachmentDataFileSystemException
 
AttachmentDataFileSystemV003 - Interface in com.atlassian.confluence.impl.pages.attachments.filesystem
Deprecated.
AttachmentDataNotFoundException - Exception Class in com.atlassian.confluence.pages
This exception can be used when no Attachment data was found, but was expected.
AttachmentDataNotFoundException(String) - Constructor for exception class com.atlassian.confluence.pages.AttachmentDataNotFoundException
 
AttachmentDataNotFoundException(String, Throwable) - Constructor for exception class com.atlassian.confluence.pages.AttachmentDataNotFoundException
 
AttachmentDataStorageLocationResolver - Class in com.atlassian.confluence.impl.pages.attachments.filesystem
Resolves the location of the directory used to store attachment data.
AttachmentDataStorageLocationResolver(String, AtlassianBootstrapManager, HomePathPlaceholderResolver) - Constructor for class com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataStorageLocationResolver
 
AttachmentDataStorageType - Enum Class in com.atlassian.confluence.pages
Represents the different types of AttachmentDataDao implementations.
AttachmentDataStorageWhitelistCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
AttachmentDataStorageWhitelistCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.AttachmentDataStorageWhitelistCondition
 
AttachmentDataStream - Interface in com.atlassian.confluence.pages.persistence.dao
Represents the data for an attachment.
AttachmentDataStream.FileWrapper - Class in com.atlassian.confluence.pages.persistence.dao
AttachmentDataStream.InputStreamWrapper - Class in com.atlassian.confluence.pages.persistence.dao
AttachmentDataStream.RandomFileWrapper - Class in com.atlassian.confluence.pages.persistence.dao
AttachmentDataStreamSizeMismatchException - Exception Class in com.atlassian.confluence.pages.attachments
Thrown when the the size of the InputStream received to create an attachment is different to the declared size or length of the attachment.
AttachmentDataStreamSizeMismatchException(long, long) - Constructor for exception class com.atlassian.confluence.pages.attachments.AttachmentDataStreamSizeMismatchException
Constructs an AttachmentDataStreamSizeMismatchException.
AttachmentDataStreamType - Enum Class in com.atlassian.confluence.pages.persistence.dao
An enumeration of the known types of attachment data stream.
AttachmentDateComparator - Class in com.atlassian.confluence.util
 
AttachmentDateComparator() - Constructor for class com.atlassian.confluence.util.AttachmentDateComparator
 
attachmentDeleted(List<Attachment>) - Method in class com.atlassian.confluence.impl.retention.analytics.TrashRemovalStatistic
 
AttachmentDeleteOptions - Class in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete
Represent an option to control bulk attachment delete.
AttachmentDeleteOptions(DefaultBulkOptions) - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.AttachmentDeleteOptions
 
AttachmentDeleteOptions.AttachmentDeleteOptionsBuilder - Class in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete
 
AttachmentDeleteOptions.AttachmentRef - Class in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete
Simple class to identify attachment
AttachmentDeleteOptions.IdListAttachmentDeleteOptionsBuilder - Class in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete
 
AttachmentDownload - Class in com.atlassian.confluence.servlet.download
 
AttachmentDownload() - Constructor for class com.atlassian.confluence.servlet.download.AttachmentDownload
 
AttachmentDownloadResourceManager - Class in com.atlassian.confluence.importexport.resource
 
AttachmentDownloadResourceManager(PermissionManager, AttachmentManager, ConfluenceUserDao, AttachmentUrlParser, ContextPathHolder) - Constructor for class com.atlassian.confluence.importexport.resource.AttachmentDownloadResourceManager
 
AttachmentDownloadResourceReader - Class in com.atlassian.confluence.importexport.resource
 
AttachmentDownloadResourceReader(Attachment, InputStreamSource) - Constructor for class com.atlassian.confluence.importexport.resource.AttachmentDownloadResourceReader
 
AttachmentEntity - Class in com.atlassian.confluence.plugins.rest.jackson2.entities
 
AttachmentEntity() - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
 
AttachmentEntityBuilder - Class in com.atlassian.confluence.plugins.rest.jackson2.entities.builders
 
AttachmentEntityBuilder(AnyTypeDaoInternal, DefaultRestAttachmentManager) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.builders.AttachmentEntityBuilder
 
AttachmentEntityExampleDocument - Class in com.atlassian.confluence.plugins.rest.jackson2.entities.documentation
 
AttachmentEntityExampleDocument() - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.documentation.AttachmentEntityExampleDocument
 
AttachmentEntityList - Class in com.atlassian.confluence.plugins.rest.jackson2.entities
A List wrapper for AttachmentEntity objects
AttachmentEntityList() - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntityList
 
AttachmentEntityList(int, ListWrapperCallback<AttachmentEntity>) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntityList
 
AttachmentEvent - Class in com.atlassian.confluence.event.events.content.attachment
Parent class for all attachment related events.
AttachmentEvent(Object, Attachment) - Constructor for class com.atlassian.confluence.event.events.content.attachment.AttachmentEvent
Convenience method.
AttachmentEvent(Object, Attachment, boolean) - Constructor for class com.atlassian.confluence.event.events.content.attachment.AttachmentEvent
Convenience method.
AttachmentEvent(Object, List<Attachment>) - Constructor for class com.atlassian.confluence.event.events.content.attachment.AttachmentEvent
Convenience method.
AttachmentEvent(Object, List<Attachment>, boolean) - Constructor for class com.atlassian.confluence.event.events.content.attachment.AttachmentEvent
Constructs a multi-attachment event.
AttachmentExtractedText - Class in com.atlassian.confluence.api.model.content
 
AttachmentExtractedText(String) - Constructor for class com.atlassian.confluence.api.model.content.AttachmentExtractedText
 
AttachmentExtractedTextExtractor - Class in com.atlassian.confluence.impl.search.v2.extractor
Attempts to add an attachment extracted text into default searchable text if it is available, otherwise requests a text extraction, wait for its completion and reattempt.
AttachmentExtractedTextExtractor(AttachmentExtractedTextManager, AttachmentStatusManager, ApplicationStatusService, AttachmentTextExtractionService, PluginAttachmentTextExtractorsProvider, ShouldExtractAttachmentTextPredicate, EventPublisher) - Constructor for class com.atlassian.confluence.impl.search.v2.extractor.AttachmentExtractedTextExtractor
 
AttachmentExtractedTextHelper - Class in com.atlassian.confluence.internal.index.attachment
 
AttachmentExtractedTextHelper() - Constructor for class com.atlassian.confluence.internal.index.attachment.AttachmentExtractedTextHelper
 
AttachmentExtractedTextManager - Interface in com.atlassian.confluence.index.attachment
 
AttachmentExtractedTextService - Interface in com.atlassian.confluence.api.service.content
Provide some api to check and get attachment extracted text
AttachmentExtractedTextServiceImpl - Class in com.atlassian.confluence.api.impl.service.content
 
AttachmentExtractedTextServiceImpl(AttachmentManagerInternal, ContentEntityManager, PermissionManager, AttachmentExtractedTextManager, PluginAttachmentTextExtractorsProvider, ShouldExtractAttachmentTextPredicate, ScopesRequestCacheDelegate) - Constructor for class com.atlassian.confluence.api.impl.service.content.AttachmentExtractedTextServiceImpl
 
AttachmentFetcher - Class in com.atlassian.confluence.api.impl.service.content.finder
 
AttachmentFetcher(ContentFinderImpl, PaginationService, ContentFactory, SpaceManager, AttachmentManagerInternal, AttachmentContentTypeApiSupport) - Constructor for class com.atlassian.confluence.api.impl.service.content.finder.AttachmentFetcher
 
AttachmentFileEraser - Class in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers
Deletes physical versions of attachments (used during space deletion).
AttachmentFileEraser(AttachmentDataFileSystem) - Constructor for class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.AttachmentFileEraser
 
AttachmentFileNameComparator - Class in com.atlassian.confluence.util
Comparator for Attachments based on file names in the given locale.
AttachmentFileNameComparator(Locale) - Constructor for class com.atlassian.confluence.util.AttachmentFileNameComparator
 
attachmentFileSize(long) - Method in class com.atlassian.confluence.api.model.retention.RemovalCount.Builder
 
AttachmentFileStoreFactory - Class in com.atlassian.confluence.impl.pages.attachments.filesystem
Factory for creating AttachmentDataFileSystem instances.
AttachmentHelper - Class in com.atlassian.confluence.themes
Helper class providing access to an Attachment.
AttachmentHelper(ConfluenceActionSupport, Attachment) - Constructor for class com.atlassian.confluence.themes.AttachmentHelper
 
AttachmentIdentifier - Interface in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete
How we're dealing with attachment and attachment container
AttachmentInfo - Class in com.atlassian.confluence.impl.backuprestore.backup.models
 
AttachmentInfo(EntityObjectReadyForExport) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.models.AttachmentInfo
 
AttachmentInfo(Long, Long, Long, Integer, Long) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.models.AttachmentInfo
 
AttachmentJsonator - Class in com.atlassian.confluence.json.jsonator
Creates JSON objects for attachments.
AttachmentJsonator(ContextPathHolder, ThumbnailManager) - Constructor for class com.atlassian.confluence.json.jsonator.AttachmentJsonator
 
AttachmentLightSiteLogoManager - Class in com.atlassian.confluence.plugins.lookandfeel
 
AttachmentLightSiteLogoManager(GlobalDescriptionManager, ContextPathHolder, FileUploadManager, AttachmentManager, WebResourceUrlProvider, EventPublisher, CacheManager, ImageScaler) - Constructor for class com.atlassian.confluence.plugins.lookandfeel.AttachmentLightSiteLogoManager
 
AttachmentLink - Class in com.atlassian.confluence.links.linktypes
Attachment link takes in either a page or blog post object.
AttachmentLink(GenericLinkParser, AbstractPageLink, AttachmentManager) - Constructor for class com.atlassian.confluence.links.linktypes.AttachmentLink
 
AttachmentLinksUpdater - Interface in com.atlassian.confluence.content.render.xhtml.links
 
AttachmentListViewEvent - Class in com.atlassian.confluence.event.events.content.attachment
Represents a user viewing the attachment listview action.
AttachmentListViewEvent(Object, Space, String) - Constructor for class com.atlassian.confluence.event.events.content.attachment.AttachmentListViewEvent
 
AttachmentMacroVisitor - Class in com.atlassian.confluence.internal.content.collab
Provides a handler for detecting if a page contains an atlassian page layout.
AttachmentMacroVisitor(List<Attachment>, ContentEntityObject, ContentEntityObject) - Constructor for class com.atlassian.confluence.internal.content.collab.AttachmentMacroVisitor
 
attachmentManager - Variable in class com.atlassian.confluence.impl.importexport.AbstractFileXmlExporter
 
attachmentManager - Variable in class com.atlassian.confluence.importexport.impl.FileXmlExporter
Deprecated.
 
attachmentManager - Variable in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
attachmentManager - Variable in class com.atlassian.confluence.pages.actions.AbstractRemoveAttachmentAction
 
attachmentManager - Variable in class com.atlassian.confluence.pages.actions.AbstractViewAttachmentsAction
 
attachmentManager - Variable in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers.AllLatestVersionAttachmentIdentifier
 
attachmentManager - Variable in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers.IdListAttachmentIdentifier
 
attachmentManager - Variable in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
attachmentManager - Variable in class com.atlassian.confluence.spaces.actions.AbstractLogoAction
 
attachmentManager - Variable in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
AttachmentManager - Interface in com.atlassian.confluence.pages
 
AttachmentManagerConfiguration - Interface in com.atlassian.confluence.pages.persistence.dao
 
AttachmentManagerEventListener - Class in com.atlassian.confluence.impl.pages.attachments
Responsible for listening to AttachmentManagerEventListener.VisitorEvents and resolving them against the AttachmentManagerInternal.
AttachmentManagerEventListener.VisitorEvent - Interface in com.atlassian.confluence.impl.pages.attachments
 
AttachmentManagerInternal - Interface in com.atlassian.confluence.dmz.pages
DMZ version of the AttachmentManager interface; see the package-info.java for rationale.
attachmentMaxSizeBytes(long) - Method in class com.atlassian.confluence.api.model.settings.GlobalSettings.GlobalSettingsBuilder
 
AttachmentMetadataExtractor - Class in com.atlassian.confluence.impl.search.v2.extractor
Extracts metadata for attachments.
AttachmentMetadataExtractor() - Constructor for class com.atlassian.confluence.impl.search.v2.extractor.AttachmentMetadataExtractor
 
AttachmentMigrationAnalyticsEvent - Class in com.atlassian.confluence.upgrade
Used when the AttachmentMigratorToV4 runs a migration, requiring analytics.
AttachmentMigrationAnalyticsEvent(int, int, int, String) - Constructor for class com.atlassian.confluence.upgrade.AttachmentMigrationAnalyticsEvent
 
AttachmentMigratorToV4 - Class in com.atlassian.confluence.upgrade
 
AttachmentMigratorToV4(AttachmentDataStorageLocationResolver, AttachmentDataFileSystem, EventPublisher) - Constructor for class com.atlassian.confluence.upgrade.AttachmentMigratorToV4
 
AttachmentMigratorToV4(AttachmentDataStorageLocationResolver, AttachmentDataFileSystem, EventPublisher, AttachmentMigratorToV4Reporter) - Constructor for class com.atlassian.confluence.upgrade.AttachmentMigratorToV4
 
AttachmentMigratorToV4Reporter - Class in com.atlassian.confluence.upgrade
 
AttachmentMigratorToV4Reporter(AttachmentMigratorToV4Reporter.OutputStreamWriterFactory) - Constructor for class com.atlassian.confluence.upgrade.AttachmentMigratorToV4Reporter
 
AttachmentMigratorToV4Reporter.OutputStreamWriterFactory - Class in com.atlassian.confluence.upgrade
 
AttachmentMimeTypeExtractor - Class in com.atlassian.confluence.impl.search.v2.extractor
Adds a field for attachment mime type.
AttachmentMimeTypeExtractor() - Constructor for class com.atlassian.confluence.impl.search.v2.extractor.AttachmentMimeTypeExtractor
 
AttachmentMimeTypeTranslator - Class in com.atlassian.confluence.util
Translates mime types for attachments.
AttachmentMimeTypeTranslator() - Constructor for class com.atlassian.confluence.util.AttachmentMimeTypeTranslator
 
AttachmentNameComparator - Class in com.atlassian.confluence.util
 
AttachmentNameComparator() - Constructor for class com.atlassian.confluence.util.AttachmentNameComparator
 
AttachmentNotFoundAction - Class in com.atlassian.confluence.core.actions
 
AttachmentNotFoundAction() - Constructor for class com.atlassian.confluence.core.actions.AttachmentNotFoundAction
 
AttachmentOnlyReIndexSupport - Class in com.atlassian.confluence.search
Reindex support for attachments only.
AttachmentOnlyReIndexSupport() - Constructor for class com.atlassian.confluence.search.AttachmentOnlyReIndexSupport
 
AttachmentOperationDelegate - Class in com.atlassian.confluence.api.impl.service.permissions.delegates
 
AttachmentOperationDelegate(AttachmentPermissionsDelegate, ConfluenceUserResolver, TargetResolver, SpacePermissionManager) - Constructor for class com.atlassian.confluence.api.impl.service.permissions.delegates.AttachmentOperationDelegate
 
AttachmentOwnerContentTypeExtractor - Class in com.atlassian.confluence.impl.search.v2.extractor
Extracts and indexes the classname of the content that owns an attachment.
AttachmentOwnerContentTypeExtractor() - Constructor for class com.atlassian.confluence.impl.search.v2.extractor.AttachmentOwnerContentTypeExtractor
 
AttachmentOwningContentResolver - Class in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
 
AttachmentOwningContentResolver(ResourceIdentifierResolver<PageResourceIdentifier, Page>, ResourceIdentifierResolver<BlogPostResourceIdentifier, BlogPost>, ResourceIdentifierResolver<ContentEntityResourceIdentifier, ContentEntityObject>, ResourceIdentifierResolver<DraftResourceIdentifier, Draft>, ContentEntityManager, AttachmentManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.AttachmentOwningContentResolver
 
AttachmentPermissionCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
 
AttachmentPermissionCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.AttachmentPermissionCondition
 
AttachmentPermissionsDelegate - Class in com.atlassian.confluence.security.delegate
 
AttachmentPermissionsDelegate() - Constructor for class com.atlassian.confluence.security.delegate.AttachmentPermissionsDelegate
 
AttachmentPrefetcher - Class in com.atlassian.confluence.impl.content.render.prefetch
Responsible for pre-fetching attachments and storing them in the conversion context for later retrieval by the rendering pipeline.
AttachmentPrefetcher(AttachmentManager, EventPublisher, ImageDetailsPrefetchDao) - Constructor for class com.atlassian.confluence.impl.content.render.prefetch.AttachmentPrefetcher
 
AttachmentPrefetchEvent - Class in com.atlassian.confluence.impl.content.render.prefetch.event
An event indicating that attachment prefetch was attempted.
AttachmentPrefetchEvent.Builder - Class in com.atlassian.confluence.impl.content.render.prefetch.event
 
AttachmentRef - Interface in com.atlassian.confluence.impl.pages.attachments.filesystem.model
Represents a reference to an Attachment, and containins enough information to unambiguously reference a single version of an attachment.
AttachmentRef() - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.AttachmentDeleteOptions.AttachmentRef
 
AttachmentRef.Container - Interface in com.atlassian.confluence.impl.pages.attachments.filesystem.model
Represents a reference to an Attachment container entity.
AttachmentRef.Space - Interface in com.atlassian.confluence.impl.pages.attachments.filesystem.model
 
AttachmentRefIdentifier - Class in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers
Get Attachment using specific version.
AttachmentRefIdentifier(long, PageManager, AttachmentManager, List<AttachmentDeleteOptions.AttachmentRef>) - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers.AttachmentRefIdentifier
 
AttachmentRelatedContentReconciliationListener - Class in com.atlassian.confluence.internal.content.collab
Listens to AttachmentTrashedEvent and AttachmentRestoreEvent and triggers editor content reconciliation for referring contents with Synchrony.
AttachmentRelatedContentReconciliationListener(LinkManager, ContentReconciliationManager, SynchronizationManagerInternal, PlatformTransactionManager, ContentEntityManagerInternal, ContentEntityObjectDaoInternal, BodyContentQuerier, XhtmlContent, ReconciliationExecutorService) - Constructor for class com.atlassian.confluence.internal.content.collab.AttachmentRelatedContentReconciliationListener
 
AttachmentRemovalJobEvent(String, long, long, long) - Constructor for class com.atlassian.confluence.impl.retention.analytics.CleanupSummaryAnalytics.AttachmentRemovalJobEvent
 
AttachmentRemovedEvent - Class in com.atlassian.confluence.impl.event
Event fired when an attachment (all of its versions) has been removed from DB
AttachmentRemovedEvent(List<Attachment>) - Constructor for class com.atlassian.confluence.impl.event.AttachmentRemovedEvent
 
AttachmentRemoveEvent - Class in com.atlassian.confluence.event.events.content.attachment
Event sent *before* the removal of a visible attachment.
AttachmentRemoveEvent(Object, Attachment, User) - Constructor for class com.atlassian.confluence.event.events.content.attachment.AttachmentRemoveEvent
 
AttachmentRemoveEvent(Object, Attachment, User, boolean) - Constructor for class com.atlassian.confluence.event.events.content.attachment.AttachmentRemoveEvent
 
AttachmentRenderSupport - Class in com.atlassian.confluence.rss
 
AttachmentRenderSupport() - Constructor for class com.atlassian.confluence.rss.AttachmentRenderSupport
 
AttachmentResource - Class in com.atlassian.confluence.plugins.restapi.resources
CRUD operations for Attachments on Content.
AttachmentResource - Interface in com.atlassian.confluence.core
Represents a resource that exposes the required state to create a Confluence attachment.
AttachmentResource(AttachmentService, AttachmentExtractedTextService, SettingsService) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.AttachmentResource
 
AttachmentResource.ConfluenceAttachmentMultipartConfig - Class in com.atlassian.confluence.plugins.restapi.resources
 
AttachmentResourceIdentifier - Class in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
 
AttachmentResourceIdentifier(AttachmentContainerResourceIdentifier, String) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.AttachmentResourceIdentifier
 
AttachmentResourceIdentifier(String) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.AttachmentResourceIdentifier
 
AttachmentResourceIdentifierOnlyUriResolver - Class in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
Resolves a uri for an attachment which only looks at the supplied resource identifier.
AttachmentResourceIdentifierOnlyUriResolver(SettingsManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.AttachmentResourceIdentifierOnlyUriResolver
 
AttachmentResourceIdentifierResolver - Class in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
AttachmentResourceIdentifierResolver(AttachmentManager, AttachmentOwningContentResolver) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.AttachmentResourceIdentifierResolver
 
attachmentRetentionRule(RetentionRule) - Method in class com.atlassian.confluence.api.model.retention.GlobalRetentionPolicy.GlobalRetentionPolicyBuilder
 
attachmentRetentionRule(RetentionRule) - Method in class com.atlassian.confluence.api.model.retention.SpaceRetentionPolicy.Builder
 
attachments(DataFetchingEnvironment, String, Integer, int, String, int, UriInfo) - Method in class com.atlassian.confluence.plugins.graphql.providers.ChildContentProvider
 
ATTACHMENTS - Static variable in class com.atlassian.confluence.search.contentnames.Category
A category for attachment results.
ATTACHMENTS_DIR - Static variable in class com.atlassian.confluence.util.ConfluenceHomeGlobalConstants
 
ATTACHMENTS_DIR_PROP - Static variable in interface com.atlassian.confluence.setup.ConfluenceBootstrapConstants
 
ATTACHMENTS_DIRECTORY - Static variable in class com.atlassian.confluence.impl.importexport.AbstractXmlExporter
Directory into which attachments will be placed in the exported ZIP file
ATTACHMENTS_PATH - Static variable in class com.atlassian.confluence.renderer.WikiRendererContextKeys
 
ATTACHMENTS_URL_PREFIX - Static variable in class com.atlassian.confluence.servlet.FileServerServlet
 
attachmentsDirResolver - Variable in class com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao
Deprecated.
 
AttachmentSearchAction - Class in com.atlassian.confluence.impl.search.actions
Finds all the attachments on the selected page that match the provided filetype(s).
AttachmentSearchAction() - Constructor for class com.atlassian.confluence.impl.search.actions.AttachmentSearchAction
 
AttachmentSecurityLevel - Enum Class in com.atlassian.confluence.servlet.download
Represents the different levels at which attachments can be viewed - always downloaded, always displayed inline, or a mix of the two.
AttachmentService - Interface in com.atlassian.confluence.api.service.content
Provides methods for creating, reading, updating and deleting Confluence Attachment Content objects.
AttachmentService - Interface in com.atlassian.confluence.legacyapi.service.content
Deprecated.
since 7.0.1 , use ContentLabelService
AttachmentService.AttachmentFinder - Interface in com.atlassian.confluence.api.service.content
A finder for locating attachments.
AttachmentService.Validator - Interface in com.atlassian.confluence.api.service.content
Provides methods for validating the actions on the AttachmentService
AttachmentServiceImpl - Class in com.atlassian.confluence.api.impl.service.content
 
AttachmentServiceImpl(PermissionManager, ContentEntityManager, FileUploadManager, AttachmentManagerInternal, ContentFactory, AttachmentContentTypeApiSupport, FinderProxyFactory, ContentTrashService) - Constructor for class com.atlassian.confluence.api.impl.service.content.AttachmentServiceImpl
 
AttachmentSiteLogoManager - Class in com.atlassian.confluence.plugins.lookandfeel
 
AttachmentSiteLogoManager(GlobalDescriptionManager, ContextPathHolder, FileUploadManager, AttachmentManager, WebResourceUrlProvider, EventPublisher, CacheManager, ImageScaler) - Constructor for class com.atlassian.confluence.plugins.lookandfeel.AttachmentSiteLogoManager
 
attachmentSize(long) - Method in class com.atlassian.confluence.impl.retention.rules.DeletedHistoricalVersion.Builder
 
AttachmentSizeComparator - Class in com.atlassian.confluence.util
 
AttachmentSizeComparator() - Constructor for class com.atlassian.confluence.util.AttachmentSizeComparator
 
attachmentSizeRemoved(long) - Method in class com.atlassian.confluence.impl.retention.rules.DeletedHistoricalVersionSummary.Builder
 
attachmentSizeRemovedByGlobalRules(long) - Method in class com.atlassian.confluence.impl.retention.rules.CleanupSummary.Builder
 
attachmentSizeRemovedBySpaceRules(long) - Method in class com.atlassian.confluence.impl.retention.rules.CleanupSummary.Builder
 
AttachmentsPersister - Class in com.atlassian.confluence.impl.backuprestore.restore.persisters
Persists Attachment entities.
AttachmentsPersister(AttachmentDataFileSystem, AttachmentManagerInternal, IdMapper, Callable<ZipFile>, Boolean) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.persisters.AttachmentsPersister
 
AttachmentsSoapService - Class in com.atlassian.confluence.rpc.soap.services
Implementation of remote methods for handling attachments.
AttachmentsSoapService() - Constructor for class com.atlassian.confluence.rpc.soap.services.AttachmentsSoapService
 
AttachmentStatisticsDTO - Class in com.atlassian.confluence.pages
Simple class to store statistics data fetched by AttachmentDao.getAttachmentStatistics()
AttachmentStatisticsDTO(int, int, long, long, long) - Constructor for class com.atlassian.confluence.pages.AttachmentStatisticsDTO
 
AttachmentStatus - Enum Class in com.atlassian.confluence.internal.index.attachment
Attachment status reflects the result of attachment content extraction operation, which is a part of content indexing operation.
AttachmentStatusManager - Interface in com.atlassian.confluence.internal.index.attachment
Attachment status manager.
AttachmentStaxStreamMarshaller - Class in com.atlassian.confluence.content.render.xhtml.editor.link
Marshals the state of an attachment to a stax stream.
AttachmentStorageChecker - Class in com.atlassian.confluence.impl.pages.attachments
 
AttachmentStorageInfo - Class in com.atlassian.confluence.status.service.systeminfo
Holding information about the attachment storage.
AttachmentStorageInfo(AttachmentStorageType, AttachmentStorageVersion) - Constructor for class com.atlassian.confluence.status.service.systeminfo.AttachmentStorageInfo
 
AttachmentStorageType - Enum Class in com.atlassian.confluence.status.service.systeminfo
An enumeration of the known types of attachment data storage.
AttachmentStorageVersion - Enum Class in com.atlassian.confluence.status.service.systeminfo
An enumeration of the known versions of attachment data storage.
attachmentsUrlPath(CustomContentEntityObject) - Method in interface com.atlassian.confluence.content.ContentEntityAdapter
Return the URL path to view the list of attachments on the content
attachmentsUrlPath(CustomContentEntityObject) - Method in class com.atlassian.confluence.content.ContentEntityAdapterParent
 
attachmentsUrlPath(CustomContentEntityObject) - Method in class com.atlassian.confluence.content.DefaultContentAdapter
 
AttachmentTextExtraction - Interface in com.atlassian.confluence.index.attachment
A result of calling AttachmentTextExtractionService.
AttachmentTextExtractionFunction - Class in com.atlassian.confluence.internal.index.attachment
A function that enables transaction demarcation around attachment text extraction.
AttachmentTextExtractionFunction(AttachmentDao, AttachmentExtractedTextManager, DelegatingAttachmentTextExtractor, Supplier<Boolean>) - Constructor for class com.atlassian.confluence.internal.index.attachment.AttachmentTextExtractionFunction
 
AttachmentTextExtractionService - Interface in com.atlassian.confluence.index.attachment
 
AttachmentTextExtractor - Interface in com.atlassian.confluence.index.attachment
Extract text from an attachment.
AttachmentTextExtractorModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
Attachment text extractor module descriptors
AttachmentTextExtractorModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.AttachmentTextExtractorModuleDescriptor
 
AttachmentThumbnailValidator - Class in com.atlassian.confluence.impl.pages.thumbnail
 
AttachmentThumbnailValidator() - Constructor for class com.atlassian.confluence.impl.pages.thumbnail.AttachmentThumbnailValidator
 
AttachmentTrashedEvent - Class in com.atlassian.confluence.event.events.content.attachment
Published when an attachment is moved to the trash.
AttachmentTrashedEvent(Object, Attachment, ConfluenceUser, boolean) - Constructor for class com.atlassian.confluence.event.events.content.attachment.AttachmentTrashedEvent
Creates an attachment trashed event
AttachmentTypeQuery - Class in com.atlassian.confluence.search.v2.query
Search for attachments of a particular type or types.
AttachmentTypeQuery(Attachment.Type) - Constructor for class com.atlassian.confluence.search.v2.query.AttachmentTypeQuery
Search for attachments of a given type.
AttachmentTypeQuery(Set<Attachment.Type>) - Constructor for class com.atlassian.confluence.search.v2.query.AttachmentTypeQuery
Search for attachments within any of a collection of types.
AttachmentUiSupport - Class in com.atlassian.confluence.content.ui
 
AttachmentUiSupport(WebResourceUrlProvider) - Constructor for class com.atlassian.confluence.content.ui.AttachmentUiSupport
 
AttachmentUiSupport.AttachmentInfo - Class in com.atlassian.confluence.content.ui
Deprecated.
Since 4.3. This class is only public because it is used by ContentTypesDisplayMapper. Avoid using this class directly and use a ContentUiSupport object instead. This class will be made private when ContentTypesDisplayMapper is removed.
attachmentUpdateCommand(ContentCommandSupport, ContentService, SpaceFilteringService) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandsConfiguration
 
AttachmentUpdateCommand - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands
A command to handle AttachmentUpdateEvent
AttachmentUpdateCommand(ContentCommandSupport, ContentService, SpaceFilteringService) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.AttachmentUpdateCommand
 
AttachmentUpdateEvent - Class in com.atlassian.confluence.event.events.content.attachment
An event indicating that a visible attachment has been updated
AttachmentUpdateEvent(Object, Attachment, Attachment) - Constructor for class com.atlassian.confluence.event.events.content.attachment.AttachmentUpdateEvent
 
AttachmentUpdateEvent(Object, Attachment, Attachment, boolean) - Constructor for class com.atlassian.confluence.event.events.content.attachment.AttachmentUpdateEvent
 
AttachmentUpload - Class in com.atlassian.confluence.api.model.content
Represents a single attachment being uploaded.
AttachmentUpload(File, String, String, String, boolean) - Constructor for class com.atlassian.confluence.api.model.content.AttachmentUpload
 
AttachmentUpload(File, String, String, String, boolean, boolean) - Constructor for class com.atlassian.confluence.api.model.content.AttachmentUpload
 
AttachmentUploadHelper - Class in com.atlassian.confluence.impl.pages.actions
 
AttachmentUploadHelper(AtlassianJakartaMultiPartRequest, int, ConfluenceActionSupport, FileUploadManager, AttachmentManager, StrutsHelper) - Constructor for class com.atlassian.confluence.impl.pages.actions.AttachmentUploadHelper
 
AttachmentUploadRequest - Class in com.atlassian.confluence.pages.actions
Converts an attachment upload multipart request into a list of AttachmentResource objects.
AttachmentUploadRequest(AtlassianJakartaMultiPartRequest) - Constructor for class com.atlassian.confluence.pages.actions.AttachmentUploadRequest
The client should check for errors via MultiPartRequestWrapper.hasErrors() before constructing this object, and not construct one if there are problems.
AttachmentUriGenerator - Class in com.atlassian.confluence.api.impl.service.audit.uri
Generates URIs to Confluence attachments
AttachmentUriGenerator(AttachmentManagerInternal) - Constructor for class com.atlassian.confluence.api.impl.service.audit.uri.AttachmentUriGenerator
 
AttachmentUrlParser - Class in com.atlassian.confluence.servlet.download
A URL parser for attachments (including thumbnails).
AttachmentUrlParser() - Constructor for class com.atlassian.confluence.servlet.download.AttachmentUrlParser
 
attachmentUrlPath(CustomContentEntityObject, Attachment) - Method in interface com.atlassian.confluence.content.ContentEntityAdapter
Return the URL path to view the a particular attachment of the content
attachmentUrlPath(CustomContentEntityObject, Attachment) - Method in class com.atlassian.confluence.content.ContentEntityAdapterParent
 
attachmentUrlPath(CustomContentEntityObject, Attachment) - Method in class com.atlassian.confluence.content.DefaultContentAdapter
 
AttachmentUtils - Class in com.atlassian.confluence.pages
 
AttachmentUtils() - Constructor for class com.atlassian.confluence.pages.AttachmentUtils
 
AttachmentV3toV4MigrationAction - Class in com.atlassian.confluence.admin.actions
 
AttachmentV3toV4MigrationAction() - Constructor for class com.atlassian.confluence.admin.actions.AttachmentV3toV4MigrationAction
 
AttachmentV4Helper - Class in com.atlassian.confluence.impl.pages.attachments
 
AttachmentV4Helper() - Constructor for class com.atlassian.confluence.impl.pages.attachments.AttachmentV4Helper
 
AttachmentVersionRemovalSummary - Class in com.atlassian.confluence.impl.retention.schedule
 
AttachmentVersionRemovalSummary(long, long, long, long) - Constructor for class com.atlassian.confluence.impl.retention.schedule.AttachmentVersionRemovalSummary
 
AttachmentVersionRemoveEvent - Class in com.atlassian.confluence.event.events.content.attachment
Event sent *before* the removal of a visible attachment version.
AttachmentVersionRemoveEvent(Object, Attachment, User) - Constructor for class com.atlassian.confluence.event.events.content.attachment.AttachmentVersionRemoveEvent
 
AttachmentVersionRemoveEvent(Object, Attachment, User, boolean) - Constructor for class com.atlassian.confluence.event.events.content.attachment.AttachmentVersionRemoveEvent
 
attachmentVersionsRemoved(long) - Method in class com.atlassian.confluence.api.model.retention.RemovalCount.Builder
 
attachmentVersionsRemoved(long) - Method in class com.atlassian.confluence.impl.retention.rules.DeletedHistoricalVersionSummary.Builder
 
attachmentVersionsRemovedByGlobalRules(long) - Method in class com.atlassian.confluence.impl.retention.rules.CleanupSummary.Builder
 
attachmentVersionsRemovedBySpaceRules(long) - Method in class com.atlassian.confluence.impl.retention.rules.CleanupSummary.Builder
 
AttachmentViewEvent - Class in com.atlassian.confluence.event.events.content.attachment
Event fired every time an attachment is viewed.
AttachmentViewEvent(Object, Attachment) - Constructor for class com.atlassian.confluence.event.events.content.attachment.AttachmentViewEvent
 
AttachmentViewEvent(Object, Attachment, boolean) - Constructor for class com.atlassian.confluence.event.events.content.attachment.AttachmentViewEvent
 
AttachmentViewEvent(Object, List<Attachment>, boolean) - Constructor for class com.atlassian.confluence.event.events.content.attachment.AttachmentViewEvent
 
Attribute() - Constructor for class com.atlassian.confluence.content.render.xhtml.XhtmlConstants.Attribute
 
ATTRIBUTE_KEY - Static variable in class com.atlassian.confluence.pages.actions.beans.PageReference
 
ATTRIBUTE_KEY - Static variable in class com.atlassian.confluence.themes.ThemeContext
 
attributeAdded(HttpSessionBindingEvent) - Method in class com.atlassian.confluence.event.listeners.HttpSessionRegistrarAttributeListener
 
AttributeRecordsGenerator - Class in com.atlassian.confluence.impl.backuprestore.restore.persisters
Generates ImportedObjectV2 records for cwd_directory_attribute and cwd_application_attribute tables, so they could be saved to the DB.
AttributeRecordsGenerator(ExportableEntityInfo, String) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.persisters.AttributeRecordsGenerator
 
attributeRemoved(HttpSessionBindingEvent) - Method in class com.atlassian.confluence.event.listeners.HttpSessionRegistrarAttributeListener
 
attributeReplaced(HttpSessionBindingEvent) - Method in class com.atlassian.confluence.event.listeners.HttpSessionRegistrarAttributeListener
 
attributes() - Method in class com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody.ParagraphFragment
 
AttributesEnrichment - Class in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.enrichment
Adds `attributes` collection to entities which has a map `attributes` in hibernate mapping.
AttributesEnrichment(DatabaseExporterHelper, String, String) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.enrichment.AttributesEnrichment
 
audit(AuditEvent) - Method in class com.atlassian.confluence.core.audit.MockAuditService
 
AUDIT_CHANGED_VALUE_PREFIX - Static variable in interface com.atlassian.confluence.impl.audit.AuditHelper
 
AUDIT_DESCRIPTION_PREFIX - Static variable in interface com.atlassian.confluence.impl.audit.AuditHelper
 
AUDIT_EXTRA_ATTRIBUTE_PREFIX - Static variable in interface com.atlassian.confluence.impl.audit.AuditHelper
 
AUDIT_I18N_PREFIX - Static variable in interface com.atlassian.confluence.impl.audit.AuditHelper
 
AUDIT_LIMIT - Static variable in class com.atlassian.confluence.plugins.restapi.resources.DefaultValues
 
AUDIT_SUMMARY_PREFIX - Static variable in interface com.atlassian.confluence.impl.audit.AuditHelper
 
auditAction(JobId, AuditingAction) - Method in interface com.atlassian.confluence.schedule.audit.AuditService
Audits an action to a job such as run, enable, disable.
auditAction(JobId, AuditingAction) - Method in class com.atlassian.confluence.schedule.audit.DefaultAuditService
 
AuditAction - Enum Class in com.atlassian.confluence.impl.audit.handler
Whether entity was added or removed.
AuditCategories - Class in com.atlassian.confluence.impl.audit
String constants for audit categories.
auditCronJobScheduleChange(JobId, String, String) - Method in interface com.atlassian.confluence.schedule.audit.AuditService
Audits a schedule change to a cron job.
auditCronJobScheduleChange(JobId, String, String) - Method in class com.atlassian.confluence.schedule.audit.DefaultAuditService
 
auditEventBuilder(String, String, CoverageArea, CoverageLevel) - Method in class com.atlassian.confluence.impl.audit.listener.AbstractAuditListener
Deprecated.
since 7.5.0 use AuditEvent.fromI18nKeys(String, String, CoverageLevel, CoverageArea) instead.
AuditFormatConverter - Class in com.atlassian.confluence.internal.audit
Confluence has two sets of APIs for audit logs: - For legacy audit log functionality added in 5.10 - For new cross product auditing
AuditFormatConverter() - Constructor for class com.atlassian.confluence.internal.audit.AuditFormatConverter
 
AuditHandlerDescription - Interface in com.atlassian.confluence.impl.audit.handler
 
AuditHandlerFactory - Class in com.atlassian.confluence.impl.audit.handler
 
AuditHandlerFactory(HandlerFactory) - Constructor for class com.atlassian.confluence.impl.audit.handler.AuditHandlerFactory
 
AuditHandlerService - Interface in com.atlassian.confluence.impl.audit.handler
 
auditHelper - Variable in class com.atlassian.confluence.impl.audit.listener.AbstractAuditListener
 
AuditHelper - Interface in com.atlassian.confluence.impl.audit
Contains helper methods to build auditing entities.
AuditingAction - Enum Class in com.atlassian.confluence.schedule.audit
 
AuditingContext - Interface in com.atlassian.confluence.audit
Provides a context to omit auditing for certain actions
auditOperations(List<AuditLogChangesetEntity>) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.batch.Hibernate5BatchProcessor
 
AuditRecord - Class in com.atlassian.confluence.api.model.audit
Deprecated.
since 7.5.0. Use AuditEntity from atlassian-audit-api
AuditRecord.Builder - Class in com.atlassian.confluence.api.model.audit
Deprecated.
 
AuditRecordDao - Interface in com.atlassian.confluence.internal.audit.persistence.dao
Deprecated.
since 7.5.0. Audit records should be persisted via atlassian-audit-plugin
AuditRecordEntity - Class in com.atlassian.confluence.impl.audit
Deprecated.
since 7.5.0. Audit records should be persisted via atlassian-audit-plugin
AuditRecordEntityFactory - Class in com.atlassian.confluence.impl.audit
Deprecated.
since 7.5.0. Audit records should be persisted via atlassian-audit-plugin
AuditRecordEntityFactory(I18NBeanFactory, LocaleManager) - Constructor for class com.atlassian.confluence.impl.audit.AuditRecordEntityFactory
Deprecated.
 
auditRecords() - Static method in class com.atlassian.confluence.rest.v2.api.model.pagination.PaginationLimits
Maximum number of AuditRecords to return at a time.
AuditResource - Class in com.atlassian.confluence.plugins.restapi.resources
Deprecated.
since 7.5.0. Use AuditRestResource from atlassian-audit-plugin
AuditResource(ApplicationProperties) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.AuditResource
Deprecated.
 
AuditSearchUtils - Class in com.atlassian.confluence.impl.audit
Deprecated.
since 7.5.0. Audit records should be persisted via atlassian-audit-plugin
AuditSearchUtils() - Constructor for class com.atlassian.confluence.impl.audit.AuditSearchUtils
Deprecated.
 
AuditService - Interface in com.atlassian.confluence.schedule.audit
An interface for Scheduled Job Auditing.
auditSimpleJobScheduleChange(JobId, Long, Long) - Method in interface com.atlassian.confluence.schedule.audit.AuditService
Audits a schedule change to a simple job.
auditSimpleJobScheduleChange(JobId, Long, Long) - Method in class com.atlassian.confluence.schedule.audit.DefaultAuditService
 
AUIDefaultColorScheme - Class in com.atlassian.confluence.themes
This default color should be the colors that AUI has as defaults.
AUTH - Static variable in class com.atlassian.confluence.impl.audit.AuditCategories
 
AuthAuditListener - Class in com.atlassian.confluence.impl.audit.listener
Listens to authentication events and saves them as audit records
AuthAuditListener(AuditHandlerService, AuditService, AuditHelper, StandardAuditResourceTypes, AuditingContext) - Constructor for class com.atlassian.confluence.impl.audit.listener.AuthAuditListener
 
AuthConfiguration - Class in com.atlassian.confluence.internal.api.security.impl
 
AuthConfiguration() - Constructor for class com.atlassian.confluence.internal.api.security.impl.AuthConfiguration
 
authContext - Variable in class com.atlassian.confluence.plugins.rest.jackson2.resources.AbstractResource
 
authContext - Variable in class com.atlassian.confluence.tinymceplugin.rest.WikiXhtmlConverter
 
authenticate(ClusterJoinRequest) - Method in class com.atlassian.confluence.impl.cluster.nutcluster.interceptor.authenticator.SharedSecretClusterAuthenticator
 
authenticate(ClusterJoinRequest) - Method in interface com.atlassian.confluence.impl.cluster.nutcluster.interceptor.authenticator.ClusterAuthenticator
Authenticate the request.
authenticate(HttpServletRequest, HttpServletResponse, Principal, String) - Static method in class com.atlassian.confluence.util.SeraphUtils
 
authenticate(String, String) - Method in class com.atlassian.confluence.impl.security.login.DefaultLoginManager
 
authenticate(String, String) - Method in class com.atlassian.confluence.impl.user.crowd.TransactionalCrowdServiceWrapper
 
authenticate(String, String) - Method in class com.atlassian.confluence.impl.user.DefaultUserAccessor
 
authenticate(String, String) - Method in interface com.atlassian.confluence.security.login.LoginManager
Try to authenticate a user given the userName and password.
authenticate(String, String) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
authenticate(String, String) - Method in interface com.atlassian.confluence.user.UserAccessor
 
authenticate(String, String) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdAuthenticator
Deprecated.
 
authenticate(String, String) - Method in class com.atlassian.sal.confluence.user.ConfluenceUserManager
 
authenticate(String, String) - Method in class com.atlassian.sal.confluence.user.SetupUserManager
 
authenticate(Principal, String) - Method in class com.atlassian.confluence.user.ConfluenceAuthenticator
 
AuthenticateAction - Class in com.atlassian.confluence.security.websudo
Used to authenticate a web sudo session.
AuthenticateAction() - Constructor for class com.atlassian.confluence.security.websudo.AuthenticateAction
 
authenticated - Variable in class com.atlassian.confluence.plugin.descriptor.rpc.RpcModuleDescriptor
 
AuthenticatedUserImpersonator - Enum Class in com.atlassian.confluence.user
Impersonates an authenticated user during the execution of the given callback.
AuthenticatedUserRelationDescriptor<S,T> - Class in com.atlassian.confluence.api.impl.service.relation
A ValidatingRelationDescriptor which checks that the User for which the relation is being created is also the currently authenticated user.
AuthenticatedUserRelationDescriptor(RelationDescriptor) - Constructor for class com.atlassian.confluence.api.impl.service.relation.AuthenticatedUserRelationDescriptor
 
AuthenticatedUserThreadLocal - Class in com.atlassian.confluence.user
A simple ThreadLocal to store the currently authenticated user.
AuthenticatedUserThreadLocal() - Constructor for class com.atlassian.confluence.user.AuthenticatedUserThreadLocal
 
AuthenticatedWebResourceProvider - Class in com.atlassian.confluence.rest.client.authentication
Provides authenticated WebTargets for Remote API clients.
AuthenticatedWebResourceProvider(Client, String) - Constructor for class com.atlassian.confluence.rest.client.authentication.AuthenticatedWebResourceProvider
 
AuthenticatedWebResourceProvider(Client, String, String) - Constructor for class com.atlassian.confluence.rest.client.authentication.AuthenticatedWebResourceProvider
 
Authentication - Interface in com.atlassian.confluence.event.events.types
Indicates that the implementation represents an authentication event.
AUTHENTICATION_DENIED - Enum constant in enum class com.atlassian.confluence.security.login.LoginResult
The user is not allowed to even attempt a login
AUTHENTICATION_FAILED - Enum constant in enum class com.atlassian.confluence.security.login.LoginResult
The user could not be authenticated.
authenticationError(Authenticator.Result) - Method in interface com.atlassian.confluence.dmz.sal.AuthenticationListenerExt
 
authenticationError(Authenticator.Result) - Method in class com.atlassian.sal.confluence.oauth.seraph.ConfluenceSeraphAuthenticationListener
 
AuthenticationFailedException - Exception Class in com.atlassian.confluence.rpc
Exception thrown when a login attempt fails
AuthenticationFailedException() - Constructor for exception class com.atlassian.confluence.rpc.AuthenticationFailedException
 
AuthenticationFailedException(String) - Constructor for exception class com.atlassian.confluence.rpc.AuthenticationFailedException
 
AuthenticationFailedException(String, Throwable) - Constructor for exception class com.atlassian.confluence.rpc.AuthenticationFailedException
 
AuthenticationFailedException(Throwable) - Constructor for exception class com.atlassian.confluence.rpc.AuthenticationFailedException
 
authenticationFailure(Authenticator.Result) - Method in interface com.atlassian.confluence.dmz.sal.AuthenticationListenerExt
 
authenticationFailure(Authenticator.Result) - Method in class com.atlassian.sal.confluence.oauth.seraph.ConfluenceSeraphAuthenticationListener
 
AuthenticationHelper - Class in com.atlassian.confluence.user.actions
AuthenticationHelper class with common method logout and getLoginURL
AuthenticationHelper() - Constructor for class com.atlassian.confluence.user.actions.AuthenticationHelper
 
AuthenticationListenerExt - Interface in com.atlassian.confluence.dmz.sal
 
authenticationNotAttempted() - Method in interface com.atlassian.confluence.dmz.sal.AuthenticationListenerExt
 
authenticationNotAttempted() - Method in class com.atlassian.sal.confluence.oauth.seraph.ConfluenceSeraphAuthenticationListener
 
authenticationSuccess(Authenticator.Result) - Method in interface com.atlassian.confluence.dmz.sal.AuthenticationListenerExt
 
authenticationSuccess(Authenticator.Result) - Method in class com.atlassian.sal.confluence.oauth.seraph.ConfluenceSeraphAuthenticationListener
 
authenticationSuccess(Authenticator.Result, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.sal.confluence.oauth.seraph.ConfluenceSeraphAuthenticationListener
 
AuthenticatorMetrics - Class in com.atlassian.confluence.impl.seraph
Provides utilities for thread-local-based accumulation of elapsed time spent inside Seraph authentication code.
AuthenticatorMetrics() - Constructor for class com.atlassian.confluence.impl.seraph.AuthenticatorMetrics
 
AuthenticatorMetricsFilter - Class in com.atlassian.confluence.impl.seraph
A servlet filter which interacts with AuthenticatorMetrics to publish events containing timing metrics regarding Seraph authentication
AuthenticatorMetricsFilter() - Constructor for class com.atlassian.confluence.impl.seraph.AuthenticatorMetricsFilter
 
AuthenticatorOverwrite - Class in com.atlassian.confluence.user
Disables Web Sudo and other password confirmation features when a custom authenticator is configured.
AuthenticatorOverwrite() - Constructor for class com.atlassian.confluence.user.AuthenticatorOverwrite
 
author(User) - Method in class com.atlassian.confluence.api.model.audit.AuditRecord.Builder
Deprecated.
 
authoriseUserAndEstablishSession(HttpServletRequest, HttpServletResponse, Principal) - Method in class com.atlassian.confluence.user.ConfluenceAuthenticator
 
authoriseUserAndEstablishSession(HttpServletRequest, HttpServletResponse, Principal) - Method in class com.atlassian.confluence.user.ConfluenceCrowdSSOAuthenticator
 
Authorization - Interface in com.atlassian.confluence.mail
 
Authorization.OAuth2 - Class in com.atlassian.confluence.mail
 
authorized(boolean) - Method in class com.atlassian.confluence.api.model.validation.SimpleValidationResult.Builder
 
authorParam - Variable in class com.atlassian.confluence.macro.ContentFilteringMacro
Parameter to handle the creator/author of the content.
AuthorParameter - Class in com.atlassian.confluence.macro.query.params
s Represents an author parameter.
AuthorParameter() - Constructor for class com.atlassian.confluence.macro.query.params.AuthorParameter
 
AuthorParameter(String) - Constructor for class com.atlassian.confluence.macro.query.params.AuthorParameter
 
AuthorParameter(List<String>, String) - Constructor for class com.atlassian.confluence.macro.query.params.AuthorParameter
 
AuthTokens - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
autocompleteLabel(String, long, int, String, boolean, boolean, String) - Method in class com.atlassian.confluence.plugins.labels.rest.LabelResource
 
AutocompleteLabelsAction - Class in com.atlassian.confluence.plugins.labels.actions
 
AutocompleteLabelsAction() - Constructor for class com.atlassian.confluence.plugins.labels.actions.AutocompleteLabelsAction
 
AutocompleteResult - Class in com.atlassian.confluence.api.model.search.autocomplete
Represents a set of results from an autocomplete Search request.
AutocompleteResult.Builder - Class in com.atlassian.confluence.api.model.search.autocomplete
 
AutocompleteResultItem - Class in com.atlassian.confluence.api.model.search.autocomplete
Represents the internal and displayed state of a single autocomplete result in an AutocompleteResult.
AutocompleteResultItem.Builder - Class in com.atlassian.confluence.api.model.search.autocomplete
 
AutoCorrectRawQueryTransformer - Interface in com.atlassian.confluence.search.v2
This class will help to transform invalid input raw query to a valid one.
AutodetectClassPrefixModuleFactory - Class in com.atlassian.confluence.impl.plugin
Deprecated.
since 7.0.1. Should be removed in 8.0 when we finally start using constructor injection for everything.
AutodetectClassPrefixModuleFactory(HostContainer) - Constructor for class com.atlassian.confluence.impl.plugin.AutodetectClassPrefixModuleFactory
Deprecated.
 
AutodetectModuleFactoryHolder - Class in com.atlassian.confluence.impl.plugin
Deprecated.
since 7.0.1. All these constructions are dirty hacks which exist because we can't convert everything at once to constructor injection. In version 8.0.0 we will have to convert all the things to constructor injection and after that we can get rid of all these constructs and just use pure Plugins Framework instruments for injection.
AutodetectModuleFactoryHolder(ModuleFactory) - Constructor for class com.atlassian.confluence.impl.plugin.AutodetectModuleFactoryHolder
Deprecated.
 
AutoLookAndFeelManager - Class in com.atlassian.confluence.plugins.lookandfeel
 
AutoLookAndFeelManager(ColourSchemeManager, SiteLogoManager, PluginSettingsFactory, TransactionTemplate) - Constructor for class com.atlassian.confluence.plugins.lookandfeel.AutoLookAndFeelManager
 
AUTOMATIC_BACKUP_DIRECTORY - Static variable in class com.atlassian.confluence.util.ConfluenceHomeGlobalConstants
 
autowatchIfRequired(ContentEntityObject, SaveContext) - Method in class com.atlassian.confluence.impl.notifications.ContentEntityAutoWatcher
 
AutowatchIfRequiredEvent(ContentEntityObject, SaveContext) - Constructor for class com.atlassian.confluence.impl.notifications.ContentEntityAutoWatcher.AutowatchIfRequiredEvent
 
AvailabilityCheckingClusterEventService - Class in com.atlassian.confluence.impl.cluster.event
Deprecated.
since 8.4 No longer required
AvailabilityCheckingClusterEventService(ClusterEventService, ClusterEventService) - Constructor for class com.atlassian.confluence.impl.cluster.event.AvailabilityCheckingClusterEventService
Deprecated.
 
available() - Method in class com.atlassian.confluence.core.InputStreamExceptionDecorator
 
AvailableSpaces - Class in com.atlassian.confluence.pages.actions.beans
 
AvailableSpaces(SpaceManager) - Constructor for class com.atlassian.confluence.pages.actions.beans.AvailableSpaces
 
AvatarProviderAccessor - Class in com.atlassian.confluence.user.avatar
 
AvatarProviderAccessor(PluginAccessor) - Constructor for class com.atlassian.confluence.user.avatar.AvatarProviderAccessor
 
AvatarProviderModuleDescriptorRegistrar - Class in it.com.atlassian.confluence.user.avatar
 
AvatarProviderModuleDescriptorRegistrar() - Constructor for class it.com.atlassian.confluence.user.avatar.AvatarProviderModuleDescriptorRegistrar
 
AverageScoreFunction - Class in com.atlassian.confluence.search.v2.score
Scores of component functions are averaged according to weights.
AverageScoreFunction.Builder - Class in com.atlassian.confluence.search.v2.score
 
avgFieldLength(CollectionStatistics) - Method in class com.atlassian.confluence.internal.search.v2.lucene.BM25LSimilarity
 
AWS - Enum constant in enum class com.atlassian.confluence.cluster.ClusterJoinConfig.ClusterJoinType
 
AWS - Enum constant in enum class com.atlassian.confluence.status.service.systeminfo.CloudPlatformType
 
AWS_AURORA - Enum constant in enum class com.atlassian.confluence.status.service.systeminfo.ClusteredDatabasePlatformType
 
AwsCloudPlatform - Class in com.atlassian.confluence.status.service.systeminfo
 
AwsCloudPlatform() - Constructor for class com.atlassian.confluence.status.service.systeminfo.AwsCloudPlatform
 
AwsClusteredDatabaseMetadataRetriever - Class in com.atlassian.confluence.status.service
Service for retrieving clustered database metadata from AWS Aurora
AwsClusteredDatabaseMetadataRetriever() - Constructor for class com.atlassian.confluence.status.service.AwsClusteredDatabaseMetadataRetriever
 
AWSClusterJoinConfig - Class in com.atlassian.confluence.cluster
 
AZURE - Enum constant in enum class com.atlassian.confluence.status.service.systeminfo.CloudPlatformType
 
AzureCloudPlatform - Class in com.atlassian.confluence.status.service.systeminfo
 
AzureCloudPlatform() - Constructor for class com.atlassian.confluence.status.service.systeminfo.AzureCloudPlatform
 

B

b() - Method in record class com.atlassian.confluence.plugins.opensearch.client.CreateIndexRequestWithBM25Similarity.Bm25Settings
Returns the value of the b record component.
back - Variable in class com.atlassian.confluence.pages.actions.AbstractPreviewPageAction
Deprecated.
since 5.3 (and really much much longer)
back - Variable in class com.atlassian.confluence.plugins.templates.actions.AbstractEditPageTemplateAction
 
BACKGROUND_COLOR - Static variable in class com.atlassian.confluence.security.DistortedCaptchaEngine
 
BackgroundJob - Class in com.atlassian.confluence.impl.backgroundjob.domain
Contains information about active background jobs.
BackgroundJob() - Constructor for class com.atlassian.confluence.impl.backgroundjob.domain.BackgroundJob
 
BackgroundJobCleaner - Class in com.atlassian.confluence.impl.backgroundjob
Removes non-active background jobs older than 7 days.
BackgroundJobCleaner(BackgroundJobDAO, BackgroundJobService, PlatformTransactionManager) - Constructor for class com.atlassian.confluence.impl.backgroundjob.BackgroundJobCleaner
 
BackgroundJobDAO - Class in com.atlassian.confluence.impl.backgroundjob.dao
DAO for background job records.
BackgroundJobDAO(SessionFactory) - Constructor for class com.atlassian.confluence.impl.backgroundjob.dao.BackgroundJobDAO
 
BackgroundJobFailedEvent - Class in com.atlassian.confluence.event.events.backgroundjob
 
BackgroundJobFailedEvent(Object, Long, String, int, int) - Constructor for class com.atlassian.confluence.event.events.backgroundjob.BackgroundJobFailedEvent
 
BackgroundJobProcessor - Interface in com.atlassian.confluence.impl.backgroundjob
An interface for any background job.
BackgroundJobResponse - Class in com.atlassian.confluence.impl.backgroundjob
Information returned by a background service.
BackgroundJobService - Class in com.atlassian.confluence.impl.backgroundjob
The service that allows to add new background tasks.
BackgroundJobService(BackgroundJobDAO, PlatformTransactionManager, EventPublisher) - Constructor for class com.atlassian.confluence.impl.backgroundjob.BackgroundJobService
 
BackgroundJobServiceNotFound - Exception Class in com.atlassian.confluence.impl.backgroundjob.exception
Is thrown when the background job is not found.
BackgroundJobServiceNotFound(String) - Constructor for exception class com.atlassian.confluence.impl.backgroundjob.exception.BackgroundJobServiceNotFound
 
BackgroundJobServiceScheduledJob - Class in com.atlassian.confluence.impl.backgroundjob
A standard scheduled job that calls the background service periodically (to process active jobs).
BackgroundJobServiceScheduledJob(BackgroundJobService) - Constructor for class com.atlassian.confluence.impl.backgroundjob.BackgroundJobServiceScheduledJob
 
BackgroundJobState - Enum Class in com.atlassian.confluence.impl.backgroundjob.domain
Possible background job states.
backup(OutputStream) - Method in class com.atlassian.confluence.activeobjects.backup.ActiveObjectsBackupRestoreProvider
 
backup(OutputStream) - Method in interface com.atlassian.confluence.importexport.plugin.BackupRestoreProvider
 
BACKUP - Enum constant in enum class com.atlassian.confluence.api.model.backuprestore.JobOperation
 
BACKUP_ATTACHMENTS - Static variable in class com.atlassian.confluence.impl.backuprestore.restore.container.BackupProperties
 
BACKUP_JOB_ID - Static variable in class com.atlassian.confluence.schedule.ScheduleUtil
 
BACKUP_RESTORE_JOBS_TTL_DAYS - Static variable in class com.atlassian.confluence.impl.backuprestore.scheduledjob.BackupRestoreJobCleanerScheduledJob
 
BACKUP_SET_PATH_ALLOWED - Static variable in class com.atlassian.confluence.util.ConfluenceHomeGlobalConstants
 
BACKUP_THREADS_NUMBER - Static variable in class com.atlassian.confluence.impl.backuprestore.backup.SiteBackupService
 
BACKUP_THREADS_NUMBER - Static variable in class com.atlassian.confluence.impl.backuprestore.backup.SpaceBackupService
 
backupAllEntitiesAndAttachments(BackupRestoreJob, BackupRestoreSettings, ParallelTasksExecutor, BackupContainerWriter) - Method in class com.atlassian.confluence.impl.backuprestore.backup.AbstractBackupService
 
backupAllEntitiesAndAttachments(BackupRestoreJob, BackupRestoreSettings, ParallelTasksExecutor, BackupContainerWriter) - Method in class com.atlassian.confluence.impl.backuprestore.backup.SiteBackupService
Backups all entities (including plugin data) and attachments.
backupAllEntitiesAndAttachments(BackupRestoreJob, BackupRestoreSettings, ParallelTasksExecutor, BackupContainerWriter) - Method in class com.atlassian.confluence.impl.backuprestore.backup.SpaceBackupService
Backups all entities (including plugin data) and attachments.
backupAttachments() - Method in class com.atlassian.confluence.impl.importexport.AbstractFileXmlExporter
Backs up the Attachments and stores them in the "attachments" directory of the export.
backupAttachments() - Method in class com.atlassian.confluence.importexport.impl.FileXmlExporter
Deprecated.
Backs up the Attachments and stores them in the "attachments" directory of the export.
backupColorScheme() - Method in class com.atlassian.confluence.plugins.lookandfeel.AutoLookAndFeelManager
 
backupConfigFiles() - Method in class com.atlassian.confluence.impl.importexport.AbstractFileXmlExporter
 
backupConfigFiles() - Method in class com.atlassian.confluence.importexport.impl.FileXmlExporter
Deprecated.
 
BackupContainerReader - Interface in com.atlassian.confluence.impl.backuprestore.restore.container
Reader that allows to read files from the container.
BackupContainerReaderFactory - Interface in com.atlassian.confluence.impl.backuprestore.restore.container
Factory that creates instances of BackupContainerReader.
BackupContainerReaderFactoryImpl - Class in com.atlassian.confluence.impl.backuprestore.restore.container
Default implementation for restore container reader factory.
BackupContainerReaderFactoryImpl() - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.container.BackupContainerReaderFactoryImpl
Use use the lazy reference for two reasons:
BackupContainerWriter - Interface in com.atlassian.confluence.impl.backuprestore.backup.container
Responsible for writing data (objects, properties, attachment's etc).
BackupContainerWriterFactory - Interface in com.atlassian.confluence.impl.backuprestore.backup.container
Allows to create backup container writer factory.
BackupContainerWriterFactoryImpl - Class in com.atlassian.confluence.impl.backuprestore.backup.container
Default implementation for backup container writer factory.
BackupContainerWriterFactoryImpl(ConfluenceDirectories, AttachmentDataFileSystem, AttachmentManagerInternal) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.container.BackupContainerWriterFactoryImpl
 
BackupDescriptorWriter - Class in com.atlassian.confluence.impl.backuprestore.backup
Generates data for exportDescriptor.properties file.
BackupDescriptorWriter() - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.BackupDescriptorWriter
 
BackupImporter - Class in com.atlassian.confluence.impl.importexport
Deprecated.
since 7.17.0. Use BackupRestoreManager instead.
BackupImporter() - Constructor for class com.atlassian.confluence.impl.importexport.BackupImporter
Deprecated.
 
BackupParser - Class in com.atlassian.confluence.importexport.xmlimport.parser
Deprecated.
since 7.17.0. Use BackupRestoreManager instead.
BackupParser(ImportProcessor) - Constructor for class com.atlassian.confluence.importexport.xmlimport.parser.BackupParser
Deprecated.
 
BackupParserUtil - Class in com.atlassian.confluence.importexport.xmlimport
Deprecated.
since 7.17.0.
BackupParserUtil() - Constructor for class com.atlassian.confluence.importexport.xmlimport.BackupParserUtil
Deprecated.
 
backupPluginData() - Method in class com.atlassian.confluence.impl.importexport.AbstractFileXmlExporter
 
backupPluginData() - Method in class com.atlassian.confluence.importexport.impl.FileXmlExporter
Deprecated.
 
BackupProperties - Class in com.atlassian.confluence.impl.backuprestore.restore.container
Provides convenient operations for working with backup properties (exportDescriptor.properties)
BackupProperties(Properties) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.container.BackupProperties
 
BackupPropertiesValidator - Class in com.atlassian.confluence.impl.backuprestore.restore
 
BackupPropertiesValidator(UpgradeManager) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.BackupPropertiesValidator
 
backupResources() - Method in class com.atlassian.confluence.impl.importexport.AbstractFileXmlExporter
 
backupResources() - Method in class com.atlassian.confluence.importexport.impl.FileXmlExporter
Deprecated.
 
BackupRestoreAddJobAnalyticsEvent - Class in com.atlassian.confluence.impl.backuprestore.analytics
Used when a backup or restore job is added to the queue.
BackupRestoreAddJobAnalyticsEvent(Long, JobScope, JobOperation, Boolean) - Constructor for class com.atlassian.confluence.impl.backuprestore.analytics.BackupRestoreAddJobAnalyticsEvent
 
BackupRestoreConsumer<T> - Interface in com.atlassian.confluence.impl.backuprestore
Regular consumer but allows to throw BackupRestoreException exceptions.
BackupRestoreException - Exception Class in com.atlassian.confluence.backuprestore.exception
General exception class for all exceptions related to backup/restore process.
BackupRestoreException - Exception Class in com.atlassian.confluence.importexport.plugin
 
BackupRestoreException(String) - Constructor for exception class com.atlassian.confluence.backuprestore.exception.BackupRestoreException
 
BackupRestoreException(String) - Constructor for exception class com.atlassian.confluence.importexport.plugin.BackupRestoreException
 
BackupRestoreException(String, Throwable) - Constructor for exception class com.atlassian.confluence.backuprestore.exception.BackupRestoreException
 
BackupRestoreException(String, Throwable) - Constructor for exception class com.atlassian.confluence.importexport.plugin.BackupRestoreException
 
BackupRestoreException(Throwable) - Constructor for exception class com.atlassian.confluence.backuprestore.exception.BackupRestoreException
 
BackupRestoreFilesystemManager - Class in com.atlassian.confluence.impl.backuprestore
 
BackupRestoreFilesystemManager(FilesystemPath, FilesystemPath) - Constructor for class com.atlassian.confluence.impl.backuprestore.BackupRestoreFilesystemManager
 
BackupRestoreFinishJobAnalyticsEvent - Class in com.atlassian.confluence.impl.backuprestore.analytics
Used when a backup or restore job finished running.
BackupRestoreFinishJobAnalyticsEvent(Long, JobScope, JobOperation, JobState, Long, Long, Long, Boolean) - Constructor for class com.atlassian.confluence.impl.backuprestore.analytics.BackupRestoreFinishJobAnalyticsEvent
 
BackupRestoreHibernateUtil - Class in com.atlassian.confluence.importexport.impl
Util to remove lazy-loading and proxying from all objects in a hibernate configuration, as they just get in the way of backups.
BackupRestoreHibernateUtil() - Constructor for class com.atlassian.confluence.importexport.impl.BackupRestoreHibernateUtil
 
BackupRestoreJob - Class in com.atlassian.confluence.backuprestore
Contains information about the backup/restore job.
BackupRestoreJob() - Constructor for class com.atlassian.confluence.backuprestore.BackupRestoreJob
 
BackupRestoreJob.ConfigurationFlag - Enum Class in com.atlassian.confluence.backuprestore
Every value represents one bit in the configuration.
BackupRestoreJobCleanerScheduledJob - Class in com.atlassian.confluence.impl.backuprestore.scheduledjob
A standard scheduled job that checks and removes old backup/restore job entries from the database based on the job's createTime.
BackupRestoreJobCleanerScheduledJob(BackupRestoreJobDao, BackupRestoreFilesystemManager) - Constructor for class com.atlassian.confluence.impl.backuprestore.scheduledjob.BackupRestoreJobCleanerScheduledJob
 
BackupRestoreJobConverter - Class in com.atlassian.confluence.impl.backuprestore
Provides methods to convert BackupRestoreJob into JobDetails and vice versa
BackupRestoreJobConverter(BackupRestoreFilesystemManager) - Constructor for class com.atlassian.confluence.impl.backuprestore.BackupRestoreJobConverter
 
BackupRestoreJobDao - Interface in com.atlassian.confluence.impl.backuprestore.dao
Dao for backup/restore jobs.
BackupRestoreJobResult - Class in com.atlassian.confluence.backuprestore
Backup restore job result.
BackupRestoreJobResult() - Constructor for class com.atlassian.confluence.backuprestore.BackupRestoreJobResult
 
BackupRestoreJobResultToJsonConverter - Class in com.atlassian.confluence.impl.backuprestore.converters
Converts BackupRestoreJobResult to JSON object
BackupRestoreJobResultToJsonConverter() - Constructor for class com.atlassian.confluence.impl.backuprestore.converters.BackupRestoreJobResultToJsonConverter
 
BackupRestoreJobRunner - Class in com.atlassian.confluence.impl.backuprestore
Runs a backup/restore jobs on a proper service.
BackupRestoreJobRunner(SiteBackupService, SpaceBackupService, SiteRestoreService, SpaceRestoreService) - Constructor for class com.atlassian.confluence.impl.backuprestore.BackupRestoreJobRunner
 
BackupRestoreJobSettingsRecord - Class in com.atlassian.confluence.impl.backuprestore.domain
A DB record with backup job settings
BackupRestoreJobSettingsRecord() - Constructor for class com.atlassian.confluence.impl.backuprestore.domain.BackupRestoreJobSettingsRecord
 
BackupRestoreJobSettingsRecord(Long, String) - Constructor for class com.atlassian.confluence.impl.backuprestore.domain.BackupRestoreJobSettingsRecord
 
BackupRestoreJobsSearchFilter - Class in com.atlassian.confluence.backuprestore
Backup restore filter for searching jobs.
BackupRestoreJobsSearchFilter.Builder - Class in com.atlassian.confluence.backuprestore
 
BackupRestoreJobStatisticsRecord - Class in com.atlassian.confluence.impl.backuprestore.domain
A DB record with backup job statistics.
BackupRestoreJobStatisticsRecord() - Constructor for class com.atlassian.confluence.impl.backuprestore.domain.BackupRestoreJobStatisticsRecord
 
BackupRestoreManager - Interface in com.atlassian.confluence.backuprestore
Responsible for accepting backup/restore operations, checking permissions, managing the queue and cluster-wide locks.
BackupRestoreNotExistingFileMarkerScheduledJob - Class in com.atlassian.confluence.impl.backuprestore.scheduledjob
Job that checks if backups files exist and if not mark them as not existing.
BackupRestoreNotExistingFileMarkerScheduledJob(BackupRestoreJobDao, BackupRestoreFilesystemManager) - Constructor for class com.atlassian.confluence.impl.backuprestore.scheduledjob.BackupRestoreNotExistingFileMarkerScheduledJob
 
BackupRestorePermissionsHelper - Class in com.atlassian.confluence.impl.backuprestore
Responsible for checking permissions required for space/site backup/restore/cancel/view operations.
BackupRestorePermissionsHelper(PermissionManager, SpaceDao, SpacePermissionManager) - Constructor for class com.atlassian.confluence.impl.backuprestore.BackupRestorePermissionsHelper
 
BackupRestoreProvider - Interface in com.atlassian.confluence.importexport.plugin
 
BackupRestoreProviderManager - Interface in com.atlassian.confluence.importexport.plugin
 
BackupRestoreProviderModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor.backup
 
BackupRestoreProviderModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.backup.BackupRestoreProviderModuleDescriptor
 
BackupRestoreResource - Class in com.atlassian.confluence.plugins.restapi.resources
 
BackupRestoreResource(BackupRestoreService) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.BackupRestoreResource
 
BackupRestoreScheduledJob - Class in com.atlassian.confluence.impl.backuprestore.scheduledjob
A standard scheduled job that calls the background service periodically (to process active jobs).
BackupRestoreScheduledJob(ConfluenceBackupRestoreManager) - Constructor for class com.atlassian.confluence.impl.backuprestore.scheduledjob.BackupRestoreScheduledJob
 
BackupRestoreService - Interface in com.atlassian.confluence.api.service.backuprestore
Service responsible for accepting backup/restore operations.
BackupRestoreSettings - Class in com.atlassian.confluence.backuprestore
Contains settings for the site/space backup/restore operation.
BackupRestoreSettings(BackupRestoreSettings.Builder) - Constructor for class com.atlassian.confluence.backuprestore.BackupRestoreSettings
 
BackupRestoreSettings.Builder - Class in com.atlassian.confluence.backuprestore
 
BackupRestoreStartJobAnalyticsEvent - Class in com.atlassian.confluence.impl.backuprestore.analytics
Used when a backup or restore job begins processing.
BackupRestoreStartJobAnalyticsEvent(Long, JobScope, JobOperation) - Constructor for class com.atlassian.confluence.impl.backuprestore.analytics.BackupRestoreStartJobAnalyticsEvent
 
BackupRestoreZipCleanerScheduledJob - Class in com.atlassian.confluence.impl.backuprestore.scheduledjob
A standard scheduled job that checks and removes non-permanent backup zip files based on a job's fileDeleteTime.
BackupRestoreZipCleanerScheduledJob(BackupRestoreJobDao, BackupRestoreFilesystemManager) - Constructor for class com.atlassian.confluence.impl.backuprestore.scheduledjob.BackupRestoreZipCleanerScheduledJob
 
BackupsAreManualCriteria - Class in com.atlassian.confluence.admin.criteria
Check whether the scheduled automatic backups for Confluence have been disabled.
BackupsAreManualCriteria(SettingsManager, ScheduledJobManager) - Constructor for class com.atlassian.confluence.admin.criteria.BackupsAreManualCriteria
 
BackupSupport - Interface in com.atlassian.confluence.upgrade
Interface implemented by AbstractUpgradeTasks which provide information to the backup manager to manage backward and forward compatibility.
backupTemplates() - Method in class com.atlassian.confluence.impl.importexport.AbstractFileXmlExporter
 
backupTemplates() - Method in class com.atlassian.confluence.importexport.impl.FileXmlExporter
Deprecated.
 
BACKUPTYPE_AUTOMATIC - Static variable in class com.atlassian.confluence.util.ConfluenceHomeGlobalConstants
 
BACKUPTYPE_DISABLE - Static variable in class com.atlassian.confluence.util.ConfluenceHomeGlobalConstants
 
BACKUPTYPE_SPECIFY - Static variable in class com.atlassian.confluence.util.ConfluenceHomeGlobalConstants
 
BackwardsCompatibility() - Constructor for class com.atlassian.confluence.impl.search.actions.SearchSiteAction.BackwardsCompatibility
Deprecated.
 
badConfiguredHome(HomeHealthCheckFailure.Reason, String) - Static method in class com.atlassian.confluence.impl.health.checks.HomeHealthCheckFailure
 
BadRequestException - Exception Class in com.atlassian.confluence.api.service.exceptions
Thrown when the data in the incoming request is incomplete or otherwise invalid.
BadRequestException() - Constructor for exception class com.atlassian.confluence.api.service.exceptions.BadRequestException
 
BadRequestException(String) - Constructor for exception class com.atlassian.confluence.api.service.exceptions.BadRequestException
 
BadRequestException(String, ValidationResult) - Constructor for exception class com.atlassian.confluence.api.service.exceptions.BadRequestException
 
BadRequestException(String, Throwable) - Constructor for exception class com.atlassian.confluence.api.service.exceptions.BadRequestException
 
BadRequestException(Throwable) - Constructor for exception class com.atlassian.confluence.api.service.exceptions.BadRequestException
 
badRequestExceptionSupplier() - Static method in class com.atlassian.confluence.api.model.validation.ServiceExceptionSupplier
 
BANDANA_VALUE_BY_CONTEXT_AND_KEY - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
BANDANA_VALUE_FIELD - Static variable in class com.atlassian.confluence.impl.backuprestore.restore.preprocessing.BandanaXStreamUpgradePreprocessor
 
BandanaComplexTypesUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
This upgrade task migrates compatible Bandana data to the new Plugin Settings table.
BandanaComplexTypesUpgradeTask(PlatformTransactionManager, SessionFactory, BandanaManager, PluginSettingRepository, BatchOperationManager) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.BandanaComplexTypesUpgradeTask
 
BandanaContext - Interface in com.atlassian.bandana
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3 for removal in 10.0
BandanaDataExporter - Class in com.atlassian.confluence.impl.backuprestore.backup.exporters
 
BandanaDataExporter(ExportableEntityInfo, CommonDatabaseDataExporter) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.BandanaDataExporter
 
bandanaManager - Variable in class com.atlassian.confluence.upgrade.upgradetask.AbstractBandanaComplexTypesUpgradeTask
 
bandanaManager - Variable in class com.atlassian.confluence.upgrade.upgradetask.BandanaComplexTypesUpgradeTask
 
bandanaManager - Variable in class com.atlassian.confluence.upgrade.upgradetask.BandanaToPluginSettingsUpgradeTask
 
BandanaManager - Interface in com.atlassian.bandana
Deprecated.
since 9.3, for removal in 11.0. Consider a combination of the linked alternatives.
BandanaManagerInternal - Interface in com.atlassian.bandana.dmz
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4, for removal in 11.0. Migrate to an alternative such as PluginSettingsFactory.
BandanaMessageManager - Class in com.atlassian.confluence.util.message
Handles global messages using Bandana for message persistence.
BandanaMessageManager() - Constructor for class com.atlassian.confluence.util.message.BandanaMessageManager
 
BandanaPersister - Interface in com.atlassian.bandana
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3 for removal in 11.0
BandanaPersisterSupport - Class in com.atlassian.confluence.setup.bandana
 
BandanaPersisterSupport() - Constructor for class com.atlassian.confluence.setup.bandana.BandanaPersisterSupport
 
BandanaPluginSettings - Class in com.atlassian.confluence.impl.settings
Deprecated.
since 10.0, only for use during early startup when upgrading from Confluence versions invalid input: '<'10.0. For deletion once support for upgrades from Confluence versions invalid input: '<'10.0 is dropped.
BandanaPluginSettings(BandanaManagerInternal, String) - Constructor for class com.atlassian.confluence.impl.settings.BandanaPluginSettings
Deprecated.
 
BandanaReIndexJobPersister - Class in com.atlassian.confluence.internal.index.status
A Bandana-powered ReIndexJobPersister.
BandanaReIndexJobPersister(BandanaManagerInternal) - Constructor for class com.atlassian.confluence.internal.index.status.BandanaReIndexJobPersister
 
BandanaResource - Class in com.atlassian.confluence.functest.rest.admin
Modifies Bandana storage.
BandanaResource(BandanaManagerInternal) - Constructor for class com.atlassian.confluence.functest.rest.admin.BandanaResource
 
BandanaSerializer - Interface in com.atlassian.confluence.setup.bandana
Interface providing object serialization and deserialization for Bandana records.
BandanaSerializerFactory - Interface in com.atlassian.confluence.setup.bandana
Factory to create BandanaSerializers.
BandanaSpaceSettingsManager - Class in com.atlassian.confluence.impl.settings
An implementation of SpaceSettingsManager backed by Bandana.
BandanaSpaceSettingsManager(BandanaManagerInternal, UpgradedFlag) - Constructor for class com.atlassian.confluence.impl.settings.BandanaSpaceSettingsManager
 
BandanaTokenCleanupUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
This upgrade task clears all expired tokens stored in the bandana table
BandanaTokenCleanupUpgradeTask(UserVerificationTokenManager) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.BandanaTokenCleanupUpgradeTask
 
BandanaToPluginSettingsUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
This upgrade task migrates compatible Bandana data to the new Plugin Settings table.
BandanaToPluginSettingsUpgradeTask(PlatformTransactionManager, SessionFactory, BandanaManager, PluginSettingRepository, BatchOperationManager) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.BandanaToPluginSettingsUpgradeTask
 
BandanaUserVerificationTokenDao - Class in com.atlassian.confluence.user.persistence.dao
Stores UserVerificationToken objects in Bandana.
BandanaUserVerificationTokenDao(BandanaManagerInternal) - Constructor for class com.atlassian.confluence.user.persistence.dao.BandanaUserVerificationTokenDao
 
BandanaXStreamUpgradePreprocessor - Class in com.atlassian.confluence.impl.backuprestore.restore.preprocessing
We may have backups older than 7.9 needing to be imported, so the xstream format needs to be updated for these entries.
BandanaXStreamUpgradePreprocessor(ConfluenceXStreamManager) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.preprocessing.BandanaXStreamUpgradePreprocessor
 
BandanaXStreamUpgradePreProcessor - Class in com.atlassian.confluence.importexport.impl
Deprecated.
BandanaXStreamUpgradePreProcessor(ConfluenceXStreamManager) - Constructor for class com.atlassian.confluence.importexport.impl.BandanaXStreamUpgradePreProcessor
Deprecated.
 
bannerMessage(String) - Method in class com.atlassian.confluence.plugins.maintenance.model.MaintenanceInfo.Builder
 
bannerMessageEnabled(boolean) - Method in class com.atlassian.confluence.plugins.maintenance.model.MaintenanceInfo.Builder
 
BASE_PATH - Static variable in interface com.atlassian.confluence.api.nav.Navigation.ExperimentalSynchronyDataNav
 
BASE_PATH - Static variable in interface com.atlassian.confluence.rest.v2.api.services.RestNavigationService
 
BASE_SLOP - Static variable in class com.atlassian.confluence.internal.search.v2.SiteTextSearchSpanQueryBuilder
 
base64Decode(String) - Static method in class com.atlassian.confluence.util.VelocityUtil
 
base64Encode(String) - Static method in class com.atlassian.confluence.util.VelocityUtil
 
BaseApiEnum - Class in com.atlassian.confluence.api.model
Base implementation of ApiEnum with default implementations of interface methods.
BaseApiEnum(String) - Constructor for class com.atlassian.confluence.api.model.BaseApiEnum
 
baseApiPath() - Method in interface com.atlassian.confluence.api.nav.Navigation
 
baseApiPath() - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.RestNavigationImpl
provides a nav builder that knows about the base rest api path.
BaseAttachmentContentExtractor - Class in com.atlassian.confluence.search.v2.extractor
A base template for attachment content extractors to extend.
BaseAttachmentContentExtractor() - Constructor for class com.atlassian.confluence.search.v2.extractor.BaseAttachmentContentExtractor
 
BaseBuilder() - Constructor for class com.atlassian.confluence.core.AbstractOperationContext.BaseBuilder
 
BaseBuilder() - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.DefaultBulkOptions.BaseBuilder
 
BaseColourScheme - Class in com.atlassian.confluence.themes
A Confluence Linvalid input: '&F' colour-scheme that is editable - colours are stored in a map in memory.
BaseColourScheme() - Constructor for class com.atlassian.confluence.themes.BaseColourScheme
 
BaseColourScheme(ColourScheme) - Constructor for class com.atlassian.confluence.themes.BaseColourScheme
Copying Constructor.
BaseColourScheme(Map) - Constructor for class com.atlassian.confluence.themes.BaseColourScheme
 
BaseConfluenceCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
 
BaseConfluenceCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition
 
BaseContentModel - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement
 
BaseContentModel(long, String, String) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.BaseContentModel
 
BaseContentTypeApiSupport<T> - Class in com.atlassian.confluence.content.apisupport
A subclass for extensible content type support in the api
BaseContentTypeApiSupport(ApiSupportProvider) - Constructor for class com.atlassian.confluence.content.apisupport.BaseContentTypeApiSupport
 
BaseCustomContentType - Class in com.atlassian.confluence.content.custom
A base class for Custom Content to extend.
BaseCustomContentType(ContentType, ApiSupportProvider) - Constructor for class com.atlassian.confluence.content.custom.BaseCustomContentType
 
BaseFormattedBodyBuilder() - Constructor for class com.atlassian.confluence.api.model.content.FormattedBody.BaseFormattedBodyBuilder
 
BaseH2DdlHelper - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers
Abstract class for H2 operations
BaseH2DdlHelper(JdbcTemplate) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.BaseH2DdlHelper
 
BaseLicenseDetailsImpl - Class in com.atlassian.sal.confluence.license
This class is a wrapper on top of ConfluenceLicense which implements BaseLicenseDetails
BaseLicenseDetailsImpl(ConfluenceLicense) - Constructor for class com.atlassian.sal.confluence.license.BaseLicenseDetailsImpl
 
BaseMySqlDdlHelper - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql
Abstract class for MySql operations
BaseMySqlDdlHelper(JdbcTemplate) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.BaseMySqlDdlHelper
 
BaseNav - Class in com.atlassian.confluence.plugins.rest.navigation.v2.impl
 
BaseNav(String, String) - Constructor for class com.atlassian.confluence.plugins.rest.navigation.v2.impl.BaseNav
 
BaseOperationCheck - Class in com.atlassian.confluence.api.model.permissions.spi
Base class for implementing OperationChecks.
BaseOperationCheck(OperationKey, TargetType) - Constructor for class com.atlassian.confluence.api.model.permissions.spi.BaseOperationCheck
Construct a BaseOperationCheck.
BaseOracleDdlHelper - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.oracle
Abstract class for Oracle operations
BaseOracleDdlHelper(JdbcTemplate) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.oracle.BaseOracleDdlHelper
 
BaseParameter<T> - Class in com.atlassian.confluence.macro.params
A base implementation of Parameter, providing support for multiple default parameter names, and a default value if no parameter is specified.
BaseParameter(String[], String) - Constructor for class com.atlassian.confluence.macro.params.BaseParameter
 
BaseParameter(String, String) - Constructor for class com.atlassian.confluence.macro.params.BaseParameter
 
BaseParameter(List<String>, String) - Constructor for class com.atlassian.confluence.macro.params.BaseParameter
 
BasePermissionCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
Base class for conditions which check a permission on an object.
BasePermissionCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.BasePermissionCondition
 
BasePostgresDdlHelper - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres
Abstract class for Postgres operations
BasePostgresDdlHelper(JdbcTemplate) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.BasePostgresDdlHelper
 
BaseSearchResult - Interface in com.atlassian.confluence.search.v2
A simpler super interface of SearchResult.
BaseSqlServerDdlHelper - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver
Abstract class for MSSQL operations
BaseSqlServerDdlHelper(JdbcTemplate) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.BaseSqlServerDdlHelper
 
baseUrl - Variable in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.BaseNav
 
baseUrl() - Method in interface com.atlassian.confluence.api.nav.Navigation
 
baseUrl() - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.RestNavigationImpl
 
baseUrl(String) - Method in class com.atlassian.confluence.api.model.settings.GlobalSettings.GlobalSettingsBuilder
 
BaseUrlFunction - Class in com.atlassian.confluence.plugins.soy
 
BaseUrlFunction(GlobalSettingsManager) - Constructor for class com.atlassian.confluence.plugins.soy.BaseUrlFunction
 
BaseURLIsValidCriteria - Class in com.atlassian.confluence.admin.criteria
Checks that the base URL for Confluence is unlikely to be pointed at localhost or another address with limited visibility on a network.
BaseURLIsValidCriteria(SettingsManager) - Constructor for class com.atlassian.confluence.admin.criteria.BaseURLIsValidCriteria
 
BASIC - Enum constant in enum class com.atlassian.confluence.internal.diagnostics.ipd.mail.ConnectionVerifier.AuthenticationType
 
BASIC_AUTH_KEY - Static variable in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
BasicTheme - Class in com.atlassian.confluence.themes
A theme that is loaded from a Confluence plugin.
BasicTheme() - Constructor for class com.atlassian.confluence.themes.BasicTheme
 
BATCH_SIZE - Static variable in class com.atlassian.confluence.impl.retention.schedule.TrashSoftRemovalScheduledJob
 
BATCH_SIZE - Static variable in class com.atlassian.confluence.plugins.edgeindex.JournalEdgeIndexTaskQueue
 
BATCH_SIZE_KEY - Static variable in class com.atlassian.confluence.impl.retention.schedule.TrashSoftRemovalScheduledJob
 
BatchableWorkSource<T> - Interface in com.atlassian.confluence.content.render.xhtml.migration
Source of migration work that can be broken up into batches.
batchCounter - Variable in class com.atlassian.confluence.impl.backuprestore.backup.exporters.CommonDatabaseDataExporter
 
BatchedRenderRequest - Class in com.atlassian.confluence.content.render.xhtml
A request to render one or more storage-fragment strings with a given ConversionContext.
BatchedRenderRequest(ConversionContext, List<String>) - Constructor for class com.atlassian.confluence.content.render.xhtml.BatchedRenderRequest
 
BatchedRenderResult - Class in com.atlassian.confluence.content.render.xhtml.view
Wraps a number of rendered strings and any exceptions thrown for individual renders.
BatchedRenderResult() - Constructor for class com.atlassian.confluence.content.render.xhtml.view.BatchedRenderResult
 
BatchedRenderResult(List<RenderResult>) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.BatchedRenderResult
 
BatchException - Exception Class in com.atlassian.confluence.content.render.xhtml.migration
A composite exception that wraps a list of exceptions, useful for propagating list of exceptions that might have occurred during a batch task.
BatchException(List<? extends Exception>) - Constructor for exception class com.atlassian.confluence.content.render.xhtml.migration.BatchException
 
BatchExecutionException - Exception Class in com.atlassian.confluence.impl.pagination
 
BatchExecutionException(String, Throwable) - Constructor for exception class com.atlassian.confluence.impl.pagination.BatchExecutionException
 
BatchIndexer - Interface in com.atlassian.confluence.internal.index
Provides an abstraction for implementation that indexes large amount of data.
batchIndexerFactory - Variable in class com.atlassian.confluence.internal.index.AbstractReindexer
 
BATCHING_CHUNK_SIZE - Static variable in class com.atlassian.confluence.internal.relations.dao.hibernate.HibernateRelationDao
 
BatchingMultiEventPublisher5 - Class in com.atlassian.confluence.impl.event
Replacement for BatchingMultiEventPublisher due to Hibernate 2 removal.
BatchingMultiEventPublisher5(HibernateSessionManager5, SessionFactory, EventPublisher) - Constructor for class com.atlassian.confluence.impl.event.BatchingMultiEventPublisher5
 
BatchOperation<I,O> - Interface in com.atlassian.confluence.core
An operation that consists of a sequence of independent units of work that need to be run as a batch job.
batchOperationManager - Variable in class com.atlassian.confluence.upgrade.upgradetask.AbstractBandanaComplexTypesUpgradeTask
 
batchOperationManager - Variable in class com.atlassian.confluence.upgrade.upgradetask.BandanaComplexTypesUpgradeTask
 
batchOperationManager - Variable in class com.atlassian.confluence.upgrade.upgradetask.BandanaToPluginSettingsUpgradeTask
 
BatchOperationManager - Interface in com.atlassian.confluence.core
Perform batch operations without any explicit dependency on a particular version of Hibernate or Spring.
batchSize - Variable in class com.atlassian.confluence.pages.persistence.dao.bulk.DefaultBulkOptions.BaseBuilder
 
BatchTask<T> - Interface in com.atlassian.confluence.content.render.xhtml.migration
A BatchTask implementation is supplied to a WorkSourceBatchRunner to actually perform the required work on individual items read from the BatchableWorkSource.
BatchUpdateAction - Interface in com.atlassian.confluence.search.v2
A simple functional interface for the batch update action
batchUserBasedRecipientsFor(String, String, String) - Method in class com.atlassian.confluence.plugins.like.notifications.CreateLikeEventRecipientProvider
 
bean - Variable in class com.atlassian.confluence.macro.browser.actions.BrowseMacrosAction
 
bean - Variable in class com.atlassian.confluence.macro.browser.actions.MacroDetailsAction
 
bean - Variable in class com.atlassian.confluence.pages.actions.AbstractPreviewPageAction
 
bean - Variable in class com.atlassian.confluence.pages.actions.GetPagePermissionsAction
 
bean - Variable in class com.atlassian.confluence.pages.actions.SetPagePermissionsAction
 
Beanable - Interface in com.atlassian.confluence.core
Deprecated.
since 5.2. If you want a JSON-producing REST endpoint, then use a proper JAX-RS resource.
BeanContextItemProvider - Class in com.atlassian.confluence.impl.velocity
Provides a map of Velocity context items that is initialised once alongside this bean construction.
BeanContextItemProvider(PermissionHelper, AttachmentManager, WebResourceManager, WebMenuManager, SpaceManager, XsrfTokenGenerator, ContentUiSupport<ContentEntityObject>, Deprecated, RequestScopeThemeService, SpaceToolsTabsHelper, UserHelper, IndexUrlHelper, ApiContentUiSupport<Content>, SpaceSettingsManager, UserAccessorInternal, DynamicWebInterfaceManager, LanguageManager, PageManager) - Constructor for class com.atlassian.confluence.impl.velocity.BeanContextItemProvider
 
BeanNameCacheResult - Interface in com.atlassian.confluence.cache.spring
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3
Beans - Class in com.atlassian.sal.confluence.setup
 
Beans() - Constructor for class com.atlassian.sal.confluence.setup.Beans
 
becauseOf(String, Object...) - Static method in class com.atlassian.confluence.core.MaybeNot
Deprecated.
Constructs a Maybe which will escape with the given message on a Maybe.get() call.
becauseOf(String, Object...) - Static method in class com.atlassian.confluence.core.None
Constructs a Maybe which will escape with the given message on a Maybe.get() call.
becauseOfException(Exception) - Static method in class com.atlassian.confluence.core.MaybeNot
Deprecated.
Constructs a Maybe which will escape with the given exception on a Maybe.get() call.
becauseOfException(Exception) - Static method in class com.atlassian.confluence.core.None
Constructs a Maybe which will escape with the given exception on a Maybe.get() call.
becauseOfNoResult(Maybe<?>) - Static method in class com.atlassian.confluence.core.MaybeNot
Deprecated.
Will cast the given Maybe to one with the expected parametrisation.
becauseOfNoResult(Maybe<?>) - Static method in class com.atlassian.confluence.core.None
Will cast the given Maybe to one with the expected parametrisation.
becomeAdmin() - Method in class it.com.atlassian.confluence.struts.AbstractInjectableActionTest
 
becomeAnonymous() - Method in class it.com.atlassian.confluence.struts.AbstractInjectableActionTest
 
becomeTestUser() - Method in class it.com.atlassian.confluence.struts.AbstractInjectableActionTest
 
before() - Method in class com.atlassian.confluence.ConfigureJohnson
 
before() - Method in class com.atlassian.confluence.test.util.RestoreThreadContextClassloader
 
before() - Method in class com.atlassian.confluence.util.test.rules.RestoreThreadContextClassloader
Deprecated.
 
before() - Method in class it.com.atlassian.confluence.AbstractInjectableConfluenceSingleContextSpringPersistenceTest.InitThreadLocalCacheRule
 
BEFORE - Enum constant in enum class com.atlassian.confluence.api.testsupport.matchers.model.content.DateContentMatcher.Direction
 
beforeAdd() - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
Common processing to be performed by all subclasses prior to performing the add.
beforeCompletion() - Method in class com.atlassian.hibernate.BucketClobStringType.LobCreatorSynchronization
 
beforeFind() - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.batch.Hibernate5BatchFinder
 
beforeProcessBatch() - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.batch.Hibernate5BatchProcessor
 
beforeProcessCollection() - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.batch.Hibernate5BatchProcessor
 
beforeProcessIndividual() - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.batch.Hibernate5BatchProcessor
 
beforeResult(ActionInvocation, String) - Method in class com.atlassian.confluence.validation.MessageLoadingPreResultListener
 
beforeScan(OpenApiReader, OpenAPI) - Method in class com.atlassian.confluence.swagger.enricher.ConfluenceEnricher
 
BeforeStart - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyProcessManager.ExternalProcessState
 
beforeTestClass(TestContext) - Method in class it.com.atlassian.confluence.plugin.PluginIntegrationTestOsgiContainerExecutionListener
 
beforeTransactionCompletion(Transaction) - Method in class com.atlassian.confluence.core.persistence.hibernate.CompositeInterceptor
 
beforeUpgrade() - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
beforeUpgrade() - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeManager
 
begin(ProgressMonitor.Task, Object...) - Method in class com.atlassian.confluence.upgrade.recovery.ConfluenceProgressMonitor
 
begin(Object...) - Method in class com.atlassian.confluence.upgrade.recovery.ConfluenceProgressMonitor
 
beginBackup() - Method in class com.atlassian.confluence.activeobjects.backup.LoggingBackupProgressMonitor
 
beginDatabaseInformationBackup() - Method in class com.atlassian.confluence.activeobjects.backup.LoggingBackupProgressMonitor
 
beginDatabaseInformationRestore() - Method in class com.atlassian.confluence.activeobjects.backup.LoggingRestoreProgressMonitor
 
beginRequest() - Method in class com.atlassian.confluence.jmx.RequestMetrics
 
beginRestore() - Method in class com.atlassian.confluence.activeobjects.backup.LoggingRestoreProgressMonitor
 
beginTableBackup(String) - Method in class com.atlassian.confluence.activeobjects.backup.LoggingBackupProgressMonitor
 
beginTableCreationRestore(String) - Method in class com.atlassian.confluence.activeobjects.backup.LoggingRestoreProgressMonitor
 
beginTableDataRestore(String) - Method in class com.atlassian.confluence.activeobjects.backup.LoggingRestoreProgressMonitor
 
beginTableDefinitionsBackup() - Method in class com.atlassian.confluence.activeobjects.backup.LoggingBackupProgressMonitor
 
beginTableDefinitionsRestore() - Method in class com.atlassian.confluence.activeobjects.backup.LoggingRestoreProgressMonitor
 
beginTableRowRestore() - Method in class com.atlassian.confluence.activeobjects.backup.LoggingRestoreProgressMonitor
 
beginTablesBackup() - Method in class com.atlassian.confluence.activeobjects.backup.LoggingBackupProgressMonitor
 
beginTablesRestore() - Method in class com.atlassian.confluence.activeobjects.backup.LoggingRestoreProgressMonitor
 
beginTransaction(T...) - Method in interface com.atlassian.confluence.impl.hibernate.bulk.BulkTransaction
 
beginTransaction(T...) - Method in class com.atlassian.confluence.impl.hibernate.bulk.HibernateBulkTransaction
 
beginTransactionCommitNested(Session) - Static method in class com.atlassian.confluence.TransactionHelper
Begin a hibernate transaction, emulating the v2 hibernate behaviour of restarting the transaction on commit of a 'nested' transaction.
BEING_DELETED - Enum constant in enum class com.atlassian.confluence.spaces.SpaceStatus
 
BEING_RESTORED - Enum constant in enum class com.atlassian.confluence.spaces.SpaceStatus
 
belongsTo(User) - Method in class com.atlassian.confluence.user.PersonalInformation
Returns true if this object belongs to the specified user.
BinaryFieldMapping - Class in com.atlassian.confluence.plugins.index.api.mapping
Field mapping for storing binary values.
BinaryFieldMapping(String) - Constructor for class com.atlassian.confluence.plugins.index.api.mapping.BinaryFieldMapping
 
bindTo(MeterRegistry) - Method in class com.atlassian.confluence.impl.hibernate.metrics.ConfluenceHibernateMetrics
 
bits() - Method in class com.atlassian.confluence.impl.search.v2.lucene.EmptyDocIdSet
 
BLANK_EXPERIENCE_SPACE_THRESHOLD - Static variable in class com.atlassian.confluence.plugins.spacedirectory.ViewSpaceDirectoryAction
 
BLANK_EXPERIENCE_USER_THRESHOLD - Static variable in class com.atlassian.confluence.user.actions.PeopleDirectoryAction
 
BLOCK - Enum constant in enum class com.atlassian.confluence.macro.Macro.OutputType
 
BlockedContent - Class in com.atlassian.confluence.api.model.content
An API model for the Finder to return blocked content to the resource class, to respect Space Filtering capability.
BlockedContent.BlockedContentBuilder - Class in com.atlassian.confluence.api.model.content
 
BlockedContentBuilder(Long) - Constructor for class com.atlassian.confluence.api.model.content.BlockedContent.BlockedContentBuilder
 
blockedContentId(Long) - Method in class com.atlassian.confluence.api.model.content.BlockedContent.BlockedContentBuilder
 
blockedList(Optional<List<E>>) - Method in class com.atlassian.confluence.api.model.pagination.SpaceFilterAwarePageResponseImpl.Builder
 
BlockedSpace - Class in com.atlassian.confluence.api.model.content
An API model for the Finder to return blocked space to the resource class, to respect Space Filtering capability.
BlockedSpace.BlockedSpaceBuilder - Class in com.atlassian.confluence.api.model.content
 
BlockedSpaceBuilder(Long, String) - Constructor for class com.atlassian.confluence.api.model.content.BlockedSpace.BlockedSpaceBuilder
 
blockedSpaceId(Long) - Method in class com.atlassian.confluence.api.model.content.BlockedSpace.BlockedSpaceBuilder
 
blockedSpaceKey(String) - Method in class com.atlassian.confluence.api.model.content.BlockedSpace.BlockedSpaceBuilder
 
blocksStartup() - Static method in class com.atlassian.confluence.internal.health.JohnsonEventPredicates
Returns a predicate that checks whether the event is sufficiently severe to prevent the product starting up.
blocksStartupButNotLicenseEvents() - Static method in class com.atlassian.confluence.internal.health.JohnsonEventPredicates
Returns a predicate that checks whether the event is sufficiently severe to prevent the product starting up, but not a license inconsistency error.
blog() - Method in interface com.atlassian.confluence.audit.StandardAuditResourceTypes
 
blog() - Method in class com.atlassian.confluence.impl.audit.EnglishAuditResourceTypes
 
BLOG - Enum constant in enum class com.atlassian.confluence.content.service.DraftService.DraftType
 
BLOG - Enum constant in enum class com.atlassian.confluence.internal.relations.RelatableEntityTypeEnum
 
BLOG - Enum constant in enum class com.atlassian.confluence.search.service.ContentTypeEnum
 
BLOG_CREATE_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.PageContentAuditListener
 
BLOG_DATE_PATTERN - Static variable in class com.atlassian.confluence.core.DefaultFormatSettingsManager
 
BLOG_DELETE_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.PageContentAuditListener
 
BLOG_EXPORTED_TO_WORD_EVENT_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.PageContentAuditListener
 
BLOG_MOVE_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.PageContentAuditListener
 
BLOG_POST - Enum constant in enum class com.atlassian.confluence.api.model.pagination.CursorType
 
BLOG_POST - Static variable in class com.atlassian.confluence.api.model.content.ContentType
 
BLOG_POST - Static variable in class com.atlassian.confluence.api.model.permissions.TargetType
 
BLOG_POST - Static variable in class com.atlassian.confluence.legacyapi.model.content.ContentType
Deprecated.
 
BLOG_POST_ELEMENT_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierConstants
 
BLOG_POST_LINK_REGEX - Static variable in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.BlogPostResourceIdentifier
 
BLOG_POST_RESOURCE_QNAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierConstants
 
BLOG_PURGE_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.PageContentAuditListener
 
BLOG_RESTORE_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.PageContentAuditListener
 
BLOG_UPDATE_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.PageContentAuditListener
 
BLOG_VERSION_DELETE_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.PageContentAuditListener
 
BlogCollectorBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs.spaceia
 
BlogCollectorBreadcrumb(Space) - Constructor for class com.atlassian.confluence.util.breadcrumbs.spaceia.BlogCollectorBreadcrumb
 
BlogCrumb - Class in com.atlassian.confluence.util.breadcrumbs.spaceia
Breadcrumb for each piece of the blog date and blog title
BlogCrumb(String, String) - Constructor for class com.atlassian.confluence.util.breadcrumbs.spaceia.BlogCrumb
 
BlogCrumb(String, String, Breadcrumb) - Constructor for class com.atlassian.confluence.util.breadcrumbs.spaceia.BlogCrumb
 
BlogPathConverter - Class in com.atlassian.confluence.servlet.simpledisplay
A Path converter that converts friendly blog path urls to a viewpage or viewblogposts action if the dark feature confluence.readable.url is disabled.
BlogPathConverter(PathConverterManager, PageManagerInternal, PermissionManager, DarkFeatureManager) - Constructor for class com.atlassian.confluence.servlet.simpledisplay.BlogPathConverter
 
blogPost() - Method in record class com.atlassian.confluence.event.events.content.PageConvertedToBlogEvent
Returns the value of the blogPost record component.
BlogPost - Class in com.atlassian.confluence.pages
 
BlogPost() - Constructor for class com.atlassian.confluence.pages.BlogPost
 
BLOGPOST_EVENT - Enum constant in enum class com.atlassian.confluence.internal.api.incrementalsync.model.SubscriptionEventType
 
BlogPostBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
 
BlogPostBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs.spaceia
Breadcrumb for a Blog post for the 5.0+ default theme (Space IA).
BlogPostBreadcrumb(BlogPost) - Constructor for class com.atlassian.confluence.util.breadcrumbs.BlogPostBreadcrumb
 
BlogPostBreadcrumb(BlogPost) - Constructor for class com.atlassian.confluence.util.breadcrumbs.spaceia.BlogPostBreadcrumb
 
BlogPostBreadcrumb(BlogPost, DateFormatter) - Constructor for class com.atlassian.confluence.util.breadcrumbs.spaceia.BlogPostBreadcrumb
 
BlogPostContentTypeApiSupport - Class in com.atlassian.confluence.api.impl.service.content.typebinding
 
BlogPostContentTypeApiSupport(ApiSupportProvider, ContentCreator) - Constructor for class com.atlassian.confluence.api.impl.service.content.typebinding.BlogPostContentTypeApiSupport
 
blogPostCreateEvent(BlogPostCreateEvent) - Method in class com.atlassian.confluence.impl.audit.listener.PageContentAuditListener
 
BlogPostCreateEvent - Class in com.atlassian.confluence.event.events.content.blogpost
 
BlogPostCreateEvent(Object, BlogPost) - Constructor for class com.atlassian.confluence.event.events.content.blogpost.BlogPostCreateEvent
BlogPostCreateEvent(Object, BlogPost, Map<String, Serializable>) - Constructor for class com.atlassian.confluence.event.events.content.blogpost.BlogPostCreateEvent
BlogPostCreateEvent(Object, BlogPost, Map<String, Serializable>, boolean) - Constructor for class com.atlassian.confluence.event.events.content.blogpost.BlogPostCreateEvent
BlogPostCreateEvent(Object, BlogPost, Map<String, Serializable>, OperationContext<?>) - Constructor for class com.atlassian.confluence.event.events.content.blogpost.BlogPostCreateEvent
 
BlogPostDao - Interface in com.atlassian.confluence.pages.persistence.dao
 
BlogPostDateBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
 
BlogPostDateBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs.spaceia
 
BlogPostDateBreadcrumb(Space, String, String, String, String) - Constructor for class com.atlassian.confluence.util.breadcrumbs.BlogPostDateBreadcrumb
 
BlogPostDateBreadcrumb(Space, String, String, String, String) - Constructor for class com.atlassian.confluence.util.breadcrumbs.spaceia.BlogPostDateBreadcrumb
 
BlogPostDateBreadcrumb(Space, String, String, String, String, Breadcrumb) - Constructor for class com.atlassian.confluence.util.breadcrumbs.spaceia.BlogPostDateBreadcrumb
 
BlogPostDateBreadcrumb(String, String) - Constructor for class com.atlassian.confluence.util.breadcrumbs.BlogPostDateBreadcrumb
 
BlogPostEdgeType - Class in com.atlassian.confluence.plugins.edgeindex.edge
 
BlogPostEdgeType() - Constructor for class com.atlassian.confluence.plugins.edgeindex.edge.BlogPostEdgeType
 
BlogPostEvent - Class in com.atlassian.confluence.event.events.content.blogpost
 
BlogPostEvent(Object, BlogPost, boolean) - Constructor for class com.atlassian.confluence.event.events.content.blogpost.BlogPostEvent
 
BlogPostEvent(Object, BlogPost, OperationContext<?>) - Constructor for class com.atlassian.confluence.event.events.content.blogpost.BlogPostEvent
 
BlogPostFetcher - Class in com.atlassian.confluence.api.impl.service.content.finder
Fetcher for blog posts since 9.2.5
BlogPostFetcher(ContentFinderImpl, PaginationService, PageManagerInternal, ContentFactory, SpaceManager, PermissionManager) - Constructor for class com.atlassian.confluence.api.impl.service.content.finder.BlogPostFetcher
 
BlogPostInfoViewEvent - Class in com.atlassian.confluence.event.events.content.blogpost
 
BlogPostInfoViewEvent(Object, BlogPost, LocaleInfo) - Constructor for class com.atlassian.confluence.event.events.content.blogpost.BlogPostInfoViewEvent
 
BlogPostLink - Class in com.atlassian.confluence.links.linktypes
 
BlogPostLink(GenericLinkParser, PageContext, PageManager) - Constructor for class com.atlassian.confluence.links.linktypes.BlogPostLink
 
BlogPostLocator - Interface in com.atlassian.confluence.content.service.blogpost
Locates a single Blog Post
BlogPostMovedEvent - Class in com.atlassian.confluence.event.events.content.blogpost
 
BlogPostMovedEvent(Object, ConfluenceUser, BlogPost, Space, Space) - Constructor for class com.atlassian.confluence.event.events.content.blogpost.BlogPostMovedEvent
 
BlogPostNotificationsListener - Class in com.atlassian.confluence.mail.notification.listeners
Deprecated.
since 7.6.0, use confluence-notifications-api instead
BlogPostOperationDelegate - Class in com.atlassian.confluence.api.impl.service.permissions.delegates
 
BlogPostOperationDelegate(BlogPostPermissionsDelegate, ConfluenceUserResolver, TargetResolver, SpacePermissionManager) - Constructor for class com.atlassian.confluence.api.impl.service.permissions.delegates.BlogPostOperationDelegate
 
BlogPostPermissionsDelegate - Class in com.atlassian.confluence.security.delegate
 
BlogPostPermissionsDelegate() - Constructor for class com.atlassian.confluence.security.delegate.BlogPostPermissionsDelegate
 
BlogPostProvider - Interface in com.atlassian.confluence.content.service.blogpost
An interface implemented by a class that can provide the BlogPost to be created.
BlogPostReference - Class in com.atlassian.confluence.renderer
This class is used to represent blogpost reference in markup required for rendering.
BlogPostReference(String, String, PageManager) - Constructor for class com.atlassian.confluence.renderer.BlogPostReference
Blogpost Reference Constructor to parse out the reference into a blogpost
BlogPostReferenceParser - Class in com.atlassian.confluence.renderer
Parse the part of a resource identifier in wiki markup which identifies a blog post.
BlogPostReferenceParser(String) - Constructor for class com.atlassian.confluence.renderer.BlogPostReferenceParser
 
BlogPostRemoveEvent - Class in com.atlassian.confluence.event.events.content.blogpost
 
BlogPostRemoveEvent(Object, BlogPost) - Constructor for class com.atlassian.confluence.event.events.content.blogpost.BlogPostRemoveEvent
 
BlogPostResource - Class in com.atlassian.confluence.functest.rest
REST API for BlogPost management actions.
BlogPostResource(PageManager, SpaceManager) - Constructor for class com.atlassian.confluence.functest.rest.BlogPostResource
 
BlogPostResourceIdentifier - Class in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
Restrict BlogPostsForDateDto to a single BlogPost on a date.
BlogPostResourceIdentifier(String, String, String, Calendar) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.BlogPostResourceIdentifier
 
BlogPostResourceIdentifier(String, String, Calendar) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.BlogPostResourceIdentifier
 
BlogPostResourceIdentifierResolver - Class in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
 
BlogPostResourceIdentifierResolver(PageManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.BlogPostResourceIdentifierResolver
 
BlogPostRestoreEvent - Class in com.atlassian.confluence.event.events.content.blogpost
 
BlogPostRestoreEvent(Object, BlogPost) - Constructor for class com.atlassian.confluence.event.events.content.blogpost.BlogPostRestoreEvent
 
BlogPostRssFeedAction - Class in com.atlassian.confluence.spaces.actions
 
BlogPostRssFeedAction() - Constructor for class com.atlassian.confluence.spaces.actions.BlogPostRssFeedAction
 
BlogPostsCalendar - Class in com.atlassian.confluence.pages
Helper bean that turns a list of blog posts into a monthly calendar.
BlogPostsCalendar(Date, List<BlogPost>, String, DateFormatter) - Constructor for class com.atlassian.confluence.pages.BlogPostsCalendar
Construct a new calendar.
BlogPostService - Interface in com.atlassian.confluence.content.service
A service that provides methods to retrieve service commands to manipulate blog posts
BlogPostsForDateResourceIdentifier - Class in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
 
BlogPostsForDateResourceIdentifier(String, Calendar) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.BlogPostsForDateResourceIdentifier
 
BlogPostStatisticsDTO - Class in com.atlassian.confluence.pages
Simple class to store statistics data fetched by BlogPostDao.getBlogPostStatistics()
BlogPostStatisticsDTO(int, int, int, int, int) - Constructor for class com.atlassian.confluence.pages.BlogPostStatisticsDTO
 
BlogPostTrashedEvent - Class in com.atlassian.confluence.event.events.content.blogpost
 
BlogPostTrashedEvent(Object, BlogPost, User) - Constructor for class com.atlassian.confluence.event.events.content.blogpost.BlogPostTrashedEvent
Deprecated.
BlogPostTrashedEvent(Object, BlogPost, User, boolean) - Constructor for class com.atlassian.confluence.event.events.content.blogpost.BlogPostTrashedEvent
 
blogPostUpdateEvent(BlogPostUpdateEvent) - Method in class com.atlassian.confluence.impl.audit.listener.PageContentAuditListener
 
BlogPostUpdateEvent - Class in com.atlassian.confluence.event.events.content.blogpost
 
BlogPostUpdateEvent(Object, BlogPost, BlogPost, boolean, PageUpdateTrigger) - Constructor for class com.atlassian.confluence.event.events.content.blogpost.BlogPostUpdateEvent
 
BlogPostUpdateEvent(Object, BlogPost, BlogPost, OperationContext<PageUpdateTrigger>) - Constructor for class com.atlassian.confluence.event.events.content.blogpost.BlogPostUpdateEvent
 
BlogPostViewEvent - Class in com.atlassian.confluence.event.events.content.blogpost
 
BlogPostViewEvent(Object, BlogPost) - Constructor for class com.atlassian.confluence.event.events.content.blogpost.BlogPostViewEvent
 
BlogPostViewEvent(Object, BlogPost, LocaleInfo) - Constructor for class com.atlassian.confluence.event.events.content.blogpost.BlogPostViewEvent
 
BLOGS - Static variable in class com.atlassian.confluence.search.contentnames.Category
A category for blog results.
BlogsSoapService - Class in com.atlassian.confluence.rpc.soap.services
 
BlogsSoapService() - Constructor for class com.atlassian.confluence.rpc.soap.services.BlogsSoapService
 
BLUE_STAR - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.model.inline.Emoticon
 
BlueGreenReindexer - Class in com.atlassian.confluence.internal.index
Reindexer which uses blue/green approach in order to avoid downtime, i.e.
BlueGreenReindexer(SearchableDao, SearchIndexAccessor, SearchIndexAccessor, EventPublisher, BatchIndexerFactory, JournalManager, JournalService, StagingIndexFactory) - Constructor for class com.atlassian.confluence.internal.index.BlueGreenReindexer
 
BLUEPRINT - Static variable in class com.atlassian.confluence.api.model.content.template.ContentTemplateType
 
BM25LSimilarity - Class in com.atlassian.confluence.internal.search.v2.lucene
Extension of BM25 which shifts the term frequency normalization formula to boost scores of very long documents.
BM25LSimilarity() - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.BM25LSimilarity
BM25 with these default values: k1 = 1.25, b = 0.4. d = 0.5.
BM25LSimilarity(float, float, float) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.BM25LSimilarity
BM25 with the supplied parameter values.
bm25Settings() - Method in record class com.atlassian.confluence.plugins.opensearch.client.CreateIndexRequestWithBM25Similarity
Returns the value of the bm25Settings record component.
Bm25Settings(float, float) - Constructor for record class com.atlassian.confluence.plugins.opensearch.client.CreateIndexRequestWithBM25Similarity.Bm25Settings
Creates an instance of a Bm25Settings record class.
body - Variable in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
body(ContentBody) - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
 
body(ContentBody) - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplate.ContentTemplateBuilder
 
body(MacroBody) - Method in class com.atlassian.confluence.macro.browser.beans.MacroFormDetails.MacroFormDetailsBuilder
 
body(String) - Method in class com.atlassian.confluence.api.model.content.MacroInstance.MacroBuilder
 
body(String, ContentRepresentation) - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
 
body(Map<ContentRepresentation, ContentBody>) - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
 
body(Map<ContentRepresentation, ContentBody>) - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplate.ContentTemplateBuilder
 
BODY - Static variable in class com.atlassian.confluence.api.model.content.Content.Expansions
 
BODY - Static variable in class com.atlassian.confluence.api.model.content.template.ContentTemplate.Expansions
 
BODY_FIELD_NAME - Static variable in class com.atlassian.confluence.search.v2.SearchConstants
 
BODY_TYPE_ATTRIBUTE_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.link.StorageLinkConstants
 
BODY_TYPE_ESCAPE_HTML - Static variable in class com.atlassian.confluence.renderer.UserMacroConfig
 
BODY_TYPE_NONE - Static variable in class com.atlassian.confluence.renderer.UserMacroConfig
 
BODY_TYPE_PLAIN_TEXT_VALUE - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.link.StorageLinkConstants
 
BODY_TYPE_RAW - Static variable in class com.atlassian.confluence.renderer.UserMacroConfig
 
BODY_TYPE_RENDERED - Static variable in class com.atlassian.confluence.renderer.UserMacroConfig
 
BodyContent - Class in com.atlassian.confluence.core
 
BodyContent() - Constructor for class com.atlassian.confluence.core.BodyContent
 
BodyContent(BodyContent) - Constructor for class com.atlassian.confluence.core.BodyContent
 
BodyContent(ContentEntityObject, String, BodyType) - Constructor for class com.atlassian.confluence.core.BodyContent
 
BodyContentDataExporter - Class in com.atlassian.confluence.impl.backuprestore.backup.exporters
 
BodyContentDataExporter(DatabaseExporterHelper, AbstractDatabaseDataConverter, ReferenceEntityFromBodyContentExtractor) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.BodyContentDataExporter
 
BodyContentPersister - Class in com.atlassian.confluence.impl.backuprestore.restore.persisters
Persists BodyContent entities.
BodyContentPersister(ImportedObjectsStashFactory, ObjectPersister, PersisterHelper, IdMapper, ContentUserKeyExtractor, PatternBasedContentUserKeyUpdater) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.persisters.BodyContentPersister
 
BodyContentQuerier - Class in com.atlassian.confluence.internal.content.bodycontentquerier
 
bodyEvents() - Method in class com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody.ParagraphFragment
 
bodyExcerpt(String) - Method in class com.atlassian.confluence.api.model.search.SearchResult.Builder
 
BODYLESS_MACRO_CLASS - Static variable in class com.atlassian.confluence.diff.marshallers.DiffMacroMarshaller
 
BodyType - Class in com.atlassian.confluence.core
BodyType is not an enum because ultimately there may not be a fixed set of BodyType.
BodyType(int) - Constructor for class com.atlassian.confluence.core.BodyType
 
BodyTypeAwareRenderer - Class in com.atlassian.confluence.content.render.xhtml.compatibility
Allows clients to produce a safe rendering of a ContentEntityObject that respects its BodyType.
BodyTypeAwareRenderer(Renderer, WikiStyleRenderer) - Constructor for class com.atlassian.confluence.content.render.xhtml.compatibility.BodyTypeAwareRenderer
 
BodyTypeFactory - Interface in com.atlassian.confluence.core
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.8
BodyTypeUserType - Class in com.atlassian.confluence.core
A UserType implementation for the BodyType enum.
BodyTypeUserType() - Constructor for class com.atlassian.confluence.core.BodyTypeUserType
 
BomParser - Interface in com.atlassian.confluence.plugin.descriptor.aboutpage
Parses Bill Of Materials files into information that can be used by plugins.
BomParserImpl - Class in com.atlassian.confluence.plugin.descriptor.aboutpage
 
BomParserImpl() - Constructor for class com.atlassian.confluence.plugin.descriptor.aboutpage.BomParserImpl
 
BonnieConstants - Class in com.atlassian.confluence.internal.search.v2.lucene
 
BonnieConstants() - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.BonnieConstants
 
BOOLEAN - Enum constant in enum class com.atlassian.confluence.functest.rest.admin.crowd.SearchRestrictionEntityTranslator.SupportedType
 
BOOLEAN - Enum constant in enum class com.atlassian.confluence.impl.neops.NeoPropertySetItem.PropertyType
Boolean true/false values
BOOLEAN - Enum constant in enum class com.atlassian.confluence.impl.user.preferences.dao.UserPreference.PreferenceType
 
BOOLEAN - Enum constant in enum class com.atlassian.confluence.macro.browser.beans.MacroParameterType
A boolean value.
BOOLEAN_DEFAULTS - Static variable in interface com.atlassian.confluence.impl.user.preferences.UserPreferenceDefaults
 
BOOLEAN_QUERY_BATCHING_NUMBER - Static variable in class com.atlassian.confluence.impl.search.v2.mappers.BooleanQueryMapper
This is control number of item in a batch.
BooleanFieldMapping - Class in com.atlassian.confluence.plugins.index.api.mapping
Field mapping for true and false values
BooleanFieldMapping(BooleanFieldMapping.Builder) - Constructor for class com.atlassian.confluence.plugins.index.api.mapping.BooleanFieldMapping
 
BooleanFieldMapping.Builder - Class in com.atlassian.confluence.plugins.index.api.mapping
 
BooleanFuse - Class in com.atlassian.confluence.util
Wraps a boolean supplier to prevent the returned value from changing once 'tripped'.
BooleanFuse(boolean, BooleanSupplier) - Constructor for class com.atlassian.confluence.util.BooleanFuse
 
BooleanFuse(boolean, Supplier<Boolean>) - Constructor for class com.atlassian.confluence.util.BooleanFuse
Creates a BooleanFuse that wraps a boolean supplier to prevent the returned value from changing once 'tripped'.
BooleanOperator - Enum Class in com.atlassian.confluence.search.v2
 
BooleanQuery - Class in com.atlassian.confluence.search.v2.query
A boolean query that allows and/or and not combinations of sub queries.
BooleanQuery(Collection<? extends SearchQuery>, Collection<? extends SearchQuery>, Collection<? extends SearchQuery>) - Constructor for class com.atlassian.confluence.search.v2.query.BooleanQuery
Construct a new BooleanQuery encapsulating the supplied sub queries with a default boost value.
BooleanQuery(Collection<? extends SearchQuery>, Collection<? extends SearchQuery>, Collection<? extends SearchQuery>, float) - Constructor for class com.atlassian.confluence.search.v2.query.BooleanQuery
Construct a new BooleanQuery encapsulating the supplied sub queries without any filters.
BooleanQuery(Collection<? extends SearchQuery>, Collection<? extends SearchQuery>, Collection<? extends SearchQuery>, Collection<? extends SearchQuery>) - Constructor for class com.atlassian.confluence.search.v2.query.BooleanQuery
Construct a new BooleanQuery encapsulating the supplied sub queries with the default boost.
BooleanQuery(Collection<? extends SearchQuery>, Collection<? extends SearchQuery>, Collection<? extends SearchQuery>, Collection<? extends SearchQuery>, float) - Constructor for class com.atlassian.confluence.search.v2.query.BooleanQuery
Construct a new BooleanQuery encapsulating the supplied sub queries.
BooleanQuery(Collection<? extends SearchQuery>, Collection<? extends SearchQuery>, Collection<? extends SearchQuery>, Collection<? extends SearchQuery>, float, boolean) - Constructor for class com.atlassian.confluence.search.v2.query.BooleanQuery
Construct a new BooleanQuery encapsulating the supplied sub queries.
BooleanQuery.Builder - Class in com.atlassian.confluence.search.v2.query
 
BooleanQueryBuilder<T> - Class in com.atlassian.confluence.search.v2
 
BooleanQueryBuilder() - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.LuceneQueryBuilders.BooleanQueryBuilder
Deprecated.
 
BooleanQueryBuilder() - Constructor for class com.atlassian.confluence.search.v2.BooleanQueryBuilder
 
BooleanQueryFactory - Class in com.atlassian.confluence.macro.query
Container class for the results of a SearchQueryParser operation, providing a mutable version of the BooleanQuery.
BooleanQueryFactory() - Constructor for class com.atlassian.confluence.macro.query.BooleanQueryFactory
Constructs an empty BooleanQueryFactory.
BooleanQueryFactory(Set<SearchQuery>, Set<SearchQuery>, Set<SearchQuery>) - Constructor for class com.atlassian.confluence.macro.query.BooleanQueryFactory
Constructs a BooleanQueryFactory with the specified SearchQueries as initial values.
BooleanQueryFactoryParameter - Class in com.atlassian.confluence.macro.query.params
Parameter that parses its values into BooleanQueryFactory instances.
BooleanQueryFactoryParameter(String[], String) - Constructor for class com.atlassian.confluence.macro.query.params.BooleanQueryFactoryParameter
 
BooleanQueryFactoryParameter(String, String) - Constructor for class com.atlassian.confluence.macro.query.params.BooleanQueryFactoryParameter
 
BooleanQueryFactoryParameter(List<String>, String) - Constructor for class com.atlassian.confluence.macro.query.params.BooleanQueryFactoryParameter
 
BooleanQueryMapper - Class in com.atlassian.confluence.impl.search.v2.mappers
Maps a BooleanQuery to its corresponding Lucene Query.
BooleanQueryMapper() - Constructor for class com.atlassian.confluence.impl.search.v2.mappers.BooleanQueryMapper
 
BooleanQueryMapper(LuceneSearchMapper) - Constructor for class com.atlassian.confluence.impl.search.v2.mappers.BooleanQueryMapper
 
BooleanQueryMapper(LuceneSearchMapper, DarkFeatureManager) - Constructor for class com.atlassian.confluence.impl.search.v2.mappers.BooleanQueryMapper
 
BooleanRestrictionEntity - Class in com.atlassian.confluence.functest.rest.admin.crowd
Represents a boolean restriction entity.
BooleanRestrictionEntity(String, Collection<SearchRestrictionEntity>) - Constructor for class com.atlassian.confluence.functest.rest.admin.crowd.BooleanRestrictionEntity
Creates a new instance of BooleanRestrictionEntity.
booleanValue() - Method in class com.atlassian.confluence.impl.user.preferences.dao.UserPreference
 
boolQuery() - Static method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneQueryBuilders
Deprecated.
 
boost - Variable in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
 
boost(float) - Method in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
 
BOOST - Enum constant in enum class com.atlassian.confluence.search.v2.query.SiteTextSearchQuery.Boost
 
bootstrap() - Method in interface com.atlassian.confluence.pages.actions.beans.BootstrapAware
 
bootstrap() - Method in class com.atlassian.confluence.pages.actions.MoveAttachmentAction
 
bootstrap() - Method in class com.atlassian.confluence.security.actions.AbstractPermissionsAction
 
bootstrap() - Method in class com.atlassian.confluence.setup.actions.SetupStartAction
 
bootstrap() - Method in class com.atlassian.confluence.user.crowd.EmbeddedCrowdBootstrap
Ensure that EC is in a valid initial state.
BOOTSTRAP - Enum constant in enum class com.atlassian.confluence.internal.health.JohnsonEventType
 
BOOTSTRAP_END - Enum constant in enum class com.atlassian.confluence.internal.health.LifecyclePhase
The bootstrap phase is finished.
BootstrapAppConfig - Class in com.atlassian.confluence.setup
Configures the beans of the bootstrap spring context.
BootstrapAppConfig() - Constructor for class com.atlassian.confluence.setup.BootstrapAppConfig
 
BootstrapAware - Interface in com.atlassian.confluence.pages.actions.beans
This will be invoked AFTER all parameters have been supplied to the action and all dependencies have been injected.
BootstrapAwareInterceptor - Class in com.atlassian.confluence.setup.struts
 
BootstrapAwareInterceptor() - Constructor for class com.atlassian.confluence.setup.struts.BootstrapAwareInterceptor
 
bootstrapCluster(BootstrapDatabaseAccessor.BootstrapDatabaseData) - Method in interface com.atlassian.confluence.cluster.ClusterConfigurationHelper
Checks whether clustering is enabled, and bootstraps the cluster manager with an appropriate configuration
bootstrapCluster(BootstrapDatabaseAccessor.BootstrapDatabaseData) - Method in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
bootstrapCluster(BootstrapDatabaseAccessor.BootstrapDatabaseData) - Method in class com.atlassian.confluence.cluster.nonclustered.NonClusterConfigurationHelper
 
BootstrapCommonAppConfig - Class in com.atlassian.confluence.impl.setup
This class defines beans that are common to the production bootstrap spring context and the integration test bootstrap spring context.
BootstrapCommonAppConfig() - Constructor for class com.atlassian.confluence.impl.setup.BootstrapCommonAppConfig
 
bootstrapConfigurer() - Method in class com.atlassian.confluence.setup.actions.AbstractSetupAction
 
BootstrapConfigurer - Interface in com.atlassian.confluence.impl.setup
Provides operations for (re-)configuring the Confluence bootstrap.
BootstrapContextInitialisedEvent - Class in com.atlassian.confluence.setup
An event indicating that the bootstrap context has been initialised.
BootstrapContextInitialisedEvent(Object) - Constructor for class com.atlassian.confluence.setup.BootstrapContextInitialisedEvent
 
bootstrapDatabase(DatabaseDetails, boolean) - Method in interface com.atlassian.confluence.impl.setup.BootstrapConfigurer
 
bootstrapDatabase(DatabaseDetails, boolean) - Method in class com.atlassian.confluence.impl.setup.DelegatingBootstrapConfigurer
 
BootstrapDatabaseAccessor - Interface in com.atlassian.confluence.impl.setup
 
BootstrapDatabaseAccessor.BootstrapDatabaseData - Class in com.atlassian.confluence.impl.setup
 
BootstrapDatabaseData(ZduStatus, BuildNumber) - Constructor for class com.atlassian.confluence.impl.setup.BootstrapDatabaseAccessor.BootstrapDatabaseData
 
bootstrapDatasource(String, String) - Method in interface com.atlassian.confluence.impl.setup.BootstrapConfigurer
 
bootstrapDatasource(String, String) - Method in class com.atlassian.confluence.impl.setup.DelegatingBootstrapConfigurer
 
BootstrapHealthcheckRegistrarConfig - Class in com.atlassian.confluence.impl.health.checks
A Spring Configuration which defines the HealthCheckRegistrar and the various HealthCheckRules which it registers with the HealthCheckRegistry.
BootstrapHealthcheckRegistrarConfig() - Constructor for class com.atlassian.confluence.impl.health.checks.BootstrapHealthcheckRegistrarConfig
 
bootstrapManager - Variable in class com.atlassian.confluence.impl.importexport.AbstractXmlExporter
 
BootstrapManager - Interface in com.atlassian.confluence.setup
Controls the bootstrapping of Confluence - starting essential, core services.
BootstrapManagerInternal - Interface in com.atlassian.confluence.setup
Internal interface of Bootstrap Manager
BootstrapNutclusterAppConfig - Class in com.atlassian.confluence.impl.nutcluster
Defines beans related to the Nutcluster implementation of the ClusterManager and ClusterLockService.
BootstrapNutclusterAppConfig() - Constructor for class com.atlassian.confluence.impl.nutcluster.BootstrapNutclusterAppConfig
 
BootstrapResource - Class in com.atlassian.confluence.functest.rest.admin
Returns information from the BootstrapManager.
BootstrapResource(BootstrapManager) - Constructor for class com.atlassian.confluence.functest.rest.admin.BootstrapResource
 
bootstrapSidManager - Variable in class com.atlassian.confluence.setup.actions.AbstractSetupAction
 
BootstrapSidManager - Class in com.atlassian.confluence.setup
Manages SID generation and persistence before the database is available.
BootstrapSidManager(ApplicationConfiguration) - Constructor for class com.atlassian.confluence.setup.BootstrapSidManager
 
BootstrapStatusProvider - Interface in com.atlassian.confluence.setup
BootstrapStatusProvider is responsible to expose only required methods of DefaultBootstrapManager.
BootstrapStatusProviderException - Exception Class in com.atlassian.confluence.setup
 
BootstrapStatusProviderException() - Constructor for exception class com.atlassian.confluence.setup.BootstrapStatusProviderException
 
BootstrapStatusProviderException(String) - Constructor for exception class com.atlassian.confluence.setup.BootstrapStatusProviderException
 
BootstrapStatusProviderException(String, Throwable) - Constructor for exception class com.atlassian.confluence.setup.BootstrapStatusProviderException
 
BootstrapStatusProviderException(Throwable) - Constructor for exception class com.atlassian.confluence.setup.BootstrapStatusProviderException
 
BootstrapStatusProviderImpl - Class in com.atlassian.confluence.impl.setup
 
BootstrapTestAppConfig - Class in com.atlassian.confluence.setup
This is the Spring Configuration class for the Bootstrap Spring context used by integration tests.
BootstrapTestAppConfig() - Constructor for class com.atlassian.confluence.setup.BootstrapTestAppConfig
 
BootstrapTestContextInitializer - Class in com.atlassian.confluence
Initializes the test context to have a reference to a fully initialized bootstrap context.
BootstrapTestContextInitializer() - Constructor for class com.atlassian.confluence.BootstrapTestContextInitializer
 
BORDER - Static variable in interface com.atlassian.confluence.themes.ColourScheme
Deprecated.
since 9.2
BotocssMailContentProcessor - Class in com.atlassian.confluence.mail
Takes a serialized HTML document as input and injects CSS taken from the <style> tags in to the appropriate elements as inline style attributes.
BotocssMailContentProcessor() - Constructor for class com.atlassian.confluence.mail.BotocssMailContentProcessor
 
BRAZILIAN - Enum constant in enum class com.atlassian.confluence.search.SearchLanguage
 
BRAZILIAN - Static variable in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
since 6.9.0
BrazilianAnalyzerProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language
Brazilian language analyzer provider
BrazilianAnalyzerProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.BrazilianAnalyzerProvider
 
Breadcrumb - Interface in com.atlassian.confluence.util.breadcrumbs
Represents a single item in a breadcrumb chain, like the 'Dashboard' link at the start (however, the dashboard breadcrumb is filtered out of the trail in BreadcrumbGenerator as of 5.0).
BreadcrumbAction - Class in com.atlassian.confluence.pages.actions
Returns the breadcrumb of a page via JSON.
BreadcrumbAction() - Constructor for class com.atlassian.confluence.pages.actions.BreadcrumbAction
 
BreadcrumbAware - Interface in com.atlassian.confluence.util.breadcrumbs
Indicates that the action speciifies the breadcrumbs that should be displayed
breadcrumbGenerator - Variable in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
breadcrumbGenerator - Variable in class com.atlassian.confluence.plugins.editorloader.EditorAction
 
breadcrumbGenerator - Variable in class com.atlassian.confluence.plugins.templates.actions.AbstractPageTemplateAction
 
BreadcrumbGenerator - Interface in com.atlassian.confluence.util.breadcrumbs
 
BreadcrumbJsonator - Class in com.atlassian.confluence.json.jsonator
 
BreadcrumbJsonator(ContextPathHolder, I18NBeanFactory) - Constructor for class com.atlassian.confluence.json.jsonator.BreadcrumbJsonator
 
BreadcrumbResource - Class in com.atlassian.confluence.plugins.rest.jackson2.resources
REST resource for getting displayable breadcrumbs for confluence content
BreadcrumbResource(ResourceIdentifierResolver<IdAndTypeResourceIdentifier, Addressable>, UserAccessor, I18NBeanFactory, ContextPathHolder, PermissionManager, SpacePermissionManager, BreadcrumbGenerator) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.resources.BreadcrumbResource
 
BreadcrumbResource.Crumb - Class in com.atlassian.confluence.plugins.rest.jackson2.resources
 
BREADCRUMBS_TEXT - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
BREADCRUMBS_TEXT_DARK - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
breadcrumbsTextColor - Variable in class com.atlassian.confluence.api.colorscheme.ColorSchemeModel
 
breaksBackwardCompatibility() - Method in class com.atlassian.confluence.impl.upgrade.upgradetask.AbstractIndexContentUpgradeTask
 
breaksBackwardCompatibility() - Method in interface com.atlassian.confluence.upgrade.BackupSupport
Returns true if a new export can't be imported in an older instance.
breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.AbstractBandanaComplexTypesUpgradeTask
 
breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.BandanaComplexTypesUpgradeTask
 
breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.BandanaToPluginSettingsUpgradeTask
 
breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.BandanaTokenCleanupUpgradeTask
 
breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.DbTrueFalseTypeFixUpgradeTask
 
breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.DecoratorLangMacroReplacementUpgradeTask
false like it says.
breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.DenormalisedContentStatusUpgradeTask
 
breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.DenormalisedPermissionsTriggersUpgradeTask
 
breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.DropIncrementalSyncSubscriptionUpgradeTask
 
breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.EmbeddedCrowdSchemaUpgradeTask
 
breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.LabelUniqueIndexUpgradeTask
The old lack of virtual column and index didn't require anything of the data, as both of them can be generated from the existing data.
breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.MigrateScheduledJobCacheUpgradeTask
 
breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.MigrateTrashDateUpgradeTask
 
breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.NullModificationDateDraftUpgradeTask
 
breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.RenameTempDirPropertyUpgradeTask
Returns true if a new export can't be imported in an older instance.
breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.ReplaceC3p0ConnectionPoolWithHikariCPUpgradeTask
 
breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.ResetJournalStateUpgradeTask
 
breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.SecureLocalConfigSecretsUpgradeTask
 
breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.SecureMailServerSecretUpgradeTask
 
breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.SecureSharedConfigSecretsUpgradeTask
 
breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.SynchronyPidFileRemovalUpgradeTask
 
breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.TurnFastPermissionsOnByDefaultUpgradeTask
 
breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.UserDirectoryPasswordEncryptionUpgradeTask
 
breaksBackwardCompatibility() - Method in class com.atlassian.confluence.upgrade.upgradetask.WikiToXhtmlMigrationUpgradeTask
 
BROKEN_HEART - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.model.inline.Emoticon
 
BROWSE_ALL_GROUP - Static variable in class com.atlassian.confluence.api.model.permissions.OperationKey
 
BROWSE_ALL_GROUP_MEMBERS_PERMISSION - Static variable in class com.atlassian.confluence.security.SpacePermission
 
BROWSE_PEOPLE - Static variable in class com.atlassian.confluence.user.actions.PeopleDirectoryAction
 
BROWSE_SPACE_COOKIE - Static variable in class com.atlassian.confluence.pages.actions.BrowseSpaceAction
 
BROWSE_USERS_PERMISSION - Static variable in class com.atlassian.confluence.security.SpacePermission
A permission type to control whether a user can browse for users in the system, such as in user auto-completes or view profile information of other users.
BrowseCommentsAction - Class in com.atlassian.confluence.admin.actions.debug
 
BrowseCommentsAction() - Constructor for class com.atlassian.confluence.admin.actions.debug.BrowseCommentsAction
 
BrowseGroupsAction - Class in com.atlassian.confluence.user.actions
 
BrowseGroupsAction() - Constructor for class com.atlassian.confluence.user.actions.BrowseGroupsAction
 
BrowseMacrosAction - Class in com.atlassian.confluence.macro.browser.actions
Creates a Map containing a list of categories and a list of macros.
BrowseMacrosAction() - Constructor for class com.atlassian.confluence.macro.browser.actions.BrowseMacrosAction
 
Browser(UserAgentUtil.BrowserFamily, UserAgentUtil.BrowserMajorVersion, String) - Constructor for class com.atlassian.confluence.util.UserAgentUtil.Browser
 
BROWSER - Enum constant in enum class com.atlassian.confluence.languages.LocaleInfo.SelectionReason
 
BrowserLanguageUtils - Class in com.atlassian.confluence.languages
Helper methods for picking up request languages.
BrowserLanguageUtils() - Constructor for class com.atlassian.confluence.languages.BrowserLanguageUtils
 
BrowseShortcutsAction - Class in com.atlassian.confluence.admin.actions
 
BrowseShortcutsAction() - Constructor for class com.atlassian.confluence.admin.actions.BrowseShortcutsAction
 
BrowseSpaceAction - Class in com.atlassian.confluence.pages.actions
 
BrowseSpaceAction() - Constructor for class com.atlassian.confluence.pages.actions.BrowseSpaceAction
 
BrowseSpaceBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
Represents the breadcrumb "Browse Space" in "Dashboard > Demo Space > Browse Space > Labels > labelOne"
BrowseSpaceBreadcrumb(Space) - Constructor for class com.atlassian.confluence.util.breadcrumbs.BrowseSpaceBreadcrumb
 
BrowseUnsyncedUsersAction - Class in com.atlassian.confluence.user.actions
Searches for people that are unsynced in Confluence using the PersonService.
BrowseUnsyncedUsersAction() - Constructor for class com.atlassian.confluence.user.actions.BrowseUnsyncedUsersAction
 
BrowseUsersAction - Class in com.atlassian.confluence.user.actions
 
BrowseUsersAction() - Constructor for class com.atlassian.confluence.user.actions.BrowseUsersAction
 
browseUsersPermissionQuery() - Method in interface com.atlassian.confluence.search.v2.query.SearchQueryFactory
 
browseUsersPermissionQuery() - Method in class com.atlassian.confluence.search.v2.query.SearchQueryFactoryImpl
 
BrowseUsersPermissionQuery - Class in com.atlassian.confluence.search.v2.query
 
BrowseUsersPermissionQuery(PermissionManager) - Constructor for class com.atlassian.confluence.search.v2.query.BrowseUsersPermissionQuery
 
BrowseUsersPermissionsFilterFactory - Class in com.atlassian.confluence.impl.search.v2.lucene.filter
 
BrowseUsersPermissionsFilterFactory(PermissionManager) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.filter.BrowseUsersPermissionsFilterFactory
 
bucket.core - package bucket.core
 
bucket.core.actions - package bucket.core.actions
 
bucket.core.persistence.hibernate - package bucket.core.persistence.hibernate
 
bucket.user.persistence.dao.hibernate - package bucket.user.persistence.dao.hibernate
 
bucket.user.propertyset - package bucket.user.propertyset
 
BucketClobStringType - Class in com.atlassian.hibernate
A custom UserType that maps stings to clobs.
BucketClobStringType() - Constructor for class com.atlassian.hibernate.BucketClobStringType
 
BucketClobStringType.LobCreatorSynchronization - Class in com.atlassian.hibernate
Callback for resource cleanup at the end of a transaction.
BucketMemoryPropertySet - Class in bucket.user.propertyset
Deprecated, for removal: This API element is subject to removal in a future version.
since 10.1, for removal in 11.0, no replacement.
BucketMemoryPropertySet() - Constructor for class bucket.user.propertyset.BucketMemoryPropertySet
Deprecated.
 
BucketPropertySet - Class in bucket.user.propertyset
Deprecated, for removal: This API element is subject to removal in a future version.
since 10.1, for removal in 11.0, no replacement.
BucketPropertySet() - Constructor for class bucket.user.propertyset.BucketPropertySet
Deprecated.
 
BucketPropertySetDAO - Class in bucket.user.persistence.dao.hibernate
Deprecated, for removal: This API element is subject to removal in a future version.
since 10.1, for removal in 11.0, no replacement.
BucketPropertySetDAO() - Constructor for class bucket.user.persistence.dao.hibernate.BucketPropertySetDAO
Deprecated.
 
BucketPropertySetItem - Class in bucket.user.propertyset
Deprecated.
since 10.1, use NeoPropertySetItem instead where possible.
BucketPropertySetItem() - Constructor for class bucket.user.propertyset.BucketPropertySetItem
Deprecated.
 
BucketPropertySetItem(String, long, String) - Constructor for class bucket.user.propertyset.BucketPropertySetItem
Deprecated.
 
BucketPropertySetItemEraser - Class in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers
 
BucketPropertySetItemEraser(SpaceDeletionSqlScriptsRunner) - Constructor for class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.BucketPropertySetItemEraser
 
BucketPropertySetItemQueryProvider - Class in com.atlassian.confluence.impl.backuprestore.backup.exporters.site
 
BucketPropertySetItemQueryProvider(DatabaseExporterHelper, ExportableEntityInfo) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.site.BucketPropertySetItemQueryProvider
 
BucketPropertySetManager - Interface in com.atlassian.confluence.dmz.propertyset
 
BucketsExporter - Class in com.atlassian.confluence.impl.backuprestore.backup.exporters
Responsible for exporting objects that should not be exported as a part of the space unless other objects have references to them.
BucketsExporter(CommonDatabaseDataExporter) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.BucketsExporter
 
buffer - Variable in class com.atlassian.confluence.search.v2.extractor.util.AbstractLengthLimitedStringBuilder
 
BUFFER_RESPONSE - Static variable in class com.atlassian.confluence.impl.sitemesh.ConfluenceSitemeshDecorator
 
build() - Method in class com.atlassian.confluence.api.model.audit.AffectedObject.Builder
Deprecated.
 
build() - Method in class com.atlassian.confluence.api.model.audit.AuditRecord.Builder
Deprecated.
 
build() - Method in class com.atlassian.confluence.api.model.audit.ChangedValue.Builder
Deprecated.
 
build() - Method in class com.atlassian.confluence.api.model.audit.RetentionPeriod.Builder
Deprecated.
 
build() - Method in class com.atlassian.confluence.api.model.backuprestore.FileInfo.Builder
 
build() - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails.JobDetailsBuilder
 
build() - Method in class com.atlassian.confluence.api.model.backuprestore.JobFilter.Builder
 
build() - Method in class com.atlassian.confluence.api.model.backuprestore.JobStatistics.Builder
 
build() - Method in class com.atlassian.confluence.api.model.backuprestore.SiteBackupJobDetails.SiteBackupJobDetailsBuilder
 
build() - Method in class com.atlassian.confluence.api.model.backuprestore.SiteBackupSettings.Builder
 
build() - Method in class com.atlassian.confluence.api.model.backuprestore.SiteRestoreJobDetails.SiteRestoreJobDetailsBuilder
 
build() - Method in class com.atlassian.confluence.api.model.backuprestore.SiteRestoreSettings.Builder
 
build() - Method in class com.atlassian.confluence.api.model.backuprestore.SpaceBackupJobDetails.SpaceBackupJobDetailsBuilder
 
build() - Method in class com.atlassian.confluence.api.model.backuprestore.SpaceBackupSettings.Builder
 
build() - Method in class com.atlassian.confluence.api.model.backuprestore.SpaceRestoreJobDetails.SpaceRestoreJobDetailsBuilder
 
build() - Method in class com.atlassian.confluence.api.model.backuprestore.SpaceRestoreSettings.Builder
 
build() - Method in class com.atlassian.confluence.api.model.content.BlockedContent.BlockedContentBuilder
 
build() - Method in class com.atlassian.confluence.api.model.content.BlockedSpace.BlockedSpaceBuilder
 
build() - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
 
build() - Method in class com.atlassian.confluence.api.model.content.ContentBody.ContentBodyBuilder
 
build() - Method in class com.atlassian.confluence.api.model.content.ContentSelector.ContentSelectorBuilder
 
build() - Method in class com.atlassian.confluence.api.model.content.Contributors.Builder
 
build() - Method in class com.atlassian.confluence.api.model.content.ContributorUsers.Builder
 
build() - Method in class com.atlassian.confluence.api.model.content.FormattedBody.BaseFormattedBodyBuilder
 
build() - Method in class com.atlassian.confluence.api.model.content.FormattedBody.FormattedBodyBuilder
 
build() - Method in class com.atlassian.confluence.api.model.content.History.HistoryBuilder
 
build() - Method in class com.atlassian.confluence.api.model.content.JsonContentProperty.ContentPropertyBuilder
 
build() - Method in class com.atlassian.confluence.api.model.content.JsonSpaceProperty.SpacePropertyBuilder
 
build() - Method in class com.atlassian.confluence.api.model.content.Label.LabelBuilder
 
build() - Method in class com.atlassian.confluence.api.model.content.MacroInstance.MacroBuilder
 
build() - Method in class com.atlassian.confluence.api.model.content.MacroParameterInstance.MacroParameterBuilder
 
build() - Method in class com.atlassian.confluence.api.model.content.PersonalSpaceDetailsForCreation.PersonalSpaceDetailsForCreationBuilder
 
build() - Method in class com.atlassian.confluence.api.model.content.Space.SpaceBuilder
 
build() - Method in class com.atlassian.confluence.api.model.content.template.ContentBlueprintInstance.Builder
 
build() - Method in class com.atlassian.confluence.api.model.content.template.ContentBlueprintSpec.ContentBlueprintSpecBuilder
 
build() - Method in class com.atlassian.confluence.api.model.content.template.ContentTemplate.ContentTemplateBuilder
 
build() - Method in class com.atlassian.confluence.api.model.content.Version.VersionBuilder
 
build() - Method in class com.atlassian.confluence.api.model.content.webresource.SuperBatchWebResources.SuperBatchWebResourcesBuilder
 
build() - Method in class com.atlassian.confluence.api.model.content.webresource.WebResourceDependencies.WebResourceDependenciesBuilder
 
build() - Method in class com.atlassian.confluence.api.model.eviction.SynchronyDatasetSize.SynchronyDatasetSizeBuilder
 
build() - Method in class com.atlassian.confluence.api.model.link.Link.LinkBuilder
 
build() - Method in class com.atlassian.confluence.api.model.longtasks.LongTaskStatus.LongTaskBuilder
 
build() - Method in class com.atlassian.confluence.api.model.longtasks.LongTaskSubmission.LongTaskSubmissionBuilder
 
build() - Method in class com.atlassian.confluence.api.model.messages.SimpleMessage.SimpleMessageBuilder
 
build() - Method in class com.atlassian.confluence.api.model.pagination.NavigablePageResponseImpl.Builder
 
build() - Method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl.Builder
 
build() - Method in class com.atlassian.confluence.api.model.pagination.SpaceFilterAwarePageResponseImpl.Builder
 
build() - Method in class com.atlassian.confluence.api.model.people.Anonymous.AnonymousBuilder
 
build() - Method in class com.atlassian.confluence.api.model.people.Credentials.CredentialsBuilder
 
build() - Method in class com.atlassian.confluence.api.model.people.Group.GroupBuilder
 
build() - Method in class com.atlassian.confluence.api.model.people.KnownUser.Builder
 
build() - Method in class com.atlassian.confluence.api.model.people.PasswordChangeDetails.PasswordChangeDetailsBuilder
 
build() - Method in class com.atlassian.confluence.api.model.people.Person.PersonBuilder
 
build() - Method in class com.atlassian.confluence.api.model.people.UserDetailsForCreation.UserDetailsForCreationBuilder
 
build() - Method in class com.atlassian.confluence.api.model.people.UserKey.UserKeyBuilder
 
build() - Method in class com.atlassian.confluence.api.model.permissions.ContentRestriction.ContentRestrictionBuilder
 
build() - Method in class com.atlassian.confluence.api.model.permissions.ContentRestrictionsPageResponse.ContentRestrictionPageResponseBuilder
 
build() - Method in class com.atlassian.confluence.api.model.permissions.OperationCheckResult.OperationCheckResultBuilder
 
build() - Method in class com.atlassian.confluence.api.model.permissions.OperationDescription.OperationDescriptionBuilder
 
build() - Method in class com.atlassian.confluence.api.model.plugin.ModuleCompleteKey.ModuleCompleteKeyBuilder
 
build() - Method in class com.atlassian.confluence.api.model.reference.ModelListBuilder
Build the list.
build() - Method in class com.atlassian.confluence.api.model.reference.ModelMapBuilder
Build the map.
build() - Method in class com.atlassian.confluence.api.model.relations.RelationInstance.RelationInstanceBuilder
 
build() - Method in class com.atlassian.confluence.api.model.retention.FastSoftCleanupJobStatus.FastSoftCleanupJobStatusBuilder
 
build() - Method in class com.atlassian.confluence.api.model.retention.GlobalRetentionPolicy.GlobalRetentionPolicyBuilder
 
build() - Method in class com.atlassian.confluence.api.model.retention.RemovalCount.Builder
 
build() - Method in class com.atlassian.confluence.api.model.retention.RemovalSummary.RemovalSummaryBuilder
 
build() - Method in class com.atlassian.confluence.api.model.retention.RetentionRule.RetentionRuleBuilder
 
build() - Method in class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus.SoftCleanupJobStatusBuilder
 
build() - Method in class com.atlassian.confluence.api.model.retention.SpaceRetentionPolicy.Builder
 
build() - Method in class com.atlassian.confluence.api.model.retention.TrashRetentionRule.TrashRetentionRuleBuilder
 
build() - Method in class com.atlassian.confluence.api.model.search.autocomplete.AutocompleteResult.Builder
 
build() - Method in class com.atlassian.confluence.api.model.search.autocomplete.AutocompleteResultItem.Builder
 
build() - Method in class com.atlassian.confluence.api.model.search.ContainerSummary.Builder
 
build() - Method in class com.atlassian.confluence.api.model.search.SearchContext.Builder
 
build() - Method in class com.atlassian.confluence.api.model.search.SearchOptions.Builder
 
build() - Method in class com.atlassian.confluence.api.model.search.SearchPageResponse.Builder
 
build() - Method in class com.atlassian.confluence.api.model.search.SearchResult.Builder
 
build() - Method in class com.atlassian.confluence.api.model.settings.GlobalSettings.GlobalSettingsBuilder
 
build() - Method in class com.atlassian.confluence.api.model.validation.SimpleMergeValidationResult.Builder
 
build() - Method in class com.atlassian.confluence.api.model.validation.SimpleValidationResult.Builder
 
build() - Method in class com.atlassian.confluence.api.model.watch.ContentWatch.ContentWatchBuilder
 
build() - Method in class com.atlassian.confluence.api.model.watch.SpaceWatch.SpaceWatchBuilder
 
build() - Method in class com.atlassian.confluence.api.model.web.Icon.Builder
 
build() - Method in class com.atlassian.confluence.api.model.web.WebItemView.Builder
 
build() - Method in class com.atlassian.confluence.api.service.content.VersionRestoreParameters.VersionRestoreParametersBuilder
 
build() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJobsSearchFilter.Builder
 
build() - Method in class com.atlassian.confluence.backuprestore.BackupRestoreSettings.Builder
 
build() - Method in class com.atlassian.confluence.content.render.xhtml.model.links.DefaultLinkBuilder
Builds a default link using supplied properties.
build() - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.ExcerptConfig.Builder
 
build() - Method in class com.atlassian.confluence.core.DefaultDeleteContext.Builder
 
build() - Method in class com.atlassian.confluence.core.DefaultSaveContext.Builder
 
build() - Method in class com.atlassian.confluence.core.VersionHistorySummary.Builder
 
build() - Method in class com.atlassian.confluence.dmz.relations.query.RelationQuery.Builder
 
build() - Method in class com.atlassian.confluence.functest.rest.admin.model.PermissionChange.Builder
 
build() - Method in class com.atlassian.confluence.functest.rest.admin.model.SubjectPermissionChange.Builder
 
build() - Method in class com.atlassian.confluence.impl.content.render.prefetch.event.AttachmentPrefetchEvent.Builder
 
build() - Method in class com.atlassian.confluence.impl.content.render.prefetch.event.UserPrefetchEvent.Builder
 
build() - Method in class com.atlassian.confluence.impl.health.HealthCheckMessage.Builder
 
build() - Method in class com.atlassian.confluence.impl.hibernate.bulk.BulkSimpleMessage.BulkSimpleMessageBuilder
 
build() - Method in class com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReport.Builder
 
build() - Method in class com.atlassian.confluence.impl.retention.rules.CleanupSummary.Builder
 
build() - Method in class com.atlassian.confluence.impl.retention.rules.DeletedHistoricalVersion.Builder
 
build() - Method in class com.atlassian.confluence.impl.retention.rules.DeletedHistoricalVersionSummary.Builder
 
build() - Method in class com.atlassian.confluence.impl.util.sandbox.SandboxPoolConfiguration.Builder
 
build() - Method in class com.atlassian.confluence.importexport.xmlimport.parser.CollectionPropertyParser
Deprecated.
 
build() - Method in class com.atlassian.confluence.importexport.xmlimport.parser.ComponentParser
Deprecated.
 
build() - Method in class com.atlassian.confluence.importexport.xmlimport.parser.CompositeIdParser
Deprecated.
 
build() - Method in class com.atlassian.confluence.importexport.xmlimport.parser.EnumPropertyParser
Deprecated.
 
build() - Method in interface com.atlassian.confluence.importexport.xmlimport.parser.FragmentParser
Deprecated.
 
build() - Method in class com.atlassian.confluence.importexport.xmlimport.parser.ImportedObjectParser
Deprecated.
 
build() - Method in class com.atlassian.confluence.importexport.xmlimport.parser.PrimitiveIdParser
Deprecated.
 
build() - Method in class com.atlassian.confluence.importexport.xmlimport.parser.PrimitivePropertyParser
Deprecated.
 
build() - Method in class com.atlassian.confluence.importexport.xmlimport.parser.ReferencePropertyParser
Deprecated.
 
build() - Method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncPageResponse.Builder
 
build() - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneQueryBuilders.BooleanQueryBuilder
Deprecated.
 
build() - Method in class com.atlassian.confluence.internal.security.SpacePermissionContext.Builder
 
build() - Method in class com.atlassian.confluence.internal.user.AbstractSearchRequestBuilder
 
build() - Method in class com.atlassian.confluence.internal.user.GroupSearchRequestBuilder
 
build() - Method in class com.atlassian.confluence.internal.user.UserSearchRequestBuilder
 
build() - Method in class com.atlassian.confluence.license.rest.model.LicenseDetailsModel.Builder
 
build() - Method in class com.atlassian.confluence.macro.browser.beans.MacroFormDetails.MacroFormDetailsBuilder
 
build() - Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadataBuilder
 
build() - Method in class com.atlassian.confluence.macro.browser.beans.MacroParameterBuilder
 
build() - Method in class com.atlassian.confluence.mail.auth.DefaultConfluenceMailOAuth2Credentials.Builder
 
build() - Method in class com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem.Builder
Deprecated.
Constructs an instance of PreRenderedMailNotificationQueueItem.
build() - Method in class com.atlassian.confluence.pages.CommentStatus.Builder
 
build() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.AttachmentDeleteOptions.AttachmentDeleteOptionsBuilder
 
build() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.AttachmentDeleteOptions.IdListAttachmentDeleteOptionsBuilder
 
build() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.copy.PageCopyOptions.Builder
 
build() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.DefaultBulkOptions.Builder
 
build() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.delete.PageDeleteOptions.Builder
 
build() - Method in class com.atlassian.confluence.plugins.edgeindex.EdgeQueryParameter.Builder
 
build() - Method in class com.atlassian.confluence.plugins.index.api.LanguageAnalyzerDescriptor.Builder
 
build() - Method in class com.atlassian.confluence.plugins.index.api.mapping.AbstractFieldMapping.Builder
 
build() - Method in class com.atlassian.confluence.plugins.index.api.mapping.BooleanFieldMapping.Builder
 
build() - Method in class com.atlassian.confluence.plugins.index.api.mapping.DateFieldMapping.Builder
 
build() - Method in class com.atlassian.confluence.plugins.index.api.mapping.DoubleFieldMapping.Builder
 
build() - Method in class com.atlassian.confluence.plugins.index.api.mapping.FloatFieldMapping.Builder
 
build() - Method in class com.atlassian.confluence.plugins.index.api.mapping.IntFieldMapping.Builder
 
build() - Method in class com.atlassian.confluence.plugins.index.api.mapping.LongFieldMapping.Builder
 
build() - Method in class com.atlassian.confluence.plugins.index.api.mapping.NestedStringFieldMapping.Builder
 
build() - Method in class com.atlassian.confluence.plugins.index.api.mapping.StringFieldMapping.Builder
 
build() - Method in class com.atlassian.confluence.plugins.index.api.mapping.TextFieldMapping.Builder
 
build() - Method in class com.atlassian.confluence.plugins.maintenance.model.Addon.Builder
 
build() - Method in class com.atlassian.confluence.plugins.maintenance.model.MaintenanceInfo.Builder
 
build() - Method in class com.atlassian.confluence.plugins.synchrony.api.OperationContext.Builder
 
build() - Method in class com.atlassian.confluence.plugins.synchrony.rest.CollaborativeEditingConfigResponse.Builder
 
build() - Method in class com.atlassian.confluence.rest.serialization.jackson2.RestData.RestDataBuilder
 
build() - Method in class com.atlassian.confluence.rest.v2.api.model.RestError.Builder
 
build() - Method in class com.atlassian.confluence.rest.v2.api.model.RestList.Builder
 
build() - Method in class com.atlassian.confluence.rest.v2.api.model.validation.RestFieldValidationError.Builder
 
build() - Method in class com.atlassian.confluence.rest.v2.api.model.validation.RestValidationError.Builder
 
build() - Method in class com.atlassian.confluence.search.service.UserSearchQueryParameters.Builder
 
build() - Method in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
 
build() - Method in class com.atlassian.confluence.search.v2.ChangesSearch.Builder
 
build() - Method in class com.atlassian.confluence.search.v2.ContentSearch.Builder
 
build() - Method in class com.atlassian.confluence.search.v2.DecoratorSearchBuilder
 
build() - Method in class com.atlassian.confluence.search.v2.DefaultSearch.Builder
 
build() - Method in interface com.atlassian.confluence.search.v2.ISearch.Builder
 
build() - Method in class com.atlassian.confluence.search.v2.query.BooleanQuery.Builder
 
build() - Method in class com.atlassian.confluence.search.v2.query.ContentPermissionsQuery.Builder
 
build() - Method in class com.atlassian.confluence.search.v2.query.DateRangeQuery.Builder
 
build() - Method in class com.atlassian.confluence.search.v2.score.AverageScoreFunction.Builder
 
build() - Method in class com.atlassian.confluence.search.v2.score.DecayParameters.Builder
 
build() - Method in class com.atlassian.confluence.setup.ConfluenceDatabaseDetailsBuilder
 
build() - Method in class com.atlassian.confluence.spaces.SpacesQuery.Builder
 
build() - Method in class com.atlassian.confluence.status.service.systeminfo.CloudPlatformMetadata.Builder
 
build() - Method in class com.atlassian.confluence.status.service.systeminfo.UsageInfo.Builder
 
build() - Method in class com.atlassian.confluence.tinymceplugin.rest.entities.CommentResultWithActions.CommentResultWithActionsBuilder
 
build() - Method in class com.atlassian.confluence.upgrade.dml.SelectWithOffsetLimitCommand.Builder
build() - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.IndexInfo.Builder
 
build() - Method in class com.atlassian.confluence.user.extras.entities.UserEntity.Builder
 
build() - Method in class com.atlassian.confluence.xhtml.api.MacroDefinitionBuilder
 
build(Searchable) - Method in class com.atlassian.confluence.internal.index.v2.AtlassianChangeDocumentBuilder
 
build(Searchable) - Method in class com.atlassian.confluence.internal.index.v2.AtlassianContentDocumentBuilder
 
build(Searchable) - Method in class com.atlassian.confluence.internal.index.v2.AtlassianSelectiveFieldsDocumentBuilder
 
build(DatabaseDetails) - Method in class com.atlassian.confluence.setup.ConfluenceDatabaseDetailsBuilder
 
build(BodyContent, ContentRepresentation) - Method in class com.atlassian.confluence.ui.rest.builder.LegacyContentBodyBuilder
Deprecated.
 
build(ContentEntityObject, Expansions, ContentFactory) - Method in class com.atlassian.confluence.api.impl.service.content.factory.VersionFactory
 
build(ContentEntityObject, BodyContent, ContentRepresentation) - Method in class com.atlassian.confluence.api.impl.service.content.factory.ContentBodyFactory
 
build(Label) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.LabelEntityBuilder
 
build(Comment) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.builders.CommentEntityBuilder
 
build(Page) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.builders.PageContentEntityBuilder
 
build(WebResourceDependenciesRecorder.RecordedResources, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.WebResourceDependenciesFactory
Builds a WebResourceDependencies object from the given expansion and the recorded resource.
build(OperationContext) - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyEnvironmentBuilder
 
build(SearchResult) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.builders.AttachmentEntityBuilder
 
build(SearchResult) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.builders.DefaultContentEntityBuilder
 
build(SearchResult) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.builders.PersonalInformationContentEntityBuilder
 
build(SearchResult) - Method in interface com.atlassian.confluence.plugins.rest.jackson2.entities.builders.SearchEntityBuilder
Builds a REST ContentEntity for the given search result
build(SearchResult) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.builders.SpaceEntityBuilder
 
build(SearchResult) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.builders.AttachmentEntityBuilder
 
build(SearchResult) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.builders.CustomContentEntityBuilder
 
build(SearchResult) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.builders.DefaultContentEntityBuilder
 
build(SearchResult) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.builders.PersonalInformationContentEntityBuilder
 
build(SearchResult) - Method in interface com.atlassian.confluence.plugins.rest.jackson2.entities.builders.SearchEntityBuilder
Builds a REST ContentEntity for the given search result
build(SearchResult) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.builders.SpaceEntityBuilder
 
build(SearchResult) - Method in class com.atlassian.confluence.plugins.spacedirectory.rest.DefaultSpaceDirectoryEntityBuilder
 
build(SearchResult) - Method in interface com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryEntityBuilder
Build the entity of space directory
build(Space) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.builders.SpaceEntityBuilder
 
build(PersonalInformation) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.builders.PersonalInformationContentEntityBuilder
 
build(AqlParser.MapKeyContext, AqlParser.MapPathContext, AqlParser.MapExprValueContext, Object) - Method in class com.atlassian.confluence.plugins.contentproperty.search.fields.ContentPropertyFieldHandler
 
build(EqualityExpressionData, String) - Method in class com.atlassian.confluence.plugins.contentproperty.search.fields.StringContentPropertyAliasFieldHandler
 
build(SetExpressionData, Iterable<String>) - Method in class com.atlassian.confluence.plugins.contentproperty.search.fields.StringContentPropertyAliasFieldHandler
 
build(TextExpressionData, String) - Method in class com.atlassian.confluence.plugins.contentproperty.search.fields.TextContentPropertyAliasFieldHandler
 
build(SupportHealthStatus.Severity, String, String, Serializable...) - Method in class com.atlassian.confluence.plugins.opensearch.healthchecks.util.SupportHealthStatusFactory
 
build(User) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.builders.UserEntityBuilder
 
build(ProcessMonitor, SynchronyEnvironmentBuilder.SynchronyEnvironment) - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyProcessBuilder
 
build(Duration) - Method in interface com.atlassian.confluence.util.sandbox.SandboxSpec.SpecBuilder
Build the specification object with specified request time limit
build(List<E>, PageRequest, boolean) - Method in class com.atlassian.confluence.api.model.pagination.NavigablePageResponseImpl.Builder
 
build(T) - Method in class com.atlassian.confluence.internal.index.v2.MergingAtlassianDocumentBuilder
 
build(T) - Method in interface com.atlassian.confluence.plugins.rest.jackson2.entities.builders.ContentEntityBuilder
Builds a REST ContentEntity for the given CEO
build(T) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.builders.DefaultContentEntityBuilder
 
build(T) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.builders.WikiLinkableContentEntityBuilder
 
build(T) - Method in interface com.atlassian.confluence.search.v2.AtlassianDocumentBuilder
 
BUILD_NUMBER - Static variable in class com.atlassian.confluence.upgrade.upgradetask.BandanaComplexTypesUpgradeTask
 
BUILD_NUMBER - Static variable in class com.atlassian.confluence.upgrade.upgradetask.BandanaToPluginSettingsUpgradeTask
 
BUILD_NUMBER - Static variable in class com.atlassian.confluence.upgrade.upgradetask.LabelUniqueIndexUpgradeTask
 
buildAbsolute() - Method in interface com.atlassian.confluence.api.nav.Navigation.Builder
build an absolute URL http://localhost:8080/confluence/rest/of/url
buildAbsolute() - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.AbstractNav
 
buildAction(String, String, ActionConfig, Map<String, Object>) - Method in class com.atlassian.confluence.impl.struts.PluginAwareActionFactory
 
buildActionConfig(Element, Location, PackageConfig.Builder, Map<String, ResultConfig>) - Method in class com.atlassian.confluence.impl.struts.PluginModuleXmlConfigurationProvider
 
BuildAndVersionNumber - Class in com.atlassian.confluence.upgrade
It's a build number which also provides the human-readable version.
BuildAndVersionNumber(Integer, String) - Constructor for class com.atlassian.confluence.upgrade.BuildAndVersionNumber
Builds a BuildAndVersionNumber
buildAnonymous() - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.builders.UserEntityBuilder
 
buildAnonymousPermissionRow() - Method in class com.atlassian.confluence.impl.security.administrators.DefaultPermissionsAdministrator
Retrieves the UnlicensedPermissionRow for printing in a UI.
buildAnonymousPermissionRow() - Method in interface com.atlassian.confluence.security.administrators.PermissionsAdministrator
Builds the permissions for anonymous users, for printing in the UI.
buildAttachmentListFromWrapper(int, int) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntityList
 
buildAuthenticationRedirectUri(HttpServletRequest) - Method in class com.atlassian.confluence.security.websudo.DefaultWebSudoManager
 
buildAuthenticationRedirectUri(HttpServletRequest) - Method in interface com.atlassian.confluence.security.websudo.WebSudoManager
 
buildCanonicalAbsolute() - Method in interface com.atlassian.confluence.api.nav.Navigation.Builder
build an absolute URL substituting the confuence configured base url and context for the base url and context supplied by the url builder
buildCanonicalAbsolute() - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.AbstractNav
 
buildChangedValueTextKey(String) - Static method in interface com.atlassian.confluence.impl.audit.AuditHelper
Prepends AuditHelper.AUDIT_CHANGED_VALUE_PREFIX to the key, helping to build auditing keys for changed values following the same naming convention
buildChangeStateEvent(DenormalisedServiceStateRecord.ServiceType, DenormalisedPermissionServiceState) - Static method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.DenormalisedPermissionChangeStateAnalyticsEvent
An analytic event which is sent when service state is changed.
buildCheckboxParameterName(String) - Method in class com.atlassian.confluence.security.actions.PermissionRow
 
buildContentPropertyFrom(CustomContentEntityObject, Expansions) - Method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyFactory
Convert the given CustomContentEntityObject into a corresponding ContentProperty.
buildContentPropertyFromFunction() - Method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyFactory
 
buildContentPropertyFromFunction(Content, Expansions) - Method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyFactory
 
buildContentPropertySearchSort(ContentPropertySchemaField, SearchSort.Type, SearchSort.Order) - Method in class com.atlassian.confluence.plugins.contentproperty.search.query.ContentPropertySearchQueryFactory
 
buildContentWithDirectAncestor(Content) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentManagementMultiEventsCommand
Build Content with either none or only one ancestor.
buildDateEntity(Date) - Method in interface com.atlassian.confluence.plugins.rest.jackson2.manager.DateEntityFactory
 
buildDateEntity(Date) - Method in class com.atlassian.confluence.plugins.rest.jackson2.manager.DateEntityFactoryImpl
 
buildDefault() - Static method in class com.atlassian.confluence.api.model.search.SearchOptions
 
buildDefault() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.DefaultBulkOptions.BaseBuilder
 
buildDescriptionTextKey(String) - Static method in interface com.atlassian.confluence.impl.audit.AuditHelper
Prepends AuditHelper.AUDIT_DESCRIPTION_PREFIX to the key, helping to build auditing keys for descriptions following the same naming convention
buildDisplayUrl() - Method in class com.atlassian.confluence.labels.LabelUrlBuilder
 
buildDocument(String, UserKey, ContentEntityObject, Date, String) - Method in class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeDocumentFactory
 
buildDocument(String, UserKey, ContentEntityObject, Date, String) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeDocumentFactory
Build the AtlassianDocument which will be stored as an edge index document
buildDocumentRetriever(Iterable<JournalEntry>) - Method in class com.atlassian.confluence.impl.search.queue.DocumentRetrieverFactory
 
BuildEdgeIndexServlet - Class in com.atlassian.confluence.plugins.edgeindex.servlet
 
BuildEdgeIndexServlet(PermissionManager, EdgeIndexBuilder, XsrfTokenService) - Constructor for class com.atlassian.confluence.plugins.edgeindex.servlet.BuildEdgeIndexServlet
 
buildEdges(List<T>, BiFunction<T, Integer, String>) - Static method in class com.atlassian.confluence.rest.serialization.jackson2.graphql.GraphQLPagination
 
buildEditGlobalPermissionAdministrator(ConfluenceUser) - Method in class com.atlassian.confluence.security.administrators.PermissionsAdministratorBuilder
 
buildEditGlobalPermissionAdministrator(ConfluenceUser, List<String>, List<String>) - Method in class com.atlassian.confluence.security.administrators.PermissionsAdministratorBuilder
Returns a global edit permissions administrator and populates its fields.
buildEditSpaceAdministrator(Space, ConfluenceUser, List<String>, List<String>) - Method in class com.atlassian.confluence.security.administrators.PermissionsAdministratorBuilder
Returns a space edit permissions administrator and populates its fields.
buildEntityForUser(ConfluenceUser) - Method in class com.atlassian.confluence.plugins.rest.jackson2.manager.UserEntityHelper
 
builder() - Static method in class com.atlassian.confluence.api.model.audit.AffectedObject
Deprecated.
 
builder() - Static method in class com.atlassian.confluence.api.model.audit.AuditRecord
Deprecated.
 
builder() - Static method in class com.atlassian.confluence.api.model.audit.ChangedValue
Deprecated.
 
builder() - Static method in class com.atlassian.confluence.api.model.audit.RetentionPeriod
Deprecated.
 
builder() - Static method in class com.atlassian.confluence.api.model.backuprestore.FileInfo
 
builder() - Static method in class com.atlassian.confluence.api.model.backuprestore.JobDetails
 
builder() - Static method in class com.atlassian.confluence.api.model.backuprestore.JobFilter
 
builder() - Static method in class com.atlassian.confluence.api.model.backuprestore.JobStatistics
 
builder() - Static method in class com.atlassian.confluence.api.model.backuprestore.SiteBackupJobDetails
 
builder() - Static method in class com.atlassian.confluence.api.model.backuprestore.SiteBackupSettings
 
builder() - Static method in class com.atlassian.confluence.api.model.backuprestore.SiteRestoreJobDetails
 
builder() - Static method in class com.atlassian.confluence.api.model.backuprestore.SiteRestoreSettings
 
builder() - Static method in class com.atlassian.confluence.api.model.backuprestore.SpaceBackupJobDetails
 
builder() - Static method in class com.atlassian.confluence.api.model.backuprestore.SpaceBackupSettings
 
builder() - Static method in class com.atlassian.confluence.api.model.backuprestore.SpaceRestoreJobDetails
 
builder() - Static method in class com.atlassian.confluence.api.model.backuprestore.SpaceRestoreSettings
 
builder() - Static method in class com.atlassian.confluence.api.model.content.Content
Returns a Content.ContentBuilder instance that can be used to create a new Content object.
builder() - Static method in class com.atlassian.confluence.api.model.content.ContentSelector
 
builder() - Static method in class com.atlassian.confluence.api.model.content.Contributors
 
builder() - Static method in class com.atlassian.confluence.api.model.content.ContributorUsers
 
builder() - Static method in class com.atlassian.confluence.api.model.content.FormattedBody
 
builder() - Static method in class com.atlassian.confluence.api.model.content.History
 
builder() - Static method in class com.atlassian.confluence.api.model.content.JsonContentProperty
Creates a builder.
builder() - Static method in class com.atlassian.confluence.api.model.content.JsonSpaceProperty
Creates a builder.
builder() - Static method in class com.atlassian.confluence.api.model.content.MacroInstance
 
builder() - Static method in class com.atlassian.confluence.api.model.content.MacroParameterInstance
 
builder() - Static method in class com.atlassian.confluence.api.model.content.PersonalSpaceDetailsForCreation
 
builder() - Static method in class com.atlassian.confluence.api.model.content.Space
Returns a Space.SpaceBuilder instance that can be used to create a new Space object.
builder() - Static method in class com.atlassian.confluence.api.model.content.template.ContentBlueprintInstance
Get Builder for a new instance.
builder() - Static method in class com.atlassian.confluence.api.model.content.template.ContentBlueprintSpec
 
builder() - Static method in class com.atlassian.confluence.api.model.content.template.ContentTemplate
 
builder() - Static method in class com.atlassian.confluence.api.model.content.Version
Returns a Version.VersionBuilder instance that can be used to create a new Version object.
builder() - Static method in class com.atlassian.confluence.api.model.content.webresource.SuperBatchWebResources
 
builder() - Static method in class com.atlassian.confluence.api.model.content.webresource.WebResourceDependencies
 
builder() - Static method in class com.atlassian.confluence.api.model.eviction.SynchronyDatasetSize
 
builder() - Static method in class com.atlassian.confluence.api.model.link.Link
 
builder() - Static method in class com.atlassian.confluence.api.model.locator.ContentLocator
 
builder() - Static method in class com.atlassian.confluence.api.model.longtasks.LongTaskSubmission
 
builder() - Static method in class com.atlassian.confluence.api.model.messages.SimpleMessage
 
builder() - Static method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl
 
builder() - Static method in class com.atlassian.confluence.api.model.people.Anonymous
 
builder() - Static method in class com.atlassian.confluence.api.model.people.Credentials
 
builder() - Static method in class com.atlassian.confluence.api.model.people.Group
 
builder() - Static method in class com.atlassian.confluence.api.model.people.KnownUser
 
builder() - Static method in class com.atlassian.confluence.api.model.people.PasswordChangeDetails
 
builder() - Static method in class com.atlassian.confluence.api.model.people.UserDetailsForCreation
 
builder() - Static method in class com.atlassian.confluence.api.model.people.UserKey
 
builder() - Static method in class com.atlassian.confluence.api.model.permissions.ContentRestriction
 
builder() - Static method in class com.atlassian.confluence.api.model.permissions.ContentRestrictionsPageResponse
 
builder() - Static method in class com.atlassian.confluence.api.model.permissions.OperationCheckResult
 
builder() - Static method in class com.atlassian.confluence.api.model.permissions.OperationDescription
 
builder() - Static method in class com.atlassian.confluence.api.model.plugin.ModuleCompleteKey
 
builder() - Static method in class com.atlassian.confluence.api.model.retention.FastSoftCleanupJobStatus
 
builder() - Static method in class com.atlassian.confluence.api.model.retention.GlobalRetentionPolicy
 
builder() - Static method in class com.atlassian.confluence.api.model.retention.RemovalCount
 
builder() - Static method in class com.atlassian.confluence.api.model.retention.RemovalSummary
 
builder() - Static method in class com.atlassian.confluence.api.model.retention.RetentionRule
 
builder() - Static method in class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus
 
builder() - Static method in class com.atlassian.confluence.api.model.retention.SpaceRetentionPolicy
 
builder() - Static method in class com.atlassian.confluence.api.model.retention.TrashRetentionRule
 
builder() - Static method in class com.atlassian.confluence.api.model.search.autocomplete.AutocompleteResult
 
builder() - Static method in class com.atlassian.confluence.api.model.search.autocomplete.AutocompleteResultItem
 
builder() - Static method in class com.atlassian.confluence.api.model.search.ContainerSummary
 
builder() - Static method in class com.atlassian.confluence.api.model.search.SearchContext
 
builder() - Static method in class com.atlassian.confluence.api.model.search.SearchOptions
 
builder() - Static method in class com.atlassian.confluence.api.model.search.SearchPageResponse
 
builder() - Static method in class com.atlassian.confluence.api.model.settings.GlobalSettings
 
builder() - Static method in class com.atlassian.confluence.api.model.validation.SimpleValidationResult
 
builder() - Static method in class com.atlassian.confluence.api.model.watch.ContentWatch
 
builder() - Static method in class com.atlassian.confluence.api.model.watch.SpaceWatch
 
builder() - Static method in class com.atlassian.confluence.api.model.web.Icon
 
builder() - Static method in class com.atlassian.confluence.api.model.web.WebItemView
 
builder() - Static method in class com.atlassian.confluence.api.model.web.WebPanelView
 
builder() - Static method in class com.atlassian.confluence.api.model.web.WebSectionView
 
builder() - Static method in class com.atlassian.confluence.api.service.content.VersionRestoreParameters
builder method for VersionRestoreParameter
builder() - Static method in class com.atlassian.confluence.content.render.xhtml.model.links.DefaultLink
Creates an empty DefaultLinkBuilder
builder() - Static method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.ExcerptConfig
Factory method for creating builders for this class
builder() - Method in class com.atlassian.confluence.core.AbstractOperationContext.BaseBuilder
 
builder() - Static method in class com.atlassian.confluence.core.DefaultDeleteContext
 
builder() - Method in class com.atlassian.confluence.core.DefaultDeleteContext.Builder
 
builder() - Static method in class com.atlassian.confluence.core.DefaultSaveContext
 
builder() - Method in class com.atlassian.confluence.core.DefaultSaveContext.Builder
 
builder() - Static method in class com.atlassian.confluence.functest.rest.admin.model.PermissionChange
 
builder() - Static method in class com.atlassian.confluence.functest.rest.admin.model.SubjectPermissionChange
 
builder() - Static method in class com.atlassian.confluence.impl.hibernate.bulk.BulkSimpleMessage
 
builder() - Static method in class com.atlassian.confluence.impl.util.sandbox.SandboxPoolConfiguration
 
builder() - Static method in class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncPageResponse
 
builder() - Static method in class com.atlassian.confluence.internal.security.SpacePermissionContext
 
builder() - Static method in class com.atlassian.confluence.internal.user.GroupSearchRequest
 
builder() - Static method in class com.atlassian.confluence.internal.user.UserSearchRequest
 
builder() - Static method in class com.atlassian.confluence.labels.LabelUrlBuilder
 
builder() - Static method in class com.atlassian.confluence.legacyapi.model.content.locator.ContentLocator
Deprecated.
 
builder() - Static method in class com.atlassian.confluence.license.rest.model.LicenseDetailsModel
 
builder() - Static method in class com.atlassian.confluence.macro.browser.beans.MacroFormDetails
 
builder() - Static method in class com.atlassian.confluence.macro.browser.beans.MacroMetadata
 
builder() - Static method in class com.atlassian.confluence.macro.browser.beans.MacroMetadataBuilder
 
builder() - Static method in class com.atlassian.confluence.macro.browser.beans.MacroParameterBuilder
 
builder() - Static method in class com.atlassian.confluence.mail.auth.DefaultConfluenceMailOAuth2Credentials
 
builder() - Static method in class com.atlassian.confluence.mail.ConfluenceMailServerBuilder
 
builder() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.AttachmentDeleteOptions.AttachmentDeleteOptionsBuilder
 
builder() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.AttachmentDeleteOptions.IdListAttachmentDeleteOptionsBuilder
 
builder() - Static method in class com.atlassian.confluence.pages.persistence.dao.bulk.copy.PageCopyOptions
 
builder() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.copy.PageCopyOptions.Builder
 
builder() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.DefaultBulkOptions.BaseBuilder
 
builder() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.DefaultBulkOptions.Builder
 
builder() - Static method in class com.atlassian.confluence.pages.persistence.dao.bulk.delete.PageDeleteOptions
 
builder() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.delete.PageDeleteOptions.Builder
 
builder() - Static method in class com.atlassian.confluence.plugins.edgeindex.EdgeQueryParameter
 
builder() - Static method in class com.atlassian.confluence.plugins.index.api.LanguageAnalyzerDescriptor
Create a builder for language dependent analyzer without default analyzer.
builder() - Static method in class com.atlassian.confluence.plugins.synchrony.api.OperationContext
Returns builder for this class
builder() - Static method in class com.atlassian.confluence.rest.serialization.jackson2.RestData
 
builder() - Static method in class com.atlassian.confluence.rest.v2.api.model.RestError
 
builder() - Static method in class com.atlassian.confluence.rest.v2.api.model.validation.RestFieldValidationError
 
builder() - Static method in class com.atlassian.confluence.rest.v2.api.model.validation.RestValidationError
 
builder() - Static method in class com.atlassian.confluence.search.service.UserSearchQueryParameters
 
builder() - Static method in class com.atlassian.confluence.search.v2.ChangesSearch
 
builder() - Static method in class com.atlassian.confluence.search.v2.ContentSearch
 
builder() - Static method in class com.atlassian.confluence.search.v2.DefaultSearch
 
builder() - Static method in class com.atlassian.confluence.search.v2.query.BooleanQuery
 
builder() - Static method in class com.atlassian.confluence.search.v2.query.ContentPermissionsQuery
 
builder() - Static method in class com.atlassian.confluence.search.v2.query.TermQuery
 
builder() - Static method in class com.atlassian.confluence.search.v2.query.TermSetQuery
 
builder() - Static method in class com.atlassian.confluence.search.v2.score.AverageScoreFunction
 
builder() - Static method in class com.atlassian.confluence.status.service.systeminfo.CloudPlatformMetadata
 
builder() - Static method in class com.atlassian.confluence.status.service.systeminfo.UsageInfo
 
builder() - Static method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.IndexInfo
 
builder() - Static method in class com.atlassian.confluence.user.extras.entities.UserEntity
 
builder() - Static method in interface com.atlassian.confluence.util.sandbox.SandboxSpec
 
builder() - Static method in class com.atlassian.confluence.xhtml.api.MacroDefinition
The correct way to construct a new MacroDefinition.
builder(double, double) - Static method in class com.atlassian.confluence.search.v2.score.DecayParameters
 
builder(AuditRecord) - Static method in class com.atlassian.confluence.api.model.audit.AuditRecord
Deprecated.
 
builder(Content) - Static method in class com.atlassian.confluence.api.model.content.Content
Returns a Content.ContentBuilder instance that clones an existing Content object.
builder(ContentType) - Static method in class com.atlassian.confluence.api.model.content.Content
Returns a Content.ContentBuilder instance that can be used to create a new Content object.
builder(ContentType, long) - Static method in class com.atlassian.confluence.api.model.content.Content
Returns a Content.ContentBuilder instance that can be used to create a new Content object.
builder(ContentType, ContentId) - Static method in class com.atlassian.confluence.api.model.content.Content
Returns a Content.ContentBuilder instance that can be used to create a new Content object.
builder(JsonContentProperty) - Static method in class com.atlassian.confluence.api.model.content.JsonContentProperty
Creates a builder, initialized from the given template.
builder(JsonSpaceProperty) - Static method in class com.atlassian.confluence.api.model.content.JsonSpaceProperty
 
builder(PersonalSpaceDetailsForCreation) - Static method in class com.atlassian.confluence.api.model.content.PersonalSpaceDetailsForCreation
 
builder(Space) - Static method in class com.atlassian.confluence.api.model.content.Space
 
builder(ContentBlueprintSpec) - Static method in class com.atlassian.confluence.api.model.content.template.ContentBlueprintSpec
 
builder(Version) - Static method in class com.atlassian.confluence.api.model.content.Version
 
builder(LongTaskId) - Static method in class com.atlassian.confluence.api.model.longtasks.LongTaskStatus
 
builder(ContentRestriction) - Static method in class com.atlassian.confluence.api.model.permissions.ContentRestriction
 
builder(ValidationResult) - Static method in class com.atlassian.confluence.api.model.validation.SimpleMergeValidationResult
 
builder(ContentEntityObject) - Static method in class com.atlassian.confluence.impl.content.render.prefetch.event.AttachmentPrefetchEvent
 
builder(ContentEntityObject) - Static method in class com.atlassian.confluence.impl.content.render.prefetch.event.UserPrefetchEvent
 
builder(SpacePermissionContext) - Static method in class com.atlassian.confluence.internal.security.SpacePermissionContext
 
builder(MappingAnalyzerDescriptor) - Static method in class com.atlassian.confluence.plugins.index.api.LanguageAnalyzerDescriptor
Create a builder for language dependent analyzer with the given default analyzer.
builder(Link) - Static method in class com.atlassian.confluence.content.render.xhtml.model.links.DefaultLink
Creates a DefaultLinkBuilder using an existing link
builder(Long) - Static method in class com.atlassian.confluence.api.model.content.BlockedContent
 
builder(Long, String) - Static method in class com.atlassian.confluence.api.model.content.BlockedSpace
 
builder(String) - Static method in class com.atlassian.confluence.api.model.content.Label
 
builder(String) - Static method in class com.atlassian.confluence.plugins.index.api.mapping.BooleanFieldMapping
 
builder(String) - Static method in class com.atlassian.confluence.plugins.index.api.mapping.DateFieldMapping
 
builder(String) - Static method in class com.atlassian.confluence.plugins.index.api.mapping.DoubleFieldMapping
 
builder(String) - Static method in class com.atlassian.confluence.plugins.index.api.mapping.FloatFieldMapping
 
builder(String) - Static method in class com.atlassian.confluence.plugins.index.api.mapping.IntFieldMapping
 
builder(String) - Static method in class com.atlassian.confluence.plugins.index.api.mapping.LongFieldMapping
 
builder(String) - Static method in class com.atlassian.confluence.plugins.index.api.mapping.NestedStringFieldMapping
 
builder(String) - Static method in class com.atlassian.confluence.plugins.index.api.mapping.StringFieldMapping
 
builder(String) - Static method in class com.atlassian.confluence.plugins.index.api.mapping.TextFieldMapping
 
builder(String) - Static method in class com.atlassian.confluence.xhtml.api.MacroDefinition
The correct way to construct a new MacroDefinition.
builder(String, double) - Static method in class com.atlassian.confluence.search.v2.score.DecayParameters
 
builder(S, RelationDescriptor<S, T>, T) - Static method in class com.atlassian.confluence.api.model.relations.RelationInstance
 
builder(T) - Static method in class com.atlassian.confluence.api.model.search.SearchResult
 
Builder() - Constructor for class com.atlassian.confluence.api.model.audit.AffectedObject.Builder
Deprecated.
 
Builder() - Constructor for class com.atlassian.confluence.api.model.audit.AuditRecord.Builder
Deprecated.
 
Builder() - Constructor for class com.atlassian.confluence.api.model.audit.ChangedValue.Builder
Deprecated.
 
Builder() - Constructor for class com.atlassian.confluence.api.model.audit.RetentionPeriod.Builder
Deprecated.
 
Builder() - Constructor for class com.atlassian.confluence.api.model.backuprestore.FileInfo.Builder
 
Builder() - Constructor for class com.atlassian.confluence.api.model.backuprestore.JobStatistics.Builder
 
Builder() - Constructor for class com.atlassian.confluence.api.model.backuprestore.SiteBackupSettings.Builder
 
Builder() - Constructor for class com.atlassian.confluence.api.model.backuprestore.SiteRestoreSettings.Builder
 
Builder() - Constructor for class com.atlassian.confluence.api.model.backuprestore.SpaceBackupSettings.Builder
 
Builder() - Constructor for class com.atlassian.confluence.api.model.backuprestore.SpaceRestoreSettings.Builder
 
Builder() - Constructor for class com.atlassian.confluence.api.model.pagination.NavigablePageResponseImpl.Builder
 
Builder() - Constructor for class com.atlassian.confluence.api.model.pagination.PageResponseImpl.Builder
 
Builder() - Constructor for class com.atlassian.confluence.api.model.pagination.SpaceFilterAwarePageResponseImpl.Builder
 
Builder() - Constructor for class com.atlassian.confluence.api.model.people.KnownUser.Builder
 
Builder() - Constructor for class com.atlassian.confluence.api.model.retention.RemovalCount.Builder
 
Builder() - Constructor for class com.atlassian.confluence.api.model.retention.SpaceRetentionPolicy.Builder
 
Builder() - Constructor for class com.atlassian.confluence.api.model.validation.SimpleValidationResult.Builder
 
Builder() - Constructor for class com.atlassian.confluence.api.model.web.Icon.Builder
 
Builder() - Constructor for class com.atlassian.confluence.api.model.web.WebItemView.Builder
 
Builder() - Constructor for class com.atlassian.confluence.api.model.web.WebPanelView.Builder
 
Builder() - Constructor for class com.atlassian.confluence.api.model.web.WebSectionView.Builder
 
Builder() - Constructor for class com.atlassian.confluence.backuprestore.BackupRestoreJobsSearchFilter.Builder
 
Builder() - Constructor for class com.atlassian.confluence.core.DefaultDeleteContext.Builder
 
Builder() - Constructor for class com.atlassian.confluence.core.DefaultSaveContext.Builder
 
Builder() - Constructor for class com.atlassian.confluence.core.VersionHistorySummary.Builder
 
Builder() - Constructor for class com.atlassian.confluence.functest.rest.admin.model.PermissionChange.Builder
 
Builder() - Constructor for class com.atlassian.confluence.impl.content.render.prefetch.event.AttachmentPrefetchEvent.Builder
 
Builder() - Constructor for class com.atlassian.confluence.impl.content.render.prefetch.event.UserPrefetchEvent.Builder
 
Builder() - Constructor for class com.atlassian.confluence.impl.health.HealthCheckMessage.Builder
 
Builder() - Constructor for class com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReport.Builder
 
Builder() - Constructor for class com.atlassian.confluence.impl.retention.rules.CleanupSummary.Builder
 
Builder() - Constructor for class com.atlassian.confluence.impl.retention.rules.DeletedHistoricalVersion.Builder
 
Builder() - Constructor for class com.atlassian.confluence.impl.retention.rules.DeletedHistoricalVersionSummary.Builder
 
Builder() - Constructor for class com.atlassian.confluence.impl.util.sandbox.SandboxPoolConfiguration.Builder
 
Builder() - Constructor for class com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncPageResponse.Builder
 
Builder() - Constructor for class com.atlassian.confluence.internal.security.SpacePermissionContext.Builder
 
Builder() - Constructor for class com.atlassian.confluence.license.rest.model.LicenseDetailsModel.Builder
 
Builder() - Constructor for class com.atlassian.confluence.pages.CommentStatus.Builder
 
Builder() - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.copy.PageCopyOptions.Builder
 
Builder() - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.DefaultBulkOptions.Builder
 
Builder() - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.delete.PageDeleteOptions.Builder
 
Builder() - Constructor for class com.atlassian.confluence.plugins.edgeindex.EdgeQueryParameter.Builder
 
Builder() - Constructor for class com.atlassian.confluence.plugins.maintenance.model.Addon.Builder
 
Builder() - Constructor for class com.atlassian.confluence.plugins.maintenance.model.MaintenanceInfo.Builder
 
Builder() - Constructor for class com.atlassian.confluence.plugins.synchrony.api.OperationContext.Builder
 
Builder() - Constructor for class com.atlassian.confluence.plugins.synchrony.rest.CollaborativeEditingConfigResponse.Builder
 
Builder() - Constructor for class com.atlassian.confluence.rest.v2.api.model.RestError.Builder
 
Builder() - Constructor for class com.atlassian.confluence.rest.v2.api.model.RestList.Builder
 
Builder() - Constructor for class com.atlassian.confluence.rest.v2.api.model.validation.RestFieldValidationError.Builder
 
Builder() - Constructor for class com.atlassian.confluence.rest.v2.api.model.validation.RestValidationError.Builder
 
Builder() - Constructor for class com.atlassian.confluence.search.v2.ChangesSearch.Builder
 
Builder() - Constructor for class com.atlassian.confluence.search.v2.ContentSearch.Builder
 
Builder() - Constructor for class com.atlassian.confluence.search.v2.DefaultSearch.Builder
 
Builder() - Constructor for class com.atlassian.confluence.search.v2.query.BooleanQuery.Builder
 
Builder() - Constructor for class com.atlassian.confluence.search.v2.query.ContentPermissionsQuery.Builder
 
Builder() - Constructor for class com.atlassian.confluence.search.v2.query.DateRangeQuery.Builder
 
Builder() - Constructor for class com.atlassian.confluence.upgrade.upgradetask.splitindex.IndexInfo.Builder
 
Builder() - Constructor for class com.atlassian.confluence.user.extras.entities.UserEntity.Builder
 
Builder(R, RelationDescriptor<?, ?>) - Constructor for class com.atlassian.confluence.dmz.relations.query.RelationQuery.Builder
 
Builder(HibernateConfig) - Constructor for class com.atlassian.confluence.upgrade.dml.SelectWithOffsetLimitCommand.Builder
 
Builder(AuditRecord) - Constructor for class com.atlassian.confluence.api.model.audit.AuditRecord.Builder
Deprecated.
 
Builder(JobOperation, JobScope) - Constructor for class com.atlassian.confluence.backuprestore.BackupRestoreSettings.Builder
 
Builder(JobState) - Constructor for class com.atlassian.confluence.backuprestore.BackupRestoreJobsSearchFilter.Builder
 
Builder(ValidationResult) - Constructor for class com.atlassian.confluence.api.model.validation.SimpleMergeValidationResult.Builder
 
Builder(VersionHistorySummary) - Constructor for class com.atlassian.confluence.core.VersionHistorySummary.Builder
 
Builder(VersionHistorySummaryCollaborator) - Constructor for class com.atlassian.confluence.core.VersionHistorySummary.Builder
 
Builder(String) - Constructor for class com.atlassian.confluence.plugins.index.api.mapping.AbstractFieldMapping.Builder
 
Builder(String) - Constructor for class com.atlassian.confluence.plugins.index.api.mapping.BooleanFieldMapping.Builder
 
Builder(String) - Constructor for class com.atlassian.confluence.plugins.index.api.mapping.DateFieldMapping.Builder
 
Builder(String) - Constructor for class com.atlassian.confluence.plugins.index.api.mapping.DoubleFieldMapping.Builder
 
Builder(String) - Constructor for class com.atlassian.confluence.plugins.index.api.mapping.FloatFieldMapping.Builder
 
Builder(String) - Constructor for class com.atlassian.confluence.plugins.index.api.mapping.IntFieldMapping.Builder
 
Builder(String) - Constructor for class com.atlassian.confluence.plugins.index.api.mapping.LongFieldMapping.Builder
 
Builder(String) - Constructor for class com.atlassian.confluence.plugins.index.api.mapping.NestedStringFieldMapping.Builder
 
Builder(String) - Constructor for class com.atlassian.confluence.plugins.index.api.mapping.StringFieldMapping.Builder
 
Builder(String) - Constructor for class com.atlassian.confluence.plugins.index.api.mapping.TextFieldMapping.Builder
 
Builder(Collection<JobState>) - Constructor for class com.atlassian.confluence.backuprestore.BackupRestoreJobsSearchFilter.Builder
 
Builder(T) - Constructor for class com.atlassian.confluence.api.model.search.SearchResult.Builder
 
builderFrom(ContentEntityObject, ContentType, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.ContentFactory
Exposes the content builder that this factory uses to produce content objects, generally don't use this method, it exists as an interim measure whilst legacy drafts are being migrated to shared drafts and we need to be able to attach files to legacy drafts using the rest api.
BuilderUtils - Class in com.atlassian.confluence.api.model.reference
A wrapper around ImmutableList builder that produces immutable lists if elements are added to the builder or a collapsed list otherwise.
BuilderUtils() - Constructor for class com.atlassian.confluence.api.model.reference.BuilderUtils
 
buildEventName() - Method in class com.atlassian.confluence.macro.count.MacroCountEvent
 
buildExtensions(ContentConvertible, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.ContentExtensionsFactory
 
buildExtraAttribute(String) - Static method in interface com.atlassian.confluence.impl.audit.AuditHelper
Prepends AuditHelper.AUDIT_EXTRA_ATTRIBUTE_PREFIX to the key, helping to build auditing keys for extra attributes following the same naming convention
buildFilteredByMimeTypeAttachmentList(int, int, Set<String>) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntityList
 
buildFilteredByNiceTypeAttachmentList(int, int, Set<String>) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntityList
 
buildFor(Searchable) - Static method in class com.atlassian.confluence.internal.search.ChangeDocumentIndexPolicy
Defines the conditions which must be met before a change document will be constructed for the specified searchable.
buildFrom(long, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.SpaceFactory
 
buildFrom(Content, CustomContentEntityObject, Expansions) - Method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyFactory
Convert the given CustomContentEntityObject into a corresponding ContentProperty with the given container.
buildFrom(ContentSelector, Depth, Fauxpansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.ChildContentFactory
 
buildFrom(Space, CustomContentEntityObject, Expansions) - Method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyFactory
 
buildFrom(CustomContentEntityObject) - Method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyFactory
Convert the given CustomContentEntityObject into a corresponding ContentProperty with the given container.
buildFrom(ContentEntityObject, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.ContentFactory
 
buildFrom(ContentEntityObject, Expansions) - Method in class com.atlassian.confluence.ui.rest.builder.LegacyContentBuilder
Deprecated.
 
buildFrom(RelationEntity, Expansions) - Method in class com.atlassian.confluence.api.impl.service.relation.RelationInstanceFactory
 
buildFrom(RelatableEntity, String, RelatableEntity, Expansions) - Method in class com.atlassian.confluence.api.impl.service.relation.RelationInstanceFactory
 
buildFrom(Label, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.LabelFactory
 
buildFrom(PageTemplate, Expansions) - Method in interface com.atlassian.confluence.api.impl.service.content.factory.ContentTemplateFactory
Deprecated.
 
buildFrom(PageTemplate, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.DefaultContentTemplateFactory
Convert from db entity object into model object.
buildFrom(PageTemplate, Expansions) - Method in interface com.atlassian.confluence.pages.templates.ContentTemplateFactory
 
buildFrom(ContentPermissionSet, LimitedRequest, Expansions) - Method in class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionFactory
buildFrom(ContentPermissionSet, Expansions) - Method in class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionFactory
 
buildFrom(Space, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.SpaceFactory
 
buildFrom(Space, Expansions) - Method in class com.atlassian.confluence.ui.rest.builder.LegacySpaceSummaryBuilder
Deprecated.
 
buildFrom(ConfluenceUser, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.PersonFactory
 
buildFrom(Group, Expansions) - Method in class com.atlassian.confluence.api.impl.service.people.GroupFactory
 
buildFrom(I, Expansions) - Method in interface com.atlassian.confluence.api.model.ModelFactory
 
buildFrom(Iterable<? extends ContentEntityObject>, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.ContentFactory
 
buildFrom(Iterable<? extends I>, Expansions) - Method in interface com.atlassian.confluence.api.model.ModelFactory
 
buildFrom(String) - Static method in class com.atlassian.confluence.api.service.pagination.CursorFactory
Create cursor from string
buildFrom(String, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.SpaceFactory
 
buildFrom(String, ContentEntityObject) - Static method in class com.atlassian.confluence.impl.security.NeverPermittedContentPermissionSet
 
buildFrom(List<ConfluenceUser>, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.ContributorsFactory
 
buildFrom(S, Expansions) - Method in class com.atlassian.confluence.api.impl.service.relation.RelatableFactory
 
buildFromDelegate() - Method in class com.atlassian.confluence.api.model.reference.ModelMapBuilder
 
buildGlobalPermissionAdministrator() - Method in class com.atlassian.confluence.security.administrators.PermissionsAdministratorBuilder
Returns a global permissions administrator (for viewiing) and populates its fields.
buildGraphQLFieldArgumentsString(Map<String, Object>) - Static method in class com.atlassian.confluence.rest.client.graphql.GraphQLUtils
Get a string with graph-ql field arguments, suitable for use in a graph-ql query string.
buildGroupPermissionTable() - Method in class com.atlassian.confluence.impl.security.administrators.DefaultPermissionsAdministrator
 
buildGroupPermissionTable() - Method in interface com.atlassian.confluence.security.administrators.PermissionsAdministrator
Builds a map of permissions for each permitted group, for printing in the UI The key is the groupname and the values is a row of permissions.
buildHiddenParameterName(String) - Method in class com.atlassian.confluence.security.actions.PermissionRow
 
buildInExpressionString() - Method in class com.atlassian.confluence.impl.hibernate.query.InExpressionBuilder
If required, split up the IN/NOT-IN expression into smaller partitions which are within the IN clause limitations.
BuildInfoEntity - Class in com.atlassian.confluence.plugins.rest.jackson2.entities
 
BuildInfoEntity() - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.BuildInfoEntity
 
BuildInfoEntity(BuildInformation) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.BuildInfoEntity
 
BuildInfoEntity(String, Date, String, String, String) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.BuildInfoEntity
 
BuildInfoResource - Class in com.atlassian.confluence.plugins.rest.jackson2.resources
 
BuildInfoResource(UpgradeHistoryService) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.resources.BuildInfoResource
 
BuildInformation - Enum Class in com.atlassian.confluence.setup
Singleton which provides build and version information for the Confluence application.
buildInitialFactories() - Method in class com.atlassian.confluence.security.DistortedCaptchaEngine
 
buildInterceptor(InterceptorConfig, Map<String, String>) - Method in class com.atlassian.confluence.impl.struts.PluginAwareInterceptorFactory
 
buildInterceptorConfig(Element) - Method in class com.atlassian.confluence.impl.struts.PluginModuleXmlConfigurationProvider
 
buildJournalMessage(GroupMembershipsCreatedEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.GroupMembershipsCreatedEventCommand
 
buildJournalMessage(GroupMembershipsDeletedEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.GroupMembershipsDeletedEventCommand
 
buildJournalMessage(T) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.GroupMembershipsEventCommand
 
buildLinks(ContentConvertible) - Method in class com.atlassian.confluence.api.impl.service.content.factory.ContentExtensionsFactory
 
buildLoggingContext(ActionInvocation) - Method in class com.atlassian.confluence.util.LoggingContextInterceptor
 
buildMailServer() - Method in class com.atlassian.confluence.mail.ConfluenceMailServerBuilder
 
buildMartipart(String) - Method in class com.atlassian.confluence.mail.template.MultipartBuilder
Builds a Multipart by zipping the two most recent log files in the specified location.
buildMetadataForContentEntityObjects(Map<ContentEntityObject, Supplier<Content>>, Fauxpansions) - Method in interface com.atlassian.confluence.api.impl.service.content.factory.ContentMetadataFactory
Make common metadata for a set of ContentEntityObject objects.
buildMetadataForContentEntityObjects(Map<ContentEntityObject, Supplier<Content>>, Fauxpansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.DefaultContentMetadataFactory
 
buildNumber - Variable in class com.atlassian.confluence.upgrade.BuildNumber
 
buildNumber() - Method in record class com.atlassian.confluence.upgrade.UpgradeHistoryService.Upgrade
Returns the value of the buildNumber record component.
BuildNumber - Class in com.atlassian.confluence.upgrade
 
BuildNumber(Integer) - Constructor for class com.atlassian.confluence.upgrade.BuildNumber
Builds a build number.
BuildNumber(String) - Constructor for class com.atlassian.confluence.upgrade.BuildNumber
 
BuildNumberActivatedDarkFeatures - Class in com.atlassian.confluence.setup.settings
 
BuildNumberActivatedDarkFeatures(VersionHistoryDao) - Constructor for class com.atlassian.confluence.setup.settings.BuildNumberActivatedDarkFeatures
 
BuildNumberChecker - Class in com.atlassian.confluence.setup
A utility class which compares the various build numbers associated with a Confluence instance, and checks them for consistency.
BuildNumberChecker(boolean) - Constructor for class com.atlassian.confluence.setup.BuildNumberChecker
 
BuildNumberComparator - Class in com.atlassian.confluence.upgrade
 
BuildNumberComparator() - Constructor for class com.atlassian.confluence.upgrade.BuildNumberComparator
 
BuildNumberCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
Displays the web-item if the Confluence build number is between the minBuildNumber and maxBuildNumber parameter values.
BuildNumberCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.BuildNumberCondition
 
BuildNumberRangeChecker - Interface in com.atlassian.confluence.setup.settings
 
buildNumberRangeQuery(ContentPropertySchemaField, Range<Double>) - Method in class com.atlassian.confluence.plugins.contentproperty.search.query.ContentPropertySearchQueryFactory
 
BuildNumberUpgradeConstraint - Interface in com.atlassian.confluence.upgrade
Represents a build number related constraint to be tested against an UpgradeTask which decides whether the task should apply or not.
BuildNumberUrlReadingCondition - Class in com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions
Displays the web-resource if the Confluence build number is between the minBuildNumber and maxBuildNumber parameter values.
BuildNumberUrlReadingCondition(BootstrapManager, BuildNumberRangeChecker) - Constructor for class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.BuildNumberUrlReadingCondition
 
buildOrder(OrderDirection) - Method in class com.atlassian.confluence.plugins.contentproperty.search.fields.StringContentPropertyAliasFieldHandler
 
buildOrder(OrderDirection) - Method in class com.atlassian.confluence.plugins.contentproperty.search.fields.TextContentPropertyAliasFieldHandler
 
buildOutboundServer(String, String, String, boolean) - Method in class com.atlassian.confluence.mail.ConfluenceMailServerBuilder
 
buildParameterName(String, String) - Method in class com.atlassian.confluence.security.actions.PermissionRow
 
buildParameterName(String, String) - Method in class com.atlassian.confluence.security.administrators.DefaultPermissionsAdministrator.GroupPermissionRow
Deprecated.
 
buildParameterName(String, String) - Method in class com.atlassian.confluence.security.administrators.DefaultPermissionsAdministrator.UnlicensedPermissionRow
Deprecated.
 
buildParameterName(String, String) - Method in class com.atlassian.confluence.security.administrators.DefaultPermissionsAdministrator.UserPermissionRow
Deprecated.
 
buildPath() - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.AbstractNav
 
buildPath() - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.RelevantViewRestrictionsNavImpl
 
buildPath() - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.SpacePermissionNavImpl
 
buildPatternsList(String, String) - Static method in class com.atlassian.confluence.impl.struts.MultipartUploadConfigurator
 
buildPermissionsFromWebForm(Space, Map<String, ?>, String) - Method in class com.atlassian.confluence.impl.security.administrators.AbstractEditPermissionsAdministrator
Private implementation that doesn't check to ensure space key is null
buildPermissionsFromWebForm(Map, String) - Method in class com.atlassian.confluence.impl.security.administrators.EditGlobalPermissionsAdministrator
Given a map containing the web form parameters from a permissions edit, return the list of global permissions that are represented by the form
buildPermissionsFromWebForm(Map, String) - Method in class com.atlassian.confluence.impl.security.administrators.EditSpacePermissionsAdministrator
 
buildPermissionsFromWebForm(Map, String) - Method in interface com.atlassian.confluence.security.administrators.EditPermissionsAdministrator
Given a map containing the web form parameters from a permissions edit, return the list of global permissions that are represented by the form
buildQuery(ExportableEntityInfo, Set<Class<?>>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.SingleDependencyGenericExporter
 
buildQuery(String, String, Map<String, Object>) - Static method in class com.atlassian.confluence.rest.client.graphql.GraphQLUtils
Build a GraphQL query string from a field name, query arguments and query body fragment.
buildRecentUpdateSearch(RecentUpdateQueryParameters, int, int) - Method in class com.atlassian.confluence.search.service.DefaultPredefinedSearchBuilder
 
buildRecentUpdateSearch(RecentUpdateQueryParameters, int, int) - Method in interface com.atlassian.confluence.search.service.PredefinedSearchBuilder
Create a recent update search.
buildRedirect(String) - Method in class com.atlassian.confluence.admin.actions.mail.CreateMailServerAction
 
buildRedirect(String) - Method in class com.atlassian.confluence.admin.actions.mail.EditMailServerAction
 
buildRedirect(String) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction
 
buildRef(ContentEntityObject, Fauxpansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.ContentFactory
 
buildRef(ContentEntityObject, Fauxpansions, ContentFactory) - Method in class com.atlassian.confluence.api.impl.service.content.factory.VersionFactory
 
buildRef(ContentEntityObject, Reference<Content>, List<ConfluenceUser>, Fauxpansions, ContentFactory) - Method in class com.atlassian.confluence.api.impl.service.content.factory.HistoryFactory
 
buildReference(int) - Static method in class com.atlassian.confluence.api.model.content.Version
 
buildReference(ContentSelector) - Static method in class com.atlassian.confluence.api.model.content.Content
 
buildReference(JsonContentPropertyId) - Static method in class com.atlassian.confluence.api.model.content.JsonContentProperty
Creates a collapsed reference to a JsonContentProperty with the given id, or an empty reference, if none was given.
buildReference(ContentId) - Static method in class com.atlassian.confluence.api.model.content.Content
Deprecated.
buildReference(Reference<Content>) - Static method in class com.atlassian.confluence.api.model.content.History
 
buildReference(Reference<Content>, int) - Static method in class com.atlassian.confluence.api.model.content.Version
Deprecated.
buildReference(Navigation.Builder) - Static method in class com.atlassian.confluence.api.model.permissions.RelevantViewRestrictions
 
buildReference(String) - Static method in class com.atlassian.confluence.api.model.content.Space
builds a collapsed reference to the space with the given spaceKey
buildReferences(Iterable<ContentEntityObject>, Fauxpansions, ContentFactory) - Method in class com.atlassian.confluence.api.impl.service.content.factory.HistoryFactory
 
buildRelative() - Method in interface com.atlassian.confluence.api.nav.Navigation.Builder
build a relative URL without webapp context, i.e.
buildRelative() - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.AbstractNav
 
buildRelativeWithContext() - Method in interface com.atlassian.confluence.api.nav.Navigation.Builder
build a relative URL with webapp context, i.e.
buildRelativeWithContext() - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.AbstractNav
 
buildRequestString(String) - Static method in class com.atlassian.confluence.rest.client.graphql.GraphQLUtils
Build a request string for a graph-ql REST API request.
buildRequestString(String, String, Map<String, Object>) - Static method in class com.atlassian.confluence.rest.client.graphql.GraphQLUtils
Build a request string for a graph-ql REST API request.
buildResource(String, String, long) - Method in class com.atlassian.confluence.impl.audit.listener.AbstractAuditListener
 
buildResource(String, String, String) - Method in class com.atlassian.confluence.impl.audit.listener.AbstractAuditListener
 
buildResourceWithoutId(String, String) - Method in class com.atlassian.confluence.impl.audit.listener.AbstractAuditListener
 
buildRestEntityFrom(ContentEntityObject, Expansions) - Method in class com.atlassian.confluence.api.impl.DefaultApiRestEntityFactory
 
buildRestEntityFrom(ContentEntityObject, Expansions) - Method in interface com.atlassian.confluence.core.ApiRestEntityFactory
Build a REST API entity from a ContentEntityObject.
buildRestEntityFrom(Space, Expansions) - Method in class com.atlassian.confluence.api.impl.DefaultApiRestEntityFactory
 
buildRestEntityFrom(Space, Expansions) - Method in interface com.atlassian.confluence.core.ApiRestEntityFactory
Build a REST API entity from a hibernate Space object.
buildRestEntityFromContent(Iterable<? extends ContentEntityObject>, Expansions) - Method in class com.atlassian.confluence.api.impl.DefaultApiRestEntityFactory
 
buildRestEntityFromContent(Iterable<? extends ContentEntityObject>, Expansions) - Method in interface com.atlassian.confluence.core.ApiRestEntityFactory
Build a list of REST API entity objects from ContentEntityObject objects.
buildRestEntityFromSpaces(Iterable<Space>, Expansions) - Method in class com.atlassian.confluence.api.impl.DefaultApiRestEntityFactory
 
buildRestEntityFromSpaces(Iterable<Space>, Expansions) - Method in interface com.atlassian.confluence.core.ApiRestEntityFactory
Build a list of REST API entity objects from hibernate Space objects.
buildResult(ResultConfig, Map<String, Object>) - Method in class com.atlassian.confluence.impl.struts.PluginAwareResultFactory
 
buildResultConfig(String, ResultTypeConfig, Location, Map<String, String>) - Method in class com.atlassian.confluence.impl.struts.PluginModuleXmlConfigurationProvider
 
buildResultTypeConfig(Element, Location, String) - Method in class com.atlassian.confluence.impl.struts.PluginModuleXmlConfigurationProvider
 
buildServiceDisabledEvent(DenormalisedServiceStateRecord.ServiceType, Long) - Static method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.DenormalisedPermissionChangeStateAnalyticsEvent
An analytic event which is sent when service state is changed to DenormalisedPermissionServiceState.DISABLED
buildServiceReadyEvent(DenormalisedServiceStateRecord.ServiceType, Long, Integer) - Static method in class com.atlassian.confluence.security.denormalisedpermissions.impl.analytics.DenormalisedPermissionChangeStateAnalyticsEvent
An analytic event which is sent when service state is changed to DenormalisedPermissionServiceState.SERVICE_READY
buildSiteSearch(SearchQueryParameters, int, int) - Method in class com.atlassian.confluence.search.service.DefaultPredefinedSearchBuilder
If no query parameters are provided, the default site search will query all content, and filter for non-archived and permissible content.
buildSiteSearch(SearchQueryParameters, int, int) - Method in interface com.atlassian.confluence.search.service.PredefinedSearchBuilder
Create and return the Search used to perform a site wide search in Confluence.
buildSpacePermissionAdministrator(Space) - Method in class com.atlassian.confluence.security.administrators.PermissionsAdministratorBuilder
Returns a space permissions administrator (for viewiing) and populates its fields.
buildSpacePropertyFrom(CustomContentEntityObject, Expansions) - Method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyFactory
Convert the given CustomContentEntityObject into a corresponding SpaceProperty.
buildSpacePropertyFromFunction(Space, Expansions) - Method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyFactory
 
buildStatus(LongTaskId, LongRunningTask) - Static method in class com.atlassian.confluence.api.impl.service.longtasks.LongTaskFactory
 
buildStringEqualityQuery(ContentPropertySchemaField, String...) - Method in class com.atlassian.confluence.plugins.contentproperty.search.query.ContentPropertySearchQueryFactory
Build a generic string equality query.
buildSubmission(LongTaskId) - Method in class com.atlassian.confluence.api.impl.service.longtasks.LongTaskFactory
Used to build submission objects for tasks that have no result.
buildSubmission(LongTaskId, Navigation.Builder) - Method in class com.atlassian.confluence.api.impl.service.longtasks.LongTaskFactory
 
buildSummaryTextKey(String) - Static method in interface com.atlassian.confluence.impl.audit.AuditHelper
Prepends AuditHelper.AUDIT_SUMMARY_PREFIX to the key, helping to build auditing keys for summaries following the same naming convention
buildTextKey(String) - Static method in interface com.atlassian.confluence.impl.audit.AuditHelper
Prepends AuditHelper.AUDIT_I18N_PREFIX to the key, helping to build auditing keys following the same naming convention
buildTextQuery(ContentPropertySchemaField, String) - Method in class com.atlassian.confluence.plugins.contentproperty.search.query.ContentPropertySearchQueryFactory
 
buildType(String, Type, AnnotatedElement, GraphQLTypeBuilderContext) - Method in class com.atlassian.confluence.plugins.graphql.types.ContainerTypeBuilder
 
buildType(String, Type, AnnotatedElement, GraphQLTypeBuilderContext) - Method in class com.atlassian.confluence.plugins.graphql.types.ContentMetadataTypeBuilder
 
buildType(String, Type, AnnotatedElement, GraphQLTypeBuilderContext) - Method in class com.atlassian.confluence.plugins.graphql.types.EnumKeyMapTypeBuilder
 
buildType(String, Type, AnnotatedElement, GraphQLTypeBuilderContext) - Method in class com.atlassian.confluence.plugins.graphql.types.JavaTimeTypeBuilder
 
buildType(String, Type, AnnotatedElement, GraphQLTypeBuilderContext) - Method in class com.atlassian.confluence.plugins.graphql.types.JsonStringTypeBuilder
 
buildType(String, Type, AnnotatedElement, GraphQLTypeBuilderContext) - Method in class com.atlassian.confluence.plugins.graphql.types.PageResponseTypeBuilder
 
buildType(String, Type, AnnotatedElement, GraphQLTypeBuilderContext) - Method in class com.atlassian.confluence.plugins.graphql.types.ReferenceTypeBuilder
 
buildType(String, Type, AnnotatedElement, GraphQLTypeBuilderContext) - Method in class com.atlassian.confluence.plugins.graphql.types.SpaceMetadataTypeBuilder
 
buildType(String, Type, AnnotatedElement, GraphQLTypeBuilderContext) - Method in class com.atlassian.confluence.plugins.graphql.types.UserTypeBuilder
 
buildUnlicensedAuthenticatedPermissionRow() - Method in class com.atlassian.confluence.impl.security.administrators.DefaultPermissionsAdministrator
 
buildUnlicensedAuthenticatedPermissionRow() - Method in interface com.atlassian.confluence.security.administrators.PermissionsAdministrator
Builds the permissions for all authenticated users, for printing in the UI.
buildUserPermissionTable() - Method in class com.atlassian.confluence.impl.security.administrators.DefaultPermissionsAdministrator
 
buildUserPermissionTable() - Method in interface com.atlassian.confluence.security.administrators.PermissionsAdministrator
Builds a map of permissions for each permitted user, for printing in the UI The key is the username and the values is a row of permissions.
buildUsersSearch(UserSearchQueryParameters, int, int) - Method in class com.atlassian.confluence.search.service.DefaultPredefinedSearchBuilder
 
buildUsersSearch(UserSearchQueryParameters, int, int) - Method in interface com.atlassian.confluence.search.service.PredefinedSearchBuilder
Create and return the ISearch used to find users know to the system based on parts of their name or user name.
buildUsersSearch(String, int) - Method in class com.atlassian.confluence.search.service.DefaultPredefinedSearchBuilder
 
buildUsersSearch(String, int) - Method in interface com.atlassian.confluence.search.service.PredefinedSearchBuilder
Create and return the ISearch used to find users know to the system based on parts of their name or user name.
buildWarnings(Iterable<? extends TableSchemaComparison>) - Static method in class com.atlassian.confluence.core.persistence.schema.util.SchemaComparisonWarningFactory
 
BUILT_IN - Static variable in class com.atlassian.confluence.api.model.content.ContentStatus
 
BUILT_IN - Static variable in class com.atlassian.confluence.api.model.content.ContentType
 
BUILT_IN - Static variable in class com.atlassian.confluence.api.model.content.webresource.ResourceType
 
BUILT_IN - Static variable in class com.atlassian.confluence.api.model.link.LinkType
 
BUILT_IN - Static variable in class com.atlassian.confluence.api.model.permissions.InheritedRestrictionType
 
BUILT_IN - Static variable in class com.atlassian.confluence.api.model.permissions.OperationKey
 
BUILT_IN - Static variable in class com.atlassian.confluence.api.model.permissions.TargetType
 
BUILT_IN - Static variable in class com.atlassian.confluence.api.model.search.SearchOptions.Excerpt
 
BULK_EXTRACTOR_CLASSES - Static variable in interface com.atlassian.confluence.plugins.index.api.ExtractorContext
 
BULK_OPERATION - Enum constant in enum class com.atlassian.confluence.pages.PageDeleteTrigger
 
BULK_OPERATION - Static variable in class com.atlassian.confluence.core.DefaultDeleteContext
 
BULK_OPERATION - Static variable in class com.atlassian.confluence.core.DefaultSaveContext
 
BULK_RETRY_NAME - Static variable in class com.atlassian.confluence.plugins.opensearch.bulk.SimpleBulkOperationBuffer
 
BulkAction<CONTEXT,TARGET> - Interface in com.atlassian.confluence.impl.hibernate.bulk
This will handle the logic of bulk action
BulkAction.Result<CONTEXT,TARGET> - Class in com.atlassian.confluence.impl.hibernate.bulk
 
BulkActionReportAware - Interface in com.atlassian.confluence.impl.hibernate.bulk
Interface to receive report from BulkAction
BulkAttachmentDelete - Interface in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete
Interface define bulk attachment delete action
BulkAttachmentDeleteAction() - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.DefaultBulkAttachmentDelete.BulkAttachmentDeleteAction
 
BulkAttachmentDeleteContext - Class in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete
Context to be passed around during bulk attachment delete
BulkAttachmentDeleteContext() - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.BulkAttachmentDeleteContext
 
BulkDeleteAttachmentsDarkFeature - Class in com.atlassian.confluence.api.impl.service.content
 
BulkExecutionContext - Interface in com.atlassian.confluence.impl.hibernate.bulk
This context will be passed through every process
BulkExtractor<T> - Interface in com.atlassian.confluence.search.v2.extractor
Provides operations that allow bulk extraction of multiple entities at once, as an alternative to the Extractor2 interface.
BulkExtractorModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
A module descriptor that allows plugin to add an BulkExtractor into indexing pipeline.
BulkExtractorModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.BulkExtractorModuleDescriptor
 
BulkExtractorProvider - Interface in com.atlassian.confluence.internal.search.extractor2
Provides a means to locate BulkExtractors.
bulkFetchPersonalInformation(Collection<UserKey>) - Method in interface com.atlassian.confluence.impl.content.render.prefetch.PersonalInformationBulkDao
Bulk-fetch the PersonalInformation entities for the given collection of UserKeys.
bulkFetchPersonalInformation(Collection<UserKey>) - Method in class com.atlassian.confluence.impl.user.persistence.dao.ReadThroughCachingPersonalInformationDao
 
bulkFetchPersonalInformation(Collection<UserKey>) - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.HibernatePersonalInformationDao
Bulk-fetches all PersonalInformation entities for the given UserKeys.
BulkIdGenerator - Interface in com.atlassian.confluence.impl.hibernate
Supports generation of ids in batches.
BulkOperationBuffer - Interface in com.atlassian.confluence.plugins.opensearch.bulk
Collects OpenSearch operations in memory before being sent to OpenSearch bulk API.
BulkPageCopy - Interface in com.atlassian.confluence.pages.persistence.dao.bulk.copy
 
BulkPageCopyExecutionContext - Class in com.atlassian.confluence.pages.persistence.dao.bulk.copy
Concrete context specific for copy pages
BulkPageCopyExecutionContext(BulkPageCopyExecutionContext, Page) - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.copy.BulkPageCopyExecutionContext
 
BulkPageCopyExecutionContext(SubProgressMeter, Page) - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.copy.BulkPageCopyExecutionContext
 
BulkPageDelete - Interface in com.atlassian.confluence.pages.persistence.dao.bulk.delete
 
BulkPageDeleteExecutionContext - Class in com.atlassian.confluence.pages.persistence.dao.bulk.delete
 
BulkPageDeleteExecutionContext(ProgressMeter, ConfluenceUser, Page) - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.delete.BulkPageDeleteExecutionContext
 
BulkPermissionService - Interface in com.atlassian.confluence.security.denormalisedpermissions
Bulk permission service allows to check permissions in batches quickly and efficiently.
BulkSimpleMessage - Class in com.atlassian.confluence.impl.hibernate.bulk
 
BulkSimpleMessage.BulkSimpleMessageBuilder - Class in com.atlassian.confluence.impl.hibernate.bulk
 
BulkSimpleMessageTypes - Enum Class in com.atlassian.confluence.impl.hibernate.bulk
 
BulkStatusReport - Class in com.atlassian.confluence.impl.hibernate.bulk
 
BulkStatusReport() - Constructor for class com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReport
 
BulkStatusReport(String, SimpleMessage, List<BulkSimpleMessage>) - Constructor for class com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReport
 
BulkStatusReport.Builder - Class in com.atlassian.confluence.impl.hibernate.bulk
 
BulkStatusReportEnum - Enum Class in com.atlassian.confluence.impl.hibernate.bulk
 
BulkTransaction - Interface in com.atlassian.confluence.impl.hibernate.bulk
 
BUNDLED_PLUGINS_DIR - Static variable in class com.atlassian.confluence.util.ConfluenceHomeGlobalConstants
 
BUNDLED_PLUGINS_LANGUAGE_DIR - Static variable in class com.atlassian.confluence.util.ConfluenceHomeGlobalConstants
 
BundledPluginLoaderFactory - Class in com.atlassian.confluence.plugin
 
BundledPluginLoaderFactory(PluginDirectoryProvider, List<PluginFactory>, PluginEventManager) - Constructor for class com.atlassian.confluence.plugin.BundledPluginLoaderFactory
 
BundledPluginLoaderFactory(String, PluginDirectoryProvider, List<PluginFactory>, PluginEventManager) - Constructor for class com.atlassian.confluence.plugin.BundledPluginLoaderFactory
 
BUTTON_VALUE_LIST - Static variable in class com.atlassian.confluence.util.LayoutHelper
 
by(Person) - Method in class com.atlassian.confluence.api.model.content.Version.VersionBuilder
 
BY - Static variable in class com.atlassian.confluence.api.model.content.Version.Expansions
 
BY_ID - Enum constant in enum class com.atlassian.confluence.plugins.edgeindex.model.EdgeType.DeletionMode
 
BY_OPERATION_SUBPATH - Static variable in interface com.atlassian.confluence.api.nav.Navigation.ContentRestrictionByOperationNav
 
BY_TARGET_ID - Enum constant in enum class com.atlassian.confluence.plugins.edgeindex.model.EdgeType.DeletionMode
 
BY_TARGET_ID_AND_USER - Enum constant in enum class com.atlassian.confluence.plugins.edgeindex.model.EdgeType.DeletionMode
 
byOperation(ContentId, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentRestrictionResource
 
byOwner(String) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJobsSearchFilter.Builder
 
bypassFilters() - Method in class com.atlassian.confluence.plugin.servlet.filter.ServletFilterModuleContainerFilter
Here we will always return false, as we want auth plugin filters to be executed no matter if there are johnson events on the stack or not.
byPassOutboundWhitelist(String, String) - Static method in class com.atlassian.confluence.api.impl.sal.util.OutboundWhiteListBypassUtil
 
byPassOutboundWhitelist(String, String) - Static method in class com.atlassian.sal.confluence.net.util.OutboundWhiteListBypassUtil
 
bySpaceKey(String) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJobsSearchFilter.Builder
 
bySpaceKeyAndTitle(String, String) - Method in class com.atlassian.confluence.api.model.locator.ContentLocatorBuilder.PageLocatorBuilder
 
bySpaceKeyAndTitle(String, String) - Method in class com.atlassian.confluence.legacyapi.model.content.locator.ContentLocatorBuilder.PageLocatorBuilder
Deprecated.
 
bySpaceKeyTitleAndPostingDay(String, String, LocalDate) - Method in class com.atlassian.confluence.api.model.locator.ContentLocatorBuilder.BlogLocatorBuilder
 
bySpaceKeyTitleAndPostingDay(String, String, LocalDate) - Method in class com.atlassian.confluence.legacyapi.model.content.locator.ContentLocatorBuilder.BlogLocatorBuilder
Deprecated.
 
bytes() - Method in class com.atlassian.confluence.status.service.systeminfo.MemoryInfo.Bytes
 
Bytes(long) - Constructor for class com.atlassian.confluence.status.service.systeminfo.MemoryInfo.Bytes
 
BYTES_PER_MB - Static variable in class com.atlassian.integrationtest.utils.ItStateManager
 
bytesToHumanReadable(long) - Static method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexFileHelper
Formats bytes in a human readable form, rounds up and tries not to give too many decimals if size is above 100 E.g., 1000 becomes 1000 bytes, 1024 becomes 1 KB, 982.12 MB becomes 983 MB etc.
bytesValue() - Method in class com.atlassian.confluence.plugins.index.api.DocValuesFieldDescriptor
Deprecated.
 
bytesValue() - Method in class com.atlassian.confluence.plugins.index.api.SortedDocValuesFieldDescriptor
Deprecated.
 

C

cache() - Method in interface com.atlassian.confluence.audit.StandardAuditResourceTypes
 
cache() - Method in class com.atlassian.confluence.impl.audit.EnglishAuditResourceTypes
 
CACHE_KEY - Static variable in class com.atlassian.confluence.rpc.auth.TokenAuthenticationManager
 
CACHE_KEY - Static variable in class com.atlassian.confluence.spaces.persistence.dao.hibernate.HibernateSpaceDao
Deprecated.
since 5.10
CACHE_MAX_ENTRIES_LOCAL_HEAP_CONFIG_KEY_PREFIX - Static variable in class com.atlassian.confluence.cache.ehcache.EhCacheConfigManager
 
CACHE_MISSES - Enum constant in enum class com.atlassian.confluence.cache.CacheStatisticsCapability
 
CACHEABLE - Enum constant in enum class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao.Cacheability
Deprecated.
since 5.8 - Hibernate query caching isn't cluster-friendly and should be avoided
CacheableDirectoryInstanceLoader - Class in com.atlassian.confluence.impl.crowd.directory
Caches the underlying remote directory base by id.
CacheableDirectoryInstanceLoader(DelegatingDirectoryInstanceLoader, EventListenerRegistrar, CacheFactory) - Constructor for class com.atlassian.confluence.impl.crowd.directory.CacheableDirectoryInstanceLoader
 
CacheBackedCaptchaStore - Class in com.atlassian.confluence.impl.security.login
An implementation of CaptchaStore that stores captchas in Confluence's cache.
CacheBackedCaptchaStore(CacheFactory) - Constructor for class com.atlassian.confluence.impl.security.login.CacheBackedCaptchaStore
 
cacheBackedNotificationDao(CacheManager) - Method in class com.atlassian.confluence.plugins.like.spring.SpringConfiguration
 
CacheBackedNotificationDao - Class in com.atlassian.confluence.plugins.like.notifications.dao
Employs a cache to provide temporary caching of notifications.
CacheBackedNotificationDao(CacheManager) - Constructor for class com.atlassian.confluence.plugins.like.notifications.dao.CacheBackedNotificationDao
 
cacheCanUseConfluence(User, boolean) - Static method in class com.atlassian.confluence.internal.security.ThreadLocalPermissionsCacheInternal
Deprecated.
since 5.9: only here to support legacy
invalid reference
com.atlassian.confluence.security.ThreadLocalPermissionsCache#canUseConfluence(User)
.
CacheCompactionEvent(String, long, int) - Constructor for class com.atlassian.confluence.cache.nutcluster.NutclusterCacheCompactor.CacheCompactionEvent
 
CacheCompactor - Interface in com.atlassian.confluence.cache
Interface indicting a class can 'compact' caches.
CacheCompactorSupport - Class in com.atlassian.confluence.impl.cache
A partial implementation of CacheCompactor.
CacheCompactorSupport() - Constructor for class com.atlassian.confluence.impl.cache.CacheCompactorSupport
 
CacheConfigManager - Interface in com.atlassian.confluence.cache
Manages cache configuration changes (such as max cache size).
CachedCrowdApplicationDao - Class in com.atlassian.confluence.impl.user.crowd
Caches the most frequently-used method on this interface: CachedCrowdApplicationDao.findByName(java.lang.String).
CachedCrowdApplicationDao() - Constructor for class com.atlassian.confluence.impl.user.crowd.CachedCrowdApplicationDao
 
CachedCrowdEntityCacheKey - Class in com.atlassian.confluence.impl.user.crowd
A composite key between an entity name and a directory Id.
CachedCrowdEntityCacheKey(long, String) - Constructor for class com.atlassian.confluence.impl.user.crowd.CachedCrowdEntityCacheKey
 
CachedCrowdEntityCacheKey(Group) - Constructor for class com.atlassian.confluence.impl.user.crowd.CachedCrowdEntityCacheKey
 
CachedCrowdEntityCacheKey(User) - Constructor for class com.atlassian.confluence.impl.user.crowd.CachedCrowdEntityCacheKey
 
CachedCrowdGroupDao - Class in com.atlassian.confluence.impl.user.crowd
A caching decorator for an InternalUserDao.
CachedCrowdGroupDao(InternalGroupDao<InternalGroup>, TransactionAwareCacheFactory, EventPublisher) - Constructor for class com.atlassian.confluence.impl.user.crowd.CachedCrowdGroupDao
 
CachedCrowdInternalDirectoryGroup - Class in com.atlassian.confluence.impl.user.crowd
Immutable group for caching
CachedCrowdInternalDirectoryGroup(InternalDirectoryGroup) - Constructor for class com.atlassian.confluence.impl.user.crowd.CachedCrowdInternalDirectoryGroup
 
CachedCrowdInternalMembershipDao - Class in com.atlassian.confluence.impl.user.crowd
Removes cached membership information as required by the bulk operations on the InternalMembershipDao interface.
CachedCrowdInternalMembershipDao(InternalMembershipDao, MembershipCache, GroupMembershipCache, GroupMembershipCache) - Constructor for class com.atlassian.confluence.impl.user.crowd.CachedCrowdInternalMembershipDao
 
CachedCrowdMembershipCacheKey - Class in com.atlassian.confluence.impl.user.crowd
 
CachedCrowdMembershipDao - Class in com.atlassian.confluence.impl.user.crowd
Caches membership information.
CachedCrowdMembershipDao(MembershipDao, MembershipCache, GroupMembershipCache, GroupMembershipCache) - Constructor for class com.atlassian.confluence.impl.user.crowd.CachedCrowdMembershipDao
 
CachedCrowdUser - Class in com.atlassian.confluence.impl.user.crowd
Immutable Timestamped user for caching
CachedCrowdUser(TimestampedUser) - Constructor for class com.atlassian.confluence.impl.user.crowd.CachedCrowdUser
 
CachedCrowdUserDao - Class in com.atlassian.confluence.impl.user.crowd
A caching decorator for an InternalUserDao.
CachedCrowdUserDao(InternalUserDao<InternalUser>, TransactionAwareCacheFactory, CacheFactory, EventPublisher) - Constructor for class com.atlassian.confluence.impl.user.crowd.CachedCrowdUserDao
 
cachedCustomLogoPresent - Variable in class com.atlassian.confluence.plugins.lookandfeel.AttachmentSiteLogoManager
 
CachedIntrospectionResultsFlusher - Class in com.atlassian.confluence.impl.spring
This class clears all cached introspection results after plugin framework has been started.
CachedIntrospectionResultsFlusher(EventListenerRegistrar) - Constructor for class com.atlassian.confluence.impl.spring.CachedIntrospectionResultsFlusher
 
CachedOption<T> - Class in com.atlassian.confluence.impl.user.crowd
Container for caching crowd entities with the option to cache the entity or a representation that entity does not exist.
CachedOption(CachedOption.Availability) - Constructor for class com.atlassian.confluence.impl.user.crowd.CachedOption
 
CachedOption(CachedOption.Availability, T) - Constructor for class com.atlassian.confluence.impl.user.crowd.CachedOption
 
CachedRewriteMatch - Class in com.atlassian.confluence.impl.webapp.urlrewrite
 
CachedRewriteMatch(String, String, String) - Constructor for class com.atlassian.confluence.impl.webapp.urlrewrite.CachedRewriteMatch
 
CachedScheduledJobDao - Class in com.atlassian.confluence.schedule.persistence.dao
Provides an implementation for storing data used by the ScheduledJobManager.
CachedScheduledJobDao(CacheFactory, BandanaManagerInternal) - Constructor for class com.atlassian.confluence.schedule.persistence.dao.CachedScheduledJobDao
 
CachedSpaceFilteringManager - Class in com.atlassian.confluence.impl.incrementalsync
Before version 9.2.8 this class name was CachedSpaceExclusionManager
CachedSpaceFilteringManager(SpaceFilteringManager, CacheFactory) - Constructor for class com.atlassian.confluence.impl.incrementalsync.CachedSpaceFilteringManager
 
cacheFlusher(CacheManager) - Static method in interface com.atlassian.confluence.impl.cache.CacheFlusher
Deprecated.
since 5.10
CacheFlusher - Interface in com.atlassian.confluence.impl.cache
Provides operations for flushing (i.e.
CacheFlushingPostImportTask - Class in com.atlassian.confluence.importexport
Deprecated.
since 7.17.0. Will be moved to 'impl' package in the future.
CacheFlushingPostImportTask(SpacePermissionManager, EventPublisher) - Constructor for class com.atlassian.confluence.importexport.CacheFlushingPostImportTask
Deprecated.
 
cacheHasProfilePicture(User, ProfilePictureInfo) - Static method in class com.atlassian.confluence.user.ThreadLocalProfilePictureCache
 
cacheInvalidationOutOfSequence(ManagedCache) - Method in interface com.atlassian.cache.nutcluster.asyncinvalidation.Observability
Called when a cache invalidation is detected out-of-sequence and causes a cache to be flushed.
CacheInvalidationOutOfSequenceEvent(String) - Constructor for class com.atlassian.confluence.cache.nutcluster.AsyncInvalidationCacheFactory.CacheInvalidationOutOfSequenceEvent
 
CacheInvalidator<K> - Interface in com.atlassian.cache.nutcluster.asyncinvalidation
Repreents operations for invalidating some or all entries in a cache.
CacheInvalidatorFactory - Class in com.atlassian.cache.nutcluster.asyncinvalidation
Responsible for creating CacheInvalidators for a given Cache, as well managing the sequence snapshot process.
cacheKey(ContentEntityObject, String) - Static method in class com.atlassian.confluence.impl.content.DefaultContentPropertyManager
 
cacheKey(UserKey, String) - Static method in class com.atlassian.confluence.impl.user.preferences.dao.CachingUserPreferencesDao
 
cacheManager - Variable in class com.atlassian.confluence.plugins.synchrony.tasks.AbstractConfigLongRunningTask
 
cacheManager() - Method in class com.atlassian.confluence.plugins.like.spring.SpringConfiguration
 
CacheManagerTemplate - Class in com.atlassian.confluence.impl.cache
A partial implementation of CacheManager, which tries to smooth over the implementation horror show that is AbstractCacheManager, by taking care of the lifecycle concerns of weakly-referenced ManagedCache instances.
CacheManagerTemplate(CacheSettingsDefaultsProvider, CacheManagerMetricEmitter) - Constructor for class com.atlassian.confluence.impl.cache.CacheManagerTemplate
 
CacheMode - Enum Class in com.atlassian.confluence.core.persistence.hibernate
Controls how a session on the current thread interacts with the second-level cache and query cache.
CacheMonitoringUtils - Class in com.atlassian.confluence.cache
Return noop splits if cache monitoring disabled.
CacheMonitoringUtils() - Constructor for class com.atlassian.confluence.cache.CacheMonitoringUtils
 
CacheOperationsWhitelistService - Interface in com.atlassian.confluence.impl.cache.whitelist
 
cachePermissionExemption(User, boolean) - Static method in class com.atlassian.confluence.internal.security.ThreadLocalPermissionsCacheInternal
 
CacheReplicator<K,V> - Interface in com.atlassian.cache.nutcluster.asyncinvalidation
 
CacheResource - Class in com.atlassian.confluence.functest.rest.admin
Interacts with the CacheManager.
CacheResource(CacheManager, CacheConfigManager) - Constructor for class com.atlassian.confluence.functest.rest.admin.CacheResource
 
CacheSequenceSnapshotInconsistentEvent(String) - Constructor for class com.atlassian.confluence.cache.nutcluster.AsyncInvalidationCacheFactory.CacheSequenceSnapshotInconsistentEvent
 
CacheSettingsManager - Interface in com.atlassian.confluence.cache
A manager for cache settings, provides operations for retrieving, runtime update and saving settings to persistent storage.
CacheSettingsManagerFactory - Class in com.atlassian.confluence.impl.cache.config
A factory for CacheSettingsManager objects.
CacheSettingsManagerFactory(FileStore.Path, ClusterLockService) - Constructor for class com.atlassian.confluence.impl.cache.config.CacheSettingsManagerFactory
 
cacheSpacePermission(User, String, Space, boolean) - Static method in class com.atlassian.confluence.internal.security.ThreadLocalPermissionsCacheInternal
 
CacheStatisticsCapability - Enum Class in com.atlassian.confluence.cache
Describes optional capabilities as exposed by the Cache Statistics service
CacheStatisticsFilterService - Interface in com.atlassian.confluence.dmz.cache
 
CacheStatisticSupplier - Class in com.atlassian.confluence.plugins.monitoring
 
CacheStatisticSupplier(CacheManager, I18NBeanFactory) - Constructor for class com.atlassian.confluence.plugins.monitoring.CacheStatisticSupplier
 
cacheUserAccessStatus(User, AccessStatus) - Static method in class com.atlassian.confluence.internal.security.ThreadLocalPermissionsCacheInternal
 
CachingCacheSettingsManager - Class in com.atlassian.confluence.cache
Caches calculation of caches settings in order to avoid traversing long list of expensive regexps
CachingCacheSettingsManager(CacheSettingsManager) - Constructor for class com.atlassian.confluence.cache.CachingCacheSettingsManager
 
CachingConfluenceAccessManager - Class in com.atlassian.confluence.security.access
A ConfluenceAccessManager implementation with thread-local caching.
CachingConfluenceAccessManager(ConfluenceAccessManager, PermissionCheckExemptions) - Constructor for class com.atlassian.confluence.security.access.CachingConfluenceAccessManager
 
CachingConfluenceUserDao - Class in com.atlassian.confluence.impl.user.persistence.dao
This class is responsible for caching user keys by username.
CachingFormatSettingsManager - Class in com.atlassian.confluence.impl.settings
 
CachingHeaders - Interface in com.atlassian.confluence.web.filter
Represents the different types of caching headers used by Confluence.
CachingI18NBeanFactory - Class in com.atlassian.confluence.impl.i18n
 
CachingI18NBeanFactory(VCacheFactory, I18NBeanFactory, EventPublisher) - Constructor for class com.atlassian.confluence.impl.i18n.CachingI18NBeanFactory
 
CachingIncrementalSyncSubscriptionManager - Class in com.atlassian.confluence.impl.incrementalsync
CachingInheritedContentPermissionManager - Class in com.atlassian.confluence.impl.security
An InheritedContentPermissionManager implementation that delegates to another, and caches the lookups.
CachingInheritedContentPermissionManager(InheritedContentPermissionManager, ContentPermissionSetDao, PageDaoInternal, TransactionAwareCacheFactory, EventListenerRegistrar) - Constructor for class com.atlassian.confluence.impl.security.CachingInheritedContentPermissionManager
 
CachingJournalStateStore - Class in com.atlassian.confluence.impl.journal
 
CachingJournalStateStore(JournalStateStore, CacheFactory) - Constructor for class com.atlassian.confluence.impl.journal.CachingJournalStateStore
 
CachingLabelManager - Class in com.atlassian.confluence.impl.labels
 
CachingLabelManager(LabelManagerInternal, CacheFactory, EventListenerRegistrar, AdaptiveMostUsedLabelsCache) - Constructor for class com.atlassian.confluence.impl.labels.CachingLabelManager
 
CachingNotificationDao - Class in com.atlassian.confluence.impl.mail.notification.persistence
Caching for NotificationDao.
CachingNotificationDao(NotificationDaoInternal, CacheFactory) - Constructor for class com.atlassian.confluence.impl.mail.notification.persistence.CachingNotificationDao
 
CachingPersistentDecoratorDao - Class in com.atlassian.confluence.impl.themes.persistence
An implementation of PersistentDecoratorDao which combines a cache with Hibernate.
CachingPersistentDecoratorDao(SessionFactory, CacheFactory) - Constructor for class com.atlassian.confluence.impl.themes.persistence.CachingPersistentDecoratorDao
 
CachingPluginPersistentStateStore - Class in com.atlassian.confluence.impl.plugin
Wrapper for PluginPersistentStateStore that caches the PluginPersistentState.
CachingPluginPersistentStateStore(PluginPersistentStateStore, CacheFactory) - Constructor for class com.atlassian.confluence.impl.plugin.CachingPluginPersistentStateStore
 
CachingPropertiesLoader - Class in com.atlassian.testsupport
Utility class for loading properties from a specified resource that should be available on the classpath, using the specified class to get the classloader.
CachingPropertiesLoader() - Constructor for class com.atlassian.testsupport.CachingPropertiesLoader
 
CachingSiteDarkFeaturesDao - Class in com.atlassian.confluence.impl.feature
An implmentation of SiteDarkFeaturesDao which uses a CachedReference to reduce pressure on a delegate SiteDarkFeaturesDao.
CachingSpacePermissionManager - Class in com.atlassian.confluence.impl.security
Implementation of SpacePermissionManager that implements caching before a SpacePermission is requested, saved or removed from the SpacePermissionDao.
CachingSpacePermissionManager(SpacePermissionDao, PermissionCheckExemptions, SpacePermissionDefaultsStoreFactory, TransactionAwareCacheFactory, EventPublisher, ConfluenceAccessManager, SpacePermissionAccessMapper, CrowdService, ConfluenceUserResolver, AccessModeManager, GlobalSettingsManager, GroupResolver, SpaceDaoInternal) - Constructor for class com.atlassian.confluence.impl.security.CachingSpacePermissionManager
 
CachingSpaceRetentionPolicyManager - Class in com.atlassian.confluence.impl.retention.manager
Caching space retention policies by space keys.
CachingSpaceRetentionPolicyManager(SpaceRetentionPolicyManager, TransactionAwareCacheFactory) - Constructor for class com.atlassian.confluence.impl.retention.manager.CachingSpaceRetentionPolicyManager
 
CachingThemeKeyDao - Class in com.atlassian.confluence.impl.themes
An implementation of ThemeKeyDao that caches the responses from a delegate.
CachingUserPreferencesDao - Class in com.atlassian.confluence.impl.user.preferences.dao
 
CachingUserPreferencesDao(UserPreferencesDao, ReadThroughCache<String, Option<UserPreference>>, ReadThroughCache<String, ?>) - Constructor for class com.atlassian.confluence.impl.user.preferences.dao.CachingUserPreferencesDao
 
CachingVersionHistoryDao - Class in com.atlassian.confluence.core.persistence.hibernate
A cache decorator around VersionHistoryDaoInternal
CachingVersionHistoryDao(VersionHistoryDaoInternal, CacheFactory, SynchronizationManager) - Constructor for class com.atlassian.confluence.core.persistence.hibernate.CachingVersionHistoryDao
 
CAFFEINE - Enum constant in enum class com.atlassian.confluence.impl.cache.LocalCacheImplementation
 
calculate(ContentEntityObject) - Method in class com.atlassian.confluence.impl.search.v2.DefaultContentPermissionCalculator
 
calculate(ContentEntityObject) - Method in interface com.atlassian.confluence.search.v2.ContentPermissionCalculator
 
calculateChangedValues(T, T) - Method in class com.atlassian.confluence.impl.audit.listener.AbstractAuditListener
 
calculateConfluenceResourceUris(ConfluenceWebResourceService.Style, String) - Method in interface com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceService
Computes the resource uris required by the given space.
calculateConfluenceResourceUris(ConfluenceWebResourceService.Style, String) - Method in class com.atlassian.confluence.plugin.webresource.DefaultConfluenceWebResourceService
 
calculateCursorFromContent(CustomContentEntityObject, boolean, String) - Static method in class com.atlassian.confluence.api.impl.service.content.finder.CustomContentFetcher
 
calculateDifference(AuditLogEventType, User, User) - Method in class com.atlassian.confluence.impl.user.crowd.audit.NoOpCrowdAuditLogUserMapper
 
calculateDifference(Group, Group) - Method in class com.atlassian.confluence.impl.user.crowd.audit.NoOpCrowdAuditLogGroupMapper
 
calculateDuplicates() - Method in class com.atlassian.confluence.admin.actions.debug.PluginOsgiExportsAction.StubComponentRegistrar
 
calculateEventName() - Method in class com.atlassian.confluence.event.events.content.page.synchrony.SynchronyRecoveryEvent
 
calculateEventName() - Method in class com.atlassian.confluence.event.events.profile.ViewMyDraftsEvent
 
calculateEventName() - Method in class com.atlassian.confluence.event.events.profile.ViewMyFavouritesEvent
 
calculateEventName() - Method in class com.atlassian.confluence.event.events.profile.ViewMyWatchesEvent
 
calculateEventName() - Method in class com.atlassian.confluence.event.events.profile.ViewNetworkEvent
 
calculateMaxDate(LocalDate) - Method in class com.atlassian.confluence.api.model.retention.RetentionRule
 
calculateMaxDate(OffsetDateTime) - Method in class com.atlassian.confluence.api.model.retention.TrashRetentionRule
 
calculateNextRunTime(SchedulerService, JobConfig, Date) - Static method in class com.atlassian.confluence.schedule.ScheduleUtil
As Javadoc of SchedulerService#calculateNextRunTime says, for interval job the result may not be correct, so we calculate by ourselves.
calculatePasswordDiff() - Method in class com.atlassian.confluence.impl.user.crowd.audit.NoOpCrowdAuditLogUserMapper
 
calculatePathInZip(Long, Long, Integer) - Static method in class com.atlassian.confluence.impl.backuprestore.backup.container.XmlBackupContainerWriter
 
calculateRanksForLiteLabels(List<LiteLabelSearchResult>, Comparator<? super RankedLiteLabelSearchResult>) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
Calculate ranks for input labels.
calculateRanksForLiteLabels(List<LiteLabelSearchResult>, Comparator<? super RankedLiteLabelSearchResult>) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
calculateRanksForLiteLabels(List<LiteLabelSearchResult>, Comparator<? super RankedLiteLabelSearchResult>) - Method in interface com.atlassian.confluence.labels.LabelManager
Calculate ranks for input labels.
calculateReferencedClass(Object, Class<?>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.AbstractDatabaseDataConverter
 
calculateTotals(List<CleanupSummary>) - Method in class com.atlassian.confluence.impl.retention.DefaultVersionRemovalService
 
CalendarLanguageUtil - Class in com.atlassian.confluence.pages.actions
Default implementaion that reads mappings from calendar-language-util.properties file.
CalendarMailQueueItem(Email) - Constructor for class com.atlassian.confluence.mail.Email.CalendarMailQueueItem
 
call() - Method in class com.atlassian.confluence.cluster.nutcluster.CollectClusterInvariants
 
call() - Method in class com.atlassian.confluence.cluster.nutcluster.CollectNodeStatus
 
call() - Method in class com.atlassian.confluence.impl.cluster.CollectNodeZduInfo
 
call() - Method in class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction.AddLoggerTask
 
call() - Method in class com.atlassian.confluence.impl.profiling.CollectNodeJmxMonitoringConfigs
 
call(String, int, int) - Method in interface com.atlassian.confluence.userstatus.tag.TagCallback
Deprecated.
 
callbackContext() - Method in interface com.atlassian.confluence.util.sandbox.SandboxSpec
Callback context object for this sandbox instance
callMethod(Map, Object, String, Object[]) - Method in class com.atlassian.confluence.impl.struts.ConfluenceMethodAccessor
 
callStaticMethod(Map, Class, String, Object[]) - Method in class com.atlassian.confluence.impl.struts.ConfluenceMethodAccessor
 
callWithAsyncFlagAwareness(Callable<T>, boolean) - Static method in class com.atlassian.confluence.api.service.content.util.ReconcileContentAsyncOperations
Call the given callable and execute any related content updated reconciliation events asynchronously if setAsyncFlag is true.
callWithAsyncReconciliation(Callable<T>) - Static method in class com.atlassian.confluence.api.service.content.util.ReconcileContentAsyncOperations
Call the given callable and execute any related content updated reconciliation events asynchronously.
CAMELCASE_LINK_PATTERN - Static variable in interface com.atlassian.confluence.links.LinkManager
 
CAMINO - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
CAN_VIEW - Variable in class com.atlassian.confluence.impl.security.PermissionPredicates
 
canAccept(ImportedObjectV2) - Method in interface com.atlassian.confluence.impl.backuprestore.restore.EntityPersister
TODO do we need it?
canAccept(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.ApplicationPersister
 
canAccept(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.BodyContentPersister
 
canAccept(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.ContentPersister
 
canAccept(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.ContentPropertiesPersister
 
canAccept(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.DirectoryMappingPersister
 
canAccept(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.DirectoryPersister
 
canAccept(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.GenericPersister
 
canAccept(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.InternalUserCredentialRecordPersister
 
canAccept(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.PageTemplatePersister
 
canAccept(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.SpacePersister
 
canAddPermission(SpacePermission) - Method in class com.atlassian.confluence.impl.security.administrators.AbstractEditPermissionsAdministrator
Used by both space and global permission administrators to determine if the user can add the permission.
canAddUsers() - Method in class com.atlassian.confluence.user.actions.SearchUsersAction
 
CanAddUsersCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions.user
Determines if the "Add Users" panel on the Dashboard should be displayed
CanAddUsersCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.user.CanAddUsersCondition
 
canAdminister(ConfluenceUser, Labelling) - Method in class com.atlassian.confluence.security.delegate.LabellingPermissionsDelegate
 
canAdminister(ConfluenceUser, AbstractLink) - Method in class com.atlassian.confluence.security.delegate.LinkPermissionsDelegate
 
canAdminister(ConfluenceUser, Attachment) - Method in class com.atlassian.confluence.security.delegate.AttachmentPermissionsDelegate
 
canAdminister(ConfluenceUser, BlogPost) - Method in class com.atlassian.confluence.security.delegate.BlogPostPermissionsDelegate
 
canAdminister(ConfluenceUser, Comment) - Method in class com.atlassian.confluence.security.delegate.CommentPermissionsDelegate
 
canAdminister(ConfluenceUser, Draft) - Method in class com.atlassian.confluence.security.delegate.DraftPermissionsDelegate
 
canAdminister(ConfluenceUser, Page) - Method in class com.atlassian.confluence.security.delegate.PagePermissionsDelegate
 
canAdminister(ConfluenceUser, PageTemplate) - Method in class com.atlassian.confluence.security.delegate.PageTemplatePermissionsDelegate
 
canAdminister(ConfluenceUser, GlobalDescription) - Method in class com.atlassian.confluence.security.delegate.GlobalDescriptionPermissionsDelegate
 
canAdminister(ConfluenceUser, Space) - Method in class com.atlassian.confluence.security.delegate.SpacePermissionsDelegate
 
canAdminister(ConfluenceUser, SpaceDescription) - Method in class com.atlassian.confluence.security.delegate.SpaceDescriptionPermissionsDelegate
 
canAdminister(ConfluenceUser, PersonalInformation) - Method in class com.atlassian.confluence.security.delegate.PersonalInformationPermissionsDelegate
 
canAdminister(ConfluenceUser, Group) - Method in class com.atlassian.confluence.security.delegate.GroupPermissionsDelegate
Unsupported.
canAdminister(ConfluenceUser, User) - Method in class com.atlassian.confluence.security.delegate.UserPermissionsDelegate
Unsupported.
canAdminister(ConfluenceUser, Object) - Method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyPermissionDelegate
 
canAdminister(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.ApplicationPermissionsDelegate
 
canAdminister(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.PeopleDirectoryPermissionsDelegate
 
canAdminister(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.SharedAccessInterceptor
 
canAdminister(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.SystemPermissionsDelegate
 
canAdminister(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.TargetToLatestVersionDecorator
 
canAdminister(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.PermissionHelper
 
canAdminister(ConfluenceUser, T) - Method in class com.atlassian.confluence.security.NoPermissionDelegate
 
canAdminister(ConfluenceUser, TARGET) - Method in interface com.atlassian.confluence.security.PermissionDelegate
 
canAdminister(Project, String) - Method in class com.atlassian.confluence.plugins.navlinks.spi.impl.NavlinksProjectPermissionManager
 
canAttachFile(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.PermissionHelper
 
canBuildCreatEdge(ContentEntityObject) - Method in class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeFactory
 
canBuildCreatEdge(ContentEntityObject) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeFactory
Determines if the edge factory is capable of building create edges for a particular piece of content.
canBuildType(Type, AnnotatedElement) - Method in class com.atlassian.confluence.plugins.graphql.types.ContainerTypeBuilder
 
canBuildType(Type, AnnotatedElement) - Method in class com.atlassian.confluence.plugins.graphql.types.ContentMetadataTypeBuilder
 
canBuildType(Type, AnnotatedElement) - Method in class com.atlassian.confluence.plugins.graphql.types.EnumKeyMapTypeBuilder
 
canBuildType(Type, AnnotatedElement) - Method in class com.atlassian.confluence.plugins.graphql.types.JavaTimeTypeBuilder
 
canBuildType(Type, AnnotatedElement) - Method in class com.atlassian.confluence.plugins.graphql.types.JsonStringTypeBuilder
 
canBuildType(Type, AnnotatedElement) - Method in class com.atlassian.confluence.plugins.graphql.types.PageResponseTypeBuilder
 
canBuildType(Type, AnnotatedElement) - Method in class com.atlassian.confluence.plugins.graphql.types.ReferenceTypeBuilder
 
canBuildType(Type, AnnotatedElement) - Method in class com.atlassian.confluence.plugins.graphql.types.SpaceMetadataTypeBuilder
 
canBuildType(Type, AnnotatedElement) - Method in class com.atlassian.confluence.plugins.graphql.types.UserTypeBuilder
 
CANCEL - Static variable in class com.atlassian.confluence.core.ConfluenceActionSupport
 
CANCEL_ON_TIMEOUT - Enum constant in enum class com.atlassian.confluence.impl.schedule.caesium.TimeoutPolicy
Job cancels on lock timeout
CANCEL_TIME - Static variable in class com.atlassian.confluence.impl.backuprestore.dao.DefaultBackupRestoreJobDao
 
cancelAllJobsFromQueue() - Method in interface com.atlassian.confluence.backuprestore.BackupRestoreManager
Cancels all queued jobs including jobs in QUEUED state and PROCESSING state.
cancelAllJobsFromQueue() - Method in class com.atlassian.confluence.impl.backuprestore.ConfluenceBackupRestoreJobCanceller
 
cancelAllJobsFromQueue() - Method in class com.atlassian.confluence.impl.backuprestore.ConfluenceBackupRestoreManager
 
cancelAllQueuedJobs() - Method in interface com.atlassian.confluence.api.service.backuprestore.BackupRestoreService
Cancels all queued jobs.
cancelAllQueuedJobs() - Method in class com.atlassian.confluence.impl.backuprestore.DefaultBackupRestoreService
 
cancelAllQueuedJobs() - Method in class com.atlassian.confluence.plugins.restapi.resources.BackupRestoreResource
 
cancelHeartbeat() - Method in interface com.atlassian.confluence.plugins.synchrony.api.SynchronyMonitor
Cancels polling the Synchrony heartbeat rest endpoint if a poll is currently in progress, useful when Synchrony is shutdown before it is able to resolve a successful heartbeat result.
cancelHeartbeat() - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.DefaultSynchronyMonitor
 
cancelJob(long) - Method in interface com.atlassian.confluence.api.service.backuprestore.BackupRestoreService
Cancels the job.
cancelJob(long) - Method in class com.atlassian.confluence.impl.backuprestore.DefaultBackupRestoreService
 
cancelJob(BackupRestoreJob, BackupRestoreSettings, String) - Method in class com.atlassian.confluence.impl.backuprestore.ConfluenceBackupRestoreJobCanceller
 
cancelJob(Long) - Method in interface com.atlassian.confluence.backuprestore.BackupRestoreManager
Cancels the job.
cancelJob(Long) - Method in class com.atlassian.confluence.impl.backuprestore.ConfluenceBackupRestoreManager
Cancels the job.
cancelJob(Long) - Method in class com.atlassian.confluence.plugins.restapi.resources.BackupRestoreResource
 
CANCELLED - Enum constant in enum class com.atlassian.confluence.api.model.backuprestore.JobState
 
CANCELLED - Enum constant in enum class com.atlassian.confluence.impl.backgroundjob.domain.BackgroundJobState
 
cancelledBy(String) - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails.JobDetailsBuilder
 
CANCELLING - Enum constant in enum class com.atlassian.confluence.api.model.backuprestore.JobState
 
CancellingInterceptor - Class in com.atlassian.confluence.core
An interceptor that looks for a request parameter named 'cancel' in the request.
CancellingInterceptor() - Constructor for class com.atlassian.confluence.core.CancellingInterceptor
 
cancelQueuedJobWithOptimisticLock(long, String) - Method in interface com.atlassian.confluence.impl.backuprestore.dao.BackupRestoreJobDao
Cancels the job only if it's state was not modified.
cancelQueuedJobWithOptimisticLock(long, String) - Method in class com.atlassian.confluence.impl.backuprestore.dao.DefaultBackupRestoreJobDao
Cancels the job only if it's state was not modified.
cancelRunningJobWithOptimisticLock(long, String) - Method in interface com.atlassian.confluence.impl.backuprestore.dao.BackupRestoreJobDao
Cancels the job only if it's state was not modified.
cancelRunningJobWithOptimisticLock(long, String) - Method in class com.atlassian.confluence.impl.backuprestore.dao.DefaultBackupRestoreJobDao
Cancels the job only if it's state was not modified.
cancelTime(Instant) - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails.JobDetailsBuilder
 
CanClusterCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
 
CanClusterCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.CanClusterCondition
 
canComment(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.PermissionHelper
 
canConvert(Class) - Method in class com.atlassian.confluence.setup.xstream.AtomicReferenceConverter
 
canCreate(PageTemplate, PageTemplate) - Method in class com.atlassian.confluence.pages.templates.DefaultPageTemplateManager
 
canCreate(PageTemplate, PageTemplate) - Method in interface com.atlassian.confluence.pages.templates.PageTemplateManager
Returns if a template can be created.
canCreate(ConfluenceUser, Object) - Method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyPermissionDelegate
 
canCreate(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.ApplicationPermissionsDelegate
 
canCreate(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.AttachmentPermissionsDelegate
 
canCreate(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.BlogPostPermissionsDelegate
 
canCreate(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.CommentPermissionsDelegate
 
canCreate(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.DraftPermissionsDelegate
 
canCreate(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.GlobalDescriptionPermissionsDelegate
 
canCreate(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.GroupPermissionsDelegate
Determines if the specified user has permissions to create groups
canCreate(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.LabellingPermissionsDelegate
 
canCreate(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.LinkPermissionsDelegate
 
canCreate(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.PagePermissionsDelegate
 
canCreate(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.PageTemplatePermissionsDelegate
 
canCreate(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.PeopleDirectoryPermissionsDelegate
 
canCreate(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.PersonalInformationPermissionsDelegate
 
canCreate(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.SharedAccessInterceptor
 
canCreate(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.SpaceDescriptionPermissionsDelegate
 
canCreate(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.SpacePermissionsDelegate
 
canCreate(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.SystemPermissionsDelegate
 
canCreate(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.TargetToLatestVersionDecorator
 
canCreate(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.UserPermissionsDelegate
Determines if the specified user has permissions to create users
canCreate(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.NoPermissionDelegate
 
canCreate(ConfluenceUser, Object) - Method in interface com.atlassian.confluence.security.PermissionDelegate
 
canCreateAttachments(ContentId) - Method in interface com.atlassian.confluence.api.service.content.AttachmentService.Validator
Checks if the user is permitted to add attachments to the current version of the given content
canCreateAttachments(ContentId, ContentStatus) - Method in interface com.atlassian.confluence.api.service.content.AttachmentService.Validator
Checks if the user is permitted to add attachments to the given content
canCreateAttachments(ContentEntityObject) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.AttachmentContentTypeApiSupport
 
canCreateBlogPost(ConfluenceUser, Space) - Method in class com.atlassian.confluence.security.PermissionHelper
 
canCreateInTarget(ConfluenceUser, Class) - Method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyPermissionDelegate
 
canCreateInTarget(ConfluenceUser, Class) - Method in class com.atlassian.confluence.security.delegate.AbstractPermissionsDelegate
 
canCreateInTarget(ConfluenceUser, Class) - Method in class com.atlassian.confluence.security.delegate.ApplicationPermissionsDelegate
 
canCreateInTarget(ConfluenceUser, Class) - Method in class com.atlassian.confluence.security.delegate.GlobalDescriptionPermissionsDelegate
 
canCreateInTarget(ConfluenceUser, Class) - Method in class com.atlassian.confluence.security.delegate.GroupPermissionsDelegate
 
canCreateInTarget(ConfluenceUser, Class) - Method in class com.atlassian.confluence.security.delegate.LinkPermissionsDelegate
 
canCreateInTarget(ConfluenceUser, Class) - Method in class com.atlassian.confluence.security.delegate.PeopleDirectoryPermissionsDelegate
 
canCreateInTarget(ConfluenceUser, Class) - Method in class com.atlassian.confluence.security.delegate.PersonalInformationPermissionsDelegate
 
canCreateInTarget(ConfluenceUser, Class) - Method in class com.atlassian.confluence.security.delegate.SharedAccessInterceptor
 
canCreateInTarget(ConfluenceUser, Class) - Method in class com.atlassian.confluence.security.delegate.SpaceDescriptionPermissionsDelegate
 
canCreateInTarget(ConfluenceUser, Class) - Method in class com.atlassian.confluence.security.delegate.SystemPermissionsDelegate
 
canCreateInTarget(ConfluenceUser, Class) - Method in class com.atlassian.confluence.security.delegate.TargetToLatestVersionDecorator
 
canCreateInTarget(ConfluenceUser, Class) - Method in class com.atlassian.confluence.security.delegate.UserPermissionsDelegate
 
canCreateInTarget(ConfluenceUser, Class) - Method in class com.atlassian.confluence.security.NoPermissionDelegate
 
canCreateInTarget(ConfluenceUser, Class) - Method in interface com.atlassian.confluence.security.PermissionDelegate
 
canCreatePage(ConfluenceUser, Space) - Method in class com.atlassian.confluence.security.PermissionHelper
 
canCreatePersonalSpace(ConfluenceUser) - Method in class com.atlassian.confluence.security.PermissionHelper
 
canCreateSpace(ConfluenceUser) - Method in class com.atlassian.confluence.security.PermissionHelper
 
canDisable() - Method in class com.atlassian.confluence.schedule.AbstractManagedScheduledJob
 
canDisable() - Method in interface com.atlassian.confluence.schedule.ManagedScheduledJob
 
canDispatch(String) - Method in class com.atlassian.confluence.plugin.webresource.DefaultWebResourceDispatcher
 
canDispatch(String) - Method in interface com.atlassian.confluence.plugin.webresource.WebResourceDispatcher
 
canEdit() - Method in class com.atlassian.confluence.user.actions.ViewUserAction
 
canEdit(ConfluenceUser, Labelling) - Method in class com.atlassian.confluence.security.delegate.LabellingPermissionsDelegate
 
canEdit(ConfluenceUser, AbstractLink) - Method in class com.atlassian.confluence.security.delegate.LinkPermissionsDelegate
 
canEdit(ConfluenceUser, Attachment) - Method in class com.atlassian.confluence.security.delegate.AttachmentPermissionsDelegate
 
canEdit(ConfluenceUser, BlogPost) - Method in class com.atlassian.confluence.security.delegate.BlogPostPermissionsDelegate
 
canEdit(ConfluenceUser, Comment) - Method in class com.atlassian.confluence.security.delegate.CommentPermissionsDelegate
 
canEdit(ConfluenceUser, Draft) - Method in class com.atlassian.confluence.security.delegate.DraftPermissionsDelegate
 
canEdit(ConfluenceUser, Page) - Method in class com.atlassian.confluence.security.delegate.PagePermissionsDelegate
 
canEdit(ConfluenceUser, PageTemplate) - Method in class com.atlassian.confluence.security.delegate.PageTemplatePermissionsDelegate
 
canEdit(ConfluenceUser, GlobalDescription) - Method in class com.atlassian.confluence.security.delegate.GlobalDescriptionPermissionsDelegate
 
canEdit(ConfluenceUser, Space) - Method in class com.atlassian.confluence.security.delegate.SpacePermissionsDelegate
 
canEdit(ConfluenceUser, SpaceDescription) - Method in class com.atlassian.confluence.security.delegate.SpaceDescriptionPermissionsDelegate
 
canEdit(ConfluenceUser, PersonalInformation) - Method in class com.atlassian.confluence.security.delegate.PersonalInformationPermissionsDelegate
 
canEdit(ConfluenceUser, Group) - Method in class com.atlassian.confluence.security.delegate.GroupPermissionsDelegate
Determines if the specified user can modify the membership (add/remove users) from the target group.
canEdit(ConfluenceUser, User) - Method in class com.atlassian.confluence.security.delegate.UserPermissionsDelegate
Determines if the specified user can edit the target user.
canEdit(ConfluenceUser, Object) - Method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyPermissionDelegate
 
canEdit(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.ApplicationPermissionsDelegate
 
canEdit(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.PeopleDirectoryPermissionsDelegate
 
canEdit(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.SharedAccessInterceptor
 
canEdit(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.SystemPermissionsDelegate
 
canEdit(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.TargetToLatestVersionDecorator
 
canEdit(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.PermissionHelper
 
canEdit(ConfluenceUser, T) - Method in class com.atlassian.confluence.security.NoPermissionDelegate
 
canEdit(ConfluenceUser, TARGET) - Method in interface com.atlassian.confluence.security.PermissionDelegate
 
canEdit(User, Object) - Method in class com.atlassian.confluence.security.PermissionHelper
 
canEditGlobalPolicy(ConfluenceUser) - Method in class com.atlassian.confluence.impl.retention.manager.DefaultRetentionPolicyPermissionManager
 
canEditGlobalPolicy(ConfluenceUser) - Method in interface com.atlassian.confluence.retention.RetentionPolicyPermissionManager
 
canEditSpacePolicy(ConfluenceUser, Space) - Method in class com.atlassian.confluence.impl.retention.manager.DefaultRetentionPolicyPermissionManager
 
canEditSpacePolicy(ConfluenceUser, Space) - Method in interface com.atlassian.confluence.retention.RetentionPolicyPermissionManager
 
CanEditSpaceStylesCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
 
CanEditSpaceStylesCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.CanEditSpaceStylesCondition
 
canExecuteRequest(HttpServletRequest) - Method in class com.atlassian.confluence.security.websudo.DefaultWebSudoManager
 
canExecuteRequest(HttpServletRequest) - Method in interface com.atlassian.confluence.security.websudo.WebSudoManager
 
canExecuteRequest(HttpServletRequest) - Method in class com.atlassian.sal.confluence.websudo.ConfluenceWebSudoManager
 
canExpand() - Method in class com.atlassian.confluence.api.impl.service.content.factory.Fauxpansions
 
canExpand(String) - Method in class com.atlassian.confluence.api.impl.service.content.finder.AbstractContentFinder
 
canExpand(String) - Method in class com.atlassian.confluence.api.model.Expansions
 
canExpand(String) - Method in interface com.atlassian.confluence.api.service.content.ContentService.ContentFinder
 
canExpand(String) - Method in class com.atlassian.confluence.impl.service.finder.content.NoopContentFinder
 
canExpand(String) - Method in class com.atlassian.confluence.legacyapi.service.Expansions
Deprecated.
 
canExport(ConfluenceUser, Labelling) - Method in class com.atlassian.confluence.security.delegate.LabellingPermissionsDelegate
 
canExport(ConfluenceUser, AbstractLink) - Method in class com.atlassian.confluence.security.delegate.LinkPermissionsDelegate
 
canExport(ConfluenceUser, Attachment) - Method in class com.atlassian.confluence.security.delegate.AttachmentPermissionsDelegate
 
canExport(ConfluenceUser, BlogPost) - Method in class com.atlassian.confluence.security.delegate.BlogPostPermissionsDelegate
 
canExport(ConfluenceUser, Comment) - Method in class com.atlassian.confluence.security.delegate.CommentPermissionsDelegate
We've decided that most objects aside from spaces should not support canExport.
canExport(ConfluenceUser, Draft) - Method in class com.atlassian.confluence.security.delegate.DraftPermissionsDelegate
 
canExport(ConfluenceUser, Page) - Method in class com.atlassian.confluence.security.delegate.PagePermissionsDelegate
 
canExport(ConfluenceUser, PageTemplate) - Method in class com.atlassian.confluence.security.delegate.PageTemplatePermissionsDelegate
 
canExport(ConfluenceUser, GlobalDescription) - Method in class com.atlassian.confluence.security.delegate.GlobalDescriptionPermissionsDelegate
 
canExport(ConfluenceUser, Space) - Method in class com.atlassian.confluence.security.delegate.SpacePermissionsDelegate
 
canExport(ConfluenceUser, SpaceDescription) - Method in class com.atlassian.confluence.security.delegate.SpaceDescriptionPermissionsDelegate
 
canExport(ConfluenceUser, PersonalInformation) - Method in class com.atlassian.confluence.security.delegate.PersonalInformationPermissionsDelegate
 
canExport(ConfluenceUser, Group) - Method in class com.atlassian.confluence.security.delegate.GroupPermissionsDelegate
Unsupported.
canExport(ConfluenceUser, User) - Method in class com.atlassian.confluence.security.delegate.UserPermissionsDelegate
Unsupported.
canExport(ConfluenceUser, Object) - Method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyPermissionDelegate
 
canExport(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.ApplicationPermissionsDelegate
 
canExport(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.PeopleDirectoryPermissionsDelegate
 
canExport(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.SharedAccessInterceptor
 
canExport(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.SystemPermissionsDelegate
 
canExport(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.TargetToLatestVersionDecorator
 
canExport(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.PermissionHelper
 
canExport(ConfluenceUser, T) - Method in class com.atlassian.confluence.security.NoPermissionDelegate
 
canExport(ConfluenceUser, TARGET) - Method in interface com.atlassian.confluence.security.PermissionDelegate
 
canFollowUser() - Method in class com.atlassian.confluence.user.actions.UserPopupAction
 
canHandle(HttpServletRequest) - Method in class com.atlassian.confluence.servlet.JohnsonAnalyticsServlet.EventKbArticleClickedHandler
 
canHandle(HttpServletRequest) - Method in class com.atlassian.confluence.servlet.JohnsonAnalyticsServlet.GeneralKbArticleLinkClickedHandler
 
canHandle(Class<?>) - Method in class com.atlassian.confluence.impl.search.v2.extractor.ContentPermissionsBulkExtractor
 
canHandle(Class<?>) - Method in interface com.atlassian.confluence.search.v2.extractor.BulkExtractor
 
canHandle(Class<?>) - Method in class com.atlassian.confluence.impl.search.v2.extractor.ContentModifiersBulkExtractor
 
CanInviteUserCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
 
CanInviteUserCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.CanInviteUserCondition
 
CanInviteUserCriteria - Class in com.atlassian.confluence.admin.criteria
 
CanInviteUserCriteria(WritableDirectoryExistsCriteria) - Constructor for class com.atlassian.confluence.admin.criteria.CanInviteUserCriteria
 
canLoad(PluginArtifact) - Method in class com.atlassian.confluence.impl.plugin.TransactionalPluginLoader
 
canLoad(String) - Method in class com.atlassian.confluence.impl.crowd.directory.CacheableDirectoryInstanceLoader
 
canLogin(Principal, HttpServletRequest) - Method in class com.atlassian.confluence.security.ConfluenceRoleMapper
 
canManageEntityLinksFor(EntityReference) - Method in class com.atlassian.confluence.applinks.ConfluenceInternalHostApplication
 
canManageEntityLinksFor(EntityReference) - Method in class com.atlassian.testsupport.ConfluenceInternalApplicationHostMock
 
canManageFeaturesForAllUsers() - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceDarkFeatureManager
 
canManageFeaturesForAllUsers() - Method in class com.atlassian.confluence.api.impl.sal.SetupConfluenceDarkFeatureManager
 
canMerge(ParagraphFragment) - Method in class com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody.ParagraphFragment
True if the specified paragraph fragment can be merged into the current paragraph fragment.
canModifyGroups() - Method in class com.atlassian.confluence.user.actions.BrowseGroupsAction
 
canMove(ConfluenceUser, BlogPost, Object, String) - Method in class com.atlassian.confluence.security.delegate.BlogPostPermissionsDelegate
 
canMove(ConfluenceUser, Page, Object, String) - Method in class com.atlassian.confluence.security.delegate.PagePermissionsDelegate
 
canMove(ConfluenceUser, Object, Object, String) - Method in class com.atlassian.confluence.security.delegate.SharedAccessInterceptor
 
canMove(ConfluenceUser, Object, Object, String) - Method in class com.atlassian.confluence.security.delegate.TargetToLatestVersionDecorator
 
canMove(ConfluenceUser, TARGET, Object, String) - Method in interface com.atlassian.confluence.security.PermissionDelegate
 
canMoveAttachment(ContentId, ContentId) - Method in interface com.atlassian.confluence.api.service.content.AttachmentService.Validator
Checks if the user is permitted to move attachments to the given content
CannotGenerateThumbnailException - Exception Class in com.atlassian.confluence.pages.thumbnail
 
CannotGenerateThumbnailException(Attachment) - Constructor for exception class com.atlassian.confluence.pages.thumbnail.CannotGenerateThumbnailException
 
cannotHaveInheritedPermissions(ContentEntityObject) - Method in class com.atlassian.confluence.impl.security.content.DefaultInheritedContentPermissionManager
Check (for speed) whether we should even bother to query for possible inherited permissions.
CannotResolveAttachmentContainerException - Exception Class in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
Checked exception thrown when there is an issue resolving a resource identifier for an attachment.
CannotResolveAttachmentContainerException(AttachmentResourceIdentifier, String, Throwable) - Constructor for exception class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.CannotResolveAttachmentContainerException
 
CannotResolveResourceIdentifierException - Exception Class in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
Checked exception thrown when there is an issue resolving a resource identifier.
CannotResolveResourceIdentifierException(ResourceIdentifier, String) - Constructor for exception class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.CannotResolveResourceIdentifierException
 
CannotResolveResourceIdentifierException(ResourceIdentifier, String, Throwable) - Constructor for exception class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.CannotResolveResourceIdentifierException
 
CannotUnmarshalEmbeddedResourceException - Exception Class in com.atlassian.confluence.content.render.xhtml.editor.embed
An exception thrown when an embedded resource read from the Editor cannot be unmarshalled.
CannotUnmarshalEmbeddedResourceException(ResourceIdentifier, String, Throwable) - Constructor for exception class com.atlassian.confluence.content.render.xhtml.editor.embed.CannotUnmarshalEmbeddedResourceException
 
CannotUnmarshalLinkException - Exception Class in com.atlassian.confluence.content.render.xhtml.editor.link
Thrown when an editor formatted link cannot be unmarshalled.
CannotUnmarshalLinkException(ResourceIdentifier, String, Throwable) - Constructor for exception class com.atlassian.confluence.content.render.xhtml.editor.link.CannotUnmarshalLinkException
 
canonicalize(String) - Method in interface com.atlassian.confluence.content.render.xhtml.links.LinksUpdater
Applies the same rewriter as on any of contract/expand methods.
canonicalize(String) - Method in class com.atlassian.confluence.content.render.xhtml.links.XhtmlLinksUpdater
 
canonicalMappingForGroups(Iterable<G>) - Static method in class com.atlassian.confluence.user.crowd.NameUtils
Returns a mapping from lowercase canonical version of each name to the original group.
canonicalMappingForNames(Iterable<String>) - Static method in class com.atlassian.confluence.user.crowd.NameUtils
Returns a mapping from lowercase canonical version of each name to the original.
canPerform(Person, Operation, Target) - Method in class com.atlassian.confluence.api.impl.service.permissions.OperationServiceImpl
Checks if the given user is able to perform the specified operation on the specified target.
canPerform(Person, Operation, Target) - Method in interface com.atlassian.confluence.api.service.permissions.OperationService
Check whether a person can perform a particular operation on a particular target.
canPerform(Person, Operation, Iterable<Target>) - Method in class com.atlassian.confluence.api.impl.service.permissions.OperationServiceImpl
Checks if the given user is able to perform the specified operation on the specified targets.
canPerform(Person, Operation, Iterable<Target>) - Method in interface com.atlassian.confluence.api.service.permissions.OperationService
Check whether the specified Person can perform a particular operation on each of the specified targets.
canPerform(Person, Target) - Method in class com.atlassian.confluence.api.model.permissions.spi.BaseOperationCheck
canPerform(Person, Target) - Method in interface com.atlassian.confluence.api.model.permissions.spi.OperationCheck
Check whether the specified Person can perform this operation on the specified target.
canPerform(Person, Iterable<Target>) - Method in class com.atlassian.confluence.api.model.permissions.spi.BaseOperationCheck
Validates targets are the correct TargetType, then delegates to BaseOperationCheck.canPerformImpl(Person, java.lang.Iterable).
canPerform(Person, Iterable<Target>) - Method in interface com.atlassian.confluence.api.model.permissions.spi.OperationCheck
Check whether the specified Person can perform this operation on ALL of the specified targets.
canPerformAccordingToState(Person, Target) - Method in class com.atlassian.confluence.api.model.permissions.spi.BaseOperationCheck
canPerformAccordingToState(Person, Target) - Method in interface com.atlassian.confluence.api.model.permissions.spi.OperationCheck
Check whether the specified Person can perform this operation on the specified target based on its state.
canPerformAccordingToState(Person, Iterable<Target>) - Method in class com.atlassian.confluence.api.model.permissions.spi.BaseOperationCheck
canPerformAccordingToState(Person, Iterable<Target>) - Method in interface com.atlassian.confluence.api.model.permissions.spi.OperationCheck
Check whether the specified Person can perform this operation on each of the specified targets based on their state.
canPerformAccordingToStateImpl(Person, Iterable<Target>) - Method in class com.atlassian.confluence.api.model.permissions.spi.BaseOperationCheck
Subclass implements this to perform canPerformAccordingToState checks on a collection of targets.
canPerformImpl(Person, Iterable<Target>) - Method in class com.atlassian.confluence.api.model.permissions.spi.BaseOperationCheck
Subclass implements this to perform canPerform checks on a collection of targets.
canPerformWithoutExemptions(Person, Operation, Target) - Method in class com.atlassian.confluence.api.impl.service.permissions.OperationServiceImpl
 
canPerformWithoutExemptions(Person, Operation, Target) - Method in interface com.atlassian.confluence.api.service.permissions.OperationService
Check whether a person can perform a particular operation on a particular target.
canPerformWithoutExemptions(Person, Operation, Iterable<Target>) - Method in class com.atlassian.confluence.api.impl.service.permissions.OperationServiceImpl
 
canPerformWithoutExemptions(Person, Operation, Iterable<Target>) - Method in interface com.atlassian.confluence.api.service.permissions.OperationService
Check whether the specified Person can perform a particular operation on each of the specified targets.
canRelate(S, RelationDescriptor<S, T>, T) - Static method in class com.atlassian.confluence.api.model.relations.RelationDescriptors
canRelate(S, T) - Method in class com.atlassian.confluence.api.impl.service.relation.AuthenticatedUserRelationDescriptor
 
canRelate(S, T) - Method in class com.atlassian.confluence.api.impl.service.relation.DefaultValidatingRelationDescriptor
 
canRelate(S, T) - Method in interface com.atlassian.confluence.api.model.relations.ValidatingRelationDescriptor
Returns ValidationResult, which indicates if two given entities may form a relation, described by this RelationDescriptor object
canRemove() - Method in class com.atlassian.confluence.user.actions.ViewUserAction
 
canRemove(ConfluenceUser, Labelling) - Method in class com.atlassian.confluence.security.delegate.LabellingPermissionsDelegate
 
canRemove(ConfluenceUser, AbstractLink) - Method in class com.atlassian.confluence.security.delegate.LinkPermissionsDelegate
 
canRemove(ConfluenceUser, Attachment) - Method in class com.atlassian.confluence.security.delegate.AttachmentPermissionsDelegate
 
canRemove(ConfluenceUser, BlogPost) - Method in class com.atlassian.confluence.security.delegate.BlogPostPermissionsDelegate
 
canRemove(ConfluenceUser, Comment) - Method in class com.atlassian.confluence.security.delegate.CommentPermissionsDelegate
 
canRemove(ConfluenceUser, Draft) - Method in class com.atlassian.confluence.security.delegate.DraftPermissionsDelegate
 
canRemove(ConfluenceUser, Page) - Method in class com.atlassian.confluence.security.delegate.PagePermissionsDelegate
 
canRemove(ConfluenceUser, PageTemplate) - Method in class com.atlassian.confluence.security.delegate.PageTemplatePermissionsDelegate
 
canRemove(ConfluenceUser, GlobalDescription) - Method in class com.atlassian.confluence.security.delegate.GlobalDescriptionPermissionsDelegate
 
canRemove(ConfluenceUser, Space) - Method in class com.atlassian.confluence.security.delegate.SpacePermissionsDelegate
 
canRemove(ConfluenceUser, SpaceDescription) - Method in class com.atlassian.confluence.security.delegate.SpaceDescriptionPermissionsDelegate
 
canRemove(ConfluenceUser, PersonalInformation) - Method in class com.atlassian.confluence.security.delegate.PersonalInformationPermissionsDelegate
 
canRemove(ConfluenceUser, Group) - Method in class com.atlassian.confluence.security.delegate.GroupPermissionsDelegate
Determines if the specified user can remove the target group.
canRemove(ConfluenceUser, User) - Method in class com.atlassian.confluence.security.delegate.UserPermissionsDelegate
Determines if the specified user can remove the target user.
canRemove(ConfluenceUser, Object) - Method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyPermissionDelegate
 
canRemove(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.ApplicationPermissionsDelegate
 
canRemove(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.PeopleDirectoryPermissionsDelegate
 
canRemove(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.SharedAccessInterceptor
 
canRemove(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.SystemPermissionsDelegate
 
canRemove(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.TargetToLatestVersionDecorator
 
canRemove(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.PermissionHelper
 
canRemove(ConfluenceUser, T) - Method in class com.atlassian.confluence.security.NoPermissionDelegate
 
canRemove(ConfluenceUser, TARGET) - Method in interface com.atlassian.confluence.security.PermissionDelegate
 
canRemove(Group) - Method in class com.atlassian.confluence.user.actions.BrowseGroupsAction
 
canRemoveAttachment(Attachment) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.AttachmentContentTypeApiSupport
 
canRemoveHierarchy(ConfluenceUser, BlogPost) - Method in class com.atlassian.confluence.security.delegate.BlogPostPermissionsDelegate
 
canRemoveHierarchy(ConfluenceUser, Page) - Method in class com.atlassian.confluence.security.delegate.PagePermissionsDelegate
 
canRemoveHierarchy(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.SharedAccessInterceptor
 
canRemoveHierarchy(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.TargetToLatestVersionDecorator
 
canRemoveHierarchy(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.PermissionHelper
 
canRemoveHierarchy(ConfluenceUser, TARGET) - Method in interface com.atlassian.confluence.security.PermissionDelegate
 
canRename() - Method in class com.atlassian.confluence.user.actions.EditUserAction
 
canRender(SearchResult) - Method in class com.atlassian.confluence.internal.search.DefaultSearchResultResultRenderer
 
canRender(SearchResult) - Method in interface com.atlassian.confluence.plugin.SearchResultRenderer
Indicates if this paricular plugin can (and want) to render the given search result.
canRetry(RetryContext) - Method in class com.atlassian.confluence.impl.spring.FirstOnStackRetryPolicy
 
canRunAdhoc() - Method in class com.atlassian.confluence.schedule.AbstractManagedScheduledJob
 
canRunAdhoc() - Method in interface com.atlassian.confluence.schedule.ManagedScheduledJob
 
canSetPermission(ConfluenceUser, SpacePermission) - Method in class com.atlassian.confluence.security.DefaultSetSpacePermissionChecker
Checks whether the specified user can set the specified space permission.
canSetPermission(ConfluenceUser, SpacePermission) - Method in interface com.atlassian.confluence.security.SetSpacePermissionChecker
 
canSetPermission(ConfluenceUser, SpacePermission) - Method in class com.atlassian.confluence.security.SpacePermissionDefaultsPermissionChecker
 
canSetPermissionOnGroup(String, String) - Method in class com.atlassian.confluence.impl.security.administrators.EditGlobalPermissionsAdministrator
Returns whether the remote user can set the required permission for the group(used by velocity)
canSetPermissionOnGroup(String, String) - Method in class com.atlassian.confluence.security.actions.EditGlobalPermissionsAction
Determines whether the logged in user can set the permission for the group.
canSetPermissionOnUser(String, ConfluenceUser) - Method in class com.atlassian.confluence.impl.security.administrators.EditGlobalPermissionsAdministrator
Returns whether the remote user can set the required permission for the user (used by velocity)
canSetPermissionOnUser(String, String) - Method in class com.atlassian.confluence.security.actions.EditGlobalPermissionsAction
Determines whether the logged in user can set the permission for the user.
canSetPermissions(ConfluenceUser, Labelling) - Method in class com.atlassian.confluence.security.delegate.LabellingPermissionsDelegate
 
canSetPermissions(ConfluenceUser, AbstractLink) - Method in class com.atlassian.confluence.security.delegate.LinkPermissionsDelegate
 
canSetPermissions(ConfluenceUser, Attachment) - Method in class com.atlassian.confluence.security.delegate.AttachmentPermissionsDelegate
 
canSetPermissions(ConfluenceUser, BlogPost) - Method in class com.atlassian.confluence.security.delegate.BlogPostPermissionsDelegate
 
canSetPermissions(ConfluenceUser, Comment) - Method in class com.atlassian.confluence.security.delegate.CommentPermissionsDelegate
 
canSetPermissions(ConfluenceUser, Draft) - Method in class com.atlassian.confluence.security.delegate.DraftPermissionsDelegate
 
canSetPermissions(ConfluenceUser, Page) - Method in class com.atlassian.confluence.security.delegate.PagePermissionsDelegate
 
canSetPermissions(ConfluenceUser, PageTemplate) - Method in class com.atlassian.confluence.security.delegate.PageTemplatePermissionsDelegate
 
canSetPermissions(ConfluenceUser, GlobalDescription) - Method in class com.atlassian.confluence.security.delegate.GlobalDescriptionPermissionsDelegate
 
canSetPermissions(ConfluenceUser, Space) - Method in class com.atlassian.confluence.security.delegate.SpacePermissionsDelegate
 
canSetPermissions(ConfluenceUser, SpaceDescription) - Method in class com.atlassian.confluence.security.delegate.SpaceDescriptionPermissionsDelegate
 
canSetPermissions(ConfluenceUser, PersonalInformation) - Method in class com.atlassian.confluence.security.delegate.PersonalInformationPermissionsDelegate
 
canSetPermissions(ConfluenceUser, Group) - Method in class com.atlassian.confluence.security.delegate.GroupPermissionsDelegate
Determines if the specified user can assign new permissions to or remove existing permissions from the target group.
canSetPermissions(ConfluenceUser, User) - Method in class com.atlassian.confluence.security.delegate.UserPermissionsDelegate
Determines if the specified user can add new permissions or remove existing permissions on the target user.
canSetPermissions(ConfluenceUser, Object) - Method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyPermissionDelegate
 
canSetPermissions(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.ApplicationPermissionsDelegate
 
canSetPermissions(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.PeopleDirectoryPermissionsDelegate
 
canSetPermissions(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.SharedAccessInterceptor
 
canSetPermissions(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.SystemPermissionsDelegate
 
canSetPermissions(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.TargetToLatestVersionDecorator
 
canSetPermissions(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.PermissionHelper
 
canSetPermissions(ConfluenceUser, T) - Method in class com.atlassian.confluence.security.NoPermissionDelegate
 
canSetPermissions(ConfluenceUser, TARGET) - Method in interface com.atlassian.confluence.security.PermissionDelegate
 
canSetSystemAdministratorPermission() - Method in class com.atlassian.confluence.impl.security.administrators.EditGlobalPermissionsAdministrator
Returns whether the user can set the administrator permissions (used by velocity)
canSetSystemAdministratorPermission() - Method in class com.atlassian.confluence.security.actions.EditGlobalPermissionsAction
Determines whether the logged in user can set the system admin permission.
CanSignupCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions.user
Returns true if the global "allow public signup" setting is enabled in General Configuration.
CanSignupCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.user.CanSignupCondition
 
canSignUpWith(String) - Method in interface com.atlassian.confluence.user.SignupManager
Return true if the given token is valid for a user to self-sign-up.
canUpdate() - Method in class com.atlassian.confluence.user.actions.EditUserAction
 
canUseConfluence() - Method in interface com.atlassian.confluence.security.access.AccessStatus
A user (logged in or anonymous) may have access to Confluence if they have been granted SpacePermission.USE_CONFLUENCE_PERMISSION or SpacePermission.LIMITED_USE_CONFLUENCE_PERMISSION permission.
canUseConfluence(User) - Static method in class com.atlassian.confluence.internal.security.ThreadLocalPermissionsCacheInternal
Deprecated.
since 5.9: only here to support legacy
invalid reference
com.atlassian.confluence.security.ThreadLocalPermissionsCache#canUseConfluence(User)
. Use ConfluenceAccessManager.getUserAccessStatus(com.atlassian.confluence.user.ConfluenceUser) instead.
canUseConfluenceCheck(ConfluenceUser) - Method in class com.atlassian.confluence.plugins.rest.jackson2.filter.CanUseFilter
 
canUseConfluenceCheck(ConfluenceUser) - Method in class com.atlassian.confluence.plugins.rest.jackson2.filter.CanUseWithAnyConfluenceAccessFilter
 
CanUseFilter - Class in com.atlassian.confluence.plugins.rest.jackson2.filter
A filter which checks if the current user is permitted to use Confluence.
CanUseFilter(PermissionManager) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.filter.CanUseFilter
 
canUserAccessProduct(UserKey) - Method in class com.atlassian.confluence.security.access.WhitelistConfluenceAccessManager
 
canUserRequestAccessOnCurrentPage() - Method in class com.atlassian.confluence.pages.actions.PageNotPermittedAction
 
CanUserUseConfluence(SpacePermissionManager) - Constructor for class com.atlassian.confluence.follow.DefaultFollowManager.CanUserUseConfluence
 
CanUseWithAnyConfluenceAccessFilter - Class in com.atlassian.confluence.plugins.rest.jackson2.filter
A filter which checks if the current user is permitted to use Confluence, including users with visitor (limited) access.
CanUseWithAnyConfluenceAccessFilter(PermissionManager, ConfluenceAccessManager) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.filter.CanUseWithAnyConfluenceAccessFilter
 
canView(ConfluenceUser) - Method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyPermissionDelegate
 
canView(ConfluenceUser) - Method in class com.atlassian.confluence.plugins.edgeindex.edge.DefaultEdgeTypePermissionDelegate
 
canView(ConfluenceUser) - Method in interface com.atlassian.confluence.plugins.edgeindex.model.EdgeType.EdgeTypePermissionDelegate
 
canView(ConfluenceUser) - Method in class com.atlassian.confluence.security.delegate.AbstractPermissionsDelegate
 
canView(ConfluenceUser) - Method in class com.atlassian.confluence.security.delegate.ApplicationPermissionsDelegate
 
canView(ConfluenceUser) - Method in class com.atlassian.confluence.security.delegate.GlobalDescriptionPermissionsDelegate
 
canView(ConfluenceUser) - Method in class com.atlassian.confluence.security.delegate.GroupPermissionsDelegate
 
canView(ConfluenceUser) - Method in class com.atlassian.confluence.security.delegate.LinkPermissionsDelegate
 
canView(ConfluenceUser) - Method in class com.atlassian.confluence.security.delegate.PeopleDirectoryPermissionsDelegate
 
canView(ConfluenceUser) - Method in class com.atlassian.confluence.security.delegate.PersonalInformationPermissionsDelegate
 
canView(ConfluenceUser) - Method in class com.atlassian.confluence.security.delegate.SharedAccessInterceptor
 
canView(ConfluenceUser) - Method in class com.atlassian.confluence.security.delegate.SpaceDescriptionPermissionsDelegate
 
canView(ConfluenceUser) - Method in class com.atlassian.confluence.security.delegate.SystemPermissionsDelegate
 
canView(ConfluenceUser) - Method in class com.atlassian.confluence.security.delegate.TargetToLatestVersionDecorator
 
canView(ConfluenceUser) - Method in class com.atlassian.confluence.security.delegate.UserPermissionsDelegate
 
canView(ConfluenceUser) - Method in class com.atlassian.confluence.security.NoPermissionDelegate
 
canView(ConfluenceUser) - Method in interface com.atlassian.confluence.security.PermissionDelegate
 
canView(ConfluenceUser, Labelling) - Method in class com.atlassian.confluence.security.delegate.LabellingPermissionsDelegate
 
canView(ConfluenceUser, AbstractLink) - Method in class com.atlassian.confluence.security.delegate.LinkPermissionsDelegate
 
canView(ConfluenceUser, Attachment) - Method in class com.atlassian.confluence.security.delegate.AttachmentPermissionsDelegate
 
canView(ConfluenceUser, BlogPost) - Method in class com.atlassian.confluence.security.delegate.BlogPostPermissionsDelegate
 
canView(ConfluenceUser, Comment) - Method in class com.atlassian.confluence.security.delegate.CommentPermissionsDelegate
 
canView(ConfluenceUser, Draft) - Method in class com.atlassian.confluence.security.delegate.DraftPermissionsDelegate
 
canView(ConfluenceUser, Page) - Method in class com.atlassian.confluence.security.delegate.PagePermissionsDelegate
 
canView(ConfluenceUser, PageTemplate) - Method in class com.atlassian.confluence.security.delegate.PageTemplatePermissionsDelegate
 
canView(ConfluenceUser, GlobalDescription) - Method in class com.atlassian.confluence.security.delegate.GlobalDescriptionPermissionsDelegate
GlobalDescription instances can be viewed by anyone, even by anonymous users and if the anonymous use flag is set to false.
canView(ConfluenceUser, Space) - Method in class com.atlassian.confluence.security.delegate.SpacePermissionsDelegate
 
canView(ConfluenceUser, SpaceDescription) - Method in class com.atlassian.confluence.security.delegate.SpaceDescriptionPermissionsDelegate
 
canView(ConfluenceUser, PersonalInformation) - Method in class com.atlassian.confluence.security.delegate.PersonalInformationPermissionsDelegate
 
canView(ConfluenceUser, Group) - Method in class com.atlassian.confluence.security.delegate.GroupPermissionsDelegate
Determines if the specified user can view the user list of target group.
canView(ConfluenceUser, User) - Method in class com.atlassian.confluence.security.delegate.UserPermissionsDelegate
Determines if the specified user can view the target user.
canView(ConfluenceUser, Object) - Method in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyPermissionDelegate
 
canView(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.ApplicationPermissionsDelegate
Return true if a user is licensed to use Confluence i.e.
canView(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.PeopleDirectoryPermissionsDelegate
 
canView(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.SharedAccessInterceptor
 
canView(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.SystemPermissionsDelegate
 
canView(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.delegate.TargetToLatestVersionDecorator
 
canView(ConfluenceUser, Object) - Method in class com.atlassian.confluence.security.PermissionHelper
 
canView(ConfluenceUser, T) - Method in class com.atlassian.confluence.security.NoPermissionDelegate
 
canView(ConfluenceUser, TARGET) - Method in interface com.atlassian.confluence.security.PermissionDelegate
 
canViewGlobalPolicy(ConfluenceUser) - Method in class com.atlassian.confluence.impl.retention.manager.DefaultRetentionPolicyPermissionManager
 
canViewGlobalPolicy(ConfluenceUser) - Method in interface com.atlassian.confluence.retention.RetentionPolicyPermissionManager
 
canViewPage(ConfluenceUser, long) - Method in class com.atlassian.confluence.security.PermissionHelper
 
canViewPage(ConfluenceUser, String, String) - Method in class com.atlassian.confluence.security.PermissionHelper
 
canViewSpacePolicy(ConfluenceUser, Space) - Method in class com.atlassian.confluence.impl.retention.manager.DefaultRetentionPolicyPermissionManager
 
canViewSpacePolicy(ConfluenceUser, Space) - Method in interface com.atlassian.confluence.retention.RetentionPolicyPermissionManager
 
capacity() - Method in class com.atlassian.confluence.search.v2.extractor.util.AbstractLengthLimitedStringBuilder
 
CAPTCHA_BY_ID - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
CAPTCHA_GENERATION - Static variable in class com.atlassian.confluence.servlet.ImageCaptchaServlet
 
CAPTCHA_HEADER_ID - Static variable in class com.atlassian.confluence.tinymceplugin.rest.captcha.CaptchaResourceFilter
 
CAPTCHA_HEADER_RESPONSE - Static variable in class com.atlassian.confluence.tinymceplugin.rest.captcha.CaptchaResourceFilter
 
CAPTCHA_ID - Static variable in class com.atlassian.confluence.servlet.ImageCaptchaServlet
 
CAPTCHA_KEY - Static variable in class com.atlassian.confluence.event.events.security.LoginDetails
 
CAPTCHA_MANAGER - Static variable in class com.atlassian.confluence.servlet.ImageCaptchaServlet
 
CaptchaAware - Interface in com.atlassian.confluence.security
Interface used to mark Actions that require captcha validation.
CaptchaCheckFailedException - Exception Class in com.atlassian.confluence.tinymceplugin.rest.captcha
Thrown when a Captcha check fails
CaptchaCheckFailedException() - Constructor for exception class com.atlassian.confluence.tinymceplugin.rest.captcha.CaptchaCheckFailedException
 
CaptchaContextProvider - Class in com.atlassian.confluence.tinymceplugin.web
Gives the Captcha web panel access to Captcha-specific context
CaptchaContextProvider(CaptchaManager) - Constructor for class com.atlassian.confluence.tinymceplugin.web.CaptchaContextProvider
 
captchaEnabled - Variable in class com.atlassian.confluence.admin.actions.ConfigureCaptchaAction
 
captchaGroups - Variable in class com.atlassian.confluence.admin.actions.ConfigureCaptchaAction
 
CaptchaInterceptor - Class in com.atlassian.confluence.security.interceptors
Interceptor that performs captcha validation on any actions that implement CaptchaAware.
CaptchaInterceptor() - Constructor for class com.atlassian.confluence.security.interceptors.CaptchaInterceptor
 
captchaManager - Variable in class com.atlassian.confluence.admin.actions.ConfigureCaptchaAction
 
captchaManager - Variable in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
captchaManager - Variable in class com.atlassian.confluence.user.actions.SiteSupportAction
 
CaptchaManager - Interface in com.atlassian.confluence.security
 
CaptchaResourceFilter - Class in com.atlassian.confluence.tinymceplugin.rest.captcha
A filter for requests that require a captcha to be supplied.
CaptchaResourceFilter(CaptchaManager) - Constructor for class com.atlassian.confluence.tinymceplugin.rest.captcha.CaptchaResourceFilter
 
CaptchaSettings - Class in com.atlassian.confluence.setup.settings.beans
 
CaptchaSettings() - Constructor for class com.atlassian.confluence.setup.settings.beans.CaptchaSettings
 
CaptchaSettings(CaptchaSettings) - Constructor for class com.atlassian.confluence.setup.settings.beans.CaptchaSettings
Copy-constructor for cloning settings
Caret - Class in com.atlassian.confluence.xhtml.api
Represents a caret for in a placeholder.
Caret() - Constructor for class com.atlassian.confluence.xhtml.api.Caret
 
CaretMarshallingFactory - Interface in com.atlassian.confluence.content.render.xhtml.placeholder
 
CaretMarshallingFactoryImpl - Class in com.atlassian.confluence.content.render.xhtml.placeholder
 
CaretMarshallingFactoryImpl(Marshaller<Caret>, Marshaller<Caret>, Marshaller<Caret>, Unmarshaller<Caret>, Unmarshaller<Caret>) - Constructor for class com.atlassian.confluence.content.render.xhtml.placeholder.CaretMarshallingFactoryImpl
 
CaseInsensitiveSortComparator - Class in com.atlassian.confluence.impl.search.v2.lucene
A Lucene SortComparator that will convert field text to lower case effectively rendering all comparisons case insensitive.
CaseInsensitiveSortComparatorSource - Class in com.atlassian.confluence.impl.search.v2.lucene
 
CaseInsensitiveSortComparatorSource() - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.CaseInsensitiveSortComparatorSource
 
CaseInsensitiveSortMapper - Class in com.atlassian.confluence.impl.search.v2.mappers
Deprecated.
since 7.0 user LowercaseFieldSortMapper.
CaseInsensitiveSortMapper(String) - Constructor for class com.atlassian.confluence.impl.search.v2.mappers.CaseInsensitiveSortMapper
Deprecated.
 
categorised() - Method in class com.atlassian.confluence.event.events.search.ContentNameResultsConversionEvent
 
category(String) - Method in class com.atlassian.confluence.api.model.audit.AuditRecord.Builder
Deprecated.
 
Category - Class in com.atlassian.confluence.search.contentnames
Represents a category in which results coming back from a content name search can be put in.
Category(String) - Constructor for class com.atlassian.confluence.search.contentnames.Category
 
CATEGORY - Enum constant in enum class com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro.Tabs
 
CategoryResource - Class in com.atlassian.confluence.plugins.restapi.resources
 
CategoryResource(CategoryService) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.CategoryResource
 
CategoryService - Interface in com.atlassian.confluence.api.service.content
Provides operations for Categories.
CategoryService.Validator - Interface in com.atlassian.confluence.api.service.content
Provides methods for validating category operations.
CategoryServiceImpl - Class in com.atlassian.confluence.api.impl.service.content
 
CategoryServiceImpl(SpaceManagerInternal, LabelManager, LabelPermissionEnforcer) - Constructor for class com.atlassian.confluence.api.impl.service.content.CategoryServiceImpl
 
CAUSE_KEY - Static variable in class com.atlassian.confluence.internal.health.HealthCheckAttributes
Checks which send analytics can provide a short cause which is analytics safe, i.e.
CDatafyString(String) - Static method in class com.atlassian.confluence.security.persistence.dao.hibernate.KeyTransferBean
 
cdnStrategyProvider(OsgiServiceRegistry) - Method in class com.atlassian.confluence.impl.spring.ConfluenceWebresourceManagerWiring
 
CensoringWordGenerator - Class in com.atlassian.confluence.internal.security.captcha
A word generator that wraps around another word generator, and censors the words that the wrapped generator produces.
CensoringWordGenerator(WordGenerator) - Constructor for class com.atlassian.confluence.internal.security.captcha.CensoringWordGenerator
Constructs a censoring word generator that censors the given word generator.
CertificateRetrievalException - Exception Class in com.atlassian.confluence.security.trust
 
CertificateRetrievalException() - Constructor for exception class com.atlassian.confluence.security.trust.CertificateRetrievalException
 
CertificateRetrievalException(String) - Constructor for exception class com.atlassian.confluence.security.trust.CertificateRetrievalException
 
CertificateRetrievalException(String, Throwable) - Constructor for exception class com.atlassian.confluence.security.trust.CertificateRetrievalException
 
CertificateRetrievalException(Throwable) - Constructor for exception class com.atlassian.confluence.security.trust.CertificateRetrievalException
 
CertificateRetrievalService - Interface in com.atlassian.confluence.security.trust
This service is used to download application certificates and present them as a AliasedKey
ChainedColourScheme - Class in com.atlassian.confluence.themes
A simple colour scheme that looks through a list of colour schemes until it finds a matching colour (or null if none found).
ChainedColourScheme(List<ColourScheme>) - Constructor for class com.atlassian.confluence.themes.ChainedColourScheme
Creates a ChainedColourScheme that selects colours from the list of ColourSchemes provided.
ChainedImportedObjectPreProcessor - Class in com.atlassian.confluence.importexport
Deprecated.
since 7.17.0.
ChainedImportedObjectPreProcessor(List<ImportedObjectPreProcessor>) - Constructor for class com.atlassian.confluence.importexport.ChainedImportedObjectPreProcessor
Deprecated.
 
ChainedVelocityContext - Class in com.atlassian.confluence.velocity.context
Extends the default VelocityContext to ensure that the ChainedVelocityContext.getKeys() method returns all keys from the current context and the chained context.
ChainedVelocityContext(Context) - Constructor for class com.atlassian.confluence.velocity.context.ChainedVelocityContext
 
CHANGE - Enum constant in enum class com.atlassian.confluence.internal.diagnostics.ipd.index.IndexQueueType
 
CHANGE - Enum constant in enum class com.atlassian.confluence.search.v2.lucene.SearchIndex
Deprecated.
Indexed change objects, e.g.
CHANGE - Enum constant in enum class com.atlassian.confluence.search.v2.SearchResultType
A result that represents an edit/change
CHANGE - Static variable in class com.atlassian.confluence.search.v2.Index
 
CHANGE_DOCUMENT_AND_AUTHOR_ID - Static variable in class com.atlassian.confluence.internal.index.lucene.LuceneChangeExtractor.Mappings
 
CHANGE_DOCUMENT_GROUP_ID - Static variable in class com.atlassian.confluence.internal.index.lucene.LuceneChangeExtractor.Mappings
 
CHANGE_INDEX - Enum constant in enum class com.atlassian.confluence.internal.index.Index
 
CHANGE_INDEX_DIRECTORY_NAME - Static variable in class com.atlassian.confluence.internal.index.lucene.LuceneConnectionFactory
 
CHANGE_JOURNAL_ID - Static variable in class com.atlassian.confluence.internal.search.queue.AbstractJournalIndexTaskQueue
Deprecated.
since 7.9.0. Use spring dependency injection to get this instead of reffering static field
CHANGE_URL_PATH - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
changeAttachmentCreatedDate(String, String, String, Date) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
changeAttachmentCreatedDate(String, String, String, Date) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Change the created date of an attachment
changeAttachmentCreatedDate(String, String, String, Date) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
ChangeBatchIndexer - Interface in com.atlassian.confluence.internal.index
Providing batch processing for change index
changeCommentCreatedDate(String, String, Date) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
changeCommentCreatedDate(String, String, Date) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Change the created date of a comment
changeCommentCreatedDate(String, String, Date) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
ChangeCronJobScheduleAction - Class in com.atlassian.confluence.plugins.schedule.admin.action
Updates a schedule for a particular job.
ChangeCronJobScheduleAction() - Constructor for class com.atlassian.confluence.plugins.schedule.admin.action.ChangeCronJobScheduleAction
 
ChangeCronJobScheduleAction.Result - Class in com.atlassian.confluence.plugins.schedule.admin.action
 
ChangeDigestNotificationBean - Class in com.atlassian.confluence.mail
 
ChangeDigestNotificationBean(ContentEntityManager, UserAccessor, PermissionManager, NotificationManager) - Constructor for class com.atlassian.confluence.mail.ChangeDigestNotificationBean
 
ChangeDigestReport - Class in com.atlassian.confluence.mail.reports
 
ChangeDigestReport(User, UserAccessor) - Constructor for class com.atlassian.confluence.mail.reports.ChangeDigestReport
 
ChangeDigestStats - Class in com.atlassian.confluence.mail.reports
 
ChangeDigestStats(ChangeDigestReport) - Constructor for class com.atlassian.confluence.mail.reports.ChangeDigestStats
 
ChangeDocumentIdBuilder - Class in com.atlassian.confluence.internal.search
This class is used to generate the ids used to identify change documents and groups of change document in the Lucene index
ChangeDocumentIdBuilder() - Constructor for class com.atlassian.confluence.internal.search.ChangeDocumentIdBuilder
 
ChangeDocumentIndexPolicy - Class in com.atlassian.confluence.internal.search
Policy that defines what Searchables should be indexed as change documents.
ChangeDocumentIndexPolicy() - Constructor for class com.atlassian.confluence.internal.search.ChangeDocumentIndexPolicy
 
ChangeDocumentIndexPolicy.PolicyCheckResult - Class in com.atlassian.confluence.internal.search
 
changedValue(ChangedValue) - Method in class com.atlassian.confluence.api.model.audit.AuditRecord.Builder
Deprecated.
 
ChangedValue - Class in com.atlassian.confluence.api.model.audit
Deprecated.
since 7.5.0. Use ChangedValue from atlassian-audit-api
ChangedValue.Builder - Class in com.atlassian.confluence.api.model.audit
Deprecated.
 
ChangedValueEntity - Class in com.atlassian.confluence.impl.audit
Deprecated.
since 7.5.0. Audit records should be persisted via atlassian-audit-plugin
ChangedValueEntity(String, String, String, AuditRecordEntity) - Constructor for class com.atlassian.confluence.impl.audit.ChangedValueEntity
Deprecated.
 
changedValues(List<ChangedValue>) - Method in class com.atlassian.confluence.api.model.audit.AuditRecord.Builder
Deprecated.
 
changeIndexAccessor - Variable in class com.atlassian.confluence.internal.index.AbstractReindexer
 
ChangeIndexer - Interface in com.atlassian.confluence.search
Indexer for changes.
ChangeIndexRecoverer - Class in com.atlassian.confluence.impl.index
IndexRecoverer for the change index.
ChangeIndexRecoverer() - Constructor for class com.atlassian.confluence.impl.index.ChangeIndexRecoverer
 
ChangeIndexTaskQueue - Class in com.atlassian.confluence.impl.search.queue
Journal index task queue for the change index
ChangeIndexTaskQueue(JournalService, IndexTaskFactoryInternal, AnyTypeDaoInternal, IndexFlushRequester, JournalIdentifier, PrefetchDocumentBuilder) - Constructor for class com.atlassian.confluence.impl.search.queue.ChangeIndexTaskQueue
 
changeJobGroupState(String, Map<String, Object>) - Method in class com.atlassian.confluence.functest.rest.admin.SchedulerResource
Pauses all jobs for a JobRunner.
changeJobState(String, Map<String, Object>) - Method in class com.atlassian.confluence.functest.rest.admin.SchedulerResource
Controls a single job.
changeLoggingCategory() - Method in class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction
Generic category logging change endpoint
ChangeMappingsProvider() - Constructor for class com.atlassian.confluence.search.v2.SearchFieldMappings.ChangeMappingsProvider
 
changeMaxCacheSize(String, int) - Method in interface com.atlassian.confluence.cache.CacheConfigManager
Changes the max cache size.
changeMaxCacheSize(String, int) - Method in class com.atlassian.confluence.cache.DefaultCacheConfigManager
 
changeMaxCacheSize(String, int) - Method in class com.atlassian.confluence.cache.ehcache.EhCacheConfigManager
Changes the maximum cache size of the specified cache (both in runtime and where its persisted).
changeMaxCacheSize(String, int) - Method in class com.atlassian.confluence.impl.cache.CacheManagerTemplate
 
changeMaxEntries(String, int) - Method in interface com.atlassian.confluence.cache.CacheSettingsManager
Persists updates to the max entries settings for the specified cache.
changeMaxEntries(String, int) - Method in class com.atlassian.confluence.cache.CachingCacheSettingsManager
Change the max entries for a cache.
changeMaxEntries(String, int) - Method in class com.atlassian.confluence.cache.DefaultCacheSettingsManager
Change the max entries for a cache.
changeMaxEntries(String, int) - Method in class com.atlassian.confluence.impl.cache.config.PropertiesFileCacheSettingsManager
 
changeMyPassword(PasswordChangeDetails) - Method in class com.atlassian.confluence.api.impl.service.people.PersonServiceImpl
 
changeMyPassword(PasswordChangeDetails) - Method in class com.atlassian.confluence.api.impl.service.people.ReadOnlyPersonService
 
changeMyPassword(PasswordChangeDetails) - Method in interface com.atlassian.confluence.api.service.people.PersonService
Change the password of the current user.
changeMyPassword(PasswordChangeDetails) - Method in interface com.atlassian.confluence.rest.client.RemotePersonService
Change the password of the current user.
changeMyPassword(PasswordChangeDetails) - Method in class com.atlassian.confluence.rest.client.RemotePersonServiceImpl
 
changeMyPassword(String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Change the current user's password
changeMyPassword(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
Changes your password.
changeMyPassword(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
changeMyPassword(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
changeMyPassword(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
changeMyPassword(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
ChangeMyPasswordAction - Class in com.atlassian.confluence.user.actions
 
ChangeMyPasswordAction() - Constructor for class com.atlassian.confluence.user.actions.ChangeMyPasswordAction
 
changePageCreatedDate(String, String, Date) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
changePageCreatedDate(String, String, Date) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Change the created date of a page
changePageCreatedDate(String, String, Date) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
changePageModificationDate(String, String, Date) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
changePageModificationDate(String, String, Date) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Change the modification date of a page
changePageModificationDate(String, String, Date) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
changePassword(PasswordChangeDetails) - Method in class com.atlassian.confluence.plugins.restapi.resources.UserResource
 
changePassword(String, Credentials) - Method in class com.atlassian.confluence.plugins.restapi.resources.AdminUserResource
 
changePasswordEvent(ChangePasswordEvent) - Method in class com.atlassian.confluence.impl.audit.listener.UserManagementAuditListener
 
ChangePasswordEvent - Class in com.atlassian.confluence.event.events.security
Event representing the act of a user successfully changing their password from within Confluence
ChangePasswordEvent(User) - Constructor for class com.atlassian.confluence.event.events.security.ChangePasswordEvent
 
changePerRequestProfiling() - Method in class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction
 
changeProfile() - Method in class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction
 
changeProfiling() - Method in class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction
 
CHANGES_SEARCH - Static variable in class com.atlassian.confluence.search.v2.ChangesSearch
 
changeSchedulerState(Map<String, Object>) - Method in class com.atlassian.confluence.functest.rest.admin.SchedulerResource
Pauses and resumes the scheduler.
changeSearchIndexAccessor() - Method in class com.atlassian.confluence.spring.index.OpenSearchSubsystemConfig
 
ChangeSimpleJobScheduleAction - Class in com.atlassian.confluence.plugins.schedule.admin.action
Updates a schedule for a particular simple job.
ChangeSimpleJobScheduleAction() - Constructor for class com.atlassian.confluence.plugins.schedule.admin.action.ChangeSimpleJobScheduleAction
 
ChangeSimpleJobScheduleAction.Result - Class in com.atlassian.confluence.plugins.schedule.admin.action
 
changeSpaceCreatedDate(String, String, Date) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
changeSpaceCreatedDate(String, String, Date) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Change the created date of a space
changeSpaceCreatedDate(String, String, Date) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
ChangeSpaceDescriptionsBodyTypeTask - Class in com.atlassian.confluence.upgrade.upgradetask
 
ChangeSpaceDescriptionsBodyTypeTask(HtmlToXmlConverter, XmlEventReaderFactory) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.ChangeSpaceDescriptionsBodyTypeTask
 
ChangesSearch - Class in com.atlassian.confluence.search.v2
Represents a search against change information.
ChangesSearch(SearchQuery, SearchSort) - Constructor for class com.atlassian.confluence.search.v2.ChangesSearch
Deprecated, for removal: This API element is subject to removal in a future version.
ChangesSearch(SearchQuery, SearchSort, int, int) - Constructor for class com.atlassian.confluence.search.v2.ChangesSearch
Deprecated, for removal: This API element is subject to removal in a future version.
ChangesSearch(List<Index>, SearchQuery, SearchSort, int, int) - Constructor for class com.atlassian.confluence.search.v2.ChangesSearch
Deprecated, for removal: This API element is subject to removal in a future version.
ChangesSearch.Builder - Class in com.atlassian.confluence.search.v2
 
changeState(DenormalisedServiceStateRecord.ServiceType, DenormalisedPermissionServiceState, StateChangeInformation.MessageLevel, String, Long) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.DenormalisedPermissionStateLogService
 
changeState(DenormalisedServiceStateRecord, DenormalisedPermissionServiceState, StateChangeInformation.MessageLevel, String) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.DenormalisedPermissionStateLogService
 
changeUserPassword(String, String) - Method in class com.atlassian.confluence.api.impl.service.people.PersonServiceImpl
 
changeUserPassword(String, String) - Method in class com.atlassian.confluence.api.impl.service.people.ReadOnlyPersonService
 
changeUserPassword(String, String) - Method in interface com.atlassian.confluence.api.service.people.PersonService
Change the password of the given user.
changeUserPassword(String, String) - Method in interface com.atlassian.confluence.rest.client.RemotePersonService
Change the password of the given user.
changeUserPassword(String, String) - Method in class com.atlassian.confluence.rest.client.RemotePersonServiceImpl
 
changeUserPassword(String, String) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
Changes the user's password.
changeUserPassword(String, String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Change a user's password
changeUserPassword(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
changeUserPassword(String, String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
changeUserPassword(String, String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
changeUserPassword(String, String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
CharacterCountingWriter - Class in com.atlassian.confluence.util.io
A Writer which delegates to another Writer, and counts the number of characters that gets written to the delegate.
CharacterCountingWriter(Writer) - Constructor for class com.atlassian.confluence.util.io.CharacterCountingWriter
 
characters(char[], int, int) - Method in class com.atlassian.confluence.importexport.xmlimport.parser.BackupParser
Deprecated.
 
characters(char[], int, int) - Method in class com.atlassian.confluence.importexport.xmlimport.parser.DefaultFragmentParser
Deprecated.
 
CharFilterDescriptor - Interface in com.atlassian.confluence.plugins.index.api
A Character filter must be predefined in Confluence.
charToRunOutcome(char) - Static method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerRunDetails
 
charToScheduleType(char) - Static method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJob
 
check() - Method in class com.atlassian.confluence.plugins.opensearch.healthchecks.OpenSearchClusterHealthCheck
 
check() - Method in class com.atlassian.confluence.plugins.opensearch.healthchecks.OpenSearchConfluenceSpaceLimitHealthCheck
 
check(JohnsonEventContainer, HttpServletRequest) - Method in class com.atlassian.confluence.setup.johnson.WebAppContextPathCheck
Checks that the bootstrap has the context of the web application.
check(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.PrototypeUserSession
Deprecated.
Checks that the remote user (from the browser) matches the currently-logged-in user.
check(String) - Static method in class com.atlassian.confluence.util.misc.CssColourValidator
Separated for testability
CHECK_ID_KEY - Static variable in class com.atlassian.confluence.internal.health.HealthCheckAttributes
Checks that wish to have analytics events raised (e.g.
checkBrowseAllGroupPermission() - Method in interface com.atlassian.confluence.rest.client.remoteservice.people.RemoteGroupService
 
checkBrowseAllGroupPermission() - Method in class com.atlassian.confluence.rest.client.remoteservice.people.RemoteGroupServiceImpl
 
checkBuildNumbers(BuildNumber, BuildNumber, BuildNumber) - Method in class com.atlassian.confluence.setup.BuildNumberChecker
 
checkConstraintsExists(HibernateConfig, SessionFactory, Map<String, Pair<String, List<String>>>) - Static method in class com.atlassian.confluence.upgrade.impl.HibernateCheckConstraint
Take an expected map of [tablename, pair[constraint name, list[column name for constraint]]], and work out if the given constraints for the given table exists in the database.
checkDaoConfig() - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
 
checkDatabaseURL(DatabaseDetails) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupDatabaseAction
Validate prefix of Database URL.
checkDriver(DatabaseDetails) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupDatabaseAction
Checks if the given database driver can be resolved in classpath.
checkedCreate(LikeEvent) - Method in class com.atlassian.confluence.plugins.like.notifications.CreateLikeEventPayloadTransformer
 
checkedCreate(Notification<LikePayload>, ServerConfiguration, NotificationAddress) - Method in class com.atlassian.confluence.plugins.like.notifications.AbstractLikeEventRenderContextProvider
 
checkedCreate(Notification<LikePayload>, ServerConfiguration, RoleRecipient) - Method in class com.atlassian.confluence.plugins.like.notifications.AbstractLikeEventRenderContextProvider
 
checkHaveSomethingToExport() - Method in class com.atlassian.confluence.impl.importexport.AbstractExporterImpl
 
checkifBuildNumberInRange(String, Integer, Integer) - Method in interface com.atlassian.confluence.setup.settings.BuildNumberRangeChecker
 
checkifBuildNumberInRange(String, Integer, Integer) - Method in class com.atlassian.confluence.setup.settings.DefaultBuildNumberRangeChecker
 
checkIfMappingPresent(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
checkIfMappingPresent(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
 
checkIfMappingPresent(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
checkLanguage() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchSearchLanguageChecker
 
checkNameDoesNotHaveSqlInjections(String) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.DatabaseExporterHelper
Deprecated.
since 7.20.0 use TableAndFieldNameValidator instead.
checkNameDoesNotHaveSqlInjections(String) - Static method in class com.atlassian.confluence.impl.backuprestore.helpers.TableAndFieldNameValidator
Checks that the SQL does not have any SQL injections.
checkPermission(boolean, String) - Static method in class com.atlassian.confluence.api.service.exceptions.ApiPreconditions
 
checkPermissions(List<String>) - Method in class com.atlassian.confluence.user.administrators.DefaultEditUserGroupAdministrator
 
checkPermissions(List<String>) - Method in interface com.atlassian.confluence.user.administrators.EditUserGroupAdministrator
 
checkQuery(List<GraphQLRestRequest>) - Method in class com.atlassian.confluence.plugins.graphql.GraphQLQueryLimiter
 
checkRecursiveExpansion(String) - Method in class com.atlassian.confluence.api.model.Expansions
Checks to see if the passed in expansion string is expanded again somewhere in the expansions map.
checkRequestArgs(boolean, String) - Static method in class com.atlassian.confluence.api.service.exceptions.ApiPreconditions
 
checkSignupAllowed() - Method in class com.atlassian.confluence.user.actions.SignUpAction
 
checkTimeout() - Method in interface com.atlassian.confluence.content.render.xhtml.ConversionContext
Check the timeout and throw an XhtmlTimeoutException if the timeout is expired.
checkTimeout() - Method in class com.atlassian.confluence.content.render.xhtml.DefaultConversionContext
 
CHEEKY - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.model.inline.Emoticon
 
ChildContentFactory - Class in com.atlassian.confluence.api.impl.service.content.factory
Makes Children and Descendants map and list instances, both expanded and collapsed.
ChildContentFactory(ChildSupport, NavigationService) - Constructor for class com.atlassian.confluence.api.impl.service.content.factory.ChildContentFactory
 
ChildContentProvider - Class in com.atlassian.confluence.plugins.graphql.providers
Graph-ql query field provider for the ChildContentService.
ChildContentProvider(ChildContentService) - Constructor for class com.atlassian.confluence.plugins.graphql.providers.ChildContentProvider
 
ChildContentResource - Class in com.atlassian.confluence.plugins.restapi.resources
REST wrapper for the ChildContentService.
ChildContentResource(ChildContentService) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.ChildContentResource
 
ChildContentService - Interface in com.atlassian.confluence.api.service.content
Interacts with Content children, providing methods to both get collections of children for various ContentTypes at various depths.
ChildContentService.ChildContentFinder - Interface in com.atlassian.confluence.api.service.content
A finder interface to encapsulate finding content under a particular parent
ChildContentServiceImpl - Class in com.atlassian.confluence.api.impl.service.content
Server implementation of the ChildContentService.
ChildContentServiceImpl(ChildSupport, ContentEntityManager, PermissionManager, FinderProxyFactory) - Constructor for class com.atlassian.confluence.api.impl.service.content.ChildContentServiceImpl
 
childGroupName() - Static method in class com.atlassian.integrationtest.confluence.user.persistence.dao.hibernate.CrowdIntegrationTestHelper
 
childMap(Expansions) - Static method in class com.atlassian.confluence.rest.v2.api.model.pagination.PaginationLimits
Maximum number of child content objects to return at a time in the children map, depending on which fields are expanded.
ChildPositionComparator - Class in com.atlassian.confluence.pages
A comparator used to sort pages based on the Page Ordering sort rules.
ChildPositionComparator() - Constructor for class com.atlassian.confluence.pages.ChildPositionComparator
 
children(ContentType, Depth) - Method in interface com.atlassian.confluence.api.nav.Navigation.ContentNav
 
children(ContentId, String, Integer, int, int, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.resources.ChildContentResource
 
children(Depth) - Method in interface com.atlassian.confluence.api.nav.Navigation.ContentNav
 
children(DataFetchingEnvironment, String, String, Integer, int, String, int, UriInfo) - Method in class com.atlassian.confluence.plugins.graphql.providers.ChildContentProvider
 
children(Map<ContentType, PageResponse<Content>>) - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
 
CHILDREN - Static variable in class com.atlassian.confluence.api.model.content.Content.Expansions
 
CHILDREN_DOC_EXAMPLE - Static variable in class com.atlassian.confluence.plugins.restapi.examples.ContentExamples
 
ChildrenAction - Class in com.atlassian.confluence.pages.actions
 
ChildrenAction() - Constructor for class com.atlassian.confluence.pages.actions.ChildrenAction
 
ChildrenListWrapperCallback - Class in com.atlassian.confluence.plugins.rest.jackson2.manager
Provides a list callback on a list of children for a page or comment.
ChildrenListWrapperCallback(RestContentManager, ContentEntityObject) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.manager.ChildrenListWrapperCallback
 
childrenOfType(ContentId, ContentType, String, Integer, int, int, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.resources.ChildContentResource
 
ChildSupport - Class in com.atlassian.confluence.api.impl.service.content.factory
Provides child Content items.
ChildSupport(ContentTypeApiSupportProvider, NavigationService, ContentEntityManager) - Constructor for class com.atlassian.confluence.api.impl.service.content.factory.ChildSupport
 
CHIMERA - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
CHINESE - Enum constant in enum class com.atlassian.confluence.search.SearchLanguage
 
CHINESE - Static variable in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
since 6.9.0
ChineseAnalyzer - Class in com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer.unstemmed
A analyzer for European languages which will tokenize, apply the standard filter and lower case.
ChineseAnalyzer(Version) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer.unstemmed.ChineseAnalyzer
 
ChineseAnalyzerProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language
Chinese language analyzer provider
ChineseAnalyzerProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.ChineseAnalyzerProvider
 
ChooseThemeAction - Class in com.atlassian.confluence.admin.actions.lookandfeel
 
ChooseThemeAction - Class in com.atlassian.confluence.spaces.actions
 
ChooseThemeAction() - Constructor for class com.atlassian.confluence.admin.actions.lookandfeel.ChooseThemeAction
 
ChooseThemeAction() - Constructor for class com.atlassian.confluence.spaces.actions.ChooseThemeAction
 
CHROME - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserFamily
 
CHROME_UNKNOWN - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
CHROME1 - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
CHROME2 - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
CHROME3 - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
CHROME4 - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
 
ChronoUnitCaseInsensitive - Class in com.atlassian.confluence.api.model
atlassian-rest doesn't play nice with the Joda time DateTime class, since it doesn't have a constructor with a single string parameter to deserialize it with.
ChronoUnitCaseInsensitive(String) - Constructor for class com.atlassian.confluence.api.model.ChronoUnitCaseInsensitive
 
CIPHER_TYPE_PROP - Static variable in class com.atlassian.confluence.impl.hibernate.ConfluenceHibernateConfig
 
CJK - Enum constant in enum class com.atlassian.confluence.search.SearchLanguage
 
CJK - Static variable in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
since 6.9.0
CjkAnalyzerProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language
CJK analyzer provider
CjkAnalyzerProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.CjkAnalyzerProvider
 
CLASS - Static variable in class com.atlassian.confluence.content.render.xhtml.XhtmlConstants.Attribute
 
CLASS_ATTRIBUTE_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
CLASS_NAME - Static variable in class com.atlassian.confluence.internal.search.v2.lucene.BonnieConstants
 
CLASS_NAME - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
classes() - Method in class com.atlassian.confluence.swagger.enricher.ConfluenceEnricher
 
ClassExistenceValidator - Class in com.atlassian.confluence.impl.backuprestore.restore.preprocessing
The class verifies whether the imported object has to imported or not (based on its class).
ClassExistenceValidator() - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.preprocessing.ClassExistenceValidator
 
ClassExtractor - Class in com.atlassian.confluence.impl.struts
The purpose of this class it to allow unit testing via mocking Class objects.
ClassExtractor() - Constructor for class com.atlassian.confluence.impl.struts.ClassExtractor
 
ClassicTokenFilterDescriptor - Class in com.atlassian.confluence.search.v2.analysis
This filter removes the english possessive from the end of words, and it removes dots from acronym.
ClassicTokenFilterDescriptor() - Constructor for class com.atlassian.confluence.search.v2.analysis.ClassicTokenFilterDescriptor
 
ClassicTokenizerDescriptor - Class in com.atlassian.confluence.search.v2.analysis
This tokenizer has heuristics for special treatment of acronyms, company names, email addresses, and internet host names.
ClassicTokenizerDescriptor() - Constructor for class com.atlassian.confluence.search.v2.analysis.ClassicTokenizerDescriptor
 
classLoaderAdvisor - Variable in class com.atlassian.confluence.api.impl.sal.AbstractHttpClientFactory
 
ClassLoaderDelegate - Class in com.atlassian.confluence.plugin.dev
 
ClassLoaderDelegate(ClassLoader) - Constructor for class com.atlassian.confluence.plugin.dev.ClassLoaderDelegate
 
ClasspathClasses - Class in com.atlassian.confluence.util.classpath
Classes on the classpath and the JARs that contain them.
ClasspathClasses() - Constructor for class com.atlassian.confluence.util.classpath.ClasspathClasses
 
ClasspathI18NResource - Class in com.atlassian.confluence.util.i18n
I18NResource reading resource bundle from the classpath
ClasspathI18NResource(String) - Constructor for class com.atlassian.confluence.util.i18n.ClasspathI18NResource
 
ClasspathJarDuplicateClassFinder - Class in com.atlassian.confluence.util.classpath
Finds duplicate classes in JARs in the classpath of the thread context classloader.
ClasspathJarDuplicateClassFinder() - Constructor for class com.atlassian.confluence.util.classpath.ClasspathJarDuplicateClassFinder
 
ClasspathJarDuplicateClassFinder(Predicate) - Constructor for class com.atlassian.confluence.util.classpath.ClasspathJarDuplicateClassFinder
 
ClasspathJarSets - Class in com.atlassian.confluence.util.classpath
Contains a set of JAR files for each class on the classpath: the set of JARs that contain the class.
ClasspathJarSets() - Constructor for class com.atlassian.confluence.util.classpath.ClasspathJarSets
 
ClasspathJarSets(ClasspathClasses) - Constructor for class com.atlassian.confluence.util.classpath.ClasspathJarSets
 
ClasspathJarSets(ClasspathClasses, Predicate) - Constructor for class com.atlassian.confluence.util.classpath.ClasspathJarSets
 
ClasspathThemeStylesheet - Class in com.atlassian.confluence.themes
 
ClasspathThemeStylesheet(String, String, String) - Constructor for class com.atlassian.confluence.themes.ClasspathThemeStylesheet
 
ClassPathURIResolver - Class in com.atlassian.confluence.importexport.resolvers
Deprecated.
since 7.14 unused
ClassPathURIResolver() - Constructor for class com.atlassian.confluence.importexport.resolvers.ClassPathURIResolver
Deprecated.
 
ClasspathUtils - Class in com.atlassian.confluence.util
Classpath discovery utilities
ClasspathUtils() - Constructor for class com.atlassian.confluence.util.ClasspathUtils
 
ClassResolver - Class in com.atlassian.confluence.util.test
 
ClassResolver() - Constructor for class com.atlassian.confluence.util.test.ClassResolver
 
ClassShouldBeExportableFilter - Class in com.atlassian.confluence.impl.backuprestore.restore.preprocessing
The class verifies whether the imported object has to imported or not (based on its class).
ClassShouldBeExportableFilter() - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.preprocessing.ClassShouldBeExportableFilter
 
classToTemplatePath(Class) - Static method in class com.atlassian.confluence.util.TemplateSupport
 
ClauseType - Enum Class in com.atlassian.confluence.search.v2
Clause type in boolean query.
clean() - Method in class com.atlassian.confluence.core.audit.MockAuditService
 
clean(ContentEntityObject) - Method in class com.atlassian.confluence.content.render.xhtml.PolicyConfiguredCleaner
 
clean(ContentEntityObject) - Method in interface com.atlassian.confluence.content.render.xhtml.XhtmlCleaner
Deprecated.
Clean the supplied body content markup and make it safe from security concerns.
clean(String) - Method in interface com.atlassian.confluence.content.ContentCleaner
 
clean(String) - Method in interface com.atlassian.confluence.impl.content.duplicatetags.DuplicateNestedTagsRemover
Works the same as cleanQuietly, but it throws exceptions in case of any error.
clean(String) - Method in class com.atlassian.confluence.impl.content.duplicatetags.internal.DuplicateNestedTagsRemoverImpl
Works the same as cleanQuietly, but it throws exceptions in case of any error.
cleanAllKeys() - Method in class com.atlassian.confluence.security.DownloadGateKeeper
 
cleanAllKeys() - Method in interface com.atlassian.confluence.security.GateKeeper
Revoke all granted permissions.
cleanAllKeysOlderThan(long) - Method in class com.atlassian.confluence.security.DownloadGateKeeper
 
cleanAndShutdown() - Method in class com.atlassian.confluence.impl.security.login.CacheBackedCaptchaStore
 
cleanBody(ContentCleaner) - Method in class com.atlassian.confluence.core.BodyContent
Cleans the stored body (marking it as such), and returns it.
cleanContentManagementIncrementalSync() - Method in class com.atlassian.confluence.functest.rest.admin.IncSyncResource
 
cleanEditorFormat(String, RenderContext) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultFormatConverter
 
cleanEditorFormat(String, RenderContext) - Method in interface com.atlassian.confluence.content.render.xhtml.FormatConverter
Cleans the editor format
cleanEntity(ContentEntityObject) - Method in class com.atlassian.confluence.content.render.xhtml.PolicyConfiguredCleaner
 
cleanEntity(ContentEntityObject) - Method in interface com.atlassian.confluence.content.render.xhtml.StorageFormatCleaner
Clean the supplied body content markup and make it safe from security concerns.
cleanGlobalPermissionManagementIncrementalSync() - Method in class com.atlassian.confluence.functest.rest.admin.IncSyncResource
 
cleanGlobalPermissionManagementIncrementalSync(String) - Method in class com.atlassian.confluence.functest.rest.admin.IncSyncResource
 
cleanLoggingContext() - Method in class com.atlassian.confluence.util.LoggingContextInterceptor
 
cleanObsoleteData() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.AbstractIncrementalSyncService
 
cleanObsoleteData() - Method in interface com.atlassian.confluence.internal.api.service.incrementalsync.IncrementalSyncCleaner
This will clean both obsolete journal entry and subscription.
cleanOldRecords(Instant) - Method in interface com.atlassian.confluence.internal.audit.persistence.dao.AuditRecordDao
Deprecated.
 
cleanOldRecords(Instant) - Method in class com.atlassian.confluence.internal.audit.persistence.dao.hibernate.HibernateAuditRecordDao
Deprecated.
 
cleanQuietly(ContentEntityObject) - Method in class com.atlassian.confluence.content.render.xhtml.PolicyConfiguredCleaner
 
cleanQuietly(ContentEntityObject) - Method in interface com.atlassian.confluence.content.render.xhtml.StorageFormatCleaner
Clean the specified body content markup and make it safe from security concerns with out reporting any clean up performed
cleanQuietly(ContentEntityObject) - Method in interface com.atlassian.confluence.content.render.xhtml.XhtmlCleaner
Deprecated.
Clean the specified body content markup and make it safe from security concerns with out reporting any clean up performed
cleanQuietly(String) - Method in class com.atlassian.confluence.content.render.xhtml.PolicyConfiguredCleaner
 
cleanQuietly(String) - Method in interface com.atlassian.confluence.content.render.xhtml.RenderedContentCleaner
Clean the specified String.
cleanQuietly(String) - Method in interface com.atlassian.confluence.content.render.xhtml.StorageFormatCleaner
Clean the specified String.
cleanQuietly(String) - Method in interface com.atlassian.confluence.content.render.xhtml.XhtmlCleaner
Deprecated.
Clean the specified String.
cleanQuietly(String) - Method in interface com.atlassian.confluence.impl.content.duplicatetags.DuplicateNestedTagsRemover
Removes all nested duplicates and returns the cleaned up text.
cleanQuietly(String) - Method in class com.atlassian.confluence.impl.content.duplicatetags.internal.DuplicateNestedTagsRemoverImpl
Removes all nested duplicates and returns the cleaned up text.
cleanStorageFormat(String) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultFormatConverter
 
cleanStorageFormat(String) - Method in interface com.atlassian.confluence.content.render.xhtml.FormatConverter
Cleans the storage format
cleanStyleAttribute(String) - Method in class com.atlassian.confluence.content.render.xhtml.PolicyConfiguredCleaner
 
cleanStyleAttribute(String) - Method in interface com.atlassian.confluence.content.render.xhtml.RenderedContentCleaner
Convert the supplied value of an HTML style attribute into a safe form if necessary.
cleanStyleAttribute(String) - Method in interface com.atlassian.confluence.content.render.xhtml.StorageFormatCleaner
Convert the supplied value of an HTML style attribute into a safe form if necessary.
cleanStyleAttribute(String) - Method in interface com.atlassian.confluence.content.render.xhtml.XhtmlCleaner
Deprecated.
Convert the supplied value of an HTML style attribute into a safe form if necessary.
CleanTempDirectoryJob - Class in com.atlassian.confluence.importexport.impl
Removes files from the Confluence temporary files directory.
CleanTempDirectoryJob(BootstrapManager, DownloadGateKeeper) - Constructor for class com.atlassian.confluence.importexport.impl.CleanTempDirectoryJob
 
cleanup() - Method in class com.atlassian.confluence.user.actions.TemporaryUploadedPicture
 
cleanUp() - Method in class com.atlassian.confluence.impl.schedule.jobs.PropertyEntryGardeningJob
 
cleanUp() - Method in class com.atlassian.confluence.impl.user.UserMentionsContentReindexer
 
Cleanup - Interface in com.atlassian.confluence.util
Provides an alternative to AutoCloseable that removes the throws clause on the close() method.
cleanupActionName(String) - Method in class com.atlassian.confluence.impl.struts.ConfluenceActionMapper
 
cleanUpDuplicatedLabels() - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.schema.LabelUniqueIndexHelper
Cleans up the duplicate rows in the LABEL table by: 1.
cleanupEmptyAncestors(File, File) - Static method in class com.atlassian.confluence.pages.persistence.dao.filesystem.FileSystemAttachmentDataUtil
 
cleanupEmptyAncestors(File, File, boolean) - Static method in class com.atlassian.confluence.pages.persistence.dao.filesystem.FileSystemAttachmentDataUtil
 
cleanupNamespaceName(String) - Method in class com.atlassian.confluence.impl.struts.ConfluenceActionMapper
 
cleanUpSubscriptions() - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.AbstractIncrementalSyncService
 
cleanUpSubscriptions() - Method in interface com.atlassian.confluence.internal.api.service.incrementalsync.IncrementalSyncService
This will clean up inactive/unused subscription
cleanUpSubscriptions(JournalIdentifier, long) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.ServerSubscriptionJournalStateStore
 
cleanUpSubscriptions(JournalIdentifier, long) - Method in interface com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.SubscriptionJournalStateStore
A Utility which helps to clean up expired subscriptions and deleted subscription
CleanupSummary - Class in com.atlassian.confluence.impl.retention.rules
 
CleanupSummary(CleanupSummary.Builder) - Constructor for class com.atlassian.confluence.impl.retention.rules.CleanupSummary
 
CleanupSummary.Builder - Class in com.atlassian.confluence.impl.retention.rules
 
CleanupSummaryAnalytics - Class in com.atlassian.confluence.impl.retention.analytics
 
CleanupSummaryAnalytics() - Constructor for class com.atlassian.confluence.impl.retention.analytics.CleanupSummaryAnalytics
 
CleanupSummaryAnalytics.AttachmentRemovalJobEvent - Class in com.atlassian.confluence.impl.retention.analytics
 
CleanupSummaryAnalytics.PageRemovalJobEvent - Class in com.atlassian.confluence.impl.retention.analytics
 
cleanUpTempFiles() - Method in class com.atlassian.confluence.util.FileSanitizer
 
cleanUserManagementIncrementalSync() - Method in class com.atlassian.confluence.functest.rest.admin.IncSyncResource
 
clear() - Method in class com.atlassian.cache.nutcluster.asyncinvalidation.AsyncInvalidationCache
 
clear() - Method in class com.atlassian.cache.nutcluster.asyncinvalidation.AsyncReplicationCache
 
clear() - Method in class com.atlassian.confluence.cache.ConfluenceManagedCache
 
clear() - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
 
clear() - Method in class com.atlassian.confluence.cache.DefaultConfluenceCache
 
clear() - Method in class com.atlassian.confluence.impl.cache.hibernate.ManagedNutclusterHibernateRegionCache
 
clear() - Method in interface com.atlassian.confluence.impl.labels.adaptivelabelcache.dao.AdaptiveLabelCacheDao
Clears all the records
clear() - Method in class com.atlassian.confluence.impl.labels.adaptivelabelcache.dao.DatabaseBasedAdaptiveLabelCacheDaoImpl
 
clear() - Method in class com.atlassian.confluence.impl.labels.ReadThroughMostPopularCache
 
clear() - Method in class com.atlassian.confluence.impl.license.RegisteredUsersCache
 
clear() - Method in class com.atlassian.confluence.impl.util.collections.SetAsList
 
clear() - Method in interface com.atlassian.confluence.index.status.ReIndexJobManager
Delete most recent or running re-index job.
clear() - Static method in class com.atlassian.confluence.internal.anitsamy.SkipAntisamyContextHolder
Clears the Antisamy check context for the current thread.
clear() - Method in class com.atlassian.confluence.internal.index.status.BandanaReIndexJobPersister
 
clear() - Method in class com.atlassian.confluence.internal.index.status.DefaultReIndexJobManager
 
clear() - Method in interface com.atlassian.confluence.internal.index.status.ReIndexJobPersister
Delete most recent or running re-index job.
clear() - Method in interface com.atlassian.confluence.plugin.descriptor.web.ContextMap
 
clear() - Method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
clear() - Method in class com.atlassian.confluence.rpc.auth.TokenMap
 
clear() - Method in class com.atlassian.confluence.setup.ConfluenceConfigurationPersisterForTests
 
clear() - Static method in class com.atlassian.confluence.util.logging.LoggingContext
Removes all keys from the logging context which are managed by this class.
clear() - Static method in class com.atlassian.confluence.util.OutputTypeThreadLocal
Clear the output type of the current execution
clear() - Method in class com.atlassian.confluence.util.profiling.AtlassianInstrumentationConfluenceMonitoring
 
clear() - Method in class com.atlassian.confluence.util.profiling.ConfluenceInstrumentRegistry
 
clear() - Method in interface com.atlassian.confluence.util.profiling.ConfluenceMonitoringControl
Clears the currently held statistics.
clear() - Method in interface com.atlassian.confluence.util.profiling.ControllableInstrumentRegistry
Clears the currently held statistics.
clear() - Method in class com.atlassian.confluence.util.velocity.ConfluenceVelocityResourceCache
 
clearAll() - Static method in class com.atlassian.confluence.util.logging.LoggingContext
Clears all MDC information on the current thread.
clearAllCircularReferences(long) - Method in class com.atlassian.confluence.impl.space.deletion.concealing.SpaceConcealer
Without deleting of the circular references, it won't be possible to delete space object.
clearAllExpiredTokens() - Method in class com.atlassian.confluence.user.DefaultUserVerificationTokenManager
 
clearAllExpiredTokens() - Method in interface com.atlassian.confluence.user.UserVerificationTokenManager
 
clearAllLatches() - Method in class com.atlassian.confluence.test.rpc.EventLatchManager
Clear all existing latches, return a collection of all classes for which latches existed.
clearApplicationActivities() - Method in class com.atlassian.confluence.api.impl.service.event.mau.MauEventServiceImpl
 
clearApplicationActivities() - Method in interface com.atlassian.confluence.api.service.event.mau.MauEventService
Reset the application activities for current request.
clearAssertionStatus() - Method in class com.atlassian.confluence.plugin.dev.ClassLoaderDelegate
 
clearAuthContext() - Method in class com.atlassian.confluence.rest.client.authentication.AuthenticatedWebResourceProvider
Clears the current authenticated user, if any.
clearClassAllowListForPlugin(ModuleCompleteKey) - Method in class com.atlassian.confluence.impl.struts.OgnlAllowListConfigurator
 
clearContext() - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
clearCurrentThreadTransactionalCaches() - Method in class com.atlassian.confluence.impl.cache.tx.TransactionalCacheFactory
Intended for use in testing.
clearCustomHtml(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
clearCustomHtml(String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Clears the global custom html.
clearCustomHtml(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
clearEventListeners(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
clearEventListeners(String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Removes all temporary event listeners, regardless of their state.
clearEventListeners(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
ClearExpiredRememberMeTokensJob - Class in com.atlassian.confluence.user.rememberme
 
ClearExpiredRememberMeTokensJob(ConfluenceRememberMeTokenDao) - Constructor for class com.atlassian.confluence.user.rememberme.ClearExpiredRememberMeTokensJob
 
clearHibernateConnectionProviderLastExceptionTime(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
clearHibernateConnectionProviderLastExceptionTime(String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
 
clearHibernateConnectionProviderLastExceptionTime(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
clearHistory() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.dao.DenormalisedChangeLogDao
 
clearHistory() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.DenormalisedPermissionStateLogService
Clears the history of messages.
clearIndex(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
clearIndex(String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Blows away the main Confluence search index.
clearIndex(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
clearIndexQueue() - Method in class com.atlassian.confluence.rpc.soap.services.AdminSoapService
Support remote interface for clearing out the index queue.
clearIndexQueue(String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
clearIndexQueue(String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
clearIndexQueue(String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
clearIndexQueue(String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
clearIndexQueue(String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
clearLastExceptionTime() - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.ExceptionMonitor
 
clearLicenseFromMemory() - Method in class com.atlassian.confluence.license.store.ApplicationConfigurationLicenseStore
 
clearLicenseFromMemory() - Method in interface com.atlassian.confluence.license.store.LicenseStore
Clears the currently installed from memory, causing it to be re-read from persistent the next time LicenseStore.retrieve() is called.
clearLicenseRegistry() - Static method in class com.atlassian.confluence.util.LicenseTestHelper
Deprecated.
clearLogFile(String) - Method in class com.atlassian.confluence.functest.rest.admin.LoggingResource
 
ClearOldMailErrors - Class in com.atlassian.confluence.mail.jobs
 
ClearOldMailErrors(TaskQueueWithErrorQueue) - Constructor for class com.atlassian.confluence.mail.jobs.ClearOldMailErrors
 
clearPackageAllowListForPlugin(ModuleCompleteKey) - Method in class com.atlassian.confluence.impl.struts.OgnlAllowListConfigurator
 
clearPluginPatterns(ModuleCompleteKey) - Method in class com.atlassian.confluence.impl.struts.MultipartUploadConfigurator
 
clearPluginSecurityData(String) - Method in class com.atlassian.confluence.impl.xstream.security.XStreamSecurityConfigurator
 
clearQueue(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
clearQueue(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Removes all items from the specified queue
clearQueue(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
clearRecordedLogMessages(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
clearRecordedLogMessages(String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
 
clearRecordedLogMessages(String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
clearRecordedMessages() - Method in class com.atlassian.confluence.impl.logging.LogMessageRecordingAppender
 
ClearReIndexJobPostImportTask - Class in com.atlassian.confluence.internal.index.status.importexport
Delete re-index job history from Bandana after import
ClearReIndexJobPostImportTask(ReIndexJobPersister) - Constructor for class com.atlassian.confluence.internal.index.status.importexport.ClearReIndexJobPostImportTask
 
clearRequestCache() - Method in interface com.atlassian.confluence.dmz.security.delegate.ScopesRequestCacheDelegate
 
clearRequestCache() - Method in class com.atlassian.confluence.impl.security.delegate.ScopesRequestCacheDelegateImpl
 
clearRequestCache() - Static method in class com.atlassian.confluence.util.RequestCacheThreadLocal
 
clearSynchronisationTokenForDirectory(long) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateDirectorySynchronisationTokenDao
 
clearSystemProperty(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
clearSystemProperty(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Unset a system property.
clearSystemProperty(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
clearSystemPropertyValue(String) - Method in class com.atlassian.confluence.functest.rest.admin.SystemSettingsResource
 
clearThreadLocalContext() - Method in class com.atlassian.confluence.impl.tracing.ConfluenceThreadLocalContextManager
Clear the thread local context on the current thread
clearTime() - Static method in class com.atlassian.confluence.core.datetime.RequestTimeThreadLocal
Clears the stored value of the thread-local.
clearToken(String) - Method in class com.atlassian.confluence.user.DefaultUserVerificationTokenManager
 
clearToken(String) - Method in interface com.atlassian.confluence.user.UserVerificationTokenManager
Clear the token regardless of the token type
clearToken(String, UserVerificationTokenType) - Method in class com.atlassian.confluence.user.DefaultUserVerificationTokenManager
 
clearToken(String, UserVerificationTokenType) - Method in class com.atlassian.confluence.user.persistence.dao.BandanaUserVerificationTokenDao
 
clearToken(String, UserVerificationTokenType) - Method in interface com.atlassian.confluence.user.persistence.dao.UserVerificationTokenDao
 
clearToken(String, UserVerificationTokenType) - Method in interface com.atlassian.confluence.user.UserVerificationTokenManager
 
clearUsername() - Static method in class com.atlassian.confluence.util.logging.LoggingContext
 
clearValues() - Method in class bucket.user.propertyset.BucketPropertySetItem
Deprecated.
 
clearValues() - Method in class com.atlassian.confluence.impl.neops.NeoPropertySetItem
 
clearValues(Collection<String>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.domain.ImportedObjectV2
Clears some values (for example, we can't persist them now due ot unresolved circular dependencies or some references are broken.
ClientSubscriptionJournalStateStore - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal
A Journal State Store which will store the state from MultiSubscriptionPerJournalIdentifier
ClientSubscriptionJournalStateStore(String, IncrementalSyncSubscriptionManager) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.ClientSubscriptionJournalStateStore
 
clock - Variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.AbstractIncrementalSyncService
 
clock - Variable in class com.atlassian.confluence.internal.diagnostics.ipd.filesystem.IpdLocalFileWriteLatencyMeter
 
clock - Variable in class com.atlassian.confluence.internal.diagnostics.ipd.filesystem.IpdSharedFileWriteLatencyMeter
 
clock - Variable in class com.atlassian.confluence.test.util.ProfilingTestRule
 
clock - Variable in class com.atlassian.confluence.util.test.rules.ProfilingTestRule
Deprecated.
 
clone() - Method in class com.atlassian.confluence.core.AbstractLabelableEntityObject
 
clone() - Method in class com.atlassian.confluence.core.BodyContent
 
clone() - Method in class com.atlassian.confluence.core.ContentEntityObject
 
clone() - Method in class com.atlassian.confluence.impl.user.crowd.serviceaccount.ServiceAccountUserImpl
Return a new copy of this ServiceAccountUserImpl
clone() - Method in class com.atlassian.confluence.pages.Attachment
 
clone() - Method in class com.atlassian.confluence.pages.Comment
 
clone() - Method in class com.atlassian.confluence.rpc.auth.TokenMap
 
clone() - Method in class com.atlassian.confluence.spaces.ReadOnlySpace
Deprecated.
 
clone() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
clone() - Method in class com.atlassian.confluence.spaces.Space
 
clone() - Method in class com.atlassian.confluence.user.ConfluenceUserImpl
Return a new copy of this ConfluenceUserImpl
cloneContext() - Method in class com.atlassian.confluence.mail.notification.listeners.NotificationData
Returns a copy of the common context for this Notification that can be used to populate a single email.
cloneContextForRecipient(ConfluenceUser) - Method in class com.atlassian.confluence.mail.notification.listeners.NotificationData
Returns a copy of the common context for this Notification that can be used to populate a single email for the specified recipient.
cloneForUpdate(T) - Method in interface com.atlassian.confluence.content.apisupport.ContentCreator
 
cloneForUpdate(T) - Method in class com.atlassian.confluence.content.apisupport.DefaultContentCreator
 
cloneSpace(long) - Method in class com.atlassian.confluence.impl.space.deletion.concealing.SpaceConcealer
 
cloneSpaceForRemoveEvent(Space) - Method in interface com.atlassian.confluence.dmz.spaces.SpaceManagerInternal
 
cloneSpaceForRemoveEvent(Space) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
We clone the space object so we can pass the space data with the SpaceRemoveEvent because a whole bunch of plugins break if we don't.
close() - Method in class com.atlassian.cache.nutcluster.asyncinvalidation.CacheInvalidatorFactory
CLoses all resources maintained by this object, including deregistration of all topic listeners.
close() - Method in class com.atlassian.confluence.content.render.xhtml.ConfluenceXMLEventWriter
 
close() - Method in class com.atlassian.confluence.content.render.xhtml.ForwardingXmlEventReader
 
close() - Method in class com.atlassian.confluence.content.render.xhtml.XmlFragmentBodyEventReader
 
close() - Method in class com.atlassian.confluence.content.render.xhtml.XmlFragmentEventReader
 
close() - Method in class com.atlassian.confluence.core.InputStreamExceptionDecorator
 
close() - Method in interface com.atlassian.confluence.core.persistence.schema.api.SchemaInformationService.CloseableDatabaseInformation
 
close() - Method in interface com.atlassian.confluence.impl.backuprestore.backup.container.ArchiveWriter
Locking method that waits for all data to be archived and closes necessary resources.
close() - Method in interface com.atlassian.confluence.impl.backuprestore.backup.container.BackupContainerWriter
 
close() - Method in class com.atlassian.confluence.impl.backuprestore.backup.container.EntityObjectsToXmlWriter
 
close() - Method in class com.atlassian.confluence.impl.backuprestore.backup.container.StreamZipWriter
 
close() - Method in class com.atlassian.confluence.impl.backuprestore.backup.container.XmlBackupContainerWriter
 
close() - Method in class com.atlassian.confluence.impl.backuprestore.ParallelTasksExecutor
 
close() - Method in interface com.atlassian.confluence.impl.backuprestore.restore.container.BackupContainerReader
 
close() - Method in class com.atlassian.confluence.impl.backuprestore.restore.container.XMLBackupContainerReader
 
close() - Method in interface com.atlassian.confluence.impl.backuprestore.restore.stash.StashObjectsWriter
Closes the stash.
close() - Method in class com.atlassian.confluence.impl.backuprestore.restore.stash.StashObjectsWriterImpl
 
close() - Method in interface com.atlassian.confluence.impl.backuprestore.restore.taskrunners.ImportTaskRunner
Runs tasks which should be executed even if restore fails
close() - Method in class com.atlassian.confluence.impl.backuprestore.restore.taskrunners.SiteImportTaskRunner
 
close() - Method in class com.atlassian.confluence.impl.backuprestore.statistics.StatisticsCollector
 
close() - Method in interface com.atlassian.confluence.impl.sitemesh.DecoratorTimings.DecoratorTimer
 
close() - Method in class com.atlassian.confluence.internal.anitsamy.SkipAntisamyContextHolder.SkipAntisamyContext
 
close() - Method in class com.atlassian.confluence.internal.index.lucene.LuceneSearchIndexAccessor
 
close() - Method in interface com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection
Closes the reader and the writer.
close() - Method in interface com.atlassian.confluence.internal.search.v2.lucene.LuceneAccessor
 
close() - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneConnection
 
close() - Method in class com.atlassian.confluence.internal.search.v2.lucene.Slf4JInfoStream
 
close() - Method in class com.atlassian.confluence.internal.search.v2.ProfiledSearchManager.ThreadLimiterStatisticsSender
 
close() - Method in class com.atlassian.confluence.logging.LoggingOutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class com.atlassian.confluence.plugin.descriptor.WeightedPluginModuleTracker
 
close() - Method in interface com.atlassian.confluence.plugins.opensearch.indexmanager.OpenSearchIndexManager.StagingIndex
Clean up resources, i.e.
close() - Method in class com.atlassian.confluence.rest.client.authentication.AuthenticatedWebResourceProvider
 
close() - Method in interface com.atlassian.confluence.search.IndexFlushRequester.Resumer
 
close() - Method in class com.atlassian.confluence.search.v2.extractor.util.StringBuilderWriter
 
close() - Method in interface com.atlassian.confluence.search.v2.StagingIndexFactory.StagingIndex
Cleans up resources associated with the staging index.
close() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2ContentPermissionSetTrigger
For SonarCube: we must implement this method, but we do not need to initialise anything here.
close() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2ContentPermissionTrigger
For SonarCube: we must implement this method, but we do not need to initialise anything here.
close() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2ContentTrigger
For SonarCube: we must implement this method, but we do not need to initialise anything here.
close() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2EmptyTrigger
For SonarCube: we must implement this method, but we do not need to initialise anything here.
close() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2SpacePermissionTrigger
For SonarCube: we must implement this method, but we do not need to initialise anything here.
close() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2SpaceTrigger
For SonarCube: we must implement this method, but we do not need to initialise anything here.
close() - Method in class com.atlassian.confluence.upgrade.AttachmentMigratorToV4Reporter
 
close() - Method in interface com.atlassian.confluence.util.Cleanup
Closes this resource, finishing work or cleaning up state as required.
close() - Method in class com.atlassian.confluence.util.io.CharacterCountingWriter
 
close() - Method in interface com.atlassian.confluence.util.profiling.Activity
Registers that the activity is now complete.
close() - Method in interface com.atlassian.confluence.util.profiling.Split
Default implementation stops the Split.
close(RetryContext) - Method in class com.atlassian.confluence.impl.spring.FirstOnStackRetryPolicy
 
closeConnection(Connection) - Method in class com.atlassian.confluence.impl.hibernate.DelegatingHikariConnectionProvider
Deprecated.
 
closeQuietly(XMLEventReader) - Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
 
closeQuietly(XMLEventWriter) - Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
 
closeQuietly(XMLStreamReader) - Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
 
closeQuietly(XMLStreamWriter) - Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
 
closeWriter() - Method in interface com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection
Deprecated.
since 8.1.1 without replacement, there is no real need to close writer while keeping reader open
closeWriter() - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneConnection
 
CLOUD - Enum constant in enum class com.atlassian.confluence.api.model.backuprestore.JobSource
 
CLOUD - Enum constant in enum class com.atlassian.confluence.importexport.impl.ExportDescriptor.Source
 
CloudAppEmbedResource - Class in com.atlassian.confluence.extra.paste.rest
 
CloudAppEmbedResource(NonMarshallingRequestFactory) - Constructor for class com.atlassian.confluence.extra.paste.rest.CloudAppEmbedResource
 
cloudPlatform(CloudPlatformType) - Method in class com.atlassian.confluence.status.service.systeminfo.CloudPlatformMetadata.Builder
 
CloudPlatform - Interface in com.atlassian.confluence.status.service.systeminfo
Provides cloud platform-specific information like type and metadata urls
CloudPlatformMetadata - Class in com.atlassian.confluence.status.service.systeminfo
Simple bean holding information about the cloud platform on which Confluence is running, if any
CloudPlatformMetadata.Builder - Class in com.atlassian.confluence.status.service.systeminfo
 
CloudPlatformMetadataService - Class in com.atlassian.confluence.status.service
Service for retrieving metadata from supported cloud platforms for analytics
CloudPlatformMetadataService(HttpClientFactory) - Constructor for class com.atlassian.confluence.status.service.CloudPlatformMetadataService
 
CloudPlatformType - Enum Class in com.atlassian.confluence.status.service.systeminfo
List of cloud platforms from which we support retrieving metadata for analytics
CLUSTER - Enum constant in enum class com.atlassian.confluence.internal.health.JohnsonEventType
 
CLUSTER - Static variable in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
CLUSTER_ADDRESS - Static variable in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
CLUSTER_AUTHENTICATION_ENABLED - Static variable in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
CLUSTER_AUTHENTICATION_ENABLED_DEFAULT_VAL - Static variable in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
CLUSTER_AUTHENTICATION_SECRET - Static variable in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
CLUSTER_AWS - Static variable in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
CLUSTER_AWS_ACCESS_KEY - Static variable in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
CLUSTER_AWS_HOST_HEADER - Static variable in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
CLUSTER_AWS_IAM_ROLE - Static variable in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
CLUSTER_AWS_REGION - Static variable in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
CLUSTER_AWS_SECRET_KEY - Static variable in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
CLUSTER_AWS_SECURITY_GROUP_NAME - Static variable in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
CLUSTER_AWS_TAG_KEY - Static variable in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
CLUSTER_AWS_TAG_VALUE - Static variable in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
CLUSTER_DOWNGRADE - Static variable in class com.atlassian.confluence.setup.actions.SetupStartAction
 
CLUSTER_HOME - Static variable in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
CLUSTER_INTERFACE - Static variable in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
CLUSTER_JOIN_TYPE - Static variable in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
CLUSTER_MIGRATION - Enum constant in enum class com.atlassian.confluence.internal.health.JohnsonEventType
 
CLUSTER_MULTICAST_PORT_SYS_PROP - Static variable in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
CLUSTER_MULTICAST_PORT_SYS_PROP - Static variable in class com.atlassian.confluence.cluster.MulticastClusterJoinConfig
 
CLUSTER_NAME - Static variable in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
CLUSTER_NODE_IDENTIFIER - Static variable in class com.atlassian.confluence.web.ResponseHeaderNames
 
CLUSTER_NODE_NAME - Static variable in class com.atlassian.confluence.web.ResponseHeaderNames
 
CLUSTER_PEERS - Static variable in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
CLUSTER_SETUP_ENTRIES - Static variable in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
CLUSTER_SETUP_TYPES - Static variable in class com.atlassian.confluence.setup.DefaultSetupPersister
 
CLUSTER_TTL - Static variable in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
CLUSTER_UPGRADE - Static variable in class com.atlassian.confluence.setup.actions.SetupStartAction
 
CLUSTER_WIDE - Enum constant in enum class com.atlassian.confluence.cluster.ReIndexingScopeThreadLocal.ReIndexingScope
 
ClusterableInterface(NetworkInterface, String, int) - Constructor for class com.atlassian.confluence.setup.actions.SetupClusterAction.ClusterableInterface
 
ClusterAccessModeEvent - Class in com.atlassian.confluence.event.events.cluster
Event to fire when read-only mode is enabled or disabled by the administrator on 1 node.
ClusterAccessModeEvent(Object, AccessMode) - Constructor for class com.atlassian.confluence.event.events.cluster.ClusterAccessModeEvent
 
ClusterAccessModeEventListener - Class in com.atlassian.confluence.event.listeners
This listener is used for synchronizing the site.wide.read.only.mode property stored in the local confluence.cfg.xml among the cluster nodes
ClusterAccessModeEventListener(AccessModeManager) - Constructor for class com.atlassian.confluence.event.listeners.ClusterAccessModeEventListener
 
ClusterAlreadyExistsException - Exception Class in com.atlassian.confluence.cluster
 
ClusterAlreadyExistsException(String, ClusterJoinConfig) - Constructor for exception class com.atlassian.confluence.cluster.ClusterAlreadyExistsException
 
ClusterAuthenticationEnabled - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
ClusterAuthenticationResult - Class in com.atlassian.confluence.impl.cluster.nutcluster.interceptor.authenticator
The result of a node trying to authenticate to join the cluster.
ClusterAuthenticationResult(boolean) - Constructor for class com.atlassian.confluence.impl.cluster.nutcluster.interceptor.authenticator.ClusterAuthenticationResult
 
ClusterAuthenticationResult(boolean, String) - Constructor for class com.atlassian.confluence.impl.cluster.nutcluster.interceptor.authenticator.ClusterAuthenticationResult
 
ClusterAuthenticationSecret - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
ClusterAuthenticator - Interface in com.atlassian.confluence.impl.cluster.nutcluster.interceptor.authenticator
Authenticates a node attempting to join the cluster.
ClusterAwareBeanSelector - Class in com.atlassian.confluence.impl.cluster
Responsible for selecting which of 2 beans should be used, depending on whether Confluence is clustered or not.
ClusterAwareBeanSelector(ClusterManager) - Constructor for class com.atlassian.confluence.impl.cluster.ClusterAwareBeanSelector
 
ClusterCacheCompactor - Interface in com.atlassian.confluence.cache
Marker interface for cluster-aware cache compactor
ClusterCacheFlushEvent - Class in com.atlassian.confluence.impl.cache
Signal that all managed caches have been flushed in this cluster
ClusterCacheFlushEvent(Object) - Constructor for class com.atlassian.confluence.impl.cache.ClusterCacheFlushEvent
 
ClusterChangeJobStatusListener - Class in com.atlassian.confluence.event.listeners
 
ClusterChangeJobStatusListener(ScheduledJobNodeManager) - Constructor for class com.atlassian.confluence.event.listeners.ClusterChangeJobStatusListener
 
ClusterCompatibilityValidator - Class in com.atlassian.confluence.cluster
This class validates if the current node is compatible with the cluster.
ClusterCompatibilityValidator(ClusterManagerInternal) - Constructor for class com.atlassian.confluence.cluster.ClusterCompatibilityValidator
 
ClusterConfig - Class in com.atlassian.confluence.cluster
Immutable value bean for Confluence cluster configuration
ClusterConfig(ClusterJoinConfig, String, File, NetworkInterface) - Constructor for class com.atlassian.confluence.cluster.ClusterConfig
 
ClusterConfigurationAccessor - Interface in com.atlassian.confluence.cluster
 
ClusterConfigurationHelper - Interface in com.atlassian.confluence.cluster
A facade for interacting with the clustering subsystem
ClusterConfigurationHelperInternal - Interface in com.atlassian.confluence.impl.cluster
Parts of ClusterConfigurationHelper that should not be visible for plugins.
ClusterConfigurationUtils - Class in com.atlassian.confluence.cluster
Helper class for retrieving cluster configuration information.
ClusterContextItemProvider - Class in com.atlassian.confluence.setup.velocity
Provides the current cluster node's identifier to the velocity context.
ClusterContextItemProvider(ClusterManager) - Constructor for class com.atlassian.confluence.setup.velocity.ClusterContextItemProvider
 
ClusterDirectoryDeletedEvent(Object, DirectoryDeletedEvent) - Constructor for class com.atlassian.confluence.user.crowd.ConfluenceDirectoryEventListener.ClusterDirectoryDeletedEvent
 
ClusterDirectoryEvent(Object, Directory) - Constructor for class com.atlassian.confluence.user.crowd.ConfluenceDirectoryEventListener.ClusterDirectoryEvent
 
ClusterDirectoryUpdatedEvent(Object, DirectoryUpdatedEvent) - Constructor for class com.atlassian.confluence.user.crowd.ConfluenceDirectoryEventListener.ClusterDirectoryUpdatedEvent
 
ClusterDisableJobEvent - Class in com.atlassian.confluence.event.events.cluster
Used to signal that all nodes should disable a (local) job.
ClusterDisableJobEvent(Object, ScheduledJobKey) - Constructor for class com.atlassian.confluence.event.events.cluster.ClusterDisableJobEvent
 
ClusteredDatabasePlatformMetadata - Class in com.atlassian.confluence.status.service.systeminfo
Simple bean holding information about the clustered database platform on which Confluence is running, if any.
ClusteredDatabasePlatformMetadata(ClusteredDatabasePlatformType, String, int) - Constructor for class com.atlassian.confluence.status.service.systeminfo.ClusteredDatabasePlatformMetadata
 
ClusteredDatabasePlatformMetadataService - Class in com.atlassian.confluence.status.service
Service for retrieving metadata from supported clustered database platforms for analytics
ClusteredDatabasePlatformMetadataService(PlatformAwareClusteredDatabaseMetadataRetriever) - Constructor for class com.atlassian.confluence.status.service.ClusteredDatabasePlatformMetadataService
 
ClusteredDatabasePlatformType - Enum Class in com.atlassian.confluence.status.service.systeminfo
List of clustered database platforms from which we support retrieving metadata for analytics
ClusteredEventTestingResource - Class in com.atlassian.confluence.functest.rest.cluster
 
ClusteredEventTestingResource(ClusterEventTestingService) - Constructor for class com.atlassian.confluence.functest.rest.cluster.ClusteredEventTestingResource
 
ClusterEnableJobEvent - Class in com.atlassian.confluence.event.events.cluster
Used to signal that all nodes should enable a (local) job.
ClusterEnableJobEvent(Object, ScheduledJobKey) - Constructor for class com.atlassian.confluence.event.events.cluster.ClusterEnableJobEvent
 
ClusterEvent - Interface in com.atlassian.confluence.event.events.cluster
Marker interface for those events which should be broadcast to other nodes in a cluster.
ClusterEventBroadcaster - Class in com.atlassian.confluence.cluster
Listens for events which are implementations of ClusterEvent, and wraps them in a ClusterEventWrapper and publishes them via the ClusterManager.
ClusterEventBroadcaster() - Constructor for class com.atlassian.confluence.cluster.ClusterEventBroadcaster
 
ClusterEventService - Interface in com.atlassian.confluence.impl.cluster.event
Defines a service for publishing application events to every node in the Confluence cluster.
ClusterEventTestingService - Class in com.atlassian.confluence.functest.rest.cluster
 
ClusterEventTestingService(EventPublisher) - Constructor for class com.atlassian.confluence.functest.rest.cluster.ClusterEventTestingService
 
ClusterEventTestingService.TestEvent - Class in com.atlassian.confluence.functest.rest.cluster
 
ClusterEventWrapper - Class in com.atlassian.confluence.event.events.cluster
Wraps an event for transmission to other nodes in the cluster.
ClusterEventWrapper(Object, ClusterEvent) - Constructor for class com.atlassian.confluence.event.events.cluster.ClusterEventWrapper
Create a clustered wrapper event to broadcast an event across a cluster.
ClusterEventWrapperService - Interface in com.atlassian.confluence.event.events.cluster
Service that wraps events in an appropriate Cluster event class depending on the underlying cluster fabric.
ClusterException - Exception Class in com.atlassian.confluence.cluster
 
ClusterException() - Constructor for exception class com.atlassian.confluence.cluster.ClusterException
 
ClusterException(String) - Constructor for exception class com.atlassian.confluence.cluster.ClusterException
 
ClusterException(String, Throwable) - Constructor for exception class com.atlassian.confluence.cluster.ClusterException
 
ClusterException(Throwable) - Constructor for exception class com.atlassian.confluence.cluster.ClusterException
 
ClusterExecutionService - Interface in com.atlassian.confluence.cluster
 
ClusterHeaderFilter - Class in com.atlassian.confluence.util
If clustering is enabled, adds a custom HTTP header (ResponseHeaderNames.CLUSTER_NODE_IDENTIFIER}) to the response to indicate which node is handling the request.
ClusterHeaderFilter() - Constructor for class com.atlassian.confluence.util.ClusterHeaderFilter
 
ClusterImpl - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
ClusterIndexRequestEvent - Class in com.atlassian.confluence.event.events.cluster
Event to fire to ask for a snapshot of a lucene index.
ClusterIndexRequestEvent(Object, String, JournalIdentifier, String, String) - Constructor for class com.atlassian.confluence.event.events.cluster.ClusterIndexRequestEvent
Construct an event to request for a recovery snapshot of the index.
ClusterIndexResponseEvent - Class in com.atlassian.confluence.event.events.cluster
Event to fire to ask for a snapshot of a lucene index.
ClusterIndexResponseEvent(Object, String, String, JournalIdentifier, String) - Constructor for class com.atlassian.confluence.event.events.cluster.ClusterIndexResponseEvent
Construct an event to indicate that this node can provide a recovery snapshot of the index.
ClusterIndexSnapshotCreatedEvent - Class in com.atlassian.confluence.event.events.cluster
Event to fire to notify other nodes that a snapshot of a lucene index has been created successfully.
ClusterIndexSnapshotCreatedEvent(Object, String, String, long, String, String) - Constructor for class com.atlassian.confluence.event.events.cluster.ClusterIndexSnapshotCreatedEvent
Construct an event to that includes the name of the generated index snapshot.
ClusterIndexSnapshotRequestEvent - Class in com.atlassian.confluence.event.events.cluster
Event to fire to ask for a snapshot of a lucene index.
ClusterIndexSnapshotRequestEvent(Object, String, String, JournalIdentifier, String) - Constructor for class com.atlassian.confluence.event.events.cluster.ClusterIndexSnapshotRequestEvent
Construct an event to request for a recovery snapshot of the index.
ClusterIndexSnapshotRequestReceivedEvent - Class in com.atlassian.confluence.event.events.cluster
Event to fire to notify other nodes that this has received the request to take a snapshot of a lucene index.
ClusterIndexSnapshotRequestReceivedEvent(Object, String, String) - Constructor for class com.atlassian.confluence.event.events.cluster.ClusterIndexSnapshotRequestReceivedEvent
Construct an event to indicate that this node is about to take a snapshot of its lucene index.
ClusterInformation - Interface in com.atlassian.confluence.cluster
 
ClusterInvariants - Class in com.atlassian.confluence.cluster
This class contains all attributes of a cluster which must be identical between nodes on a stable cluster
ClusterInvariants() - Constructor for class com.atlassian.confluence.cluster.ClusterInvariants
 
ClusterJoinAwsAccess - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
ClusterJoinAwsGroup - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
ClusterJoinAwsHeader - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
ClusterJoinAwsIam - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
ClusterJoinAwsRegion - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
ClusterJoinAwsSecret - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
ClusterJoinAwsTagKey - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
ClusterJoinAwsTagValue - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
ClusterJoinConfig - Interface in com.atlassian.confluence.cluster
 
ClusterJoinConfig.ClusterJoinType - Enum Class in com.atlassian.confluence.cluster
 
ClusterJoinConfig.Decoder - Interface in com.atlassian.confluence.cluster
 
ClusterJoinManager - Interface in com.atlassian.confluence.impl.cluster.nutcluster.interceptor.authenticator
Manages the initial establishment of connections between nodes in the cluster
ClusterJoinMode - Enum Class in com.atlassian.confluence.impl.cluster.nutcluster.interceptor.authenticator
Describes whether a node is initiating the connection to another node or accepting a connection from another node.
ClusterJoinMulticastGroup - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
ClusterJoinMulticastPort - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
ClusterJoinRequest - Interface in com.atlassian.confluence.impl.cluster.nutcluster.interceptor.authenticator
A request for a cluster join check
ClusterJoinSocketInterceptor - Class in com.atlassian.confluence.impl.cluster.nutcluster.interceptor
A MemberSocketInterceptor which delegates to ClusterJoinManager to verify if a member can join.
ClusterJoinSocketInterceptor() - Constructor for class com.atlassian.confluence.impl.cluster.nutcluster.interceptor.ClusterJoinSocketInterceptor
 
ClusterJoinTCPIPMembers - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
ClusterJoinType - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
clusterLockExecutionService - Variable in class com.atlassian.confluence.impl.retention.AbstractVersionRemovalService
 
clusterLockExecutionService - Variable in class com.atlassian.confluence.impl.retention.manager.AbstractTrashRemovalManager
 
ClusterLockExecutionService - Class in com.atlassian.confluence.impl.cluster.lock
A service to execute a runnable with a cluster lock.
ClusterLockExecutionService(ClusterLockService) - Constructor for class com.atlassian.confluence.impl.cluster.lock.ClusterLockExecutionService
 
ClusterLockServiceConfig - Class in com.atlassian.confluence.impl.cluster.lock
 
ClusterLockServiceConfig() - Constructor for class com.atlassian.confluence.impl.cluster.lock.ClusterLockServiceConfig
 
ClusterLockServiceResource - Class in com.atlassian.confluence.functest.rest.cluster
 
ClusterLockServiceResource(ClusterLockService) - Constructor for class com.atlassian.confluence.functest.rest.cluster.ClusterLockServiceResource
 
ClusterMaintenanceBannerEvent - Class in com.atlassian.confluence.event.events.cluster
Event to fire when the banner feature is enabled or disabled by the administrator on 1 node.
ClusterMaintenanceBannerEvent(Object, boolean, String, boolean, String) - Constructor for class com.atlassian.confluence.event.events.cluster.ClusterMaintenanceBannerEvent
 
clusterManager(NutclusterConfigurationAccessor, ClassLoader, SynchronizationManager, MeterRegistry, MBeanServer) - Method in class com.atlassian.confluence.impl.nutcluster.BootstrapNutclusterAppConfig
 
ClusterManager - Interface in com.atlassian.confluence.cluster
 
ClusterManagerInternal - Interface in com.atlassian.confluence.impl.cluster
 
ClusterNodeExecution<T> - Class in com.atlassian.confluence.cluster
Represents the cluster execution in each node (e.g.
ClusterNodeExecution(ClusterNodeInformation, CompletionStage<T>) - Constructor for class com.atlassian.confluence.cluster.ClusterNodeExecution
 
ClusterNodeInformation - Interface in com.atlassian.confluence.cluster
 
ClusterNotPermittedException - Exception Class in com.atlassian.confluence.cluster
 
ClusterNotPermittedException() - Constructor for exception class com.atlassian.confluence.cluster.ClusterNotPermittedException
 
ClusterPanicAnalyticsEvent - Class in com.atlassian.confluence.cluster.safety
Used when the ClusterSafetyManager detects a fatal error in the configuration of the cluster.
ClusterPanicAnalyticsEvent(boolean, int, int, int) - Constructor for class com.atlassian.confluence.cluster.safety.ClusterPanicAnalyticsEvent
 
ClusterPanicEvent - Class in com.atlassian.confluence.cluster.safety
Used when the ClusterSafetyManager detects a fatal error in the configuration of the cluster.
ClusterPanicEvent(Object, String) - Constructor for class com.atlassian.confluence.cluster.safety.ClusterPanicEvent
 
ClusterPanicException - Exception Class in com.atlassian.confluence.cluster.safety
 
ClusterPanicException() - Constructor for exception class com.atlassian.confluence.cluster.safety.ClusterPanicException
 
ClusterPanicListener - Class in com.atlassian.confluence.cluster.safety
 
ClusterPanicListener(ClusterManager, LifecycleAwareSchedulerService) - Constructor for class com.atlassian.confluence.cluster.safety.ClusterPanicListener
 
ClusterReindexRequiredEvent - Class in com.atlassian.confluence.event.events.cluster
Event to fire when every other node in the cluster requires a reindex.
ClusterReindexRequiredEvent(String) - Constructor for class com.atlassian.confluence.event.events.cluster.ClusterReindexRequiredEvent
Construct an event to reindex the whole cluster.
ClusterResource - Class in com.atlassian.confluence.plugins.restapi.resources
REST wrapper for the ClusterService.
ClusterResource(ClusterService) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.ClusterResource
 
ClusterSafeScheduledJobDao - Class in com.atlassian.confluence.schedule.persistence.dao
Provides a partial implementation of ScheduledJobDao, and is a stripped-down version of CachedScheduledJobDao.
ClusterSafeScheduledJobDao(BandanaManagerInternal) - Constructor for class com.atlassian.confluence.schedule.persistence.dao.ClusterSafeScheduledJobDao
 
ClusterSafetyDao - Interface in com.atlassian.confluence.cluster.safety
 
ClusterSafetyJob - Class in com.atlassian.confluence.cluster.safety
 
ClusterSafetyJob(ClusterSafetyManager) - Constructor for class com.atlassian.confluence.cluster.safety.ClusterSafetyJob
 
ClusterSafetyManager - Interface in com.atlassian.confluence.cluster.safety
 
ClusterSafetyNumber - Class in com.atlassian.confluence.cluster.safety
 
ClusterSafetyNumber() - Constructor for class com.atlassian.confluence.cluster.safety.ClusterSafetyNumber
 
ClusterService - Interface in com.atlassian.confluence.api.service.system
Wrap cluster management as a service for relevant rest APIs
ClusterService.Validator - Interface in com.atlassian.confluence.api.service.system
Provides validators for validating inputs to methods in ClusterService
ClusterServiceImpl - Class in com.atlassian.confluence.api.impl.service.system
 
ClusterServiceImpl(ClusterManager, PermissionManager) - Constructor for class com.atlassian.confluence.api.impl.service.system.ClusterServiceImpl
 
ClusterServiceImpl.ValidatorImpl - Class in com.atlassian.confluence.api.impl.service.system
 
ClusterSetupValidator - Interface in com.atlassian.confluence.cluster
Simple flyweight that validates the user-inputted parameters required to setup a cluster.
ClusterSharedHomeSanityCheckEvent - Class in com.atlassian.confluence.event.events.cluster
Even to fire when a node wants to ensure that shared home directory is visible to other nodes.
ClusterSharedHomeSanityCheckEvent(Object) - Constructor for class com.atlassian.confluence.event.events.cluster.ClusterSharedHomeSanityCheckEvent
 
ClusterUpdateCronJobScheduleEvent - Class in com.atlassian.confluence.event.events.cluster
Used to signal that all nodes should update the run interval of a cron job
ClusterUpdateCronJobScheduleEvent(Object, ScheduledJobKey, String) - Constructor for class com.atlassian.confluence.event.events.cluster.ClusterUpdateCronJobScheduleEvent
 
ClusterUpdateJobScheduleListener - Class in com.atlassian.confluence.event.listeners
 
ClusterUpdateJobScheduleListener(ScheduledJobNodeManager) - Constructor for class com.atlassian.confluence.event.listeners.ClusterUpdateJobScheduleListener
 
ClusterUpdateSimpleJobScheduleEvent - Class in com.atlassian.confluence.event.events.cluster
Used to signal that all nodes should update the run interval of a simple job
ClusterUpdateSimpleJobScheduleEvent(Object, ScheduledJobKey, long) - Constructor for class com.atlassian.confluence.event.events.cluster.ClusterUpdateSimpleJobScheduleEvent
 
ClusterUrlReadingCondition - Class in com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions
Evaluates to true if Confluence is in a clustered configuration
ClusterUrlReadingCondition(ClusterManager) - Constructor for class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.ClusterUrlReadingCondition
 
ClusterUtils - Class in com.atlassian.confluence.util
Utilities for clustering
ClusterWideReindexEventListener - Class in com.atlassian.confluence.event.listeners
When a ClusterReindexRequiredEvent is fired on another cluster node, this listener will respond by doing a full reindex.
ClusterWideReindexEventListener(IndexManager) - Constructor for class com.atlassian.confluence.event.listeners.ClusterWideReindexEventListener
 
CoarseGrainedCachingSpacePermissionManager - Class in com.atlassian.confluence.impl.security
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4. Use CachingSpacePermissionManager instead.
CoarseGrainedCachingSpacePermissionManager(PermissionCheckExemptions, CacheFactory, SpacePermissionManagerInternal, SpacePermissionDao, EventPublisher, ConfluenceAccessManager, SpacePermissionAccessMapper, CrowdService, AccessModeManager, GlobalSettingsManager) - Constructor for class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
Deprecated.
 
code() - Method in enum class com.atlassian.confluence.rss.FeedType
 
COLLABORATIVE_EDITING_UUID - Static variable in class com.atlassian.confluence.core.ContentEntityObject
Contains the global UUID at the time Confluence was last restarted.
COLLABORATIVE_MODE - Static variable in interface com.atlassian.confluence.setup.settings.CollaborativeEditingHelper
 
CollaborativeEditingConfigResource - Class in com.atlassian.confluence.plugins.synchrony.rest
 
CollaborativeEditingConfigResource(SynchronyConfigurationManager, SynchronyConfigTaskTracker, CacheManager, TransactionTemplate, SynchronyMonitor, SynchronyProcessManager, EventPublisher, PageManager, CollaborativeEditingModeDuration, SynchronyDataService) - Constructor for class com.atlassian.confluence.plugins.synchrony.rest.CollaborativeEditingConfigResource
 
CollaborativeEditingConfigResponse - Class in com.atlassian.confluence.plugins.synchrony.rest
 
CollaborativeEditingConfigResponse.Builder - Class in com.atlassian.confluence.plugins.synchrony.rest
 
CollaborativeEditingConfigs - Class in com.atlassian.confluence.internal.content.collab
 
CollaborativeEditingConfigs() - Constructor for class com.atlassian.confluence.internal.content.collab.CollaborativeEditingConfigs
 
collaborativeEditingHelper - Variable in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
 
collaborativeEditingHelper - Variable in class it.com.atlassian.confluence.struts.AbstractInjectableActionTest
 
CollaborativeEditingHelper - Interface in com.atlassian.confluence.setup.settings
Provides helper methods to check Collaborative Editing Mode and status.
CollaborativeEditingMode - Enum Class in com.atlassian.confluence.plugins.synchrony.api
Collaborative editing modes
CollaborativeEditingModeChangeEvent - Class in com.atlassian.confluence.plugins.synchrony.api.events
Superclass for analytics events to record a Synchrony mode change
CollaborativeEditingModeDuration - Class in com.atlassian.confluence.plugins.synchrony.service
Provides information about the time since the last Collaborative Editing mode change, 'off,' 'on,' or 'limited.'
CollaborativeEditingModeDuration(PluginSettingsFactory) - Constructor for class com.atlassian.confluence.plugins.synchrony.service.CollaborativeEditingModeDuration
 
CollaborativeEditingOffEvent - Class in com.atlassian.confluence.plugins.synchrony.api.events
Published when collaborative editing is switched off.
CollaborativeEditingOffEvent(CollaborativeEditingMode, boolean, long) - Constructor for class com.atlassian.confluence.plugins.synchrony.api.events.CollaborativeEditingOffEvent
 
CollaborativeEditingOnEvent - Class in com.atlassian.confluence.plugins.synchrony.api.events
Published when collaborative editing is switched on.
CollaborativeEditingOnEvent(CollaborativeEditingMode, boolean, long) - Constructor for class com.atlassian.confluence.plugins.synchrony.api.events.CollaborativeEditingOnEvent
 
COLLABORATOR - Static variable in class com.atlassian.confluence.api.model.relations.CollaboratorRelationDescriptor
 
CollaboratorRelationDescriptor - Class in com.atlassian.confluence.api.model.relations
 
CollapsableListTypeBuilder - Class in com.atlassian.confluence.plugins.graphql.types
A GraphQLList builder for List or Iterable types that may be Collapsed.
CollapsableListTypeBuilder(GraphQLTypeBuilder) - Constructor for class com.atlassian.confluence.plugins.graphql.types.CollapsableListTypeBuilder
 
collapsed() - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
Set all collapsible Reference/Map/List fields to be collapsed rather than empty values.
collapsed(Class<T>) - Static method in class com.atlassian.confluence.api.model.reference.Reference
 
collapsed(Class<T>, Map) - Static method in class com.atlassian.confluence.api.model.reference.Reference
 
collapsed(T) - Static method in class com.atlassian.confluence.api.model.reference.Reference
Create a collapse reference to the given object.
Collapsed - Interface in com.atlassian.confluence.api.model.reference
A marker interface indicating an object is a placeholder for properties in our model that have not been expanded.
Collapsed.Exceptions - Class in com.atlassian.confluence.api.model.reference
Attempting to access a property of a collapsed object should throw an exception, indicating that it was not in the original request.
collapsedList() - Static method in class com.atlassian.confluence.api.model.reference.BuilderUtils
Create a new (empty) collapsed model list.
collapsedList(Navigation.Builder) - Static method in class com.atlassian.confluence.api.model.reference.BuilderUtils
Create a new (empty) collapsed model list, with a navigation builder set.
collapsedMap() - Static method in class com.atlassian.confluence.api.model.reference.BuilderUtils
Create a new (empty) collapsed model map.
collapsedMap(Navigation.Builder) - Static method in class com.atlassian.confluence.api.model.reference.BuilderUtils
Create a new (empty) collapsed model map, with a navigation builder set.
collapsedPageResponse(Navigation.Builder) - Static method in class com.atlassian.confluence.api.model.reference.BuilderUtils
 
collect(int) - Method in class com.atlassian.confluence.internal.index.lucene.AbstractDocumentCollector
 
CollectClusterInvariants - Class in com.atlassian.confluence.cluster.nutcluster
 
CollectClusterInvariants(String) - Constructor for class com.atlassian.confluence.cluster.nutcluster.CollectClusterInvariants
 
collectIndexFileInfos() - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexFileHelper
Gets the size of a Directory by sizing all the files.
collectIndexFileInfos(File) - Static method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexFileHelper
Gets the size of a Directory by sizing all the files.
collection(Content) - Method in interface com.atlassian.confluence.api.nav.Navigation
a builder to produce a URL to the collection that the content belongs to.
collection(Content) - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.RestNavigationImpl
 
collection(Space) - Method in interface com.atlassian.confluence.api.nav.Navigation
a builder to produce a URL to the collection that the space belongs to.
collection(Space) - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.RestNavigationImpl
 
CollectionEnricher - Interface in com.atlassian.confluence.plugins.restapi.enrich
Enriches collections with extra properties that participate in json or graph-ql serialization.
CollectionOfElements(String, Class<?>, Class<?>, Collection<Object>) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport.CollectionOfElements
 
CollectionOfElements(String, Map<Object, Object>) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport.CollectionOfElements
 
CollectionProperty - Class in com.atlassian.confluence.importexport.xmlimport.model
Deprecated.
since 7.17.0.
CollectionProperty(String, Collection<ImportedProperty>) - Constructor for class com.atlassian.confluence.importexport.xmlimport.model.CollectionProperty
Deprecated.
 
CollectionPropertyParser - Class in com.atlassian.confluence.importexport.xmlimport.parser
Deprecated.
since 7.17.0
CollectionPropertyParser() - Constructor for class com.atlassian.confluence.importexport.xmlimport.parser.CollectionPropertyParser
Deprecated.
 
CollectionUpdateOperation - Class in com.atlassian.confluence.importexport.impl
 
CollectionUpdateOperation(ImportProcessorContext, TransientHibernateHandle, String, TransientHibernateHandle) - Constructor for class com.atlassian.confluence.importexport.impl.CollectionUpdateOperation
 
CollectNodeJmxMonitoringConfigs - Class in com.atlassian.confluence.impl.profiling
A callable for collecting JMX profiling config on the current node
CollectNodeJmxMonitoringConfigs() - Constructor for class com.atlassian.confluence.impl.profiling.CollectNodeJmxMonitoringConfigs
 
CollectNodeStatus - Class in com.atlassian.confluence.cluster.nutcluster
 
CollectNodeStatus(String) - Constructor for class com.atlassian.confluence.cluster.nutcluster.CollectNodeStatus
 
CollectNodeZduInfo - Class in com.atlassian.confluence.impl.cluster
Collect ZDU-related information from the current node.
CollectNodeZduInfo() - Constructor for class com.atlassian.confluence.impl.cluster.CollectNodeZduInfo
 
collectWhitespace(StringBuilder, XMLEventReader) - Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
Collect whitespace from the given reader, into the given builder.
collectWhitespace(XMLEventReader) - Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
Collect whitespace from the given reader.
COLOR - Enum constant in enum class com.atlassian.confluence.macro.browser.beans.MacroParameterType
A colour in CSS format.
COLOR_SCHEME_BASE_PATH - Static variable in interface com.atlassian.confluence.api.nav.Navigation.ColorSchemeNav
 
ColorMacroReplacementRenderer - Class in com.atlassian.confluence.content.render.xhtml.migration
Converts the old style wiki color macro into an XHTML <span> elements (as used by TinyMCE).
ColorMacroReplacementRenderer(V2SubRenderer) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.ColorMacroReplacementRenderer
 
ColorSchemeBean - Class in com.atlassian.confluence.themes
Provides accessors for all the expected colours in a ColourScheme.
ColorSchemeBean(ColourScheme) - Constructor for class com.atlassian.confluence.themes.ColorSchemeBean
 
ColorSchemeHelper - Class in com.atlassian.confluence.api.impl.service.colorscheme
 
ColorSchemeHelper() - Constructor for class com.atlassian.confluence.api.impl.service.colorscheme.ColorSchemeHelper
 
ColorSchemeModel - Class in com.atlassian.confluence.api.colorscheme
This is the model for color scheme api
ColorSchemeModel(String, String, String, String, String, String, String, String, String, String, String, String, String) - Constructor for class com.atlassian.confluence.api.colorscheme.ColorSchemeModel
 
ColorSchemeThemeBasedModel - Class in com.atlassian.confluence.api.colorscheme
This is the model for color scheme api for light/dark theme
ColorSchemeThemeBasedModel(ColorSchemeModel, ColorSchemeModel) - Constructor for class com.atlassian.confluence.api.colorscheme.ColorSchemeThemeBasedModel
 
ColorsStylesheetAction - Class in com.atlassian.confluence.core.actions
Used for rendering Confluence's color stylesheet, using either the global or space color scheme.
ColorsStylesheetAction() - Constructor for class com.atlassian.confluence.core.actions.ColorsStylesheetAction
 
ColorToDesignTokens - Class in com.atlassian.confluence.content.render.xhtml.view.theming
Utilities for supporting design token color
colorToHex(Color) - Static method in class com.atlassian.confluence.util.ColourUtils
Returns hexadecimal value for a color.
COLOUR_SCHEME - Static variable in interface com.atlassian.confluence.setup.bandana.ConfluenceBandanaKeys
 
COLOUR_SCHEME_CHANGED_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.LookAndFeelAuditListener
 
COLOUR_SCHEME_EDITED_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.LookAndFeelAuditListener
 
COLOUR_SCHEME_PLUGIN_SETTINGS_KEY - Static variable in class com.atlassian.confluence.themes.DefaultColourSchemeManager
 
colours - Variable in class com.atlassian.confluence.themes.BaseColourScheme
 
ColourScheme - Interface in com.atlassian.confluence.themes
Poorly named.
colourSchemeChangedEvent(ColourSchemeChangedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.LookAndFeelAuditListener
 
ColourSchemeChangedEvent - Class in com.atlassian.confluence.themes.events
Fired when the colour scheme is changed, either within a space, or globally.
ColourSchemeChangedEvent(Object) - Constructor for class com.atlassian.confluence.themes.events.ColourSchemeChangedEvent
 
ColourSchemeChangedEvent(Object, Boolean, String) - Constructor for class com.atlassian.confluence.themes.events.ColourSchemeChangedEvent
 
ColourSchemeChangedEvent(Object, String) - Constructor for class com.atlassian.confluence.themes.events.ColourSchemeChangedEvent
 
ColourSchemeChangedEvent(Object, String, String, String) - Constructor for class com.atlassian.confluence.themes.events.ColourSchemeChangedEvent
 
colourSchemeManager - Variable in class com.atlassian.confluence.admin.actions.lookandfeel.AbstractLookAndFeelAction
 
ColourSchemeManager - Interface in com.atlassian.confluence.themes
 
ColourSchemeModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
 
ColourSchemeModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.ColourSchemeModuleDescriptor
 
ColourSchemesSettings - Class in com.atlassian.confluence.setup.settings.beans
 
ColourSchemesSettings() - Constructor for class com.atlassian.confluence.setup.settings.beans.ColourSchemesSettings
Deprecated.
No-arg constructor is only here for deserialization.
ColourSchemesSettings(ColourSchemesSettings) - Constructor for class com.atlassian.confluence.setup.settings.beans.ColourSchemesSettings
 
ColourSchemesSettings(String) - Constructor for class com.atlassian.confluence.setup.settings.beans.ColourSchemesSettings
 
ColoursWebResourceTransformer - Class in com.atlassian.confluence.plugin.webresource
TODO CONFSRVDEV-30457: Migrate com.atlassian.plugin.webresource.transformer to com.atlassian.spi.webresource.transformer
ColoursWebResourceTransformer(ColourSchemeManager) - Constructor for class com.atlassian.confluence.plugin.webresource.ColoursWebResourceTransformer
 
ColourUtils - Class in com.atlassian.confluence.util
Color manipulation utilities
ColourUtils() - Constructor for class com.atlassian.confluence.util.ColourUtils
 
ColumnDescriptor - Class in com.atlassian.confluence.core.persistence.schema.descriptor
 
ColumnDescriptor(String, String, String, boolean) - Constructor for class com.atlassian.confluence.core.persistence.schema.descriptor.ColumnDescriptor
 
ColumnMacroReplacementRenderer - Class in com.atlassian.confluence.content.render.xhtml.migration
 
ColumnMacroReplacementRenderer(Renderer) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.ColumnMacroReplacementRenderer
 
columnName() - Method in record class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.TableFieldHavingForeignKey
Returns the value of the columnName record component.
columnName(String) - Method in class com.atlassian.confluence.upgrade.recovery.EchoEntityNameProcessor
 
ColumnTypeChecker - Class in com.atlassian.confluence.internal.upgrade
Check the type for a database column.
ColumnTypeChecker(HibernateDatabaseCapabilities, JdbcTemplate) - Constructor for class com.atlassian.confluence.internal.upgrade.ColumnTypeChecker
 
com.atlassian.bandana - package com.atlassian.bandana
 
com.atlassian.bandana.dmz - package com.atlassian.bandana.dmz
 
com.atlassian.bandana.impl - package com.atlassian.bandana.impl
 
com.atlassian.bonnie - package com.atlassian.bonnie
 
com.atlassian.cache.nutcluster.asyncinvalidation - package com.atlassian.cache.nutcluster.asyncinvalidation
 
com.atlassian.confluence - package com.atlassian.confluence
 
com.atlassian.confluence.about - package com.atlassian.confluence.about
 
com.atlassian.confluence.accessmode.actions - package com.atlassian.confluence.accessmode.actions
 
com.atlassian.confluence.activeobjects - package com.atlassian.confluence.activeobjects
 
com.atlassian.confluence.activeobjects.backup - package com.atlassian.confluence.activeobjects.backup
 
com.atlassian.confluence.activeobjects.exception - package com.atlassian.confluence.activeobjects.exception
 
com.atlassian.confluence.activeobjects.spring - package com.atlassian.confluence.activeobjects.spring
 
com.atlassian.confluence.admin - package com.atlassian.confluence.admin
 
com.atlassian.confluence.admin.actions - package com.atlassian.confluence.admin.actions
 
com.atlassian.confluence.admin.actions.debug - package com.atlassian.confluence.admin.actions.debug
 
com.atlassian.confluence.admin.actions.languages - package com.atlassian.confluence.admin.actions.languages
 
com.atlassian.confluence.admin.actions.lookandfeel - package com.atlassian.confluence.admin.actions.lookandfeel
 
com.atlassian.confluence.admin.actions.macros - package com.atlassian.confluence.admin.actions.macros
 
com.atlassian.confluence.admin.actions.mail - package com.atlassian.confluence.admin.actions.mail
 
com.atlassian.confluence.admin.actions.tasks - package com.atlassian.confluence.admin.actions.tasks
 
com.atlassian.confluence.admin.actions.upgrade - package com.atlassian.confluence.admin.actions.upgrade
 
com.atlassian.confluence.admin.criteria - package com.atlassian.confluence.admin.criteria
 
com.atlassian.confluence.admin.tasks - package com.atlassian.confluence.admin.tasks
 
com.atlassian.confluence.api.colorscheme - package com.atlassian.confluence.api.colorscheme
 
com.atlassian.confluence.api.extension - package com.atlassian.confluence.api.extension
 
com.atlassian.confluence.api.impl - package com.atlassian.confluence.api.impl
 
com.atlassian.confluence.api.impl.model.validation - package com.atlassian.confluence.api.impl.model.validation
 
com.atlassian.confluence.api.impl.pagination - package com.atlassian.confluence.api.impl.pagination
 
com.atlassian.confluence.api.impl.sal - package com.atlassian.confluence.api.impl.sal
 
com.atlassian.confluence.api.impl.sal.rdbms - package com.atlassian.confluence.api.impl.sal.rdbms
 
com.atlassian.confluence.api.impl.sal.timezone - package com.atlassian.confluence.api.impl.sal.timezone
 
com.atlassian.confluence.api.impl.sal.user - package com.atlassian.confluence.api.impl.sal.user
 
com.atlassian.confluence.api.impl.sal.util - package com.atlassian.confluence.api.impl.sal.util
 
com.atlassian.confluence.api.impl.service.accessmode - package com.atlassian.confluence.api.impl.service.accessmode
 
com.atlassian.confluence.api.impl.service.audit - package com.atlassian.confluence.api.impl.service.audit
 
com.atlassian.confluence.api.impl.service.audit.adapter - package com.atlassian.confluence.api.impl.service.audit.adapter
 
com.atlassian.confluence.api.impl.service.audit.migration - package com.atlassian.confluence.api.impl.service.audit.migration
 
com.atlassian.confluence.api.impl.service.audit.uri - package com.atlassian.confluence.api.impl.service.audit.uri
 
com.atlassian.confluence.api.impl.service.colorscheme - package com.atlassian.confluence.api.impl.service.colorscheme
 
com.atlassian.confluence.api.impl.service.content - package com.atlassian.confluence.api.impl.service.content
 
com.atlassian.confluence.api.impl.service.content.draft - package com.atlassian.confluence.api.impl.service.content.draft
 
com.atlassian.confluence.api.impl.service.content.factory - package com.atlassian.confluence.api.impl.service.content.factory
 
com.atlassian.confluence.api.impl.service.content.finder - package com.atlassian.confluence.api.impl.service.content.finder
 
com.atlassian.confluence.api.impl.service.content.typebinding - package com.atlassian.confluence.api.impl.service.content.typebinding
 
com.atlassian.confluence.api.impl.service.datetime - package com.atlassian.confluence.api.impl.service.datetime
 
com.atlassian.confluence.api.impl.service.event.mau - package com.atlassian.confluence.api.impl.service.event.mau
 
com.atlassian.confluence.api.impl.service.instance - package com.atlassian.confluence.api.impl.service.instance
 
com.atlassian.confluence.api.impl.service.longtasks - package com.atlassian.confluence.api.impl.service.longtasks
 
com.atlassian.confluence.api.impl.service.network - package com.atlassian.confluence.api.impl.service.network
 
com.atlassian.confluence.api.impl.service.people - package com.atlassian.confluence.api.impl.service.people
 
com.atlassian.confluence.api.impl.service.permissions - package com.atlassian.confluence.api.impl.service.permissions
 
com.atlassian.confluence.api.impl.service.permissions.delegates - package com.atlassian.confluence.api.impl.service.permissions.delegates
 
com.atlassian.confluence.api.impl.service.permissions.validation - package com.atlassian.confluence.api.impl.service.permissions.validation
 
com.atlassian.confluence.api.impl.service.relation - package com.atlassian.confluence.api.impl.service.relation
 
com.atlassian.confluence.api.impl.service.server - package com.atlassian.confluence.api.impl.service.server
 
com.atlassian.confluence.api.impl.service.settings - package com.atlassian.confluence.api.impl.service.settings
 
com.atlassian.confluence.api.impl.service.system - package com.atlassian.confluence.api.impl.service.system
 
com.atlassian.confluence.api.impl.service.watch - package com.atlassian.confluence.api.impl.service.watch
 
com.atlassian.confluence.api.model - package com.atlassian.confluence.api.model
 
com.atlassian.confluence.api.model.accessmode - package com.atlassian.confluence.api.model.accessmode
 
com.atlassian.confluence.api.model.audit - package com.atlassian.confluence.api.model.audit
 
com.atlassian.confluence.api.model.backuprestore - package com.atlassian.confluence.api.model.backuprestore
 
com.atlassian.confluence.api.model.content - package com.atlassian.confluence.api.model.content
 
com.atlassian.confluence.api.model.content.id - package com.atlassian.confluence.api.model.content.id
 
com.atlassian.confluence.api.model.content.template - package com.atlassian.confluence.api.model.content.template
 
com.atlassian.confluence.api.model.content.webresource - package com.atlassian.confluence.api.model.content.webresource
 
com.atlassian.confluence.api.model.event.mau - package com.atlassian.confluence.api.model.event.mau
 
com.atlassian.confluence.api.model.event.notification - package com.atlassian.confluence.api.model.event.notification
 
com.atlassian.confluence.api.model.eviction - package com.atlassian.confluence.api.model.eviction
 
com.atlassian.confluence.api.model.index - package com.atlassian.confluence.api.model.index
 
com.atlassian.confluence.api.model.journal - package com.atlassian.confluence.api.model.journal
 
com.atlassian.confluence.api.model.link - package com.atlassian.confluence.api.model.link
 
com.atlassian.confluence.api.model.locator - package com.atlassian.confluence.api.model.locator
 
com.atlassian.confluence.api.model.longtasks - package com.atlassian.confluence.api.model.longtasks
 
com.atlassian.confluence.api.model.messages - package com.atlassian.confluence.api.model.messages
 
com.atlassian.confluence.api.model.pagination - package com.atlassian.confluence.api.model.pagination
 
com.atlassian.confluence.api.model.people - package com.atlassian.confluence.api.model.people
 
com.atlassian.confluence.api.model.permissions - package com.atlassian.confluence.api.model.permissions
Model objects for user and group permission and validation checks, for use with OperationService.
com.atlassian.confluence.api.model.permissions.spi - package com.atlassian.confluence.api.model.permissions.spi
SPI for implementing pluggable permission and validation checks, for use with OperationService.
com.atlassian.confluence.api.model.plugin - package com.atlassian.confluence.api.model.plugin
 
com.atlassian.confluence.api.model.reference - package com.atlassian.confluence.api.model.reference
 
com.atlassian.confluence.api.model.relations - package com.atlassian.confluence.api.model.relations
 
com.atlassian.confluence.api.model.retention - package com.atlassian.confluence.api.model.retention
 
com.atlassian.confluence.api.model.search - package com.atlassian.confluence.api.model.search
 
com.atlassian.confluence.api.model.search.autocomplete - package com.atlassian.confluence.api.model.search.autocomplete
 
com.atlassian.confluence.api.model.settings - package com.atlassian.confluence.api.model.settings
 
com.atlassian.confluence.api.model.system - package com.atlassian.confluence.api.model.system
 
com.atlassian.confluence.api.model.validation - package com.atlassian.confluence.api.model.validation
 
com.atlassian.confluence.api.model.watch - package com.atlassian.confluence.api.model.watch
 
com.atlassian.confluence.api.model.web - package com.atlassian.confluence.api.model.web
 
com.atlassian.confluence.api.nav - package com.atlassian.confluence.api.nav
 
com.atlassian.confluence.api.serialization - package com.atlassian.confluence.api.serialization
 
com.atlassian.confluence.api.serialization.jackson2 - package com.atlassian.confluence.api.serialization.jackson2
 
com.atlassian.confluence.api.service.accessmode - package com.atlassian.confluence.api.service.accessmode
 
com.atlassian.confluence.api.service.backuprestore - package com.atlassian.confluence.api.service.backuprestore
 
com.atlassian.confluence.api.service.colorscheme - package com.atlassian.confluence.api.service.colorscheme
 
com.atlassian.confluence.api.service.content - package com.atlassian.confluence.api.service.content
 
com.atlassian.confluence.api.service.content.template - package com.atlassian.confluence.api.service.content.template
 
com.atlassian.confluence.api.service.content.util - package com.atlassian.confluence.api.service.content.util
 
com.atlassian.confluence.api.service.datetime - package com.atlassian.confluence.api.service.datetime
 
com.atlassian.confluence.api.service.event.mau - package com.atlassian.confluence.api.service.event.mau
 
com.atlassian.confluence.api.service.eviction - package com.atlassian.confluence.api.service.eviction
 
com.atlassian.confluence.api.service.exceptions - package com.atlassian.confluence.api.service.exceptions
 
com.atlassian.confluence.api.service.exceptions.unchecked - package com.atlassian.confluence.api.service.exceptions.unchecked
 
com.atlassian.confluence.api.service.finder - package com.atlassian.confluence.api.service.finder
 
com.atlassian.confluence.api.service.index - package com.atlassian.confluence.api.service.index
 
com.atlassian.confluence.api.service.instance - package com.atlassian.confluence.api.service.instance
 
com.atlassian.confluence.api.service.journal - package com.atlassian.confluence.api.service.journal
 
com.atlassian.confluence.api.service.longtasks - package com.atlassian.confluence.api.service.longtasks
 
com.atlassian.confluence.api.service.network - package com.atlassian.confluence.api.service.network
 
com.atlassian.confluence.api.service.pagination - package com.atlassian.confluence.api.service.pagination
 
com.atlassian.confluence.api.service.people - package com.atlassian.confluence.api.service.people
 
com.atlassian.confluence.api.service.permissions - package com.atlassian.confluence.api.service.permissions
 
com.atlassian.confluence.api.service.relations - package com.atlassian.confluence.api.service.relations
 
com.atlassian.confluence.api.service.retention - package com.atlassian.confluence.api.service.retention
 
com.atlassian.confluence.api.service.search - package com.atlassian.confluence.api.service.search
 
com.atlassian.confluence.api.service.server - package com.atlassian.confluence.api.service.server
 
com.atlassian.confluence.api.service.settings - package com.atlassian.confluence.api.service.settings
 
com.atlassian.confluence.api.service.system - package com.atlassian.confluence.api.service.system
 
com.atlassian.confluence.api.service.watch - package com.atlassian.confluence.api.service.watch
 
com.atlassian.confluence.api.service.web - package com.atlassian.confluence.api.service.web
 
com.atlassian.confluence.api.testsupport - package com.atlassian.confluence.api.testsupport
 
com.atlassian.confluence.api.testsupport.matchers.model.content - package com.atlassian.confluence.api.testsupport.matchers.model.content
 
com.atlassian.confluence.api.testsupport.matchers.model.content.template - package com.atlassian.confluence.api.testsupport.matchers.model.content.template
 
com.atlassian.confluence.api.testsupport.matchers.model.permissions - package com.atlassian.confluence.api.testsupport.matchers.model.permissions
 
com.atlassian.confluence.api.testsupport.matchers.model.reference - package com.atlassian.confluence.api.testsupport.matchers.model.reference
 
com.atlassian.confluence.api.testsupport.matchers.model.user - package com.atlassian.confluence.api.testsupport.matchers.model.user
 
com.atlassian.confluence.api.testsupport.model.eviction - package com.atlassian.confluence.api.testsupport.model.eviction
 
com.atlassian.confluence.api.testsupport.model.link - package com.atlassian.confluence.api.testsupport.model.link
 
com.atlassian.confluence.api.testsupport.model.watch - package com.atlassian.confluence.api.testsupport.model.watch
 
com.atlassian.confluence.api.testsupport.model.web - package com.atlassian.confluence.api.testsupport.model.web
 
com.atlassian.confluence.applinks - package com.atlassian.confluence.applinks
 
com.atlassian.confluence.audit - package com.atlassian.confluence.audit
 
com.atlassian.confluence.avatar - package com.atlassian.confluence.avatar
 
com.atlassian.confluence.backuprestore - package com.atlassian.confluence.backuprestore
 
com.atlassian.confluence.backuprestore.exception - package com.atlassian.confluence.backuprestore.exception
 
com.atlassian.confluence.cache - package com.atlassian.confluence.cache
 
com.atlassian.confluence.cache.ehcache - package com.atlassian.confluence.cache.ehcache
 
com.atlassian.confluence.cache.nutcluster - package com.atlassian.confluence.cache.nutcluster
Provides the classes for a Nutcluster implementation to support Confluence clustering, including caching, locks and events.
com.atlassian.confluence.cache.nutcluster.logging - package com.atlassian.confluence.cache.nutcluster.logging
 
com.atlassian.confluence.cache.nutcluster.monitoring - package com.atlassian.confluence.cache.nutcluster.monitoring
 
com.atlassian.confluence.cache.spring - package com.atlassian.confluence.cache.spring
 
com.atlassian.confluence.cluster - package com.atlassian.confluence.cluster
 
com.atlassian.confluence.cluster.nonclustered - package com.atlassian.confluence.cluster.nonclustered
Implementations for cluster interfaces when no cluster is present.
com.atlassian.confluence.cluster.nutcluster - package com.atlassian.confluence.cluster.nutcluster
 
com.atlassian.confluence.cluster.nutcluster.monitoring - package com.atlassian.confluence.cluster.nutcluster.monitoring
 
com.atlassian.confluence.cluster.nutcluster.shareddata - package com.atlassian.confluence.cluster.nutcluster.shareddata
 
com.atlassian.confluence.cluster.safety - package com.atlassian.confluence.cluster.safety
 
com.atlassian.confluence.cluster.shareddata - package com.atlassian.confluence.cluster.shareddata
 
com.atlassian.confluence.container - package com.atlassian.confluence.container
 
com.atlassian.confluence.content - package com.atlassian.confluence.content
 
com.atlassian.confluence.content.apisupport - package com.atlassian.confluence.content.apisupport
 
com.atlassian.confluence.content.custom - package com.atlassian.confluence.content.custom
 
com.atlassian.confluence.content.datasource - package com.atlassian.confluence.content.datasource
 
com.atlassian.confluence.content.event - package com.atlassian.confluence.content.event
 
com.atlassian.confluence.content.persistence - package com.atlassian.confluence.content.persistence
 
com.atlassian.confluence.content.persistence.hibernate - package com.atlassian.confluence.content.persistence.hibernate
 
com.atlassian.confluence.content.render.image - package com.atlassian.confluence.content.render.image
 
com.atlassian.confluence.content.render.xhtml - package com.atlassian.confluence.content.render.xhtml
 
com.atlassian.confluence.content.render.xhtml.compatibility - package com.atlassian.confluence.content.render.xhtml.compatibility
 
com.atlassian.confluence.content.render.xhtml.definition - package com.atlassian.confluence.content.render.xhtml.definition
 
com.atlassian.confluence.content.render.xhtml.editor - package com.atlassian.confluence.content.render.xhtml.editor
 
com.atlassian.confluence.content.render.xhtml.editor.embed - package com.atlassian.confluence.content.render.xhtml.editor.embed
 
com.atlassian.confluence.content.render.xhtml.editor.inline - package com.atlassian.confluence.content.render.xhtml.editor.inline
 
com.atlassian.confluence.content.render.xhtml.editor.inlinecommentmarker - package com.atlassian.confluence.content.render.xhtml.editor.inlinecommentmarker
 
com.atlassian.confluence.content.render.xhtml.editor.link - package com.atlassian.confluence.content.render.xhtml.editor.link
 
com.atlassian.confluence.content.render.xhtml.editor.macro - package com.atlassian.confluence.content.render.xhtml.editor.macro
 
com.atlassian.confluence.content.render.xhtml.editor.pagelayouts - package com.atlassian.confluence.content.render.xhtml.editor.pagelayouts
 
com.atlassian.confluence.content.render.xhtml.editor.placeholder - package com.atlassian.confluence.content.render.xhtml.editor.placeholder
 
com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers - package com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers
 
com.atlassian.confluence.content.render.xhtml.editor.time - package com.atlassian.confluence.content.render.xhtml.editor.time
 
com.atlassian.confluence.content.render.xhtml.image - package com.atlassian.confluence.content.render.xhtml.image
 
com.atlassian.confluence.content.render.xhtml.links - package com.atlassian.confluence.content.render.xhtml.links
 
com.atlassian.confluence.content.render.xhtml.macro - package com.atlassian.confluence.content.render.xhtml.macro
 
com.atlassian.confluence.content.render.xhtml.macro.annotation - package com.atlassian.confluence.content.render.xhtml.macro.annotation
 
com.atlassian.confluence.content.render.xhtml.migration - package com.atlassian.confluence.content.render.xhtml.migration
 
com.atlassian.confluence.content.render.xhtml.migration.exceptions - package com.atlassian.confluence.content.render.xhtml.migration.exceptions
 
com.atlassian.confluence.content.render.xhtml.migration.macro - package com.atlassian.confluence.content.render.xhtml.migration.macro
 
com.atlassian.confluence.content.render.xhtml.migration.tasks - package com.atlassian.confluence.content.render.xhtml.migration.tasks
 
com.atlassian.confluence.content.render.xhtml.model - package com.atlassian.confluence.content.render.xhtml.model
 
com.atlassian.confluence.content.render.xhtml.model.inline - package com.atlassian.confluence.content.render.xhtml.model.inline
 
com.atlassian.confluence.content.render.xhtml.model.inlinecommentmarker - package com.atlassian.confluence.content.render.xhtml.model.inlinecommentmarker
 
com.atlassian.confluence.content.render.xhtml.model.inlinetask - package com.atlassian.confluence.content.render.xhtml.model.inlinetask
 
com.atlassian.confluence.content.render.xhtml.model.links - package com.atlassian.confluence.content.render.xhtml.model.links
 
com.atlassian.confluence.content.render.xhtml.model.pagelayouts - package com.atlassian.confluence.content.render.xhtml.model.pagelayouts
 
com.atlassian.confluence.content.render.xhtml.model.resource - package com.atlassian.confluence.content.render.xhtml.model.resource
 
com.atlassian.confluence.content.render.xhtml.model.resource.identifiers - package com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
 
com.atlassian.confluence.content.render.xhtml.model.time - package com.atlassian.confluence.content.render.xhtml.model.time
 
com.atlassian.confluence.content.render.xhtml.placeholder - package com.atlassian.confluence.content.render.xhtml.placeholder
 
com.atlassian.confluence.content.render.xhtml.storage - package com.atlassian.confluence.content.render.xhtml.storage
 
com.atlassian.confluence.content.render.xhtml.storage.embed - package com.atlassian.confluence.content.render.xhtml.storage.embed
 
com.atlassian.confluence.content.render.xhtml.storage.inline - package com.atlassian.confluence.content.render.xhtml.storage.inline
 
com.atlassian.confluence.content.render.xhtml.storage.inlinecommentmarker - package com.atlassian.confluence.content.render.xhtml.storage.inlinecommentmarker
 
com.atlassian.confluence.content.render.xhtml.storage.inlinetask - package com.atlassian.confluence.content.render.xhtml.storage.inlinetask
 
com.atlassian.confluence.content.render.xhtml.storage.link - package com.atlassian.confluence.content.render.xhtml.storage.link
 
com.atlassian.confluence.content.render.xhtml.storage.link.user - package com.atlassian.confluence.content.render.xhtml.storage.link.user
 
com.atlassian.confluence.content.render.xhtml.storage.macro - package com.atlassian.confluence.content.render.xhtml.storage.macro
 
com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody - package com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody
 
com.atlassian.confluence.content.render.xhtml.storage.pagelayouts - package com.atlassian.confluence.content.render.xhtml.storage.pagelayouts
 
com.atlassian.confluence.content.render.xhtml.storage.placeholder - package com.atlassian.confluence.content.render.xhtml.storage.placeholder
 
com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers - package com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers
 
com.atlassian.confluence.content.render.xhtml.storage.time - package com.atlassian.confluence.content.render.xhtml.storage.time
 
com.atlassian.confluence.content.render.xhtml.transformers - package com.atlassian.confluence.content.render.xhtml.transformers
 
com.atlassian.confluence.content.render.xhtml.validation - package com.atlassian.confluence.content.render.xhtml.validation
 
com.atlassian.confluence.content.render.xhtml.view - package com.atlassian.confluence.content.render.xhtml.view
 
com.atlassian.confluence.content.render.xhtml.view.embed - package com.atlassian.confluence.content.render.xhtml.view.embed
 
com.atlassian.confluence.content.render.xhtml.view.excerpt - package com.atlassian.confluence.content.render.xhtml.view.excerpt
 
com.atlassian.confluence.content.render.xhtml.view.inline - package com.atlassian.confluence.content.render.xhtml.view.inline
 
com.atlassian.confluence.content.render.xhtml.view.inlinecommentmarker - package com.atlassian.confluence.content.render.xhtml.view.inlinecommentmarker
 
com.atlassian.confluence.content.render.xhtml.view.inlinetask - package com.atlassian.confluence.content.render.xhtml.view.inlinetask
 
com.atlassian.confluence.content.render.xhtml.view.link - package com.atlassian.confluence.content.render.xhtml.view.link
 
com.atlassian.confluence.content.render.xhtml.view.macro - package com.atlassian.confluence.content.render.xhtml.view.macro
 
com.atlassian.confluence.content.render.xhtml.view.pagelayouts - package com.atlassian.confluence.content.render.xhtml.view.pagelayouts
 
com.atlassian.confluence.content.render.xhtml.view.placeholder - package com.atlassian.confluence.content.render.xhtml.view.placeholder
 
com.atlassian.confluence.content.render.xhtml.view.theming - package com.atlassian.confluence.content.render.xhtml.view.theming
 
com.atlassian.confluence.content.render.xhtml.view.time - package com.atlassian.confluence.content.render.xhtml.view.time
 
com.atlassian.confluence.content.service - package com.atlassian.confluence.content.service
 
com.atlassian.confluence.content.service.blogpost - package com.atlassian.confluence.content.service.blogpost
 
com.atlassian.confluence.content.service.comment - package com.atlassian.confluence.content.service.comment
 
com.atlassian.confluence.content.service.experimental - package com.atlassian.confluence.content.service.experimental
 
com.atlassian.confluence.content.service.page - package com.atlassian.confluence.content.service.page
 
com.atlassian.confluence.content.service.space - package com.atlassian.confluence.content.service.space
 
com.atlassian.confluence.content.ui - package com.atlassian.confluence.content.ui
 
com.atlassian.confluence.core - package com.atlassian.confluence.core
 
com.atlassian.confluence.core.actions - package com.atlassian.confluence.core.actions
 
com.atlassian.confluence.core.audit - package com.atlassian.confluence.core.audit
 
com.atlassian.confluence.core.datetime - package com.atlassian.confluence.core.datetime
 
com.atlassian.confluence.core.listeners - package com.atlassian.confluence.core.listeners
 
com.atlassian.confluence.core.persistence - package com.atlassian.confluence.core.persistence
 
com.atlassian.confluence.core.persistence.confluence - package com.atlassian.confluence.core.persistence.confluence
 
com.atlassian.confluence.core.persistence.hibernate - package com.atlassian.confluence.core.persistence.hibernate
 
com.atlassian.confluence.core.persistence.schema - package com.atlassian.confluence.core.persistence.schema
 
com.atlassian.confluence.core.persistence.schema.api - package com.atlassian.confluence.core.persistence.schema.api
 
com.atlassian.confluence.core.persistence.schema.descriptor - package com.atlassian.confluence.core.persistence.schema.descriptor
 
com.atlassian.confluence.core.persistence.schema.event - package com.atlassian.confluence.core.persistence.schema.event
 
com.atlassian.confluence.core.persistence.schema.hibernate - package com.atlassian.confluence.core.persistence.schema.hibernate
 
com.atlassian.confluence.core.persistence.schema.util - package com.atlassian.confluence.core.persistence.schema.util
 
com.atlassian.confluence.core.service - package com.atlassian.confluence.core.service
 
com.atlassian.confluence.darkfeatures.rest - package com.atlassian.confluence.darkfeatures.rest
 
com.atlassian.confluence.dashboard.actions - package com.atlassian.confluence.dashboard.actions
 
com.atlassian.confluence.diff - package com.atlassian.confluence.diff
 
com.atlassian.confluence.diff.actions - package com.atlassian.confluence.diff.actions
 
com.atlassian.confluence.diff.beans - package com.atlassian.confluence.diff.beans
 
com.atlassian.confluence.diff.marshallers - package com.atlassian.confluence.diff.marshallers
 
com.atlassian.confluence.dmz - package com.atlassian.confluence.dmz
Subpackages of this package are exposed to the plugin whose key starting with com.atlassian or in the internal-bundles section of public-api,yaml
com.atlassian.confluence.dmz.cache - package com.atlassian.confluence.dmz.cache
 
com.atlassian.confluence.dmz.hibernate - package com.atlassian.confluence.dmz.hibernate
 
com.atlassian.confluence.dmz.importexport - package com.atlassian.confluence.dmz.importexport
 
com.atlassian.confluence.dmz.json - package com.atlassian.confluence.dmz.json
 
com.atlassian.confluence.dmz.labels - package com.atlassian.confluence.dmz.labels
 
com.atlassian.confluence.dmz.pages - package com.atlassian.confluence.dmz.pages
 
com.atlassian.confluence.dmz.pagination - package com.atlassian.confluence.dmz.pagination
 
com.atlassian.confluence.dmz.persistence - package com.atlassian.confluence.dmz.persistence
 
com.atlassian.confluence.dmz.plugin - package com.atlassian.confluence.dmz.plugin
 
com.atlassian.confluence.dmz.propertyset - package com.atlassian.confluence.dmz.propertyset
 
com.atlassian.confluence.dmz.relations - package com.atlassian.confluence.dmz.relations
 
com.atlassian.confluence.dmz.relations.dao - package com.atlassian.confluence.dmz.relations.dao
 
com.atlassian.confluence.dmz.relations.query - package com.atlassian.confluence.dmz.relations.query
 
com.atlassian.confluence.dmz.sal - package com.atlassian.confluence.dmz.sal
 
com.atlassian.confluence.dmz.search - package com.atlassian.confluence.dmz.search
 
com.atlassian.confluence.dmz.security - package com.atlassian.confluence.dmz.security
 
com.atlassian.confluence.dmz.security.access - package com.atlassian.confluence.dmz.security.access
 
com.atlassian.confluence.dmz.security.delegate - package com.atlassian.confluence.dmz.security.delegate
 
com.atlassian.confluence.dmz.service.content - package com.atlassian.confluence.dmz.service.content
 
com.atlassian.confluence.dmz.service.content.finder - package com.atlassian.confluence.dmz.service.content.finder
 
com.atlassian.confluence.dmz.spaces - package com.atlassian.confluence.dmz.spaces
 
com.atlassian.confluence.dmz.struts - package com.atlassian.confluence.dmz.struts
 
com.atlassian.confluence.dmz.user - package com.atlassian.confluence.dmz.user
 
com.atlassian.confluence.event - package com.atlassian.confluence.event
 
com.atlassian.confluence.event.events - package com.atlassian.confluence.event.events
 
com.atlassian.confluence.event.events.admin - package com.atlassian.confluence.event.events.admin
 
com.atlassian.confluence.event.events.analytics - package com.atlassian.confluence.event.events.analytics
 
com.atlassian.confluence.event.events.audit - package com.atlassian.confluence.event.events.audit
 
com.atlassian.confluence.event.events.backgroundjob - package com.atlassian.confluence.event.events.backgroundjob
 
com.atlassian.confluence.event.events.cluster - package com.atlassian.confluence.event.events.cluster
 
com.atlassian.confluence.event.events.content - package com.atlassian.confluence.event.events.content
 
com.atlassian.confluence.event.events.content.attachment - package com.atlassian.confluence.event.events.content.attachment
Confluence attachment events.
com.atlassian.confluence.event.events.content.blogpost - package com.atlassian.confluence.event.events.content.blogpost
 
com.atlassian.confluence.event.events.content.comment - package com.atlassian.confluence.event.events.content.comment
 
com.atlassian.confluence.event.events.content.draft - package com.atlassian.confluence.event.events.content.draft
 
com.atlassian.confluence.event.events.content.mail.notification - package com.atlassian.confluence.event.events.content.mail.notification
 
com.atlassian.confluence.event.events.content.page - package com.atlassian.confluence.event.events.content.page
 
com.atlassian.confluence.event.events.content.page.async - package com.atlassian.confluence.event.events.content.page.async
 
com.atlassian.confluence.event.events.content.page.async.types - package com.atlassian.confluence.event.events.content.page.async.types
 
com.atlassian.confluence.event.events.content.page.synchrony - package com.atlassian.confluence.event.events.content.page.synchrony
 
com.atlassian.confluence.event.events.content.pagehierarchy - package com.atlassian.confluence.event.events.content.pagehierarchy
 
com.atlassian.confluence.event.events.content.user - package com.atlassian.confluence.event.events.content.user
 
com.atlassian.confluence.event.events.dashboard - package com.atlassian.confluence.event.events.dashboard
 
com.atlassian.confluence.event.events.exception - package com.atlassian.confluence.event.events.exception
 
com.atlassian.confluence.event.events.follow - package com.atlassian.confluence.event.events.follow
 
com.atlassian.confluence.event.events.group - package com.atlassian.confluence.event.events.group
 
com.atlassian.confluence.event.events.index - package com.atlassian.confluence.event.events.index
 
com.atlassian.confluence.event.events.internal.attachment - package com.atlassian.confluence.event.events.internal.attachment
 
com.atlassian.confluence.event.events.internal.auth - package com.atlassian.confluence.event.events.internal.auth
 
com.atlassian.confluence.event.events.internal.security - package com.atlassian.confluence.event.events.internal.security
 
com.atlassian.confluence.event.events.label - package com.atlassian.confluence.event.events.label
 
com.atlassian.confluence.event.events.lifecycle - package com.atlassian.confluence.event.events.lifecycle
 
com.atlassian.confluence.event.events.like - package com.atlassian.confluence.event.events.like
 
com.atlassian.confluence.event.events.like.listeners - package com.atlassian.confluence.event.events.like.listeners
 
com.atlassian.confluence.event.events.monitoring - package com.atlassian.confluence.event.events.monitoring
 
com.atlassian.confluence.event.events.people - package com.atlassian.confluence.event.events.people
 
com.atlassian.confluence.event.events.permission - package com.atlassian.confluence.event.events.permission
 
com.atlassian.confluence.event.events.plugin - package com.atlassian.confluence.event.events.plugin
 
com.atlassian.confluence.event.events.profile - package com.atlassian.confluence.event.events.profile
 
com.atlassian.confluence.event.events.retention - package com.atlassian.confluence.event.events.retention
 
com.atlassian.confluence.event.events.search - package com.atlassian.confluence.event.events.search
 
com.atlassian.confluence.event.events.security - package com.atlassian.confluence.event.events.security
 
com.atlassian.confluence.event.events.space - package com.atlassian.confluence.event.events.space
 
com.atlassian.confluence.event.events.support - package com.atlassian.confluence.event.events.support
 
com.atlassian.confluence.event.events.template - package com.atlassian.confluence.event.events.template
 
com.atlassian.confluence.event.events.types - package com.atlassian.confluence.event.events.types
 
com.atlassian.confluence.event.events.user - package com.atlassian.confluence.event.events.user
 
com.atlassian.confluence.event.listeners - package com.atlassian.confluence.event.listeners
 
com.atlassian.confluence.extra.paste.rest - package com.atlassian.confluence.extra.paste.rest
 
com.atlassian.confluence.fixonly.actions - package com.atlassian.confluence.fixonly.actions
The 'fixonly' package is for functionality that is intended only to allow 'emergency' fixes to a Confluence install.
com.atlassian.confluence.follow - package com.atlassian.confluence.follow
 
com.atlassian.confluence.functest.rest - package com.atlassian.confluence.functest.rest
 
com.atlassian.confluence.functest.rest.admin - package com.atlassian.confluence.functest.rest.admin
These REST resources are replacements for admin-level functest RPC calls and should only be run by a sys-admin in a websudo session.
com.atlassian.confluence.functest.rest.admin.crowd - package com.atlassian.confluence.functest.rest.admin.crowd
Entities and a class mapper lifted from the Crowd REST Plugin, since they don't exist in crowd-rest-common.
com.atlassian.confluence.functest.rest.admin.log - package com.atlassian.confluence.functest.rest.admin.log
 
com.atlassian.confluence.functest.rest.admin.model - package com.atlassian.confluence.functest.rest.admin.model
 
com.atlassian.confluence.functest.rest.admin.sqlcapture - package com.atlassian.confluence.functest.rest.admin.sqlcapture
 
com.atlassian.confluence.functest.rest.cluster - package com.atlassian.confluence.functest.rest.cluster
 
com.atlassian.confluence.functest.rest.merger - package com.atlassian.confluence.functest.rest.merger
 
com.atlassian.confluence.httpmethod - package com.atlassian.confluence.httpmethod
 
com.atlassian.confluence.impl - package com.atlassian.confluence.impl
Subpackages of this package are NOT exposed to the plugin classpath, by being excluded in the packageScanningConfiguration of bootstrapContext.xml.
com.atlassian.confluence.impl.action - package com.atlassian.confluence.impl.action
 
com.atlassian.confluence.impl.activeobjects - package com.atlassian.confluence.impl.activeobjects
 
com.atlassian.confluence.impl.admin - package com.atlassian.confluence.impl.admin
 
com.atlassian.confluence.impl.admin.actions - package com.atlassian.confluence.impl.admin.actions
 
com.atlassian.confluence.impl.applinks - package com.atlassian.confluence.impl.applinks
 
com.atlassian.confluence.impl.audit - package com.atlassian.confluence.impl.audit
 
com.atlassian.confluence.impl.audit.handler - package com.atlassian.confluence.impl.audit.handler
This package contains handlers that know how to create change values out of changed objects.
com.atlassian.confluence.impl.audit.impl - package com.atlassian.confluence.impl.audit.impl
 
com.atlassian.confluence.impl.audit.listener - package com.atlassian.confluence.impl.audit.listener
 
com.atlassian.confluence.impl.backgroundjob - package com.atlassian.confluence.impl.backgroundjob
 
com.atlassian.confluence.impl.backgroundjob.dao - package com.atlassian.confluence.impl.backgroundjob.dao
 
com.atlassian.confluence.impl.backgroundjob.domain - package com.atlassian.confluence.impl.backgroundjob.domain
 
com.atlassian.confluence.impl.backgroundjob.exception - package com.atlassian.confluence.impl.backgroundjob.exception
 
com.atlassian.confluence.impl.backuprestore - package com.atlassian.confluence.impl.backuprestore
 
com.atlassian.confluence.impl.backuprestore.analytics - package com.atlassian.confluence.impl.backuprestore.analytics
 
com.atlassian.confluence.impl.backuprestore.backup - package com.atlassian.confluence.impl.backuprestore.backup
 
com.atlassian.confluence.impl.backuprestore.backup.container - package com.atlassian.confluence.impl.backuprestore.backup.container
 
com.atlassian.confluence.impl.backuprestore.backup.exception - package com.atlassian.confluence.impl.backuprestore.backup.exception
 
com.atlassian.confluence.impl.backuprestore.backup.exporters - package com.atlassian.confluence.impl.backuprestore.backup.exporters
 
com.atlassian.confluence.impl.backuprestore.backup.exporters.converters - package com.atlassian.confluence.impl.backuprestore.backup.exporters.converters
 
com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.enrichment - package com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.enrichment
 
com.atlassian.confluence.impl.backuprestore.backup.exporters.site - package com.atlassian.confluence.impl.backuprestore.backup.exporters.site
 
com.atlassian.confluence.impl.backuprestore.backup.models - package com.atlassian.confluence.impl.backuprestore.backup.models
 
com.atlassian.confluence.impl.backuprestore.converters - package com.atlassian.confluence.impl.backuprestore.converters
 
com.atlassian.confluence.impl.backuprestore.dao - package com.atlassian.confluence.impl.backuprestore.dao
 
com.atlassian.confluence.impl.backuprestore.domain - package com.atlassian.confluence.impl.backuprestore.domain
 
com.atlassian.confluence.impl.backuprestore.events - package com.atlassian.confluence.impl.backuprestore.events
 
com.atlassian.confluence.impl.backuprestore.helpers - package com.atlassian.confluence.impl.backuprestore.helpers
 
com.atlassian.confluence.impl.backuprestore.hibernate - package com.atlassian.confluence.impl.backuprestore.hibernate
 
com.atlassian.confluence.impl.backuprestore.restore - package com.atlassian.confluence.impl.backuprestore.restore
 
com.atlassian.confluence.impl.backuprestore.restore.confluencelocker - package com.atlassian.confluence.impl.backuprestore.restore.confluencelocker
 
com.atlassian.confluence.impl.backuprestore.restore.container - package com.atlassian.confluence.impl.backuprestore.restore.container
 
com.atlassian.confluence.impl.backuprestore.restore.dao - package com.atlassian.confluence.impl.backuprestore.restore.dao
 
com.atlassian.confluence.impl.backuprestore.restore.domain - package com.atlassian.confluence.impl.backuprestore.restore.domain
 
com.atlassian.confluence.impl.backuprestore.restore.events - package com.atlassian.confluence.impl.backuprestore.restore.events
 
com.atlassian.confluence.impl.backuprestore.restore.idmapping - package com.atlassian.confluence.impl.backuprestore.restore.idmapping
 
com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders - package com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders
 
com.atlassian.confluence.impl.backuprestore.restore.persisters - package com.atlassian.confluence.impl.backuprestore.restore.persisters
 
com.atlassian.confluence.impl.backuprestore.restore.persisters.deferredoperations - package com.atlassian.confluence.impl.backuprestore.restore.persisters.deferredoperations
 
com.atlassian.confluence.impl.backuprestore.restore.preprocessing - package com.atlassian.confluence.impl.backuprestore.restore.preprocessing
 
com.atlassian.confluence.impl.backuprestore.restore.searchindexer - package com.atlassian.confluence.impl.backuprestore.restore.searchindexer
 
com.atlassian.confluence.impl.backuprestore.restore.stash - package com.atlassian.confluence.impl.backuprestore.restore.stash
 
com.atlassian.confluence.impl.backuprestore.restore.taskrunners - package com.atlassian.confluence.impl.backuprestore.restore.taskrunners
 
com.atlassian.confluence.impl.backuprestore.scheduledjob - package com.atlassian.confluence.impl.backuprestore.scheduledjob
 
com.atlassian.confluence.impl.backuprestore.statistics - package com.atlassian.confluence.impl.backuprestore.statistics
 
com.atlassian.confluence.impl.backuprestore.userkeyupdate - package com.atlassian.confluence.impl.backuprestore.userkeyupdate
 
com.atlassian.confluence.impl.bandana - package com.atlassian.confluence.impl.bandana
 
com.atlassian.confluence.impl.cache - package com.atlassian.confluence.impl.cache
 
com.atlassian.confluence.impl.cache.caffeine - package com.atlassian.confluence.impl.cache.caffeine
 
com.atlassian.confluence.impl.cache.config - package com.atlassian.confluence.impl.cache.config
 
com.atlassian.confluence.impl.cache.hibernate - package com.atlassian.confluence.impl.cache.hibernate
 
com.atlassian.confluence.impl.cache.nutcluster - package com.atlassian.confluence.impl.cache.nutcluster
 
com.atlassian.confluence.impl.cache.nutcluster.hibernate - package com.atlassian.confluence.impl.cache.nutcluster.hibernate
 
com.atlassian.confluence.impl.cache.tx - package com.atlassian.confluence.impl.cache.tx
 
com.atlassian.confluence.impl.cache.whitelist - package com.atlassian.confluence.impl.cache.whitelist
 
com.atlassian.confluence.impl.cluster - package com.atlassian.confluence.impl.cluster
 
com.atlassian.confluence.impl.cluster.event - package com.atlassian.confluence.impl.cluster.event
 
com.atlassian.confluence.impl.cluster.lock - package com.atlassian.confluence.impl.cluster.lock
 
com.atlassian.confluence.impl.cluster.nutcluster - package com.atlassian.confluence.impl.cluster.nutcluster
 
com.atlassian.confluence.impl.cluster.nutcluster.event - package com.atlassian.confluence.impl.cluster.nutcluster.event
 
com.atlassian.confluence.impl.cluster.nutcluster.interceptor - package com.atlassian.confluence.impl.cluster.nutcluster.interceptor
 
com.atlassian.confluence.impl.cluster.nutcluster.interceptor.authenticator - package com.atlassian.confluence.impl.cluster.nutcluster.interceptor.authenticator
 
com.atlassian.confluence.impl.concurrency - package com.atlassian.confluence.impl.concurrency
 
com.atlassian.confluence.impl.content - package com.atlassian.confluence.impl.content
 
com.atlassian.confluence.impl.content.datasource - package com.atlassian.confluence.impl.content.datasource
 
com.atlassian.confluence.impl.content.duplicatetags - package com.atlassian.confluence.impl.content.duplicatetags
 
com.atlassian.confluence.impl.content.duplicatetags.internal - package com.atlassian.confluence.impl.content.duplicatetags.internal
 
com.atlassian.confluence.impl.content.encoding - package com.atlassian.confluence.impl.content.encoding
 
com.atlassian.confluence.impl.content.links - package com.atlassian.confluence.impl.content.links
 
com.atlassian.confluence.impl.content.render.prefetch - package com.atlassian.confluence.impl.content.render.prefetch
 
com.atlassian.confluence.impl.content.render.prefetch.event - package com.atlassian.confluence.impl.content.render.prefetch.event
 
com.atlassian.confluence.impl.content.render.prefetch.hibernate - package com.atlassian.confluence.impl.content.render.prefetch.hibernate
 
com.atlassian.confluence.impl.content.render.prefetch.xhtml - package com.atlassian.confluence.impl.content.render.prefetch.xhtml
 
com.atlassian.confluence.impl.content.render.xhtml - package com.atlassian.confluence.impl.content.render.xhtml
 
com.atlassian.confluence.impl.content.render.xhtml.analytics - package com.atlassian.confluence.impl.content.render.xhtml.analytics
 
com.atlassian.confluence.impl.content.render.xhtml.editor.macro - package com.atlassian.confluence.impl.content.render.xhtml.editor.macro
 
com.atlassian.confluence.impl.content.render.xhtml.prefetch - package com.atlassian.confluence.impl.content.render.xhtml.prefetch
 
com.atlassian.confluence.impl.contributors - package com.atlassian.confluence.impl.contributors
 
com.atlassian.confluence.impl.core.persistence - package com.atlassian.confluence.impl.core.persistence
 
com.atlassian.confluence.impl.core.persistence.hibernate - package com.atlassian.confluence.impl.core.persistence.hibernate
 
com.atlassian.confluence.impl.core.persistence.hibernate.schema - package com.atlassian.confluence.impl.core.persistence.hibernate.schema
 
com.atlassian.confluence.impl.crowd.directory - package com.atlassian.confluence.impl.crowd.directory
 
com.atlassian.confluence.impl.event - package com.atlassian.confluence.impl.event
 
com.atlassian.confluence.impl.event.queues - package com.atlassian.confluence.impl.event.queues
 
com.atlassian.confluence.impl.feature - package com.atlassian.confluence.impl.feature
 
com.atlassian.confluence.impl.filestore - package com.atlassian.confluence.impl.filestore
 
com.atlassian.confluence.impl.health - package com.atlassian.confluence.impl.health
 
com.atlassian.confluence.impl.health.analytics - package com.atlassian.confluence.impl.health.analytics
 
com.atlassian.confluence.impl.health.checks - package com.atlassian.confluence.impl.health.checks
 
com.atlassian.confluence.impl.health.checks.rules - package com.atlassian.confluence.impl.health.checks.rules
 
com.atlassian.confluence.impl.health.web - package com.atlassian.confluence.impl.health.web
 
com.atlassian.confluence.impl.hibernate - package com.atlassian.confluence.impl.hibernate
 
com.atlassian.confluence.impl.hibernate.bulk - package com.atlassian.confluence.impl.hibernate.bulk
 
com.atlassian.confluence.impl.hibernate.cache - package com.atlassian.confluence.impl.hibernate.cache
 
com.atlassian.confluence.impl.hibernate.dialect - package com.atlassian.confluence.impl.hibernate.dialect
 
com.atlassian.confluence.impl.hibernate.metrics - package com.atlassian.confluence.impl.hibernate.metrics
 
com.atlassian.confluence.impl.hibernate.query - package com.atlassian.confluence.impl.hibernate.query
 
com.atlassian.confluence.impl.homepage - package com.atlassian.confluence.impl.homepage
 
com.atlassian.confluence.impl.i18n - package com.atlassian.confluence.impl.i18n
 
com.atlassian.confluence.impl.i18n.sal - package com.atlassian.confluence.impl.i18n.sal
 
com.atlassian.confluence.impl.importexport - package com.atlassian.confluence.impl.importexport
 
com.atlassian.confluence.impl.incrementalsync - package com.atlassian.confluence.impl.incrementalsync
 
com.atlassian.confluence.impl.index - package com.atlassian.confluence.impl.index
 
com.atlassian.confluence.impl.jmx - package com.atlassian.confluence.impl.jmx
 
com.atlassian.confluence.impl.journal - package com.atlassian.confluence.impl.journal
Provides implementation of Journal Service.
com.atlassian.confluence.impl.jsonator - package com.atlassian.confluence.impl.jsonator
 
com.atlassian.confluence.impl.labels - package com.atlassian.confluence.impl.labels
 
com.atlassian.confluence.impl.labels.adaptivelabelcache - package com.atlassian.confluence.impl.labels.adaptivelabelcache
 
com.atlassian.confluence.impl.labels.adaptivelabelcache.dao - package com.atlassian.confluence.impl.labels.adaptivelabelcache.dao
 
com.atlassian.confluence.impl.license - package com.atlassian.confluence.impl.license
 
com.atlassian.confluence.impl.like - package com.atlassian.confluence.impl.like
 
com.atlassian.confluence.impl.locale - package com.atlassian.confluence.impl.locale
 
com.atlassian.confluence.impl.logging - package com.atlassian.confluence.impl.logging
 
com.atlassian.confluence.impl.logging.admin - package com.atlassian.confluence.impl.logging.admin
 
com.atlassian.confluence.impl.logging.log4j.appender - package com.atlassian.confluence.impl.logging.log4j.appender
 
com.atlassian.confluence.impl.logging.log4j.config - package com.atlassian.confluence.impl.logging.log4j.config
 
com.atlassian.confluence.impl.logging.log4j.filter - package com.atlassian.confluence.impl.logging.log4j.filter
 
com.atlassian.confluence.impl.logging.log4j.layout - package com.atlassian.confluence.impl.logging.log4j.layout
 
com.atlassian.confluence.impl.logging.log4j.sink - package com.atlassian.confluence.impl.logging.log4j.sink
 
com.atlassian.confluence.impl.macro.metadata - package com.atlassian.confluence.impl.macro.metadata
 
com.atlassian.confluence.impl.macro.schema - package com.atlassian.confluence.impl.macro.schema
 
com.atlassian.confluence.impl.mail.notification.persistence - package com.atlassian.confluence.impl.mail.notification.persistence
 
com.atlassian.confluence.impl.message - package com.atlassian.confluence.impl.message
 
com.atlassian.confluence.impl.metrics - package com.atlassian.confluence.impl.metrics
 
com.atlassian.confluence.impl.neops - package com.atlassian.confluence.impl.neops
 
com.atlassian.confluence.impl.notifications - package com.atlassian.confluence.impl.notifications
 
com.atlassian.confluence.impl.nutcluster - package com.atlassian.confluence.impl.nutcluster
 
com.atlassian.confluence.impl.oauth2 - package com.atlassian.confluence.impl.oauth2
 
com.atlassian.confluence.impl.osgi - package com.atlassian.confluence.impl.osgi
 
com.atlassian.confluence.impl.pages - package com.atlassian.confluence.impl.pages
 
com.atlassian.confluence.impl.pages.actions - package com.atlassian.confluence.impl.pages.actions
 
com.atlassian.confluence.impl.pages.attachments - package com.atlassian.confluence.impl.pages.attachments
 
com.atlassian.confluence.impl.pages.attachments.filesystem - package com.atlassian.confluence.impl.pages.attachments.filesystem
 
com.atlassian.confluence.impl.pages.attachments.filesystem.model - package com.atlassian.confluence.impl.pages.attachments.filesystem.model
 
com.atlassian.confluence.impl.pages.attachments.objectstorage - package com.atlassian.confluence.impl.pages.attachments.objectstorage
 
com.atlassian.confluence.impl.pages.persistence.dao - package com.atlassian.confluence.impl.pages.persistence.dao
 
com.atlassian.confluence.impl.pages.readtime - package com.atlassian.confluence.impl.pages.readtime
 
com.atlassian.confluence.impl.pages.thumbnail - package com.atlassian.confluence.impl.pages.thumbnail
 
com.atlassian.confluence.impl.pages.thumbnail.renderer - package com.atlassian.confluence.impl.pages.thumbnail.renderer
 
com.atlassian.confluence.impl.pagination - package com.atlassian.confluence.impl.pagination
 
com.atlassian.confluence.impl.plugin - package com.atlassian.confluence.impl.plugin
 
com.atlassian.confluence.impl.plugin.descriptor.search - package com.atlassian.confluence.impl.plugin.descriptor.search
 
com.atlassian.confluence.impl.plugin.persistence - package com.atlassian.confluence.impl.plugin.persistence
 
com.atlassian.confluence.impl.plugin.settings - package com.atlassian.confluence.impl.plugin.settings
 
com.atlassian.confluence.impl.profiling - package com.atlassian.confluence.impl.profiling
 
com.atlassian.confluence.impl.propertyset - package com.atlassian.confluence.impl.propertyset
 
com.atlassian.confluence.impl.ratelimiter - package com.atlassian.confluence.impl.ratelimiter
 
com.atlassian.confluence.impl.retention - package com.atlassian.confluence.impl.retention
 
com.atlassian.confluence.impl.retention.analytics - package com.atlassian.confluence.impl.retention.analytics
 
com.atlassian.confluence.impl.retention.analytics.listener - package com.atlassian.confluence.impl.retention.analytics.listener
 
com.atlassian.confluence.impl.retention.audit.listener - package com.atlassian.confluence.impl.retention.audit.listener
 
com.atlassian.confluence.impl.retention.exception - package com.atlassian.confluence.impl.retention.exception
 
com.atlassian.confluence.impl.retention.fast - package com.atlassian.confluence.impl.retention.fast
 
com.atlassian.confluence.impl.retention.fast.dao - package com.atlassian.confluence.impl.retention.fast.dao
 
com.atlassian.confluence.impl.retention.fast.rules - package com.atlassian.confluence.impl.retention.fast.rules
 
com.atlassian.confluence.impl.retention.fast.status - package com.atlassian.confluence.impl.retention.fast.status
 
com.atlassian.confluence.impl.retention.listener - package com.atlassian.confluence.impl.retention.listener
 
com.atlassian.confluence.impl.retention.manager - package com.atlassian.confluence.impl.retention.manager
 
com.atlassian.confluence.impl.retention.rules - package com.atlassian.confluence.impl.retention.rules
 
com.atlassian.confluence.impl.retention.schedule - package com.atlassian.confluence.impl.retention.schedule
 
com.atlassian.confluence.impl.retention.service - package com.atlassian.confluence.impl.retention.service
 
com.atlassian.confluence.impl.retention.status - package com.atlassian.confluence.impl.retention.status
 
com.atlassian.confluence.impl.rss - package com.atlassian.confluence.impl.rss
 
com.atlassian.confluence.impl.schedule - package com.atlassian.confluence.impl.schedule
 
com.atlassian.confluence.impl.schedule.caesium - package com.atlassian.confluence.impl.schedule.caesium
 
com.atlassian.confluence.impl.schedule.jobs - package com.atlassian.confluence.impl.schedule.jobs
 
com.atlassian.confluence.impl.schedule.jobs.filedeletion - package com.atlassian.confluence.impl.schedule.jobs.filedeletion
 
com.atlassian.confluence.impl.schedule.jobs.synchrony.eviction - package com.atlassian.confluence.impl.schedule.jobs.synchrony.eviction
 
com.atlassian.confluence.impl.schedule.managers - package com.atlassian.confluence.impl.schedule.managers
 
com.atlassian.confluence.impl.scheduler - package com.atlassian.confluence.impl.scheduler
 
com.atlassian.confluence.impl.search - package com.atlassian.confluence.impl.search
 
com.atlassian.confluence.impl.search.actions - package com.atlassian.confluence.impl.search.actions
 
com.atlassian.confluence.impl.search.contentnames - package com.atlassian.confluence.impl.search.contentnames
 
com.atlassian.confluence.impl.search.contentnames.lucene - package com.atlassian.confluence.impl.search.contentnames.lucene
 
com.atlassian.confluence.impl.search.queue - package com.atlassian.confluence.impl.search.queue
 
com.atlassian.confluence.impl.search.summary - package com.atlassian.confluence.impl.search.summary
 
com.atlassian.confluence.impl.search.v2 - package com.atlassian.confluence.impl.search.v2
 
com.atlassian.confluence.impl.search.v2.extractor - package com.atlassian.confluence.impl.search.v2.extractor
 
com.atlassian.confluence.impl.search.v2.lucene - package com.atlassian.confluence.impl.search.v2.lucene
 
com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer - package com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer
 
com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer.exact - package com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer.exact
 
com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer.ngram - package com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer.ngram
 
com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer.unstemmed - package com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer.unstemmed
 
com.atlassian.confluence.impl.search.v2.lucene.analysis.tokenfilter - package com.atlassian.confluence.impl.search.v2.lucene.analysis.tokenfilter
 
com.atlassian.confluence.impl.search.v2.lucene.analysis.tokenizer - package com.atlassian.confluence.impl.search.v2.lucene.analysis.tokenizer
 
com.atlassian.confluence.impl.search.v2.lucene.filter - package com.atlassian.confluence.impl.search.v2.lucene.filter
 
com.atlassian.confluence.impl.search.v2.lucene.score - package com.atlassian.confluence.impl.search.v2.lucene.score
 
com.atlassian.confluence.impl.search.v2.mappers - package com.atlassian.confluence.impl.search.v2.mappers
 
com.atlassian.confluence.impl.search.v2.score - package com.atlassian.confluence.impl.search.v2.score
 
com.atlassian.confluence.impl.search.v2.searchfilter - package com.atlassian.confluence.impl.search.v2.searchfilter
 
com.atlassian.confluence.impl.security - package com.atlassian.confluence.impl.security
 
com.atlassian.confluence.impl.security.access - package com.atlassian.confluence.impl.security.access
 
com.atlassian.confluence.impl.security.administrators - package com.atlassian.confluence.impl.security.administrators
 
com.atlassian.confluence.impl.security.content - package com.atlassian.confluence.impl.security.content
 
com.atlassian.confluence.impl.security.delegate - package com.atlassian.confluence.impl.security.delegate
 
com.atlassian.confluence.impl.security.login - package com.atlassian.confluence.impl.security.login
 
com.atlassian.confluence.impl.security.login.dao - package com.atlassian.confluence.impl.security.login.dao
 
com.atlassian.confluence.impl.security.query - package com.atlassian.confluence.impl.security.query
 
com.atlassian.confluence.impl.security.recovery - package com.atlassian.confluence.impl.security.recovery
 
com.atlassian.confluence.impl.seraph - package com.atlassian.confluence.impl.seraph
 
com.atlassian.confluence.impl.service.finder - package com.atlassian.confluence.impl.service.finder
 
com.atlassian.confluence.impl.service.finder.content - package com.atlassian.confluence.impl.service.finder.content
 
com.atlassian.confluence.impl.service.finder.people - package com.atlassian.confluence.impl.service.finder.people
 
com.atlassian.confluence.impl.servlet - package com.atlassian.confluence.impl.servlet
 
com.atlassian.confluence.impl.settings - package com.atlassian.confluence.impl.settings
 
com.atlassian.confluence.impl.setup - package com.atlassian.confluence.impl.setup
 
com.atlassian.confluence.impl.setup.johnson - package com.atlassian.confluence.impl.setup.johnson
 
com.atlassian.confluence.impl.setup.wiring - package com.atlassian.confluence.impl.setup.wiring
 
com.atlassian.confluence.impl.sitemesh - package com.atlassian.confluence.impl.sitemesh
 
com.atlassian.confluence.impl.space - package com.atlassian.confluence.impl.space
 
com.atlassian.confluence.impl.space.deletion - package com.atlassian.confluence.impl.space.deletion
 
com.atlassian.confluence.impl.space.deletion.backgrounddeletion - package com.atlassian.confluence.impl.space.deletion.backgrounddeletion
 
com.atlassian.confluence.impl.space.deletion.backgrounddeletion.dao - package com.atlassian.confluence.impl.space.deletion.backgrounddeletion.dao
 
com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers - package com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers
 
com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.misc - package com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.misc
 
com.atlassian.confluence.impl.space.deletion.concealing - package com.atlassian.confluence.impl.space.deletion.concealing
 
com.atlassian.confluence.impl.spring - package com.atlassian.confluence.impl.spring
 
com.atlassian.confluence.impl.spring.data - package com.atlassian.confluence.impl.spring.data
 
com.atlassian.confluence.impl.startup - package com.atlassian.confluence.impl.startup
 
com.atlassian.confluence.impl.struts - package com.atlassian.confluence.impl.struts
 
com.atlassian.confluence.impl.system - package com.atlassian.confluence.impl.system
 
com.atlassian.confluence.impl.system.runner - package com.atlassian.confluence.impl.system.runner
 
com.atlassian.confluence.impl.system.task - package com.atlassian.confluence.impl.system.task
 
com.atlassian.confluence.impl.tenant - package com.atlassian.confluence.impl.tenant
 
com.atlassian.confluence.impl.themes - package com.atlassian.confluence.impl.themes
 
com.atlassian.confluence.impl.themes.persistence - package com.atlassian.confluence.impl.themes.persistence
 
com.atlassian.confluence.impl.threadlimiter - package com.atlassian.confluence.impl.threadlimiter
 
com.atlassian.confluence.impl.threadlimiter.analyticsservice - package com.atlassian.confluence.impl.threadlimiter.analyticsservice
 
com.atlassian.confluence.impl.tracing - package com.atlassian.confluence.impl.tracing
 
com.atlassian.confluence.impl.transaction - package com.atlassian.confluence.impl.transaction
 
com.atlassian.confluence.impl.upgrade - package com.atlassian.confluence.impl.upgrade
 
com.atlassian.confluence.impl.upgrade.upgradetask - package com.atlassian.confluence.impl.upgrade.upgradetask
 
com.atlassian.confluence.impl.user - package com.atlassian.confluence.impl.user
 
com.atlassian.confluence.impl.user.crowd - package com.atlassian.confluence.impl.user.crowd
 
com.atlassian.confluence.impl.user.crowd.audit - package com.atlassian.confluence.impl.user.crowd.audit
 
com.atlassian.confluence.impl.user.crowd.cluster - package com.atlassian.confluence.impl.user.crowd.cluster
 
com.atlassian.confluence.impl.user.crowd.directory - package com.atlassian.confluence.impl.user.crowd.directory
 
com.atlassian.confluence.impl.user.crowd.hibernate - package com.atlassian.confluence.impl.user.crowd.hibernate
 
com.atlassian.confluence.impl.user.crowd.hibernate.batch - package com.atlassian.confluence.impl.user.crowd.hibernate.batch
 
com.atlassian.confluence.impl.user.crowd.hibernate.batch.operation - package com.atlassian.confluence.impl.user.crowd.hibernate.batch.operation
 
com.atlassian.confluence.impl.user.crowd.serviceaccount - package com.atlassian.confluence.impl.user.crowd.serviceaccount
 
com.atlassian.confluence.impl.user.persistence.dao - package com.atlassian.confluence.impl.user.persistence.dao
 
com.atlassian.confluence.impl.user.preferences - package com.atlassian.confluence.impl.user.preferences
 
com.atlassian.confluence.impl.user.preferences.dao - package com.atlassian.confluence.impl.user.preferences.dao
 
com.atlassian.confluence.impl.user.signup - package com.atlassian.confluence.impl.user.signup
 
com.atlassian.confluence.impl.userstatus - package com.atlassian.confluence.impl.userstatus
 
com.atlassian.confluence.impl.util - package com.atlassian.confluence.impl.util
 
com.atlassian.confluence.impl.util.collections - package com.atlassian.confluence.impl.util.collections
 
com.atlassian.confluence.impl.util.concurrent - package com.atlassian.confluence.impl.util.concurrent
 
com.atlassian.confluence.impl.util.db - package com.atlassian.confluence.impl.util.db
 
com.atlassian.confluence.impl.util.sandbox - package com.atlassian.confluence.impl.util.sandbox
 
com.atlassian.confluence.impl.util.sandbox.misc - package com.atlassian.confluence.impl.util.sandbox.misc
 
com.atlassian.confluence.impl.util.serialize - package com.atlassian.confluence.impl.util.serialize
 
com.atlassian.confluence.impl.util.serialize.exception - package com.atlassian.confluence.impl.util.serialize.exception
 
com.atlassian.confluence.impl.util.tomcat - package com.atlassian.confluence.impl.util.tomcat
This package contains Tomcat-related utility code.
com.atlassian.confluence.impl.vcache - package com.atlassian.confluence.impl.vcache
 
com.atlassian.confluence.impl.velocity - package com.atlassian.confluence.impl.velocity
 
com.atlassian.confluence.impl.web.filter - package com.atlassian.confluence.impl.web.filter
 
com.atlassian.confluence.impl.webapp - package com.atlassian.confluence.impl.webapp
 
com.atlassian.confluence.impl.webapp.security - package com.atlassian.confluence.impl.webapp.security
 
com.atlassian.confluence.impl.webapp.security.enforcer - package com.atlassian.confluence.impl.webapp.security.enforcer
 
com.atlassian.confluence.impl.webapp.spring - package com.atlassian.confluence.impl.webapp.spring
 
com.atlassian.confluence.impl.webapp.urlrewrite - package com.atlassian.confluence.impl.webapp.urlrewrite
 
com.atlassian.confluence.impl.webresource - package com.atlassian.confluence.impl.webresource
 
com.atlassian.confluence.impl.xsrf - package com.atlassian.confluence.impl.xsrf
 
com.atlassian.confluence.impl.xstream - package com.atlassian.confluence.impl.xstream
 
com.atlassian.confluence.impl.xstream.security - package com.atlassian.confluence.impl.xstream.security
 
com.atlassian.confluence.importexport - package com.atlassian.confluence.importexport
 
com.atlassian.confluence.importexport.actions - package com.atlassian.confluence.importexport.actions
 
com.atlassian.confluence.importexport.impl - package com.atlassian.confluence.importexport.impl
 
com.atlassian.confluence.importexport.plugin - package com.atlassian.confluence.importexport.plugin
 
com.atlassian.confluence.importexport.resolvers - package com.atlassian.confluence.importexport.resolvers
 
com.atlassian.confluence.importexport.resource - package com.atlassian.confluence.importexport.resource
 
com.atlassian.confluence.importexport.xmlimport - package com.atlassian.confluence.importexport.xmlimport
Imports Confluence data from an XML backup.
com.atlassian.confluence.importexport.xmlimport.model - package com.atlassian.confluence.importexport.xmlimport.model
 
com.atlassian.confluence.importexport.xmlimport.parser - package com.atlassian.confluence.importexport.xmlimport.parser
 
com.atlassian.confluence.importexport.xmlimport.persister - package com.atlassian.confluence.importexport.xmlimport.persister
 
com.atlassian.confluence.incrementalsync - package com.atlassian.confluence.incrementalsync
 
com.atlassian.confluence.index - package com.atlassian.confluence.index
 
com.atlassian.confluence.index.attachment - package com.atlassian.confluence.index.attachment
 
com.atlassian.confluence.index.status - package com.atlassian.confluence.index.status
 
com.atlassian.confluence.internal - package com.atlassian.confluence.internal
Internal interfaces that are NOT exposed to the plugin classpath, by being excluded in the packageScanningConfiguration of bootstrapContext.xml.
com.atlassian.confluence.internal.accessmode - package com.atlassian.confluence.internal.accessmode
 
com.atlassian.confluence.internal.anitsamy - package com.atlassian.confluence.internal.anitsamy
 
com.atlassian.confluence.internal.api.impl.service.incrementalsync - package com.atlassian.confluence.internal.api.impl.service.incrementalsync
 
com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement - package com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement
 
com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands - package com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands
 
com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.journalmessage - package com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.journalmessage
 
com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.model - package com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.model
 
com.atlassian.confluence.internal.api.impl.service.incrementalsync.customcontentmanagement - package com.atlassian.confluence.internal.api.impl.service.incrementalsync.customcontentmanagement
 
com.atlassian.confluence.internal.api.impl.service.incrementalsync.customcontentmanagement.journalmessage - package com.atlassian.confluence.internal.api.impl.service.incrementalsync.customcontentmanagement.journalmessage
 
com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement - package com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement
 
com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.commands - package com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.commands
 
com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.journalmessage - package com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.journalmessage
 
com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal - package com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal
 
com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement - package com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement
 
com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands - package com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands
 
com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.events - package com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.events
 
com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.journalmessage - package com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.journalmessage
 
com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.model - package com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.model
 
com.atlassian.confluence.internal.api.impl.service.incrementalsync.utils - package com.atlassian.confluence.internal.api.impl.service.incrementalsync.utils
 
com.atlassian.confluence.internal.api.impl.service.rovo - package com.atlassian.confluence.internal.api.impl.service.rovo
 
com.atlassian.confluence.internal.api.incrementalsync.model - package com.atlassian.confluence.internal.api.incrementalsync.model
 
com.atlassian.confluence.internal.api.incrementalsync.model.contentmanagement - package com.atlassian.confluence.internal.api.incrementalsync.model.contentmanagement
 
com.atlassian.confluence.internal.api.incrementalsync.model.globalpermissionmanagement - package com.atlassian.confluence.internal.api.incrementalsync.model.globalpermissionmanagement
 
com.atlassian.confluence.internal.api.incrementalsync.model.security - package com.atlassian.confluence.internal.api.incrementalsync.model.security
 
com.atlassian.confluence.internal.api.incrementalsync.model.usermanagement - package com.atlassian.confluence.internal.api.incrementalsync.model.usermanagement
 
com.atlassian.confluence.internal.api.rovo.service - package com.atlassian.confluence.internal.api.rovo.service
 
com.atlassian.confluence.internal.api.security - package com.atlassian.confluence.internal.api.security
 
com.atlassian.confluence.internal.api.security.exception - package com.atlassian.confluence.internal.api.security.exception
 
com.atlassian.confluence.internal.api.security.impl - package com.atlassian.confluence.internal.api.security.impl
 
com.atlassian.confluence.internal.api.service.incrementalsync - package com.atlassian.confluence.internal.api.service.incrementalsync
 
com.atlassian.confluence.internal.api.service.incrementalsync.contentmanagement - package com.atlassian.confluence.internal.api.service.incrementalsync.contentmanagement
 
com.atlassian.confluence.internal.api.service.incrementalsync.globalpermissionmanagement - package com.atlassian.confluence.internal.api.service.incrementalsync.globalpermissionmanagement
 
com.atlassian.confluence.internal.api.service.incrementalsync.usermanagement - package com.atlassian.confluence.internal.api.service.incrementalsync.usermanagement
 
com.atlassian.confluence.internal.audit - package com.atlassian.confluence.internal.audit
 
com.atlassian.confluence.internal.audit.persistence.dao - package com.atlassian.confluence.internal.audit.persistence.dao
 
com.atlassian.confluence.internal.audit.persistence.dao.hibernate - package com.atlassian.confluence.internal.audit.persistence.dao.hibernate
 
com.atlassian.confluence.internal.cipher - package com.atlassian.confluence.internal.cipher
 
com.atlassian.confluence.internal.content - package com.atlassian.confluence.internal.content
 
com.atlassian.confluence.internal.content.bodycontentquerier - package com.atlassian.confluence.internal.content.bodycontentquerier
 
com.atlassian.confluence.internal.content.collab - package com.atlassian.confluence.internal.content.collab
 
com.atlassian.confluence.internal.content.render.xhtml.migration - package com.atlassian.confluence.internal.content.render.xhtml.migration
 
com.atlassian.confluence.internal.diagnostics - package com.atlassian.confluence.internal.diagnostics
 
com.atlassian.confluence.internal.diagnostics.ipd - package com.atlassian.confluence.internal.diagnostics.ipd
 
com.atlassian.confluence.internal.diagnostics.ipd.config - package com.atlassian.confluence.internal.diagnostics.ipd.config
 
com.atlassian.confluence.internal.diagnostics.ipd.db - package com.atlassian.confluence.internal.diagnostics.ipd.db
 
com.atlassian.confluence.internal.diagnostics.ipd.exception - package com.atlassian.confluence.internal.diagnostics.ipd.exception
 
com.atlassian.confluence.internal.diagnostics.ipd.filesystem - package com.atlassian.confluence.internal.diagnostics.ipd.filesystem
 
com.atlassian.confluence.internal.diagnostics.ipd.http - package com.atlassian.confluence.internal.diagnostics.ipd.http
 
com.atlassian.confluence.internal.diagnostics.ipd.http.session - package com.atlassian.confluence.internal.diagnostics.ipd.http.session
 
com.atlassian.confluence.internal.diagnostics.ipd.index - package com.atlassian.confluence.internal.diagnostics.ipd.index
 
com.atlassian.confluence.internal.diagnostics.ipd.index.items - package com.atlassian.confluence.internal.diagnostics.ipd.index.items
 
com.atlassian.confluence.internal.diagnostics.ipd.mail - package com.atlassian.confluence.internal.diagnostics.ipd.mail
 
com.atlassian.confluence.internal.diagnostics.ipd.mail.incoming - package com.atlassian.confluence.internal.diagnostics.ipd.mail.incoming
 
com.atlassian.confluence.internal.diagnostics.ipd.mail.outgoing - package com.atlassian.confluence.internal.diagnostics.ipd.mail.outgoing
 
com.atlassian.confluence.internal.diagnostics.ipd.node - package com.atlassian.confluence.internal.diagnostics.ipd.node
 
com.atlassian.confluence.internal.diagnostics.ipd.synchrony - package com.atlassian.confluence.internal.diagnostics.ipd.synchrony
 
com.atlassian.confluence.internal.diagnostics.ipd.userdirectory - package com.atlassian.confluence.internal.diagnostics.ipd.userdirectory
 
com.atlassian.confluence.internal.diagnostics.ipd.userdirectory.service - package com.atlassian.confluence.internal.diagnostics.ipd.userdirectory.service
 
com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate - package com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate
 
com.atlassian.confluence.internal.follow - package com.atlassian.confluence.internal.follow
 
com.atlassian.confluence.internal.health - package com.atlassian.confluence.internal.health
 
com.atlassian.confluence.internal.health.analytics - package com.atlassian.confluence.internal.health.analytics
 
com.atlassian.confluence.internal.importexport - package com.atlassian.confluence.internal.importexport
 
com.atlassian.confluence.internal.index - package com.atlassian.confluence.internal.index
 
com.atlassian.confluence.internal.index.attachment - package com.atlassian.confluence.internal.index.attachment
 
com.atlassian.confluence.internal.index.config - package com.atlassian.confluence.internal.index.config
 
com.atlassian.confluence.internal.index.event - package com.atlassian.confluence.internal.index.event
 
com.atlassian.confluence.internal.index.event.space - package com.atlassian.confluence.internal.index.event.space
 
com.atlassian.confluence.internal.index.lucene - package com.atlassian.confluence.internal.index.lucene
 
com.atlassian.confluence.internal.index.lucene.snapshot - package com.atlassian.confluence.internal.index.lucene.snapshot
 
com.atlassian.confluence.internal.index.status - package com.atlassian.confluence.internal.index.status
 
com.atlassian.confluence.internal.index.status.importexport - package com.atlassian.confluence.internal.index.status.importexport
 
com.atlassian.confluence.internal.index.status.schedule - package com.atlassian.confluence.internal.index.status.schedule
 
com.atlassian.confluence.internal.index.v2 - package com.atlassian.confluence.internal.index.v2
 
com.atlassian.confluence.internal.index.v2.impl - package com.atlassian.confluence.internal.index.v2.impl
 
com.atlassian.confluence.internal.labels.persistence - package com.atlassian.confluence.internal.labels.persistence
 
com.atlassian.confluence.internal.license - package com.atlassian.confluence.internal.license
 
com.atlassian.confluence.internal.license.store - package com.atlassian.confluence.internal.license.store
 
com.atlassian.confluence.internal.links.persistence - package com.atlassian.confluence.internal.links.persistence
 
com.atlassian.confluence.internal.longrunning - package com.atlassian.confluence.internal.longrunning
 
com.atlassian.confluence.internal.notification.persistence - package com.atlassian.confluence.internal.notification.persistence
 
com.atlassian.confluence.internal.pages.persistence - package com.atlassian.confluence.internal.pages.persistence
 
com.atlassian.confluence.internal.permissions - package com.atlassian.confluence.internal.permissions
 
com.atlassian.confluence.internal.persistence - package com.atlassian.confluence.internal.persistence
 
com.atlassian.confluence.internal.persistence.hibernate - package com.atlassian.confluence.internal.persistence.hibernate
 
com.atlassian.confluence.internal.relations - package com.atlassian.confluence.internal.relations
 
com.atlassian.confluence.internal.relations.dao - package com.atlassian.confluence.internal.relations.dao
 
com.atlassian.confluence.internal.relations.dao.hibernate - package com.atlassian.confluence.internal.relations.dao.hibernate
 
com.atlassian.confluence.internal.schedule.persistence.dao - package com.atlassian.confluence.internal.schedule.persistence.dao
 
com.atlassian.confluence.internal.search - package com.atlassian.confluence.internal.search
 
com.atlassian.confluence.internal.search.contentnames.v2 - package com.atlassian.confluence.internal.search.contentnames.v2
 
com.atlassian.confluence.internal.search.extractor2 - package com.atlassian.confluence.internal.search.extractor2
 
com.atlassian.confluence.internal.search.listeners - package com.atlassian.confluence.internal.search.listeners
 
com.atlassian.confluence.internal.search.queue - package com.atlassian.confluence.internal.search.queue
 
com.atlassian.confluence.internal.search.tasks - package com.atlassian.confluence.internal.search.tasks
 
com.atlassian.confluence.internal.search.v2 - package com.atlassian.confluence.internal.search.v2
 
com.atlassian.confluence.internal.search.v2.lucene - package com.atlassian.confluence.internal.search.v2.lucene
Provides a Lucene-backed implementation of the SearchManager.
com.atlassian.confluence.internal.search.v2.lucene.analyzer - package com.atlassian.confluence.internal.search.v2.lucene.analyzer
 
com.atlassian.confluence.internal.search.v2.lucene.summary - package com.atlassian.confluence.internal.search.v2.lucene.summary
 
com.atlassian.confluence.internal.security - package com.atlassian.confluence.internal.security
 
com.atlassian.confluence.internal.security.captcha - package com.atlassian.confluence.internal.security.captcha
 
com.atlassian.confluence.internal.security.persistence - package com.atlassian.confluence.internal.security.persistence
 
com.atlassian.confluence.internal.setup.settings - package com.atlassian.confluence.internal.setup.settings
 
com.atlassian.confluence.internal.spaces - package com.atlassian.confluence.internal.spaces
Confluence internal classes related to spaces.
com.atlassian.confluence.internal.spaces.persistence - package com.atlassian.confluence.internal.spaces.persistence
 
com.atlassian.confluence.internal.upgrade - package com.atlassian.confluence.internal.upgrade
 
com.atlassian.confluence.internal.upgrade.constraint - package com.atlassian.confluence.internal.upgrade.constraint
 
com.atlassian.confluence.internal.upgrade.constraint.dedup - package com.atlassian.confluence.internal.upgrade.constraint.dedup
 
com.atlassian.confluence.internal.upgrade.index - package com.atlassian.confluence.internal.upgrade.index
 
com.atlassian.confluence.internal.user - package com.atlassian.confluence.internal.user
Confluence internal classes related to user management.
com.atlassian.confluence.internal.user.persistence - package com.atlassian.confluence.internal.user.persistence
 
com.atlassian.confluence.internal.util.io - package com.atlassian.confluence.internal.util.io
 
com.atlassian.confluence.internal.util.reflection - package com.atlassian.confluence.internal.util.reflection
 
com.atlassian.confluence.internal.web.filter.spring - package com.atlassian.confluence.internal.web.filter.spring
 
com.atlassian.confluence.jmx - package com.atlassian.confluence.jmx
 
com.atlassian.confluence.journal - package com.atlassian.confluence.journal
 
com.atlassian.confluence.json - package com.atlassian.confluence.json
 
com.atlassian.confluence.json.introspector - package com.atlassian.confluence.json.introspector
 
com.atlassian.confluence.json.json - package com.atlassian.confluence.json.json
 
com.atlassian.confluence.json.jsonator - package com.atlassian.confluence.json.jsonator
 
com.atlassian.confluence.labels - package com.atlassian.confluence.labels
 
com.atlassian.confluence.labels.actions - package com.atlassian.confluence.labels.actions
 
com.atlassian.confluence.labels.dto - package com.atlassian.confluence.labels.dto
 
com.atlassian.confluence.labels.listeners - package com.atlassian.confluence.labels.listeners
 
com.atlassian.confluence.labels.persistence.dao - package com.atlassian.confluence.labels.persistence.dao
 
com.atlassian.confluence.labels.persistence.dao.hibernate - package com.atlassian.confluence.labels.persistence.dao.hibernate
 
com.atlassian.confluence.labels.service - package com.atlassian.confluence.labels.service
 
com.atlassian.confluence.languages - package com.atlassian.confluence.languages
 
com.atlassian.confluence.legacyapi - package com.atlassian.confluence.legacyapi
 
com.atlassian.confluence.legacyapi.model - package com.atlassian.confluence.legacyapi.model
 
com.atlassian.confluence.legacyapi.model.content - package com.atlassian.confluence.legacyapi.model.content
 
com.atlassian.confluence.legacyapi.model.content.locator - package com.atlassian.confluence.legacyapi.model.content.locator
 
com.atlassian.confluence.legacyapi.model.people - package com.atlassian.confluence.legacyapi.model.people
 
com.atlassian.confluence.legacyapi.service - package com.atlassian.confluence.legacyapi.service
 
com.atlassian.confluence.legacyapi.service.content - package com.atlassian.confluence.legacyapi.service.content
 
com.atlassian.confluence.legacyapi.service.people - package com.atlassian.confluence.legacyapi.service.people
 
com.atlassian.confluence.license - package com.atlassian.confluence.license
 
com.atlassian.confluence.license.exception - package com.atlassian.confluence.license.exception
 
com.atlassian.confluence.license.exception.handler - package com.atlassian.confluence.license.exception.handler
 
com.atlassian.confluence.license.rest.model - package com.atlassian.confluence.license.rest.model
 
com.atlassian.confluence.license.rest.resource - package com.atlassian.confluence.license.rest.resource
 
com.atlassian.confluence.license.store - package com.atlassian.confluence.license.store
 
com.atlassian.confluence.license.util - package com.atlassian.confluence.license.util
 
com.atlassian.confluence.license.validator - package com.atlassian.confluence.license.validator
 
com.atlassian.confluence.like - package com.atlassian.confluence.like
 
com.atlassian.confluence.links - package com.atlassian.confluence.links
 
com.atlassian.confluence.links.linktypes - package com.atlassian.confluence.links.linktypes
 
com.atlassian.confluence.links.persistence.dao - package com.atlassian.confluence.links.persistence.dao
 
com.atlassian.confluence.links.persistence.dao.hibernate - package com.atlassian.confluence.links.persistence.dao.hibernate
 
com.atlassian.confluence.logging - package com.atlassian.confluence.logging
 
com.atlassian.confluence.logging.sink - package com.atlassian.confluence.logging.sink
 
com.atlassian.confluence.macro - package com.atlassian.confluence.macro
 
com.atlassian.confluence.macro.browser - package com.atlassian.confluence.macro.browser
 
com.atlassian.confluence.macro.browser.actions - package com.atlassian.confluence.macro.browser.actions
 
com.atlassian.confluence.macro.browser.beans - package com.atlassian.confluence.macro.browser.beans
 
com.atlassian.confluence.macro.count - package com.atlassian.confluence.macro.count
 
com.atlassian.confluence.macro.params - package com.atlassian.confluence.macro.params
 
com.atlassian.confluence.macro.profile - package com.atlassian.confluence.macro.profile
 
com.atlassian.confluence.macro.query - package com.atlassian.confluence.macro.query
 
com.atlassian.confluence.macro.query.params - package com.atlassian.confluence.macro.query.params
 
com.atlassian.confluence.macro.wiki - package com.atlassian.confluence.macro.wiki
 
com.atlassian.confluence.macro.xhtml - package com.atlassian.confluence.macro.xhtml
 
com.atlassian.confluence.mail - package com.atlassian.confluence.mail
 
com.atlassian.confluence.mail.auth - package com.atlassian.confluence.mail.auth
 
com.atlassian.confluence.mail.embed - package com.atlassian.confluence.mail.embed
 
com.atlassian.confluence.mail.jobs - package com.atlassian.confluence.mail.jobs
 
com.atlassian.confluence.mail.notification - package com.atlassian.confluence.mail.notification
 
com.atlassian.confluence.mail.notification.actions - package com.atlassian.confluence.mail.notification.actions
 
com.atlassian.confluence.mail.notification.listeners - package com.atlassian.confluence.mail.notification.listeners
 
com.atlassian.confluence.mail.notification.listeners.async - package com.atlassian.confluence.mail.notification.listeners.async
 
com.atlassian.confluence.mail.notification.persistence - package com.atlassian.confluence.mail.notification.persistence
 
com.atlassian.confluence.mail.notification.persistence.dao.hibernate - package com.atlassian.confluence.mail.notification.persistence.dao.hibernate
 
com.atlassian.confluence.mail.reports - package com.atlassian.confluence.mail.reports
 
com.atlassian.confluence.mail.template - package com.atlassian.confluence.mail.template
 
com.atlassian.confluence.oauth2 - package com.atlassian.confluence.oauth2
 
com.atlassian.confluence.osgi - package com.atlassian.confluence.osgi
 
com.atlassian.confluence.pages - package com.atlassian.confluence.pages
 
com.atlassian.confluence.pages.actions - package com.atlassian.confluence.pages.actions
 
com.atlassian.confluence.pages.actions.beans - package com.atlassian.confluence.pages.actions.beans
 
com.atlassian.confluence.pages.ancestors - package com.atlassian.confluence.pages.ancestors
 
com.atlassian.confluence.pages.attachments - package com.atlassian.confluence.pages.attachments
 
com.atlassian.confluence.pages.collab - package com.atlassian.confluence.pages.collab
 
com.atlassian.confluence.pages.collab.impl - package com.atlassian.confluence.pages.collab.impl
 
com.atlassian.confluence.pages.collab.impl.tracking - package com.atlassian.confluence.pages.collab.impl.tracking
 
com.atlassian.confluence.pages.exceptions - package com.atlassian.confluence.pages.exceptions
 
com.atlassian.confluence.pages.persistence.dao - package com.atlassian.confluence.pages.persistence.dao
 
com.atlassian.confluence.pages.persistence.dao.bulk - package com.atlassian.confluence.pages.persistence.dao.bulk
 
com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete - package com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete
 
com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers - package com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers
 
com.atlassian.confluence.pages.persistence.dao.bulk.copy - package com.atlassian.confluence.pages.persistence.dao.bulk.copy
 
com.atlassian.confluence.pages.persistence.dao.bulk.delete - package com.atlassian.confluence.pages.persistence.dao.bulk.delete
 
com.atlassian.confluence.pages.persistence.dao.bulk.impl - package com.atlassian.confluence.pages.persistence.dao.bulk.impl
 
com.atlassian.confluence.pages.persistence.dao.filesystem - package com.atlassian.confluence.pages.persistence.dao.filesystem
 
com.atlassian.confluence.pages.persistence.dao.hibernate - package com.atlassian.confluence.pages.persistence.dao.hibernate
 
com.atlassian.confluence.pages.templates - package com.atlassian.confluence.pages.templates
 
com.atlassian.confluence.pages.templates.persistence.dao - package com.atlassian.confluence.pages.templates.persistence.dao
 
com.atlassian.confluence.pages.templates.persistence.dao.hibernate - package com.atlassian.confluence.pages.templates.persistence.dao.hibernate
 
com.atlassian.confluence.pages.templates.variables - package com.atlassian.confluence.pages.templates.variables
 
com.atlassian.confluence.pages.thumbnail - package com.atlassian.confluence.pages.thumbnail
 
com.atlassian.confluence.pages.wysiwyg - package com.atlassian.confluence.pages.wysiwyg
 
com.atlassian.confluence.persistence - package com.atlassian.confluence.persistence
 
com.atlassian.confluence.plugin - package com.atlassian.confluence.plugin
 
com.atlassian.confluence.plugin.descriptor - package com.atlassian.confluence.plugin.descriptor
 
com.atlassian.confluence.plugin.descriptor.aboutpage - package com.atlassian.confluence.plugin.descriptor.aboutpage
 
com.atlassian.confluence.plugin.descriptor.api - package com.atlassian.confluence.plugin.descriptor.api
 
com.atlassian.confluence.plugin.descriptor.backup - package com.atlassian.confluence.plugin.descriptor.backup
 
com.atlassian.confluence.plugin.descriptor.embedded - package com.atlassian.confluence.plugin.descriptor.embedded
 
com.atlassian.confluence.plugin.descriptor.macro - package com.atlassian.confluence.plugin.descriptor.macro
 
com.atlassian.confluence.plugin.descriptor.mail - package com.atlassian.confluence.plugin.descriptor.mail
 
com.atlassian.confluence.plugin.descriptor.mail.conditions - package com.atlassian.confluence.plugin.descriptor.mail.conditions
 
com.atlassian.confluence.plugin.descriptor.restore - package com.atlassian.confluence.plugin.descriptor.restore
 
com.atlassian.confluence.plugin.descriptor.rpc - package com.atlassian.confluence.plugin.descriptor.rpc
 
com.atlassian.confluence.plugin.descriptor.web - package com.atlassian.confluence.plugin.descriptor.web
 
com.atlassian.confluence.plugin.descriptor.web.conditions - package com.atlassian.confluence.plugin.descriptor.web.conditions
 
com.atlassian.confluence.plugin.descriptor.web.conditions.user - package com.atlassian.confluence.plugin.descriptor.web.conditions.user
 
com.atlassian.confluence.plugin.descriptor.web.descriptors - package com.atlassian.confluence.plugin.descriptor.web.descriptors
 
com.atlassian.confluence.plugin.descriptor.web.model - package com.atlassian.confluence.plugin.descriptor.web.model
 
com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions - package com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions
 
com.atlassian.confluence.plugin.descriptor.xhtml - package com.atlassian.confluence.plugin.descriptor.xhtml
 
com.atlassian.confluence.plugin.dev - package com.atlassian.confluence.plugin.dev
 
com.atlassian.confluence.plugin.editor - package com.atlassian.confluence.plugin.editor
 
com.atlassian.confluence.plugin.module - package com.atlassian.confluence.plugin.module
 
com.atlassian.confluence.plugin.osgi - package com.atlassian.confluence.plugin.osgi
 
com.atlassian.confluence.plugin.persistence - package com.atlassian.confluence.plugin.persistence
 
com.atlassian.confluence.plugin.persistence.hibernate - package com.atlassian.confluence.plugin.persistence.hibernate
 
com.atlassian.confluence.plugin.services - package com.atlassian.confluence.plugin.services
 
com.atlassian.confluence.plugin.servlet.filter - package com.atlassian.confluence.plugin.servlet.filter
 
com.atlassian.confluence.plugin.spring - package com.atlassian.confluence.plugin.spring
Classes necessary for Spring integration with the plugins system.
com.atlassian.confluence.plugin.struts - package com.atlassian.confluence.plugin.struts
 
com.atlassian.confluence.plugin.web.renderer - package com.atlassian.confluence.plugin.web.renderer
 
com.atlassian.confluence.plugin.webresource - package com.atlassian.confluence.plugin.webresource
 
com.atlassian.confluence.plugin.webresource.aui - package com.atlassian.confluence.plugin.webresource.aui
 
com.atlassian.confluence.plugins.analytics.jobs - package com.atlassian.confluence.plugins.analytics.jobs
 
com.atlassian.confluence.plugins.analytics.jobs.api - package com.atlassian.confluence.plugins.analytics.jobs.api
 
com.atlassian.confluence.plugins.contentproperty - package com.atlassian.confluence.plugins.contentproperty
 
com.atlassian.confluence.plugins.contentproperty.hibernate2 - package com.atlassian.confluence.plugins.contentproperty.hibernate2
 
com.atlassian.confluence.plugins.contentproperty.index.config - package com.atlassian.confluence.plugins.contentproperty.index.config
 
com.atlassian.confluence.plugins.contentproperty.index.extractor - package com.atlassian.confluence.plugins.contentproperty.index.extractor
 
com.atlassian.confluence.plugins.contentproperty.index.schema - package com.atlassian.confluence.plugins.contentproperty.index.schema
 
com.atlassian.confluence.plugins.contentproperty.search.fields - package com.atlassian.confluence.plugins.contentproperty.search.fields
 
com.atlassian.confluence.plugins.contentproperty.search.query - package com.atlassian.confluence.plugins.contentproperty.search.query
 
com.atlassian.confluence.plugins.contentproperty.spaceproperty - package com.atlassian.confluence.plugins.contentproperty.spaceproperty
 
com.atlassian.confluence.plugins.contentproperty.transaction - package com.atlassian.confluence.plugins.contentproperty.transaction
 
com.atlassian.confluence.plugins.dashboard - package com.atlassian.confluence.plugins.dashboard
 
com.atlassian.confluence.plugins.easyuser - package com.atlassian.confluence.plugins.easyuser
 
com.atlassian.confluence.plugins.easyuser.notifications - package com.atlassian.confluence.plugins.easyuser.notifications
 
com.atlassian.confluence.plugins.edgeindex - package com.atlassian.confluence.plugins.edgeindex
 
com.atlassian.confluence.plugins.edgeindex.edge - package com.atlassian.confluence.plugins.edgeindex.edge
 
com.atlassian.confluence.plugins.edgeindex.job - package com.atlassian.confluence.plugins.edgeindex.job
 
com.atlassian.confluence.plugins.edgeindex.listener - package com.atlassian.confluence.plugins.edgeindex.listener
 
com.atlassian.confluence.plugins.edgeindex.model - package com.atlassian.confluence.plugins.edgeindex.model
 
com.atlassian.confluence.plugins.edgeindex.plugin - package com.atlassian.confluence.plugins.edgeindex.plugin
 
com.atlassian.confluence.plugins.edgeindex.rest - package com.atlassian.confluence.plugins.edgeindex.rest
 
com.atlassian.confluence.plugins.edgeindex.servlet - package com.atlassian.confluence.plugins.edgeindex.servlet
 
com.atlassian.confluence.plugins.edgeindex.tasks - package com.atlassian.confluence.plugins.edgeindex.tasks
 
com.atlassian.confluence.plugins.edgeindex.upgrade - package com.atlassian.confluence.plugins.edgeindex.upgrade
 
com.atlassian.confluence.plugins.editorloader - package com.atlassian.confluence.plugins.editorloader
 
com.atlassian.confluence.plugins.graphql - package com.atlassian.confluence.plugins.graphql
 
com.atlassian.confluence.plugins.graphql.extensions - package com.atlassian.confluence.plugins.graphql.extensions
 
com.atlassian.confluence.plugins.graphql.providers - package com.atlassian.confluence.plugins.graphql.providers
 
com.atlassian.confluence.plugins.graphql.resource - package com.atlassian.confluence.plugins.graphql.resource
 
com.atlassian.confluence.plugins.graphql.types - package com.atlassian.confluence.plugins.graphql.types
 
com.atlassian.confluence.plugins.index.api - package com.atlassian.confluence.plugins.index.api
 
com.atlassian.confluence.plugins.index.api.mapping - package com.atlassian.confluence.plugins.index.api.mapping
 
com.atlassian.confluence.plugins.keyboardshortcuts - package com.atlassian.confluence.plugins.keyboardshortcuts
 
com.atlassian.confluence.plugins.keyboardshortcuts.conditions - package com.atlassian.confluence.plugins.keyboardshortcuts.conditions
 
com.atlassian.confluence.plugins.labels.actions - package com.atlassian.confluence.plugins.labels.actions
 
com.atlassian.confluence.plugins.labels.rest - package com.atlassian.confluence.plugins.labels.rest
 
com.atlassian.confluence.plugins.labels.soy - package com.atlassian.confluence.plugins.labels.soy
 
com.atlassian.confluence.plugins.like - package com.atlassian.confluence.plugins.like
 
com.atlassian.confluence.plugins.like.actions - package com.atlassian.confluence.plugins.like.actions
 
com.atlassian.confluence.plugins.like.conditions - package com.atlassian.confluence.plugins.like.conditions
 
com.atlassian.confluence.plugins.like.graphql - package com.atlassian.confluence.plugins.like.graphql
 
com.atlassian.confluence.plugins.like.notifications - package com.atlassian.confluence.plugins.like.notifications
 
com.atlassian.confluence.plugins.like.notifications.batch - package com.atlassian.confluence.plugins.like.notifications.batch
 
com.atlassian.confluence.plugins.like.notifications.dao - package com.atlassian.confluence.plugins.like.notifications.dao
 
com.atlassian.confluence.plugins.like.providers - package com.atlassian.confluence.plugins.like.providers
 
com.atlassian.confluence.plugins.like.rest.entities - package com.atlassian.confluence.plugins.like.rest.entities
 
com.atlassian.confluence.plugins.like.rest.resources - package com.atlassian.confluence.plugins.like.rest.resources
 
com.atlassian.confluence.plugins.like.spring - package com.atlassian.confluence.plugins.like.spring
 
com.atlassian.confluence.plugins.lookandfeel - package com.atlassian.confluence.plugins.lookandfeel
 
com.atlassian.confluence.plugins.lookandfeel.events - package com.atlassian.confluence.plugins.lookandfeel.events
 
com.atlassian.confluence.plugins.lookandfeel.filter - package com.atlassian.confluence.plugins.lookandfeel.filter
 
com.atlassian.confluence.plugins.macros.core - package com.atlassian.confluence.plugins.macros.core
 
com.atlassian.confluence.plugins.macros.dashboard - package com.atlassian.confluence.plugins.macros.dashboard
 
com.atlassian.confluence.plugins.macros.dashboard.recentupdates - package com.atlassian.confluence.plugins.macros.dashboard.recentupdates
 
com.atlassian.confluence.plugins.macros.dashboard.recentupdates.events - package com.atlassian.confluence.plugins.macros.dashboard.recentupdates.events
 
com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest - package com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest
 
com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest.dto - package com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest.dto
 
com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest.serialisers - package com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest.serialisers
 
com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs - package com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs
 
com.atlassian.confluence.plugins.macros.dashboard.rest - package com.atlassian.confluence.plugins.macros.dashboard.rest
 
com.atlassian.confluence.plugins.macrousage.extractor - package com.atlassian.confluence.plugins.macrousage.extractor
 
com.atlassian.confluence.plugins.maintenance.actions - package com.atlassian.confluence.plugins.maintenance.actions
 
com.atlassian.confluence.plugins.maintenance.model - package com.atlassian.confluence.plugins.maintenance.model
 
com.atlassian.confluence.plugins.maintenance.service - package com.atlassian.confluence.plugins.maintenance.service
 
com.atlassian.confluence.plugins.maintenance.service.impl - package com.atlassian.confluence.plugins.maintenance.service.impl
 
com.atlassian.confluence.plugins.merge - package com.atlassian.confluence.plugins.merge
 
com.atlassian.confluence.plugins.monitoring - package com.atlassian.confluence.plugins.monitoring
 
com.atlassian.confluence.plugins.navlinks.spi.impl - package com.atlassian.confluence.plugins.navlinks.spi.impl
 
com.atlassian.confluence.plugins.opensearch - package com.atlassian.confluence.plugins.opensearch
 
com.atlassian.confluence.plugins.opensearch.analysis - package com.atlassian.confluence.plugins.opensearch.analysis
 
com.atlassian.confluence.plugins.opensearch.analysis.analyzer - package com.atlassian.confluence.plugins.opensearch.analysis.analyzer
 
com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language - package com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language
 
com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.unstemmed - package com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.unstemmed
 
com.atlassian.confluence.plugins.opensearch.analysis.characterfilter - package com.atlassian.confluence.plugins.opensearch.analysis.characterfilter
 
com.atlassian.confluence.plugins.opensearch.analysis.normalizer - package com.atlassian.confluence.plugins.opensearch.analysis.normalizer
 
com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter - package com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter
 
com.atlassian.confluence.plugins.opensearch.analysis.tokenizer - package com.atlassian.confluence.plugins.opensearch.analysis.tokenizer
 
com.atlassian.confluence.plugins.opensearch.api.healthcheck - package com.atlassian.confluence.plugins.opensearch.api.healthcheck
 
com.atlassian.confluence.plugins.opensearch.bulk - package com.atlassian.confluence.plugins.opensearch.bulk
 
com.atlassian.confluence.plugins.opensearch.client - package com.atlassian.confluence.plugins.opensearch.client
 
com.atlassian.confluence.plugins.opensearch.encoder - package com.atlassian.confluence.plugins.opensearch.encoder
 
com.atlassian.confluence.plugins.opensearch.events - package com.atlassian.confluence.plugins.opensearch.events
 
com.atlassian.confluence.plugins.opensearch.exceptions - package com.atlassian.confluence.plugins.opensearch.exceptions
 
com.atlassian.confluence.plugins.opensearch.healthcheck - package com.atlassian.confluence.plugins.opensearch.healthcheck
 
com.atlassian.confluence.plugins.opensearch.healthchecks - package com.atlassian.confluence.plugins.opensearch.healthchecks
 
com.atlassian.confluence.plugins.opensearch.healthchecks.config - package com.atlassian.confluence.plugins.opensearch.healthchecks.config
 
com.atlassian.confluence.plugins.opensearch.healthchecks.util - package com.atlassian.confluence.plugins.opensearch.healthchecks.util
 
com.atlassian.confluence.plugins.opensearch.indexmanager - package com.atlassian.confluence.plugins.opensearch.indexmanager
 
com.atlassian.confluence.plugins.opensearch.johnson - package com.atlassian.confluence.plugins.opensearch.johnson
 
com.atlassian.confluence.plugins.opensearch.mappers - package com.atlassian.confluence.plugins.opensearch.mappers
 
com.atlassian.confluence.plugins.opensearch.mappers.query - package com.atlassian.confluence.plugins.opensearch.mappers.query
 
com.atlassian.confluence.plugins.opensearch.mappers.query.score - package com.atlassian.confluence.plugins.opensearch.mappers.query.score
 
com.atlassian.confluence.plugins.opensearch.mappers.sort - package com.atlassian.confluence.plugins.opensearch.mappers.sort
 
com.atlassian.confluence.plugins.opensearch.scripts - package com.atlassian.confluence.plugins.opensearch.scripts
 
com.atlassian.confluence.plugins.opensearch.spring - package com.atlassian.confluence.plugins.opensearch.spring
 
com.atlassian.confluence.plugins.opensearch.spring.interceptors - package com.atlassian.confluence.plugins.opensearch.spring.interceptors
 
com.atlassian.confluence.plugins.prettyurls - package com.atlassian.confluence.plugins.prettyurls
 
com.atlassian.confluence.plugins.quicknav.admin - package com.atlassian.confluence.plugins.quicknav.admin
 
com.atlassian.confluence.plugins.quicknav.resources - package com.atlassian.confluence.plugins.quicknav.resources
 
com.atlassian.confluence.plugins.quickreload - package com.atlassian.confluence.plugins.quickreload
 
com.atlassian.confluence.plugins.rest.jackson2 - package com.atlassian.confluence.plugins.rest.jackson2
 
com.atlassian.confluence.plugins.rest.jackson2.dto - package com.atlassian.confluence.plugins.rest.jackson2.dto
This package contains DTO (Data Transfer Objects) which are used by some REST resources in this plugin.
com.atlassian.confluence.plugins.rest.jackson2.entities - package com.atlassian.confluence.plugins.rest.jackson2.entities
 
com.atlassian.confluence.plugins.rest.jackson2.entities.builders - package com.atlassian.confluence.plugins.rest.jackson2.entities.builders
 
com.atlassian.confluence.plugins.rest.jackson2.entities.documentation - package com.atlassian.confluence.plugins.rest.jackson2.entities.documentation
 
com.atlassian.confluence.plugins.rest.jackson2.filter - package com.atlassian.confluence.plugins.rest.jackson2.filter
 
com.atlassian.confluence.plugins.rest.jackson2.manager - package com.atlassian.confluence.plugins.rest.jackson2.manager
 
com.atlassian.confluence.plugins.rest.jackson2.resources - package com.atlassian.confluence.plugins.rest.jackson2.resources
 
com.atlassian.confluence.plugins.rest.jackson2.service - package com.atlassian.confluence.plugins.rest.jackson2.service
 
com.atlassian.confluence.plugins.rest.jersey.jackson2.cachecontrol - package com.atlassian.confluence.plugins.rest.jersey.jackson2.cachecontrol
 
com.atlassian.confluence.plugins.rest.navigation.v2.impl - package com.atlassian.confluence.plugins.rest.navigation.v2.impl
 
com.atlassian.confluence.plugins.restapi - package com.atlassian.confluence.plugins.restapi
 
com.atlassian.confluence.plugins.restapi.analytics - package com.atlassian.confluence.plugins.restapi.analytics
 
com.atlassian.confluence.plugins.restapi.annotations - package com.atlassian.confluence.plugins.restapi.annotations
 
com.atlassian.confluence.plugins.restapi.enrich - package com.atlassian.confluence.plugins.restapi.enrich
 
com.atlassian.confluence.plugins.restapi.enrich.documentation - package com.atlassian.confluence.plugins.restapi.enrich.documentation
 
com.atlassian.confluence.plugins.restapi.enrich.model - package com.atlassian.confluence.plugins.restapi.enrich.model
 
com.atlassian.confluence.plugins.restapi.examples - package com.atlassian.confluence.plugins.restapi.examples
 
com.atlassian.confluence.plugins.restapi.exceptions - package com.atlassian.confluence.plugins.restapi.exceptions
 
com.atlassian.confluence.plugins.restapi.experimental.resources - package com.atlassian.confluence.plugins.restapi.experimental.resources
 
com.atlassian.confluence.plugins.restapi.filters - package com.atlassian.confluence.plugins.restapi.filters
 
com.atlassian.confluence.plugins.restapi.filters.util - package com.atlassian.confluence.plugins.restapi.filters.util
 
com.atlassian.confluence.plugins.restapi.graphql - package com.atlassian.confluence.plugins.restapi.graphql
 
com.atlassian.confluence.plugins.restapi.metadata.content - package com.atlassian.confluence.plugins.restapi.metadata.content
 
com.atlassian.confluence.plugins.restapi.resources - package com.atlassian.confluence.plugins.restapi.resources
 
com.atlassian.confluence.plugins.restapi.resources.util - package com.atlassian.confluence.plugins.restapi.resources.util
 
com.atlassian.confluence.plugins.restapi.resources.webhooks - package com.atlassian.confluence.plugins.restapi.resources.webhooks
 
com.atlassian.confluence.plugins.restapi.rvsync.resources - package com.atlassian.confluence.plugins.restapi.rvsync.resources
 
com.atlassian.confluence.plugins.restapi.rvsync.resources.exception - package com.atlassian.confluence.plugins.restapi.rvsync.resources.exception
 
com.atlassian.confluence.plugins.restapi.rvsync.resources.model - package com.atlassian.confluence.plugins.restapi.rvsync.resources.model
 
com.atlassian.confluence.plugins.restapi.rvsync.resources.model.error - package com.atlassian.confluence.plugins.restapi.rvsync.resources.model.error
 
com.atlassian.confluence.plugins.restapi.rvsync.resources.util - package com.atlassian.confluence.plugins.restapi.rvsync.resources.util
 
com.atlassian.confluence.plugins.restapi.serialization.factory - package com.atlassian.confluence.plugins.restapi.serialization.factory
 
com.atlassian.confluence.plugins.restapi.soy - package com.atlassian.confluence.plugins.restapi.soy
 
com.atlassian.confluence.plugins.restapi.spring - package com.atlassian.confluence.plugins.restapi.spring
 
com.atlassian.confluence.plugins.schedule.admin.action - package com.atlassian.confluence.plugins.schedule.admin.action
 
com.atlassian.confluence.plugins.schedule.admin.data - package com.atlassian.confluence.plugins.schedule.admin.data
 
com.atlassian.confluence.plugins.schedule.admin.support - package com.atlassian.confluence.plugins.schedule.admin.support
 
com.atlassian.confluence.plugins.scheduler.spi.descriptor - package com.atlassian.confluence.plugins.scheduler.spi.descriptor
 
com.atlassian.confluence.plugins.soy - package com.atlassian.confluence.plugins.soy
 
com.atlassian.confluence.plugins.spacedirectory - package com.atlassian.confluence.plugins.spacedirectory
 
com.atlassian.confluence.plugins.spacedirectory.events - package com.atlassian.confluence.plugins.spacedirectory.events
 
com.atlassian.confluence.plugins.spacedirectory.rest - package com.atlassian.confluence.plugins.spacedirectory.rest
 
com.atlassian.confluence.plugins.spacedirectory.util - package com.atlassian.confluence.plugins.spacedirectory.util
 
com.atlassian.confluence.plugins.spaces - package com.atlassian.confluence.plugins.spaces
 
com.atlassian.confluence.plugins.synchrony - package com.atlassian.confluence.plugins.synchrony
 
com.atlassian.confluence.plugins.synchrony.api - package com.atlassian.confluence.plugins.synchrony.api
 
com.atlassian.confluence.plugins.synchrony.api.events - package com.atlassian.confluence.plugins.synchrony.api.events
 
com.atlassian.confluence.plugins.synchrony.bootstrap - package com.atlassian.confluence.plugins.synchrony.bootstrap
 
com.atlassian.confluence.plugins.synchrony.constants - package com.atlassian.confluence.plugins.synchrony.constants
 
com.atlassian.confluence.plugins.synchrony.rest - package com.atlassian.confluence.plugins.synchrony.rest
 
com.atlassian.confluence.plugins.synchrony.service - package com.atlassian.confluence.plugins.synchrony.service
 
com.atlassian.confluence.plugins.synchrony.status - package com.atlassian.confluence.plugins.synchrony.status
 
com.atlassian.confluence.plugins.synchrony.supplier - package com.atlassian.confluence.plugins.synchrony.supplier
 
com.atlassian.confluence.plugins.synchrony.tasks - package com.atlassian.confluence.plugins.synchrony.tasks
 
com.atlassian.confluence.plugins.synchrony.utils - package com.atlassian.confluence.plugins.synchrony.utils
 
com.atlassian.confluence.plugins.templates - package com.atlassian.confluence.plugins.templates
 
com.atlassian.confluence.plugins.templates.actions - package com.atlassian.confluence.plugins.templates.actions
 
com.atlassian.confluence.plugins.templates.events - package com.atlassian.confluence.plugins.templates.events
 
com.atlassian.confluence.plugins.templates.servlet - package com.atlassian.confluence.plugins.templates.servlet
 
com.atlassian.confluence.plugins.templates.transformer - package com.atlassian.confluence.plugins.templates.transformer
 
com.atlassian.confluence.plugins.viewsource - package com.atlassian.confluence.plugins.viewsource
 
com.atlassian.confluence.plugins.viewsource.api.v1 - package com.atlassian.confluence.plugins.viewsource.api.v1
 
com.atlassian.confluence.relations.touch - package com.atlassian.confluence.relations.touch
 
com.atlassian.confluence.renderer - package com.atlassian.confluence.renderer
 
com.atlassian.confluence.renderer.actions - package com.atlassian.confluence.renderer.actions
 
com.atlassian.confluence.renderer.attachments - package com.atlassian.confluence.renderer.attachments
 
com.atlassian.confluence.renderer.embedded - package com.atlassian.confluence.renderer.embedded
 
com.atlassian.confluence.renderer.embedded.support - package com.atlassian.confluence.renderer.embedded.support
 
com.atlassian.confluence.renderer.plugin - package com.atlassian.confluence.renderer.plugin
 
com.atlassian.confluence.renderer.radeox.macros - package com.atlassian.confluence.renderer.radeox.macros
 
com.atlassian.confluence.renderer.template - package com.atlassian.confluence.renderer.template
 
com.atlassian.confluence.renderer.v2 - package com.atlassian.confluence.renderer.v2
 
com.atlassian.confluence.renderer.v2.macros - package com.atlassian.confluence.renderer.v2.macros
 
com.atlassian.confluence.rest.client - package com.atlassian.confluence.rest.client
This package contains the code which communicates with Confluence via REST API.
com.atlassian.confluence.rest.client.authentication - package com.atlassian.confluence.rest.client.authentication
 
com.atlassian.confluence.rest.client.graphql - package com.atlassian.confluence.rest.client.graphql
 
com.atlassian.confluence.rest.client.impl - package com.atlassian.confluence.rest.client.impl
 
com.atlassian.confluence.rest.client.model - package com.atlassian.confluence.rest.client.model
 
com.atlassian.confluence.rest.client.proxy - package com.atlassian.confluence.rest.client.proxy
 
com.atlassian.confluence.rest.client.remoteservice.people - package com.atlassian.confluence.rest.client.remoteservice.people
 
com.atlassian.confluence.rest.client.remoteservice.webfragment - package com.atlassian.confluence.rest.client.remoteservice.webfragment
 
com.atlassian.confluence.rest.client.remoteservice.webfragment.graphql - package com.atlassian.confluence.rest.client.remoteservice.webfragment.graphql
 
com.atlassian.confluence.rest.client.util - package com.atlassian.confluence.rest.client.util
 
com.atlassian.confluence.rest.serialization.jackson2 - package com.atlassian.confluence.rest.serialization.jackson2
 
com.atlassian.confluence.rest.serialization.jackson2.enrich - package com.atlassian.confluence.rest.serialization.jackson2.enrich
 
com.atlassian.confluence.rest.serialization.jackson2.graphql - package com.atlassian.confluence.rest.serialization.jackson2.graphql
 
com.atlassian.confluence.rest.v2.api.annotation - package com.atlassian.confluence.rest.v2.api.annotation
 
com.atlassian.confluence.rest.v2.api.exception - package com.atlassian.confluence.rest.v2.api.exception
 
com.atlassian.confluence.rest.v2.api.graphql - package com.atlassian.confluence.rest.v2.api.graphql
 
com.atlassian.confluence.rest.v2.api.model - package com.atlassian.confluence.rest.v2.api.model
 
com.atlassian.confluence.rest.v2.api.model.pagination - package com.atlassian.confluence.rest.v2.api.model.pagination
 
com.atlassian.confluence.rest.v2.api.model.validation - package com.atlassian.confluence.rest.v2.api.model.validation
 
com.atlassian.confluence.rest.v2.api.services - package com.atlassian.confluence.rest.v2.api.services
 
com.atlassian.confluence.retention - package com.atlassian.confluence.retention
 
com.atlassian.confluence.rpc - package com.atlassian.confluence.rpc
 
com.atlassian.confluence.rpc.auth - package com.atlassian.confluence.rpc.auth
 
com.atlassian.confluence.rpc.soap - package com.atlassian.confluence.rpc.soap
 
com.atlassian.confluence.rpc.soap.beans - package com.atlassian.confluence.rpc.soap.beans
 
com.atlassian.confluence.rpc.soap.services - package com.atlassian.confluence.rpc.soap.services
 
com.atlassian.confluence.rpc.xmlrpc - package com.atlassian.confluence.rpc.xmlrpc
 
com.atlassian.confluence.rss - package com.atlassian.confluence.rss
 
com.atlassian.confluence.rss.actions - package com.atlassian.confluence.rss.actions
 
com.atlassian.confluence.schedule - package com.atlassian.confluence.schedule
 
com.atlassian.confluence.schedule.audit - package com.atlassian.confluence.schedule.audit
 
com.atlassian.confluence.schedule.events - package com.atlassian.confluence.schedule.events
 
com.atlassian.confluence.schedule.listeners - package com.atlassian.confluence.schedule.listeners
 
com.atlassian.confluence.schedule.managers - package com.atlassian.confluence.schedule.managers
 
com.atlassian.confluence.schedule.persistence.dao - package com.atlassian.confluence.schedule.persistence.dao
 
com.atlassian.confluence.search - package com.atlassian.confluence.search
 
com.atlassian.confluence.search.actions.json - package com.atlassian.confluence.search.actions.json
 
com.atlassian.confluence.search.contentnames - package com.atlassian.confluence.search.contentnames
 
com.atlassian.confluence.search.plugin - package com.atlassian.confluence.search.plugin
 
com.atlassian.confluence.search.queue - package com.atlassian.confluence.search.queue
 
com.atlassian.confluence.search.service - package com.atlassian.confluence.search.service
 
com.atlassian.confluence.search.summary - package com.atlassian.confluence.search.summary
 
com.atlassian.confluence.search.v2 - package com.atlassian.confluence.search.v2
Provides an extensible, flexible search API.
com.atlassian.confluence.search.v2.analysis - package com.atlassian.confluence.search.v2.analysis
 
com.atlassian.confluence.search.v2.extractor - package com.atlassian.confluence.search.v2.extractor
 
com.atlassian.confluence.search.v2.extractor.util - package com.atlassian.confluence.search.v2.extractor.util
 
com.atlassian.confluence.search.v2.lucene - package com.atlassian.confluence.search.v2.lucene
This package is kept for compatibility purpose.
com.atlassian.confluence.search.v2.query - package com.atlassian.confluence.search.v2.query
 
com.atlassian.confluence.search.v2.score - package com.atlassian.confluence.search.v2.score
This package provides search engine agnostic primitives required to construct FunctionScoreQuery.
com.atlassian.confluence.search.v2.sort - package com.atlassian.confluence.search.v2.sort
 
com.atlassian.confluence.search.v2.summary - package com.atlassian.confluence.search.v2.summary
 
com.atlassian.confluence.security - package com.atlassian.confluence.security
 
com.atlassian.confluence.security.access - package com.atlassian.confluence.security.access
 
com.atlassian.confluence.security.actions - package com.atlassian.confluence.security.actions
 
com.atlassian.confluence.security.administrators - package com.atlassian.confluence.security.administrators
 
com.atlassian.confluence.security.delegate - package com.atlassian.confluence.security.delegate
 
com.atlassian.confluence.security.denormalisedpermissions - package com.atlassian.confluence.security.denormalisedpermissions
 
com.atlassian.confluence.security.denormalisedpermissions.impl - package com.atlassian.confluence.security.denormalisedpermissions.impl
 
com.atlassian.confluence.security.denormalisedpermissions.impl.analytics - package com.atlassian.confluence.security.denormalisedpermissions.impl.analytics
 
com.atlassian.confluence.security.denormalisedpermissions.impl.content - package com.atlassian.confluence.security.denormalisedpermissions.impl.content
 
com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao - package com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao
 
com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain - package com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain
 
com.atlassian.confluence.security.denormalisedpermissions.impl.manage - package com.atlassian.confluence.security.denormalisedpermissions.impl.manage
 
com.atlassian.confluence.security.denormalisedpermissions.impl.manage.dao - package com.atlassian.confluence.security.denormalisedpermissions.impl.manage.dao
 
com.atlassian.confluence.security.denormalisedpermissions.impl.manage.domain - package com.atlassian.confluence.security.denormalisedpermissions.impl.manage.domain
 
com.atlassian.confluence.security.denormalisedpermissions.impl.setup - package com.atlassian.confluence.security.denormalisedpermissions.impl.setup
 
com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers - package com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers
 
com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql - package com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql
 
com.atlassian.confluence.security.denormalisedpermissions.impl.setup.oracle - package com.atlassian.confluence.security.denormalisedpermissions.impl.setup.oracle
 
com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres - package com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres
 
com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver - package com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver
 
com.atlassian.confluence.security.denormalisedpermissions.impl.space - package com.atlassian.confluence.security.denormalisedpermissions.impl.space
 
com.atlassian.confluence.security.denormalisedpermissions.impl.space.dao - package com.atlassian.confluence.security.denormalisedpermissions.impl.space.dao
 
com.atlassian.confluence.security.denormalisedpermissions.impl.space.domain - package com.atlassian.confluence.security.denormalisedpermissions.impl.space.domain
 
com.atlassian.confluence.security.denormalisedpermissions.impl.user - package com.atlassian.confluence.security.denormalisedpermissions.impl.user
 
com.atlassian.confluence.security.denormalisedpermissions.impl.user.dao - package com.atlassian.confluence.security.denormalisedpermissions.impl.user.dao
 
com.atlassian.confluence.security.denormalisedpermissions.impl.user.domain - package com.atlassian.confluence.security.denormalisedpermissions.impl.user.domain
 
com.atlassian.confluence.security.interceptors - package com.atlassian.confluence.security.interceptors
 
com.atlassian.confluence.security.login - package com.atlassian.confluence.security.login
 
com.atlassian.confluence.security.persistence.dao - package com.atlassian.confluence.security.persistence.dao
 
com.atlassian.confluence.security.persistence.dao.hibernate - package com.atlassian.confluence.security.persistence.dao.hibernate
 
com.atlassian.confluence.security.persistence.dao.hibernate.legacy - package com.atlassian.confluence.security.persistence.dao.hibernate.legacy
 
com.atlassian.confluence.security.seraph - package com.atlassian.confluence.security.seraph
 
com.atlassian.confluence.security.service - package com.atlassian.confluence.security.service
 
com.atlassian.confluence.security.trust - package com.atlassian.confluence.security.trust
 
com.atlassian.confluence.security.websudo - package com.atlassian.confluence.security.websudo
 
com.atlassian.confluence.server - package com.atlassian.confluence.server
 
com.atlassian.confluence.servlet - package com.atlassian.confluence.servlet
 
com.atlassian.confluence.servlet.download - package com.atlassian.confluence.servlet.download
 
com.atlassian.confluence.servlet.simpledisplay - package com.atlassian.confluence.servlet.simpledisplay
 
com.atlassian.confluence.setup - package com.atlassian.confluence.setup
 
com.atlassian.confluence.setup.actions - package com.atlassian.confluence.setup.actions
 
com.atlassian.confluence.setup.bandana - package com.atlassian.confluence.setup.bandana
 
com.atlassian.confluence.setup.bandana.persistence.dao - package com.atlassian.confluence.setup.bandana.persistence.dao
 
com.atlassian.confluence.setup.dbcheck - package com.atlassian.confluence.setup.dbcheck
 
com.atlassian.confluence.setup.johnson - package com.atlassian.confluence.setup.johnson
 
com.atlassian.confluence.setup.seraph - package com.atlassian.confluence.setup.seraph
 
com.atlassian.confluence.setup.settings - package com.atlassian.confluence.setup.settings
 
com.atlassian.confluence.setup.settings.beans - package com.atlassian.confluence.setup.settings.beans
 
com.atlassian.confluence.setup.settings.init - package com.atlassian.confluence.setup.settings.init
 
com.atlassian.confluence.setup.struts - package com.atlassian.confluence.setup.struts
 
com.atlassian.confluence.setup.velocity - package com.atlassian.confluence.setup.velocity
 
com.atlassian.confluence.setup.xstream - package com.atlassian.confluence.setup.xstream
 
com.atlassian.confluence.spaces - package com.atlassian.confluence.spaces
 
com.atlassian.confluence.spaces.actions - package com.atlassian.confluence.spaces.actions
 
com.atlassian.confluence.spaces.listeners - package com.atlassian.confluence.spaces.listeners
 
com.atlassian.confluence.spaces.persistence.dao - package com.atlassian.confluence.spaces.persistence.dao
 
com.atlassian.confluence.spaces.persistence.dao.hibernate - package com.atlassian.confluence.spaces.persistence.dao.hibernate
 
com.atlassian.confluence.spring - package com.atlassian.confluence.spring
 
com.atlassian.confluence.spring.aop - package com.atlassian.confluence.spring.aop
 
com.atlassian.confluence.spring.index - package com.atlassian.confluence.spring.index
 
com.atlassian.confluence.spring.service - package com.atlassian.confluence.spring.service
 
com.atlassian.confluence.spring.transaction - package com.atlassian.confluence.spring.transaction
 
com.atlassian.confluence.spring.transaction.interceptor - package com.atlassian.confluence.spring.transaction.interceptor
 
com.atlassian.confluence.status - package com.atlassian.confluence.status
 
com.atlassian.confluence.status.service - package com.atlassian.confluence.status.service
 
com.atlassian.confluence.status.service.systeminfo - package com.atlassian.confluence.status.service.systeminfo
 
com.atlassian.confluence.struts - package com.atlassian.confluence.struts
 
com.atlassian.confluence.struts.converter - package com.atlassian.confluence.struts.converter
 
com.atlassian.confluence.struts.flash - package com.atlassian.confluence.struts.flash
 
com.atlassian.confluence.struts.interceptor - package com.atlassian.confluence.struts.interceptor
 
com.atlassian.confluence.struts.soy - package com.atlassian.confluence.struts.soy
 
com.atlassian.confluence.swagger.enricher - package com.atlassian.confluence.swagger.enricher
 
com.atlassian.confluence.test - package com.atlassian.confluence.test
This package contains services that should only be used by tests.
com.atlassian.confluence.test.apacheds - package com.atlassian.confluence.test.apacheds
 
com.atlassian.confluence.test.apacheds.boot - package com.atlassian.confluence.test.apacheds.boot
 
com.atlassian.confluence.test.publicapi.rest - package com.atlassian.confluence.test.publicapi.rest
 
com.atlassian.confluence.test.rpc - package com.atlassian.confluence.test.rpc
 
com.atlassian.confluence.test.util - package com.atlassian.confluence.test.util
 
com.atlassian.confluence.themes - package com.atlassian.confluence.themes
 
com.atlassian.confluence.themes.events - package com.atlassian.confluence.themes.events
 
com.atlassian.confluence.themes.persistence - package com.atlassian.confluence.themes.persistence
 
com.atlassian.confluence.themes.persistence.hibernate - package com.atlassian.confluence.themes.persistence.hibernate
 
com.atlassian.confluence.themes.request - package com.atlassian.confluence.themes.request
 
com.atlassian.confluence.themes.user - package com.atlassian.confluence.themes.user
 
com.atlassian.confluence.tinymceplugin - package com.atlassian.confluence.tinymceplugin
 
com.atlassian.confluence.tinymceplugin.actions - package com.atlassian.confluence.tinymceplugin.actions
 
com.atlassian.confluence.tinymceplugin.conditions - package com.atlassian.confluence.tinymceplugin.conditions
 
com.atlassian.confluence.tinymceplugin.events - package com.atlassian.confluence.tinymceplugin.events
 
com.atlassian.confluence.tinymceplugin.listeners - package com.atlassian.confluence.tinymceplugin.listeners
 
com.atlassian.confluence.tinymceplugin.placeholder - package com.atlassian.confluence.tinymceplugin.placeholder
 
com.atlassian.confluence.tinymceplugin.rest - package com.atlassian.confluence.tinymceplugin.rest
 
com.atlassian.confluence.tinymceplugin.rest.captcha - package com.atlassian.confluence.tinymceplugin.rest.captcha
 
com.atlassian.confluence.tinymceplugin.rest.entities - package com.atlassian.confluence.tinymceplugin.rest.entities
 
com.atlassian.confluence.tinymceplugin.service - package com.atlassian.confluence.tinymceplugin.service
 
com.atlassian.confluence.tinymceplugin.service.impl - package com.atlassian.confluence.tinymceplugin.service.impl
 
com.atlassian.confluence.tinymceplugin.web - package com.atlassian.confluence.tinymceplugin.web
 
com.atlassian.confluence.ui.rest - package com.atlassian.confluence.ui.rest
 
com.atlassian.confluence.ui.rest.builder - package com.atlassian.confluence.ui.rest.builder
 
com.atlassian.confluence.ui.rest.content - package com.atlassian.confluence.ui.rest.content
 
com.atlassian.confluence.ui.rest.people - package com.atlassian.confluence.ui.rest.people
 
com.atlassian.confluence.ui.rest.service.content - package com.atlassian.confluence.ui.rest.service.content
 
com.atlassian.confluence.ui.rest.service.people - package com.atlassian.confluence.ui.rest.service.people
 
com.atlassian.confluence.upgrade - package com.atlassian.confluence.upgrade
 
com.atlassian.confluence.upgrade.ddl - package com.atlassian.confluence.upgrade.ddl
 
com.atlassian.confluence.upgrade.dml - package com.atlassian.confluence.upgrade.dml
 
com.atlassian.confluence.upgrade.impl - package com.atlassian.confluence.upgrade.impl
 
com.atlassian.confluence.upgrade.recovery - package com.atlassian.confluence.upgrade.recovery
 
com.atlassian.confluence.upgrade.upgradetask - package com.atlassian.confluence.upgrade.upgradetask
 
com.atlassian.confluence.upgrade.upgradetask.splitindex - package com.atlassian.confluence.upgrade.upgradetask.splitindex
 
com.atlassian.confluence.user - package com.atlassian.confluence.user
 
com.atlassian.confluence.user.actions - package com.atlassian.confluence.user.actions
 
com.atlassian.confluence.user.administrators - package com.atlassian.confluence.user.administrators
 
com.atlassian.confluence.user.avatar - package com.atlassian.confluence.user.avatar
 
com.atlassian.confluence.user.crowd - package com.atlassian.confluence.user.crowd
 
com.atlassian.confluence.user.extras.aggregation.impl - package com.atlassian.confluence.user.extras.aggregation.impl
 
com.atlassian.confluence.user.extras.aggregation.rest - package com.atlassian.confluence.user.extras.aggregation.rest
 
com.atlassian.confluence.user.extras.builders - package com.atlassian.confluence.user.extras.builders
 
com.atlassian.confluence.user.extras.entities - package com.atlassian.confluence.user.extras.entities
 
com.atlassian.confluence.user.extras.rest - package com.atlassian.confluence.user.extras.rest
 
com.atlassian.confluence.user.history - package com.atlassian.confluence.user.history
 
com.atlassian.confluence.user.listeners - package com.atlassian.confluence.user.listeners
 
com.atlassian.confluence.user.notifications - package com.atlassian.confluence.user.notifications
 
com.atlassian.confluence.user.persistence.dao - package com.atlassian.confluence.user.persistence.dao
 
com.atlassian.confluence.user.persistence.dao.compatibility - package com.atlassian.confluence.user.persistence.dao.compatibility
 
com.atlassian.confluence.user.persistence.dao.hibernate - package com.atlassian.confluence.user.persistence.dao.hibernate
 
com.atlassian.confluence.user.rememberme - package com.atlassian.confluence.user.rememberme
 
com.atlassian.confluence.user.service - package com.atlassian.confluence.user.service
 
com.atlassian.confluence.userstatus - package com.atlassian.confluence.userstatus
 
com.atlassian.confluence.userstatus.tag - package com.atlassian.confluence.userstatus.tag
 
com.atlassian.confluence.util - package com.atlassian.confluence.util
 
com.atlassian.confluence.util.actions - package com.atlassian.confluence.util.actions
 
com.atlassian.confluence.util.ajax - package com.atlassian.confluence.util.ajax
 
com.atlassian.confluence.util.breadcrumbs - package com.atlassian.confluence.util.breadcrumbs
This package groups the breadcrumb logic: All breadcrumbs for global admin and other general purpose, Breadcrumb generation and interfaces, Pre-5.0 breadcrumbs for Spaces.
com.atlassian.confluence.util.breadcrumbs.spaceia - package com.atlassian.confluence.util.breadcrumbs.spaceia
This package groups the breadcrumbs for the spaces.
com.atlassian.confluence.util.classpath - package com.atlassian.confluence.util.classpath
 
com.atlassian.confluence.util.collections - package com.atlassian.confluence.util.collections
 
com.atlassian.confluence.util.db - package com.atlassian.confluence.util.db
 
com.atlassian.confluence.util.diffs - package com.atlassian.confluence.util.diffs
 
com.atlassian.confluence.util.http - package com.atlassian.confluence.util.http
 
com.atlassian.confluence.util.i18n - package com.atlassian.confluence.util.i18n
 
com.atlassian.confluence.util.i18n.event - package com.atlassian.confluence.util.i18n.event
 
com.atlassian.confluence.util.io - package com.atlassian.confluence.util.io
 
com.atlassian.confluence.util.logging - package com.atlassian.confluence.util.logging
 
com.atlassian.confluence.util.longrunning - package com.atlassian.confluence.util.longrunning
 
com.atlassian.confluence.util.message - package com.atlassian.confluence.util.message
 
com.atlassian.confluence.util.misc - package com.atlassian.confluence.util.misc
 
com.atlassian.confluence.util.profiling - package com.atlassian.confluence.util.profiling
 
com.atlassian.confluence.util.sandbox - package com.atlassian.confluence.util.sandbox
Sandbox framework enables running any java code independent of Confluence core in a separate OS process which can crash, run out of memory, be killed and restarted without affecting Confluence.
com.atlassian.confluence.util.synchrony - package com.atlassian.confluence.util.synchrony
 
com.atlassian.confluence.util.test - package com.atlassian.confluence.util.test
 
com.atlassian.confluence.util.test.annotations - package com.atlassian.confluence.util.test.annotations
 
com.atlassian.confluence.util.test.rules - package com.atlassian.confluence.util.test.rules
 
com.atlassian.confluence.util.test.timing - package com.atlassian.confluence.util.test.timing
 
com.atlassian.confluence.util.tomcat - package com.atlassian.confluence.util.tomcat
 
com.atlassian.confluence.util.velocity - package com.atlassian.confluence.util.velocity
 
com.atlassian.confluence.util.velocity.debug - package com.atlassian.confluence.util.velocity.debug
 
com.atlassian.confluence.util.zip - package com.atlassian.confluence.util.zip
 
com.atlassian.confluence.validation - package com.atlassian.confluence.validation
 
com.atlassian.confluence.velocity - package com.atlassian.confluence.velocity
 
com.atlassian.confluence.velocity.context - package com.atlassian.confluence.velocity.context
 
com.atlassian.confluence.velocity.htmlsafe - package com.atlassian.confluence.velocity.htmlsafe
 
com.atlassian.confluence.velocity.introspection - package com.atlassian.confluence.velocity.introspection
 
com.atlassian.confluence.web - package com.atlassian.confluence.web
 
com.atlassian.confluence.web.context - package com.atlassian.confluence.web.context
 
com.atlassian.confluence.web.filter - package com.atlassian.confluence.web.filter
 
com.atlassian.confluence.web.filter.validateparam - package com.atlassian.confluence.web.filter.validateparam
 
com.atlassian.confluence.web.rangerequest - package com.atlassian.confluence.web.rangerequest
 
com.atlassian.confluence.web.service - package com.atlassian.confluence.web.service
 
com.atlassian.confluence.xhtml.api - package com.atlassian.confluence.xhtml.api
 
com.atlassian.confluence.xml - package com.atlassian.confluence.xml
 
com.atlassian.confluence.xss - package com.atlassian.confluence.xss
 
com.atlassian.crowd.embedded.atlassianuser - package com.atlassian.crowd.embedded.atlassianuser
 
com.atlassian.crowd.embedded.hibernate2 - package com.atlassian.crowd.embedded.hibernate2
 
com.atlassian.hibernate - package com.atlassian.hibernate
 
com.atlassian.integrationtest.confluence.api.impl.service.content - package com.atlassian.integrationtest.confluence.api.impl.service.content
 
com.atlassian.integrationtest.confluence.cache - package com.atlassian.integrationtest.confluence.cache
 
com.atlassian.integrationtest.confluence.upgrade - package com.atlassian.integrationtest.confluence.upgrade
 
com.atlassian.integrationtest.confluence.user - package com.atlassian.integrationtest.confluence.user
 
com.atlassian.integrationtest.confluence.user.persistence.dao.hibernate - package com.atlassian.integrationtest.confluence.user.persistence.dao.hibernate
 
com.atlassian.integrationtest.utils - package com.atlassian.integrationtest.utils
 
com.atlassian.sal.confluence.license - package com.atlassian.sal.confluence.license
 
com.atlassian.sal.confluence.lifecycle - package com.atlassian.sal.confluence.lifecycle
 
com.atlassian.sal.confluence.net.util - package com.atlassian.sal.confluence.net.util
 
com.atlassian.sal.confluence.oauth.seraph - package com.atlassian.sal.confluence.oauth.seraph
 
com.atlassian.sal.confluence.permission - package com.atlassian.sal.confluence.permission
 
com.atlassian.sal.confluence.project - package com.atlassian.sal.confluence.project
 
com.atlassian.sal.confluence.search - package com.atlassian.sal.confluence.search
 
com.atlassian.sal.confluence.setup - package com.atlassian.sal.confluence.setup
 
com.atlassian.sal.confluence.upgrade - package com.atlassian.sal.confluence.upgrade
 
com.atlassian.sal.confluence.user - package com.atlassian.sal.confluence.user
 
com.atlassian.sal.confluence.web.context - package com.atlassian.sal.confluence.web.context
 
com.atlassian.sal.confluence.websudo - package com.atlassian.sal.confluence.websudo
 
com.atlassian.sal.confluence.xsrf - package com.atlassian.sal.confluence.xsrf
 
com.atlassian.synchrony - package com.atlassian.synchrony
 
com.atlassian.testsupport - package com.atlassian.testsupport
 
com.atlassian.vcache.internal.legacy - package com.atlassian.vcache.internal.legacy
 
combine(Streamable...) - Static method in class com.atlassian.confluence.content.render.xhtml.Streamables
Combine a series of streamable instances into a single result.
combine(Iterable<Streamable>) - Static method in class com.atlassian.confluence.content.render.xhtml.Streamables
Combine a series of streamable instances into a single result.
combine(Object...) - Static method in class com.atlassian.confluence.api.model.Expansion
Creates an Expansion made up of the given parts.
CombinedLabel - Class in com.atlassian.confluence.labels
 
CombinedLabel(List<Label>) - Constructor for class com.atlassian.confluence.labels.CombinedLabel
 
CombinedResourceBundleFactory - Class in com.atlassian.confluence.util.i18n
A factory class for creating ResourceBundles by combining other ResourceBundles together.
CombinedResourceBundleFactory() - Constructor for class com.atlassian.confluence.util.i18n.CombinedResourceBundleFactory
 
Command<T,M> - Interface in com.atlassian.confluence.internal.api.service.incrementalsync
concrete Command class will be associated with an event.
CommandActionHelper - Class in com.atlassian.confluence.core.service
Helper class for Struts actions that want to execute a command.
CommandActionHelper(ServiceCommand) - Constructor for class com.atlassian.confluence.core.service.CommandActionHelper
 
CommandCreator<E,M> - Interface in com.atlassian.confluence.internal.api.service.incrementalsync
Will associate with single Command.
CommandCreatorModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
Allow plugin to contribute to Content Command Factory
CommandCreatorModuleDescriptor(ModuleFactory, ContentCommandFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.CommandCreatorModuleDescriptor
 
CommandFactory<M> - Interface in com.atlassian.confluence.internal.api.incrementalsync.model
Common interface for Command creation
CommandFactoryImpl<M> - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync
Factory class responsible for creating and managing instances of event processing commands
CommandFactoryImpl(Collection<CommandCreator<?, M>>) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandFactoryImpl
 
CommandsConfiguration - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync
 
CommandsConfiguration() - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandsConfiguration
 
commandSupport - Variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.AbstractLabelCommand
 
commandSupport - Variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.AbstractLikeCommand
 
commandSupport - Variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentManagementMultiEventsCommand
 
commandSupport - Variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.GroupEventCommand
 
commandSupport - Variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.GroupMembershipsEventCommand
 
commandSupport - Variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.UserEventCommand
 
commandSupport - Variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.UserManagementMultiEventsCommand
 
commandSupport(JournalService) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.IncrementalSyncServiceConfiguration
 
CommandSupport - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync
Supporter class for Command to serialize and deserialize to Journal
CommandSupport(JournalService) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandSupport
Using this constructor for User Group and Global permission
CommandSupport(JournalService, SubscriptionJournalStateStore) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandSupport
Using this constructor for Content Management
CommandSupportDeserializer - Interface in com.atlassian.confluence.internal.api.impl.service.incrementalsync
 
commandSupportForContentSubscription(JournalService, SubscriptionJournalStateStore) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.IncrementalSyncServiceConfiguration
 
comment - Variable in class com.atlassian.confluence.event.events.content.comment.CommentEvent
 
comment() - Method in interface com.atlassian.confluence.audit.StandardAuditResourceTypes
 
comment() - Method in class com.atlassian.confluence.impl.audit.EnglishAuditResourceTypes
 
comment() - Method in record class com.atlassian.confluence.pages.AddressableComment
Returns the value of the comment record component.
Comment - Class in com.atlassian.confluence.pages
 
Comment() - Constructor for class com.atlassian.confluence.pages.Comment
 
COMMENT - Enum constant in enum class com.atlassian.confluence.api.model.pagination.CursorType
 
COMMENT - Enum constant in enum class com.atlassian.confluence.internal.relations.RelatableEntityTypeEnum
 
COMMENT - Enum constant in enum class com.atlassian.confluence.search.service.ContentTypeEnum
 
COMMENT - Static variable in class com.atlassian.confluence.api.model.content.ContentType
 
COMMENT - Static variable in class com.atlassian.confluence.api.model.permissions.TargetType
 
COMMENT - Static variable in class com.atlassian.confluence.legacyapi.model.content.ContentType
Deprecated.
 
COMMENT - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
COMMENT_CREATE_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.CommentAuditListener
 
COMMENT_DELETE_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.CommentAuditListener
 
COMMENT_EVENT - Enum constant in enum class com.atlassian.confluence.internal.api.incrementalsync.model.SubscriptionEventType
 
COMMENT_INLINE_CREATE_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.CommentAuditListener
 
COMMENT_INLINE_DELETE_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.CommentAuditListener
 
COMMENT_INLINE_UPDATE_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.CommentAuditListener
 
COMMENT_METADATA_KEY - Static variable in interface com.atlassian.confluence.api.service.content.AttachmentService
Attachment Comments are stored in the Content metadata as the "comment" entry.
COMMENT_PERMISSION - Static variable in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
 
COMMENT_PERMISSION - Static variable in class com.atlassian.confluence.security.SpacePermission
 
COMMENT_SORT - Static variable in class com.atlassian.confluence.util.AttachmentComparator
 
COMMENT_STATUS_OPEN - Static variable in class com.atlassian.confluence.content.render.xhtml.view.embed.AttachedImageUnresolvedCommentCountAggregator
 
COMMENT_STATUS_PROP - Static variable in class com.atlassian.confluence.content.render.xhtml.view.embed.AttachedImageUnresolvedCommentCountAggregator
 
COMMENT_STATUS_REOPENED - Static variable in class com.atlassian.confluence.content.render.xhtml.view.embed.AttachedImageUnresolvedCommentCountAggregator
 
COMMENT_UPDATE_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.CommentAuditListener
 
commentable(boolean) - Method in class com.atlassian.confluence.macro.browser.beans.MacroFormDetails.MacroFormDetailsBuilder
 
CommentAndUserResult - Class in com.atlassian.confluence.plugins.quickreload
 
CommentAndUserResult(Commenter, CommentResult) - Constructor for class com.atlassian.confluence.plugins.quickreload.CommentAndUserResult
 
CommentAsyncRenderSafeEvent - Class in com.atlassian.confluence.tinymceplugin.events
An event indicating whether or not a created or added comment was safe to be rendered asynchronously.
CommentAsyncRenderSafeEvent(boolean) - Constructor for class com.atlassian.confluence.tinymceplugin.events.CommentAsyncRenderSafeEvent
 
CommentAuditListener - Class in com.atlassian.confluence.impl.audit.listener
 
CommentAuditListener(AuditHandlerService, AuditService, AuditHelper, StandardAuditResourceTypes, AuditingContext) - Constructor for class com.atlassian.confluence.impl.audit.listener.CommentAuditListener
 
CommentAware - Interface in com.atlassian.confluence.pages.actions
Indicates an action may have a Comment set on it by the CommentAwareInterceptor.
CommentAwareHelper - Class in com.atlassian.confluence.impl.pages.actions
A helper utility for taking request parameters, mapping them on to a Comment, and injecting them into a supplier CommentAware object.
CommentAwareHelper(CommentManager, PermissionManager, ConfluenceWebResourceManager) - Constructor for class com.atlassian.confluence.impl.pages.actions.CommentAwareHelper
 
CommentAwareHelper.ParameterSource - Interface in com.atlassian.confluence.impl.pages.actions
 
CommentAwareInterceptor - Class in com.atlassian.confluence.pages.actions
Grabs the 'commentId' or 'focusedCommentId' parameter from the request and sets the associated comment on the action.
CommentAwareInterceptor() - Constructor for class com.atlassian.confluence.pages.actions.CommentAwareInterceptor
 
commentBody - Variable in class com.atlassian.confluence.content.service.comment.CreateCommentCommandImpl
 
CommentCommand - Interface in com.atlassian.confluence.content.service.comment
 
CommentContentTypeApiSupport - Class in com.atlassian.confluence.api.impl.service.content.typebinding
ø Performs API operations for Comments.
CommentContentTypeApiSupport(CommentManagerInternal, PaginationService, ContentFactory, PermissionManager, ContentEntityManager, ApiSupportProvider, CommentService, ContentBodyConversionService, PluginAccessor, EventPublisher) - Constructor for class com.atlassian.confluence.api.impl.service.content.typebinding.CommentContentTypeApiSupport
 
CommentCountQuery - Class in com.atlassian.confluence.plugins.edgeindex.edge
 
CommentCountQuery(ContentEntityHelper) - Constructor for class com.atlassian.confluence.plugins.edgeindex.edge.CommentCountQuery
 
commentCreateEvent(CommentCreateEvent) - Method in class com.atlassian.confluence.impl.audit.listener.CommentAuditListener
 
CommentCreateEvent - Class in com.atlassian.confluence.event.events.content.comment
 
CommentCreateEvent(Object, Comment) - Constructor for class com.atlassian.confluence.event.events.content.comment.CommentCreateEvent
CommentCreateEvent(Object, Comment, OperationContext<?>) - Constructor for class com.atlassian.confluence.event.events.content.comment.CommentCreateEvent
 
CommentDao - Interface in com.atlassian.confluence.pages.persistence.dao
 
CommentDaoInternal - Interface in com.atlassian.confluence.internal.pages.persistence
Dao for Comments.
CommentEdgeType - Class in com.atlassian.confluence.plugins.edgeindex.edge
 
CommentEdgeType(EdgeCountQuery, EdgeCountQuery) - Constructor for class com.atlassian.confluence.plugins.edgeindex.edge.CommentEdgeType
 
CommentEntityBuilder - Class in com.atlassian.confluence.plugins.rest.jackson2.entities.builders
 
CommentEntityBuilder(GlobalSettingsManager, DateEntityFactory, UserEntityHelper) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.builders.CommentEntityBuilder
 
CommentEntityTree - Class in com.atlassian.confluence.plugins.rest.jackson2.entities
Provides an expandable tree of comments
CommentEntityTree() - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.CommentEntityTree
 
CommentEntityTree(int, List<Comment>) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.CommentEntityTree
 
CommentEntityTreeExpander - Class in com.atlassian.confluence.plugins.rest.jackson2.entities
CommentEntityTreeExpander(RestContentManager) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.CommentEntityTreeExpander
 
Commenter - Class in com.atlassian.confluence.plugins.quickreload
 
Commenter(String, String, String) - Constructor for class com.atlassian.confluence.plugins.quickreload.Commenter
 
Commenter.Profile - Class in com.atlassian.confluence.plugins.quickreload
 
CommentEvent - Class in com.atlassian.confluence.event.events.content.comment
 
CommentEvent(Object, Comment) - Constructor for class com.atlassian.confluence.event.events.content.comment.CommentEvent
CommentEvent(Object, Comment, OperationContext<?>) - Constructor for class com.atlassian.confluence.event.events.content.comment.CommentEvent
 
CommentExtensionsSupport - Interface in com.atlassian.confluence.content.apisupport
An internal SPI to allow core comments to be extended by Atlassian
CommentExtensionsSupportModuleDescriptor - Class in com.atlassian.confluence.content.apisupport
 
CommentExtensionsSupportModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.content.apisupport.CommentExtensionsSupportModuleDescriptor
 
CommentExtractor - Class in com.atlassian.confluence.impl.search.v2.extractor
Extracts the url, title and content type of the entity which contains a comment.
CommentExtractor() - Constructor for class com.atlassian.confluence.impl.search.v2.extractor.CommentExtractor
 
CommentFetcher - Class in com.atlassian.confluence.api.impl.service.content.finder
Retrieve comments based on the pagination restrictions specified in the request LimitedRequest, utilizing a content finder AbstractContentFinder
CommentFetcher(ContentFinderImpl, PaginationService, ContentFactory, CommentManagerInternal, SpaceManager) - Constructor for class com.atlassian.confluence.api.impl.service.content.finder.CommentFetcher
 
commentManager - Variable in class com.atlassian.confluence.pages.actions.ViewPageAction
 
CommentManager - Interface in com.atlassian.confluence.pages
Manager for page comments.
CommentManagerInternal - Interface in com.atlassian.confluence.dmz.pages
DMZ version of the CommentManager interface; see the package-info.java for rationale.
CommentNotificationsListener - Class in com.atlassian.confluence.mail.notification.listeners
Deprecated.
since 7.6.0, use confluence-notifications-api instead
CommentOperationDelegate - Class in com.atlassian.confluence.api.impl.service.permissions.delegates
 
CommentOperationDelegate(CommentPermissionsDelegate, ConfluenceUserResolver, TargetResolver) - Constructor for class com.atlassian.confluence.api.impl.service.permissions.delegates.CommentOperationDelegate
 
CommentPermissionCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
 
CommentPermissionCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.CommentPermissionCondition
 
CommentPermissionsDelegate - Class in com.atlassian.confluence.security.delegate
 
CommentPermissionsDelegate() - Constructor for class com.atlassian.confluence.security.delegate.CommentPermissionsDelegate
 
commentRemoveEvent(CommentRemoveEvent) - Method in class com.atlassian.confluence.impl.audit.listener.CommentAuditListener
 
CommentRemoveEvent - Class in com.atlassian.confluence.event.events.content.comment
 
CommentRemoveEvent(Object, Comment, User) - Constructor for class com.atlassian.confluence.event.events.content.comment.CommentRemoveEvent
 
CommentRenderService - Interface in com.atlassian.confluence.tinymceplugin.service
 
CommentRenderServiceImpl - Class in com.atlassian.confluence.tinymceplugin.service.impl
 
CommentRenderServiceImpl(XhtmlContent, DynamicWebInterfaceManager, EventPublisher, ContentPropertyService) - Constructor for class com.atlassian.confluence.tinymceplugin.service.impl.CommentRenderServiceImpl
 
CommentRenderSupport - Class in com.atlassian.confluence.rss
 
CommentRenderSupport() - Constructor for class com.atlassian.confluence.rss.CommentRenderSupport
 
CommentReport - Class in com.atlassian.confluence.mail.reports
 
CommentReport(Comment, ChangeDigestReport) - Constructor for class com.atlassian.confluence.mail.reports.CommentReport
 
CommentResult - Class in com.atlassian.confluence.tinymceplugin.rest.entities
 
CommentResult() - Constructor for class com.atlassian.confluence.tinymceplugin.rest.entities.CommentResult
 
CommentResult(long, String, long, long, boolean, boolean, String, String, Date, String) - Constructor for class com.atlassian.confluence.tinymceplugin.rest.entities.CommentResult
 
CommentResultWithActions - Class in com.atlassian.confluence.tinymceplugin.rest.entities
A comment plus the actions appropriate for that comment.
CommentResultWithActions() - Constructor for class com.atlassian.confluence.tinymceplugin.rest.entities.CommentResultWithActions
 
CommentResultWithActions.CommentResultWithActionsBuilder - Class in com.atlassian.confluence.tinymceplugin.rest.entities
 
CommentResultWithActionsBuilder(long, String, long, long, boolean, Date, String) - Constructor for class com.atlassian.confluence.tinymceplugin.rest.entities.CommentResultWithActions.CommentResultWithActionsBuilder
 
comments(DataFetchingEnvironment, String, Integer, int, String, int, Set<String>, String, UriInfo) - Method in class com.atlassian.confluence.plugins.graphql.providers.ChildContentProvider
 
COMMENTS - Static variable in class com.atlassian.confluence.search.contentnames.Category
A category for comments.
CommentService - Interface in com.atlassian.confluence.content.service
Service interface for manipulating Comments.
commentsOfContent(ContentId, String, Integer, int, int, Set<String>, String, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.resources.ChildContentResource
 
CommentStatus - Class in com.atlassian.confluence.pages
 
CommentStatus.Builder - Class in com.atlassian.confluence.pages
 
CommentStatus.Value - Enum Class in com.atlassian.confluence.pages
Status values enum
commentUpdateEvent(CommentUpdateEvent) - Method in class com.atlassian.confluence.impl.audit.listener.CommentAuditListener
 
CommentUpdateEvent - Class in com.atlassian.confluence.event.events.content.comment
Date: Jan 24, 2007 - 4:46:17 PM
CommentUpdateEvent(Object, Comment) - Constructor for class com.atlassian.confluence.event.events.content.comment.CommentUpdateEvent
CommentUpdateEvent(Object, Comment, Comment, OperationContext<?>) - Constructor for class com.atlassian.confluence.event.events.content.comment.CommentUpdateEvent
 
CommentUpdateEvent(Object, Comment, Comment) - Constructor for class com.atlassian.confluence.event.events.content.comment.CommentUpdateEvent
CommentUriGenerator - Class in com.atlassian.confluence.api.impl.service.audit.uri
Generates URI to Confluence comments
CommentUriGenerator(CommentManagerInternal) - Constructor for class com.atlassian.confluence.api.impl.service.audit.uri.CommentUriGenerator
 
commit(TransactionStatus) - Method in class com.atlassian.confluence.spring.transaction.NoopTransactionManager
Deprecated.
 
commitAndRefreshTransaction() - Method in class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
Deprecated.
End the transaction and get a new one.
commitTransaciton() - Method in interface com.atlassian.confluence.impl.hibernate.bulk.BulkTransaction
 
commitTransaciton() - Method in class com.atlassian.confluence.impl.hibernate.bulk.HibernateBulkTransaction
 
commonActionViewDataMappings() - Method in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
 
commonAllowedClassesForSerialisation() - Method in class com.atlassian.confluence.impl.scheduler.SchedulingContextConfig
 
commonAttributeWriter - Variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorBodilessMacroMarshaller
 
CommonDatabaseDataConverter - Class in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters
 
CommonDatabaseDataConverter(ExportableEntityInfo, HibernateMetadataHelper, StatisticsCollector) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.CommonDatabaseDataConverter
 
CommonDatabaseDataExporter - Class in com.atlassian.confluence.impl.backuprestore.backup.exporters
 
CommonDatabaseDataExporter(Converter, DatabaseExporterHelper, CommonPersister) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.CommonDatabaseDataExporter
 
commonExporter - Variable in class com.atlassian.confluence.impl.backuprestore.backup.exporters.SingleDependencyGenericExporter
 
CommonGramsTokenFilterDescriptor - Class in com.atlassian.confluence.search.v2.analysis
Token filter that generates bigrams for frequently occurring terms.
CommonGramsTokenFilterDescriptor(Collection<String>, boolean) - Constructor for class com.atlassian.confluence.search.v2.analysis.CommonGramsTokenFilterDescriptor
 
commonInit(RuntimeServices, ExtendedProperties) - Method in class com.atlassian.confluence.util.velocity.ResourceLoaderWrapper
 
CommonIntegrationTestConfig - Class in com.atlassian.confluence.core
Defines the Spring context used by all integration tests.
CommonIntegrationTestConfig() - Constructor for class com.atlassian.confluence.core.CommonIntegrationTestConfig
 
commonLinkAttributesWriter - Variable in class com.atlassian.confluence.content.render.xhtml.view.link.ViewIdAndTypeLinkMarshaller
 
CommonLinkAttributesWriter - Interface in com.atlassian.confluence.content.render.xhtml.view.link
Writes attributes common to any Link.
CommonMacroAttributeWriter - Interface in com.atlassian.confluence.content.render.xhtml.editor.macro
 
CommonPersister - Class in com.atlassian.confluence.impl.backuprestore.backup.exporters
 
CommonPersister() - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.CommonPersister
 
COMMUNICATION - Enum constant in enum class com.atlassian.confluence.macro.browser.beans.MacroCategory
 
compact() - Method in interface com.atlassian.confluence.cache.CacheCompactor
Perform the compaction
compact() - Method in class com.atlassian.confluence.cache.NoopClusterCacheCompactor
 
compact() - Method in class com.atlassian.confluence.cache.nutcluster.NutclusterCacheCompactor
 
COMPARATOR - Static variable in class com.atlassian.confluence.search.contentnames.ContentNameSearchSection
 
compare(int, int) - Method in class com.atlassian.confluence.impl.search.v2.lucene.CaseInsensitiveSortComparator
 
compare(int, int) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneTermFieldComparator
 
compare(RankedLabelSearchResult, RankedLabelSearchResult) - Method in class com.atlassian.confluence.labels.actions.RankedNameComparator
 
compare(RankedLabelSearchResult, RankedLabelSearchResult) - Method in class com.atlassian.confluence.labels.actions.RankedRankComparator
 
compare(Language, Language) - Method in class com.atlassian.confluence.languages.LanguageComparator
 
compare(Attachment, Attachment) - Method in class com.atlassian.confluence.util.AttachmentFileNameComparator
 
compare(Attachment, Attachment) - Method in class com.atlassian.confluence.util.AttachmentSizeComparator
 
compare(Page, Page) - Method in class com.atlassian.confluence.pages.ChildPositionComparator
 
compare(ContentPropertyIndexSchemaModuleDescriptor, ContentPropertyIndexSchemaModuleDescriptor) - Method in class com.atlassian.confluence.plugins.contentproperty.index.config.OwningPluginAndModuleNamesComparator
 
compare(ScheduledJobHistory, ScheduledJobHistory) - Method in class com.atlassian.confluence.schedule.ScheduledJobHistory.NaturalComparator
 
compare(Space, Space) - Method in class com.atlassian.confluence.util.SpaceComparator
 
compare(Object, Object) - Method in class com.atlassian.confluence.security.trust.KeyPairComparator
 
compare(Object, Object) - Method in class com.atlassian.confluence.util.AttachmentCommentComparator
 
compare(Object, Object) - Method in class com.atlassian.confluence.util.AttachmentComparator
 
compare(Object, Object) - Method in class com.atlassian.confluence.util.AttachmentCreationDateComparator
 
compare(Object, Object) - Method in class com.atlassian.confluence.util.AttachmentDateComparator
 
compare(Object, Object) - Method in class com.atlassian.confluence.util.AttachmentNameComparator
 
compare(Object, Object) - Method in class com.atlassian.confluence.util.ContentCreationComparator
 
compare(Object, Object) - Method in class com.atlassian.confluence.util.ContentEntityObjectTitleComparator
 
compare(Object, Object) - Method in class com.atlassian.confluence.util.ContentModificationComparator
 
compare(Object, Object) - Method in class com.atlassian.confluence.util.SpaceGroupComparator
Deprecated.
 
compare(String, String) - Method in class com.atlassian.confluence.pages.NaturalStringComparator
 
compare(String, String) - Method in class com.atlassian.confluence.upgrade.BuildNumberComparator
 
compare(String, String) - Method in class com.atlassian.confluence.upgrade.VersionNumberComparator
 
compareAndSet(SetupLocks.Lock, boolean, boolean) - Method in class com.atlassian.confluence.setup.SetupLocks
Atomically sets the value to the given updated value if the current value == the expected value.
compareBottom(int) - Method in class com.atlassian.confluence.impl.search.v2.lucene.CaseInsensitiveSortComparator
 
compareBottom(int) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneTermFieldComparator
 
ComparedColumn - Class in com.atlassian.confluence.core.persistence.schema.descriptor
 
ComparedColumn(String, Maybe<ColumnDescriptor>, Maybe<ColumnDescriptor>) - Constructor for class com.atlassian.confluence.core.persistence.schema.descriptor.ComparedColumn
 
ComparedIndex - Class in com.atlassian.confluence.core.persistence.schema.descriptor
 
ComparedIndex(String, Maybe<IndexDescriptor>, Maybe<IndexDescriptor>) - Constructor for class com.atlassian.confluence.core.persistence.schema.descriptor.ComparedIndex
 
compareDocToValue(int, BytesRef) - Method in class com.atlassian.confluence.impl.search.v2.lucene.CaseInsensitiveSortComparator
 
compareDocToValue(int, T) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneTermFieldComparator
 
ComparedSchema - Class in com.atlassian.confluence.core.persistence.schema.descriptor
 
ComparedSchema(Iterable<TableSchemaComparison>, Collection<String>) - Constructor for class com.atlassian.confluence.core.persistence.schema.descriptor.ComparedSchema
 
ComparedTable - Class in com.atlassian.confluence.core.persistence.schema.descriptor
 
ComparedTable(String, Iterable<? extends SchemaElementComparison.IndexComparison>, Iterable<? extends SchemaElementComparison.ColumnComparison>) - Constructor for class com.atlassian.confluence.core.persistence.schema.descriptor.ComparedTable
 
compareExpectedWithActualSchema() - Method in interface com.atlassian.confluence.core.persistence.schema.api.SchemaComparisonService
Attempt to reconcile the "expected" database schema with the "actual" schema.
compareExpectedWithActualSchema() - Method in class com.atlassian.confluence.core.persistence.schema.hibernate.HibernateSchemaComparisonService
 
ComparePluginFragmentTransformerMarker - Interface in com.atlassian.confluence.content.render.xhtml.transformers
An interface used to determine which fragment transformers need to be loaded from plugins, so that they can be used to compare pages.
compareTo(ContentId) - Method in class com.atlassian.confluence.api.model.content.id.AttachmentContentId
Deprecated.
 
compareTo(ContentId) - Method in class com.atlassian.confluence.api.model.content.id.ContentId
 
compareTo(Position) - Method in class com.atlassian.confluence.api.model.content.Position
 
compareTo(LongTaskStatus) - Method in class com.atlassian.confluence.api.model.longtasks.LongTaskStatus
 
compareTo(ContentEntityObject) - Method in class com.atlassian.confluence.core.ContentEntityObject
Content entities are naturally ordered alphabetically by "comparison name", which depends on the entity (it's the title for pages, the parent page title for comments, etc.).
compareTo(LifecyclePluginModuleDescriptor) - Method in class com.atlassian.confluence.impl.setup.LifecyclePluginModuleDescriptor
 
compareTo(Label) - Method in class com.atlassian.confluence.labels.Label
 
compareTo(Namespace) - Method in class com.atlassian.confluence.labels.Namespace
 
compareTo(OutgoingLink) - Method in class com.atlassian.confluence.links.OutgoingLink
 
compareTo(ListUndefinedPagesAction.UndefinedPage) - Method in class com.atlassian.confluence.pages.actions.ListUndefinedPagesAction.UndefinedPage
 
compareTo(Material) - Method in class com.atlassian.confluence.plugin.descriptor.aboutpage.Material
 
compareTo(PluginAndMaterials) - Method in class com.atlassian.confluence.plugin.descriptor.aboutpage.PluginAndMaterials
 
compareTo(AttachmentTextExtractorModuleDescriptor) - Method in class com.atlassian.confluence.plugin.descriptor.AttachmentTextExtractorModuleDescriptor
Module descriptors naturally sort from least to most priority
compareTo(BulkExtractorModuleDescriptor) - Method in class com.atlassian.confluence.plugin.descriptor.BulkExtractorModuleDescriptor
Module descriptors naturally sort from least to most priority
compareTo(Extractor2ModuleDescriptor) - Method in class com.atlassian.confluence.plugin.descriptor.Extractor2ModuleDescriptor
Module descriptors naturally sort from least to most priority
compareTo(ContentEntityEdgeTargetInfo) - Method in class com.atlassian.confluence.plugins.edgeindex.model.ContentEntityEdgeTargetInfo
 
compareTo(SpaceCategoryName) - Method in class com.atlassian.confluence.plugins.macros.dashboard.SpaceCategoryName
 
compareTo(RemoteConfluenceUser) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteConfluenceUser
 
compareTo(RemoteUser) - Method in class com.atlassian.confluence.rpc.soap.beans.RemoteUser
 
compareTo(ContentPermission) - Method in class com.atlassian.confluence.security.ContentPermission
 
compareTo(SpaceType) - Method in class com.atlassian.confluence.spaces.SpaceType
 
compareTo(BuildNumber) - Method in class com.atlassian.confluence.upgrade.BuildNumber
 
compareTo(RangeRequest) - Method in class com.atlassian.confluence.web.rangerequest.RangeRequest
 
compareTo(Group) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroup
Deprecated.
 
compareTo(User) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdUser
 
compareTo(User) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdUser
Deprecated.
 
compareTo(Group) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdInternalDirectoryGroup
 
compareTo(MailQueueItem) - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
compareTo(MailQueueItem) - Method in class com.atlassian.confluence.mail.template.ConfluenceMailQueueItem
 
compareTo(T) - Method in interface com.atlassian.confluence.api.model.messages.Message
 
compareValues(BytesRef, BytesRef) - Method in class com.atlassian.confluence.impl.search.v2.lucene.CaseInsensitiveSortComparator
 
compareValues(T, T) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneTermFieldComparator
 
CompatibleVelocityResourceManager - Class in com.atlassian.confluence.util.velocity
This resource manager will instantiate resource loaders which will correct legal Velocity 1.3 syntax to legal Velocity 1.4 syntax for any resource loader defined with the velocity13.compatibility property set to true
CompatibleVelocityResourceManager() - Constructor for class com.atlassian.confluence.util.velocity.CompatibleVelocityResourceManager
 
complete() - Method in class com.atlassian.confluence.util.EstimatedProgressMeter
Sets the percent complete of this progress meter to 100%, regardless of where the progress is currently up to.
COMPLETE - Enum constant in enum class com.atlassian.confluence.index.status.ReIndexStage
 
COMPLETED - Static variable in class com.atlassian.confluence.upgrade.AttachmentMigrationAnalyticsEvent
 
COMPLETED_TASK_CSS_CLASS - Static variable in class com.atlassian.confluence.content.render.xhtml.view.inlinetask.ViewInlineTaskConstants
 
COMPLETED_WITH_WARNINGS - Static variable in class com.atlassian.confluence.upgrade.AttachmentMigrationAnalyticsEvent
 
completedAt - Variable in class com.atlassian.confluence.admin.tasks.AdminTaskData
 
completedByFullName - Variable in class com.atlassian.confluence.admin.tasks.AdminTaskData
 
completedByUsername - Variable in class com.atlassian.confluence.admin.tasks.AdminTaskData
 
completedTimestamp() - Method in class com.atlassian.confluence.upgrade.impl.DefaultUpgradeFinalizationManager.RunImpl
 
completedTimestamp() - Method in interface com.atlassian.confluence.upgrade.UpgradeFinalizationManager.Run
Obtains the timestamp when the run was completed.
completeOAuth2Flow(HttpSession, String) - Method in class com.atlassian.confluence.impl.oauth2.DefaultOAuth2Service
 
completeOAuth2Flow(HttpSession, String) - Method in interface com.atlassian.confluence.oauth2.OAuth2Service
Completes the OAuth flow for the specified Provider and generates a token if successful.
completeProgessMeter() - Method in class com.atlassian.confluence.impl.importexport.Importer
Deprecated.
 
completeUrlEncode(String) - Static method in class com.atlassian.confluence.util.HtmlUtil
completeUrlEncode(String, Charset) - Static method in class com.atlassian.confluence.util.HtmlUtil
Encodes the given url for protocols which the CompleteURLEncoder supports.
CompleteURLEncoder - Class in com.atlassian.confluence.util
This class caters for encoding of url strings for the following protocols: - file - http (see RFC 2396 for reference)
CompleteURLEncoder() - Constructor for class com.atlassian.confluence.util.CompleteURLEncoder
 
COMPLETING - Enum constant in enum class com.atlassian.confluence.api.model.backuprestore.JobState
 
CompletionStageUtils - Class in com.atlassian.confluence.impl.concurrency
Convenience utility methods that make CompletionStage a bit easier to deal with.
CompletionStageUtils() - Constructor for class com.atlassian.confluence.impl.concurrency.CompletionStageUtils
 
COMPONENT_NAME_KEY - Static variable in class com.atlassian.confluence.servlet.SpringManagedServlet
 
COMPONENT_REFERENCE - Static variable in class com.atlassian.confluence.impl.core.persistence.hibernate.schema.ConfluenceSchemaHelper
 
ComponentImporter - Class in com.atlassian.confluence.plugins.prettyurls
 
ComponentImporter - Class in com.atlassian.confluence.tinymceplugin
 
ComponentImporter() - Constructor for class com.atlassian.confluence.plugins.prettyurls.ComponentImporter
 
ComponentImporter() - Constructor for class com.atlassian.confluence.tinymceplugin.ComponentImporter
 
ComponentImports - Class in com.atlassian.confluence.plugins.edgeindex
 
ComponentImports - Class in com.atlassian.confluence.plugins.synchrony
This class is used to import the SAL user manager.
ComponentImports() - Constructor for class com.atlassian.confluence.plugins.edgeindex.ComponentImports
 
ComponentImports(UserManager, I18NBeanFactory) - Constructor for class com.atlassian.confluence.plugins.synchrony.ComponentImports
 
ComponentModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
 
ComponentModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.ComponentModuleDescriptor
 
ComponentParser - Class in com.atlassian.confluence.importexport.xmlimport.parser
Deprecated.
since 7.17.0
ComponentParser() - Constructor for class com.atlassian.confluence.importexport.xmlimport.parser.ComponentParser
Deprecated.
 
ComponentProperty - Class in com.atlassian.confluence.importexport.xmlimport.model
Deprecated.
since 7.17.0.
ComponentProperty(String, List<PrimitiveProperty>) - Constructor for class com.atlassian.confluence.importexport.xmlimport.model.ComponentProperty
Deprecated.
 
ComposableScoreFunction - Interface in com.atlassian.confluence.search.v2.score
Marker interface for a function that can be composed by e.g.
ComposableScoreFunctionMapper - Class in com.atlassian.confluence.plugins.opensearch.mappers.query.score
Maps v2 ComposableScoreFunction to OpenSearch FunctionScore
ComposableScoreFunctionMapper(DelegatingQueryMapper) - Constructor for class com.atlassian.confluence.plugins.opensearch.mappers.query.score.ComposableScoreFunctionMapper
 
composeAndQuery(Set<? extends SearchQuery>) - Static method in class com.atlassian.confluence.search.v2.query.BooleanQuery
Return a query that "ANDs" together a list of queries.
composeOrQuery(Set<? extends SearchQuery>) - Static method in class com.atlassian.confluence.search.v2.query.BooleanQuery
Return a query that "ORs" together a list of queries.
composite(Iterable<? extends Context>) - Static method in class com.atlassian.confluence.velocity.context.CompositeContext
 
CompositeBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
 
CompositeBreadcrumb(List<Breadcrumb>, Breadcrumb) - Constructor for class com.atlassian.confluence.util.breadcrumbs.CompositeBreadcrumb
 
compositeByteArraySerializer() - Static method in class com.atlassian.confluence.util.sandbox.SandboxSerializers
 
CompositeContext - Class in com.atlassian.confluence.velocity.context
Simple immutable composite Velocity Context implementation that delegates to a collection of other contexts.
CompositeContext(Iterable<? extends Context>) - Constructor for class com.atlassian.confluence.velocity.context.CompositeContext
 
CompositeEvictionProgressTracking - Class in com.atlassian.confluence.pages.collab.impl.tracking
Combines several trackers into one
CompositeEvictionProgressTracking(List<SynchronyEvictionProgressTracking>) - Constructor for class com.atlassian.confluence.pages.collab.impl.tracking.CompositeEvictionProgressTracking
 
CompositeExtractor - Class in com.atlassian.confluence.internal.index.v2
 
CompositeExtractor(List<ExtractorContextPreProcessor>) - Constructor for class com.atlassian.confluence.internal.index.v2.CompositeExtractor
 
CompositeId - Class in com.atlassian.confluence.importexport.xmlimport.model
Deprecated.
since 7.17.0.
CompositeId() - Constructor for class com.atlassian.confluence.impl.plugin.settings.PluginSetting.CompositeId
 
CompositeId(String, String) - Constructor for class com.atlassian.confluence.impl.plugin.settings.PluginSetting.CompositeId
 
CompositeId(List<PrimitiveProperty>) - Constructor for class com.atlassian.confluence.importexport.xmlimport.model.CompositeId
Deprecated.
 
CompositeIdParser - Class in com.atlassian.confluence.importexport.xmlimport.parser
Deprecated.
since 7.17.0
CompositeIdParser() - Constructor for class com.atlassian.confluence.importexport.xmlimport.parser.CompositeIdParser
Deprecated.
 
CompositeIndexFlushRequester - Class in com.atlassian.confluence.impl.search
Allows us to flush an arbitrary number of index queues while exposing only one IndexFlushRequester Any method calls on instances of this class will invoke that same method on all flushRequesters passed into the constructor
CompositeIndexFlushRequester(Collection<IndexFlushRequester>) - Constructor for class com.atlassian.confluence.impl.search.CompositeIndexFlushRequester
 
CompositeIndexManager - Class in com.atlassian.confluence.impl.search
Allows us to use multiple IndexManagers under the hood whilst maintaining backwards compatibility
CompositeIndexManager(List<IncrementalIndexManager>, IndexTaskQueue<ConfluenceIndexTask>, FullReindexManager) - Constructor for class com.atlassian.confluence.impl.search.CompositeIndexManager
 
CompositeIndexTaskQueue<T> - Class in com.atlassian.confluence.impl.search.queue
Deprecated.
since 7.9 Use IndexManager methods instead of calling corresponding methods on queue directly. This class is deprecated because Confluence will no longer have only one index queue.
CompositeIndexTaskQueue(Map<SearchIndex, IndexTaskQueue<T>>, IndexTaskQueue<T>) - Constructor for class com.atlassian.confluence.impl.search.queue.CompositeIndexTaskQueue
Deprecated.
 
CompositeInterceptor - Class in com.atlassian.confluence.core.persistence.hibernate
Hibernate interceptor that allows the chaining of multiple sub-interceptors.
CompositeInterceptor(List<Interceptor>) - Constructor for class com.atlassian.confluence.core.persistence.hibernate.CompositeInterceptor
 
CompositeLicenseExceptionHandler - Class in com.atlassian.confluence.license.exception.handler
Ensures that the more specific LicenseExceptionHandler gets asked before.
CompositeLicenseExceptionHandler(I18NBean, Map<Class<? extends Exception>, LicenseExceptionHandler<? extends Exception>>) - Constructor for class com.atlassian.confluence.license.exception.handler.CompositeLicenseExceptionHandler
 
CompositeLicenseValidator - Class in com.atlassian.confluence.license.validator
 
CompositeLicenseValidator(LicenseValidator...) - Constructor for class com.atlassian.confluence.license.validator.CompositeLicenseValidator
 
CompositeMap<K,V> - Class in com.atlassian.confluence.util.collections
Provides a union view of two maps.
CompoundExistingEntityFinder - Class in com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders
This is a class which could compound the result of multiple ExistingEntityFinder which has same supported class and same job source
CompoundExistingEntityFinder(List<ExistingEntityFinder>) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.CompoundExistingEntityFinder
 
CompoundWordTokenFilterDescriptor - Class in com.atlassian.confluence.search.v2.analysis
A token filter that decomposes compound words found in many Germanic languages based on dictionary.
CompoundWordTokenFilterDescriptor(Collection<String>) - Constructor for class com.atlassian.confluence.search.v2.analysis.CompoundWordTokenFilterDescriptor
 
compress(byte[]) - Method in class com.atlassian.confluence.internal.util.io.DefaultDataCompressor
 
compress(byte[]) - Method in class com.atlassian.confluence.internal.util.io.SnappyDataCompressor
 
compress(byte[]) - Method in class com.atlassian.confluence.internal.util.io.ZipDataCompressor
 
compress(byte[]) - Method in interface com.atlassian.confluence.util.io.DataCompressor
 
compress(InputStreamSource) - Method in class com.atlassian.confluence.internal.util.io.DefaultDataCompressor
 
compress(InputStreamSource) - Method in class com.atlassian.confluence.internal.util.io.SnappyDataCompressor
 
compress(InputStreamSource) - Method in class com.atlassian.confluence.internal.util.io.ZipDataCompressor
 
compress(InputStreamSource) - Method in interface com.atlassian.confluence.util.io.DataCompressor
 
COMPRESSED - Static variable in class com.atlassian.confluence.renderer.embedded.support.SWFHeader
 
compressFromStream(InputStream, String) - Method in interface com.atlassian.confluence.impl.backuprestore.backup.container.ArchiveWriter
Compresses data from the provided input stream into an archive.
compressFromStream(InputStream, String) - Method in class com.atlassian.confluence.impl.backuprestore.backup.container.StreamZipWriter
 
compressFromStream(InputStream, String, String) - Method in interface com.atlassian.confluence.impl.backuprestore.backup.container.ArchiveWriter
Compresses data from the provided input stream into an archive.
compressFromStream(InputStream, String, String) - Method in class com.atlassian.confluence.impl.backuprestore.backup.container.StreamZipWriter
 
compressFromStreamSupplier(InputStreamSupplier, String) - Method in interface com.atlassian.confluence.impl.backuprestore.backup.container.ArchiveWriter
Compresses data from the provided input stream supplier into an archive.
compressFromStreamSupplier(InputStreamSupplier, String) - Method in class com.atlassian.confluence.impl.backuprestore.backup.container.StreamZipWriter
 
compressFromStreamSupplier(InputStreamSupplier, String, String) - Method in interface com.atlassian.confluence.impl.backuprestore.backup.container.ArchiveWriter
Compresses data from the provided input stream supplier into an archive.
compressFromStreamSupplier(InputStreamSupplier, String, String) - Method in class com.atlassian.confluence.impl.backuprestore.backup.container.StreamZipWriter
 
computeAttachmentHeaders(String, InputStream, String, String, long, boolean, Map<String, String[]>) - Method in class com.atlassian.confluence.servlet.download.DefaultAttachmentSafeContentHeaderGuesser
 
computeAttachmentHeaders(String, InputStream, String, String, long, boolean, Map<String, String[]>) - Method in interface com.atlassian.confluence.servlet.download.SafeContentHeaderGuesser
Returns a map of headers with their values.
computeNorm(FieldInvertState) - Method in class com.atlassian.confluence.internal.search.v2.lucene.BM25LSimilarity
 
computeRenamedProperties(Properties) - Static method in class com.atlassian.confluence.plugins.synchrony.utils.SynchronyPropertiesUtil
 
computeSearchString(AuditRecordEntity) - Static method in class com.atlassian.confluence.impl.audit.AuditSearchUtils
Deprecated.
Compute the search string for a given AuditRecordEntity
computeUserBasedRecipients(Notification<LikePayload>) - Method in class com.atlassian.confluence.plugins.like.notifications.CreateLikeEventRecipientProvider
 
computeWeight(float, CollectionStatistics, TermStatistics...) - Method in class com.atlassian.confluence.internal.search.v2.lucene.BM25LSimilarity
 
concatWith(Breadcrumb) - Method in class com.atlassian.confluence.util.breadcrumbs.spaceia.SpaceBreadcrumb
Append the SpaceBreadcrumb as a parent of the breadcrumb in parameter
conceal(long) - Method in class com.atlassian.confluence.impl.space.deletion.concealing.SpaceConcealer
It performs all preparations so the space key could be reused again; plus, the space should become hidden for users.
ConcurrentBatchIndexer - Class in com.atlassian.confluence.internal.index
A multi-threaded batch indexing implementation.
ConcurrentBatchIndexer(BatchIndexer, Integer, ConcurrentBatchIndexerExecutorServiceFactory) - Constructor for class com.atlassian.confluence.internal.index.ConcurrentBatchIndexer
 
ConditionalForOpenSearch - Annotation Interface in com.atlassian.confluence.plugins.opensearch.spring
@Conditional that only matches when the "search.platform" property in the application config is set to "opensearch".
ConditionalForOpenSearch.OpenSearchCondition - Class in com.atlassian.confluence.plugins.opensearch.spring
 
ConditionalOnSearchPlatform - Annotation Interface in com.atlassian.confluence.internal.index.config
@Conditional that only matches when the "search.platform" property in the application config matches the specified search platform (e.g.
ConditionalOnSearchPlatform.OnSearchPlatformCondition - Class in com.atlassian.confluence.internal.index.config
 
ConditionalOnTestProperty - Annotation Interface in com.atlassian.confluence.core
ConditionalOnTestProperty is a custom conditional annotation for Spring that enables or disables beans based on the presence and value of a specific environment property, typically used in test scenarios.
ConditionalOnTestProperty.OnTestPropertyCondition - Class in com.atlassian.confluence.core
 
CONF_CLUSTER_LICENSE - Static variable in class com.atlassian.confluence.util.LicenseTestHelper
 
CONF_LICENSE_STRING - Static variable in class com.atlassian.confluence.setup.actions.AbstractConfluenceLicenseAction
 
CONF_V1_LICENSE - Static variable in class com.atlassian.confluence.util.LicenseTestHelper
 
CONF_V2_LICENSE - Static variable in class com.atlassian.confluence.util.LicenseTestHelper
 
CONFIG_DIR_NAME - Static variable in class com.atlassian.confluence.setup.DefaultBootstrapManager
 
CONFIG_KEY - Static variable in enum class com.atlassian.confluence.search.SearchPlatform
 
configFileExists() - Method in class com.atlassian.confluence.impl.setup.ReadOnlyApplicationConfig
 
configManager - Variable in class com.atlassian.confluence.plugins.synchrony.tasks.AbstractConfigLongRunningTask
 
ConfigurableMappingResources - Class in com.atlassian.confluence.core.persistence.hibernate
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.6, replaced by HibernateMappingFactory
ConfigurableMappingResources(HibernateDatabaseCapabilities) - Constructor for class com.atlassian.confluence.core.persistence.hibernate.ConfigurableMappingResources
Deprecated.
 
ConfigurableResourceManager - Class in com.atlassian.confluence.velocity
Class to manage the text resource for the Velocity Runtime.
ConfigurableResourceManager() - Constructor for class com.atlassian.confluence.velocity.ConfigurableResourceManager
 
ConfigurableResourceManager.ResourceFactory - Interface in com.atlassian.confluence.velocity
Factory methods for Velocity resource objects
CONFIGURATION_CONTEXT_KEY - Static variable in class com.atlassian.confluence.schedule.persistence.dao.CachedScheduledJobDao
 
ConfigurationEvent - Class in com.atlassian.confluence.event.events.admin
 
ConfigurationEvent(Object) - Constructor for class com.atlassian.confluence.event.events.admin.ConfigurationEvent
 
configure(ClusterConfig) - Method in class com.atlassian.confluence.cluster.nutcluster.NutclusterClusterManager
 
configure(ClusterConfig) - Method in interface com.atlassian.confluence.impl.cluster.ClusterManagerInternal
Set a new cluster configuration.
configure(ClusterConfig) - Method in class com.atlassian.testsupport.NonClusterManager
 
configure(PageAware, HttpServletRequest) - Method in class com.atlassian.confluence.impl.pages.actions.PageAwareHelper
 
configure(PageAware, HttpServletRequest, PageAwareHelper.ParameterSource) - Method in class com.atlassian.confluence.impl.pages.actions.PageAwareHelper
 
configure(ResourceInfo, FeatureContext) - Method in class com.atlassian.confluence.plugins.rest.jackson2.filter.PrototypeApiCacheControlResourceFilterFactory
 
configure(ResourceInfo, FeatureContext) - Method in class com.atlassian.confluence.plugins.rest.jersey.jackson2.cachecontrol.PreventCachingResourceFilterFactory
 
configure(ResourceInfo, FeatureContext) - Method in class com.atlassian.confluence.plugins.restapi.analytics.AnalyticsEventDynamicFeature
 
configure(ResourceInfo, FeatureContext) - Method in class com.atlassian.confluence.plugins.restapi.filters.LogRequestInfoDynamicFeature
 
configure(ResourceInfo, FeatureContext) - Method in class com.atlassian.confluence.plugins.restapi.filters.ReadOnlyAccessDynamicFeature
 
configure(ResourceInfo, FeatureContext) - Method in class com.atlassian.confluence.plugins.restapi.filters.RequestRateLimitDynamicFeature
 
configure(ResourceInfo, FeatureContext) - Method in class com.atlassian.confluence.plugins.restapi.filters.RequestSizeLimitingDynamicFeature
 
configure(Map) - Method in class com.atlassian.confluence.impl.hibernate.DelegatingHikariConnectionProvider
Deprecated.
 
configure(Type, Properties, ServiceRegistry) - Method in class com.atlassian.confluence.impl.hibernate.ResettableTableHiLoGenerator
 
configure(Type, Properties, ServiceRegistry) - Method in class com.atlassian.confluence.impl.hibernate.ResettableTableHiLoGeneratorV5
 
ConfigureCaptchaAction - Class in com.atlassian.confluence.admin.actions
 
ConfigureCaptchaAction() - Constructor for class com.atlassian.confluence.admin.actions.ConfigureCaptchaAction
 
configureCommentAware(CommentAware, CommentAwareHelper.ParameterSource, ConfluenceUser) - Method in class com.atlassian.confluence.impl.pages.actions.CommentAwareHelper
 
configureContainerManager() - Method in class it.com.atlassian.confluence.AbstractInjectableConfluenceSingleContextSpringPersistenceTest
 
CONFIGURED_NODE_NAME - Static variable in class com.atlassian.confluence.cluster.nutcluster.NutclusterUtils
 
configureDatabase(DatabaseDetails, boolean) - Method in class com.atlassian.confluence.setup.DefaultHibernateConfigurator
 
configureDatasource(String, String) - Method in class com.atlassian.confluence.setup.DefaultHibernateConfigurator
 
configuredBuildNumberNewerThan(String) - Method in class com.atlassian.confluence.upgrade.AbstractUpgradeManager
 
configuredBuildNumberNewerThan(String) - Method in interface com.atlassian.confluence.upgrade.UpgradeManager
Returns true if the passed build number is less than the configured build number - that is, the version of the currently running Confluence is newer than the version passed.
ConfigureDefaultSpaceLogoAction - Class in com.atlassian.confluence.admin.actions
 
ConfigureDefaultSpaceLogoAction() - Constructor for class com.atlassian.confluence.admin.actions.ConfigureDefaultSpaceLogoAction
 
ConfigureJohnson - Class in com.atlassian.confluence
A TestRule that configures the Johnson framework before the test and tears it down afterwards.
ConfigureLanguageAction - Class in com.atlassian.confluence.admin.actions.languages
 
ConfigureLanguageAction() - Constructor for class com.atlassian.confluence.admin.actions.languages.ConfigureLanguageAction
 
ConfigureLoggingAction - Class in com.atlassian.confluence.impl.logging.admin
 
ConfigureLoggingAction() - Constructor for class com.atlassian.confluence.impl.logging.admin.ConfigureLoggingAction
 
ConfigureLoggingAction.AddLoggerTask - Class in com.atlassian.confluence.impl.logging.admin
 
ConfigureMobileAppsAction - Class in com.atlassian.confluence.admin.actions
Configure mobile apps action
ConfigureMobileAppsAction() - Constructor for class com.atlassian.confluence.admin.actions.ConfigureMobileAppsAction
 
ConfigureMonitoringAction - Class in com.atlassian.confluence.impl.admin.actions
This action allows administrators to configure monitoring settings (App Monitoring and JMX) across the cluster
ConfigureMonitoringAction() - Constructor for class com.atlassian.confluence.impl.admin.actions.ConfigureMonitoringAction
 
ConfigureMonitoringAction.NodeConfigDTO - Class in com.atlassian.confluence.impl.admin.actions
 
ConfigureRssFeedAction - Class in com.atlassian.confluence.dashboard.actions
 
ConfigureRssFeedAction() - Constructor for class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction
 
configureSetupSequence(String) - Method in class com.atlassian.confluence.setup.DefaultSetupPersister
Creates a default bootstrapManager sequence based on current state of confluence.config.xml
ConfigureSpaceLogoAction - Class in com.atlassian.confluence.spaces.actions
 
ConfigureSpaceLogoAction() - Constructor for class com.atlassian.confluence.spaces.actions.ConfigureSpaceLogoAction
 
configureTasks(ScheduledTaskRegistrar) - Method in class com.atlassian.confluence.impl.schedule.SpringTaskSchedulerConfig
 
configureXStreamSecurity(ConfluenceXStreamInternal) - Method in class com.atlassian.confluence.impl.xstream.security.XStreamSecurityConfigurator
 
confirm - Variable in class com.atlassian.confluence.user.actions.CreateUserAction
 
ConfirmEmailAction - Class in com.atlassian.confluence.user.actions
 
ConfirmEmailAction() - Constructor for class com.atlassian.confluence.user.actions.ConfirmEmailAction
 
ConfirmEmailAddressEvent - Class in com.atlassian.confluence.event.events.user
 
ConfirmEmailAddressEvent(Object, User) - Constructor for class com.atlassian.confluence.event.events.user.ConfirmEmailAddressEvent
 
confLicenseString - Variable in class com.atlassian.confluence.setup.actions.AbstractConfluenceLicenseAction
 
CONFLICT_POLICY - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
ConflictException - Exception Class in com.atlassian.confluence.api.service.exceptions
Thrown when a request cannot be performed due to the state of the content, as per the semantics of the HTTP 409 'Conflict' status code.
ConflictException() - Constructor for exception class com.atlassian.confluence.api.service.exceptions.ConflictException
 
ConflictException(String) - Constructor for exception class com.atlassian.confluence.api.service.exceptions.ConflictException
 
ConflictException(String, ValidationResult) - Constructor for exception class com.atlassian.confluence.api.service.exceptions.ConflictException
 
ConflictException(String, Throwable) - Constructor for exception class com.atlassian.confluence.api.service.exceptions.ConflictException
 
conflictExceptionSupplier() - Static method in class com.atlassian.confluence.api.model.validation.ServiceExceptionSupplier
 
ConflictPolicy(String) - Constructor for class com.atlassian.confluence.api.service.content.ContentDraftService.ConflictPolicy
 
conflictResult(String, Object...) - Static method in class com.atlassian.confluence.api.model.validation.SimpleValidationResults
A conflict result usually occurs when trying to create something that already exists
CONFLUENCE_ADMIN_ROLE - Static variable in class com.atlassian.confluence.security.ConfluenceRoleMapper
 
CONFLUENCE_ADMINISTRATOR_PERMISSION - Static variable in class com.atlassian.confluence.security.SpacePermission
Permission type to do anything in Confluence that can't affect the system on which it runs.
CONFLUENCE_ALTERNATE_NAMESPACE - Static variable in class com.atlassian.confluence.content.render.xhtml.XhtmlConstants
 
CONFLUENCE_ATTACHMENTS_BULK_DELETE_DARK_FEATURE_DISABLED_KEY - Static variable in class com.atlassian.confluence.api.impl.service.content.BulkDeleteAttachmentsDarkFeature
 
CONFLUENCE_ATTACHMENTS_VER004_DARK_FEATURE_DISABLED - Static variable in class com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentFileStoreFactory
 
CONFLUENCE_ATTACHMENTS_VER004_LEVEL_FOR_NEW_THREAD - Static variable in class com.atlassian.confluence.upgrade.AttachmentMigratorToV4
defines how deep in file system the new task should be created
CONFLUENCE_ATTACHMENTS_VER004_MIGRATION_NUM_OF_THREADS - Static variable in class com.atlassian.confluence.upgrade.AttachmentMigratorToV4
 
CONFLUENCE_CONTENT - Enum constant in enum class com.atlassian.confluence.macro.browser.beans.MacroCategory
 
CONFLUENCE_CONTENT - Enum constant in enum class com.atlassian.confluence.macro.browser.beans.MacroParameterType
A content entity title (optionally qualified by space key and/or publication date).
CONFLUENCE_DATABASE_CHOICE - Static variable in class com.atlassian.confluence.setup.DefaultBootstrapManager
 
CONFLUENCE_DEV_MODE - Static variable in class com.atlassian.confluence.core.ConfluenceSystemProperties
 
CONFLUENCE_FAST_SPACE_DELETION_FLAG - Static variable in class com.atlassian.confluence.dmz.spaces.SpaceRemovalLongRunningTask
 
CONFLUENCE_HOME_CONSTANT - Static variable in interface com.atlassian.confluence.setup.ConfluenceBootstrapConstants
 
CONFLUENCE_JSON_FILTER - Static variable in class com.atlassian.confluence.dmz.json.ConfluenceJsonFilter
 
CONFLUENCE_LINK_CLASS - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
 
CONFLUENCE_LOCAL_HOME_CONSTANT - Static variable in interface com.atlassian.confluence.setup.ConfluenceBootstrapConstants
 
CONFLUENCE_MOBILE_APP - Enum constant in enum class com.atlassian.confluence.util.UserAgentUtil.BrowserFamily
 
CONFLUENCE_NAMESPACE - Static variable in class com.atlassian.confluence.content.render.xhtml.XhtmlConstants
 
CONFLUENCE_QUESTION - Static variable in class com.atlassian.confluence.license.util.ConfluenceLicenseUtils
 
CONFLUENCE_RECOVERY - Static variable in class com.atlassian.confluence.core.ContentEntityObject
 
CONFLUENCE_RECOVERY_WITH_EXTERNAL_CHANGE - Static variable in class com.atlassian.confluence.core.ContentEntityObject
 
CONFLUENCE_SETUP_SERVER_ID - Static variable in class com.atlassian.confluence.setup.BootstrapSidManager
 
CONFLUENCE_SITEMESH_DECORATOR_ATTRIBUTE - Static variable in class com.atlassian.confluence.impl.sitemesh.ConfluenceSitemeshDecorator
 
CONFLUENCE_SYSADMIN_ROLE - Static variable in class com.atlassian.confluence.security.ConfluenceRoleMapper
 
CONFLUENCE_USAGE_INSTRUMENT_CACHE_KEY - Static variable in class com.atlassian.confluence.util.profiling.ConfluenceUsageInfoInstrumentProvider
Deprecated.
since 7.5 Use ConfluenceUsageInfoInstrumentProvider.CACHE_NAME
CONFLUENCE_XHTML_NAMESPACE_ALTERNATE_PREFIX - Static variable in class com.atlassian.confluence.content.render.xhtml.XhtmlConstants
 
CONFLUENCE_XHTML_NAMESPACE_PREFIX - Static variable in class com.atlassian.confluence.content.render.xhtml.XhtmlConstants
 
CONFLUENCE_XHTML_NAMESPACE_URI - Static variable in class com.atlassian.confluence.content.render.xhtml.XhtmlConstants
 
CONFLUENCE_XHTML_XMLNS_DECLARATION - Static variable in class com.atlassian.confluence.content.render.xhtml.XhtmlConstants
 
ConfluenceAbstractLongRunningTask - Class in com.atlassian.confluence.util.longrunning
Base class for long running tasks in Confluence.
ConfluenceAbstractLongRunningTask() - Constructor for class com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunningTask
 
ConfluenceAbstractWebFragmentModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor.web.descriptors
Confluence specific wrapper for AbstractWebFragmentModuleDescriptor.
ConfluenceAbstractWebFragmentModuleDescriptor(WebFragmentModuleDescriptor) - Constructor for class com.atlassian.confluence.plugin.descriptor.web.descriptors.ConfluenceAbstractWebFragmentModuleDescriptor
 
confluenceAccessManager - Variable in class com.atlassian.confluence.core.ConfluenceActionSupport
 
confluenceAccessManager() - Method in class com.atlassian.confluence.plugins.like.spring.SpringConfiguration
 
ConfluenceAccessManager - Interface in com.atlassian.confluence.security.access
Determines the access status of a user, which grants them a level of access to Confluence.
ConfluenceActionMapper - Class in com.atlassian.confluence.impl.struts
Don't log (as in super) when we fall back to using the default action or namespace names.
ConfluenceActionMapper() - Constructor for class com.atlassian.confluence.impl.struts.ConfluenceActionMapper
 
ConfluenceActionSupport - Class in com.atlassian.confluence.core
Base class for all Confluence Struts actions.
ConfluenceActionSupport() - Constructor for class com.atlassian.confluence.core.ConfluenceActionSupport
 
ConfluenceActivityFilter - Class in com.atlassian.confluence.util.profiling
Servlet Filter for recording the activity with the ActivityMonitor.
ConfluenceActivityFilter(ActivityMonitor) - Constructor for class com.atlassian.confluence.util.profiling.ConfluenceActivityFilter
 
ConfluenceAdministratorCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
Condition that restricts access to Confluence administrators (and those with greater privileges such as system administrators)
ConfluenceAdministratorCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.ConfluenceAdministratorCondition
 
ConfluenceAdminUiProperties - Class in com.atlassian.confluence.setup.settings.init
 
ConfluenceAdminUiProperties(ApplicationConfiguration) - Constructor for class com.atlassian.confluence.setup.settings.init.ConfluenceAdminUiProperties
 
ConfluenceAlertPublisher - Class in com.atlassian.confluence.internal.diagnostics
 
ConfluenceAlertPublisher(PluginHelper, AlertEntityDao, Executor, TransactionTemplate) - Constructor for class com.atlassian.confluence.internal.diagnostics.ConfluenceAlertPublisher
 
ConfluenceAllowlistIntrospector - Class in com.atlassian.confluence.impl.velocity
Integrates Confluence-specific allowlisting criteria into the PluginAwareSecureIntrospector.
ConfluenceAllowlistIntrospector(Log, RuntimeServices) - Constructor for class com.atlassian.confluence.impl.velocity.ConfluenceAllowlistIntrospector
 
ConfluenceAllowlistIntrospector.VelocityAllowlisted - Annotation Interface in com.atlassian.confluence.impl.velocity
 
ConfluenceAllowlistUberspector - Class in com.atlassian.confluence.impl.velocity
A SingletonUberspector subclass which uses a ConfluenceAnnotationBoxingUberspect as the Uberspect delegate and a ConfluenceAllowlistIntrospector as the coupled Introspector.
ConfluenceAllowlistUberspector() - Constructor for class com.atlassian.confluence.impl.velocity.ConfluenceAllowlistUberspector
 
ConfluenceAnalyzer - Class in com.atlassian.confluence.impl.search.v2.lucene
 
ConfluenceAnalyzer(GlobalSettingsManager, UserDictionaryFactory) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.ConfluenceAnalyzer
 
ConfluenceAnnotationBoxingUberspect - Class in com.atlassian.confluence.velocity.introspection
Specialisation of the AnnotatioBoxingUberspect to be used in a Confluence velocity environment.
ConfluenceAnnotationBoxingUberspect() - Constructor for class com.atlassian.confluence.velocity.introspection.ConfluenceAnnotationBoxingUberspect
 
ConfluenceAnnotationConfigApplicationContext - Class in com.atlassian.confluence.setup
Represents a ApplicationContext that still allows ServletContextAware and ServletConfigAware processing, and unregistering bean definitions.
ConfluenceAnnotationConfigApplicationContext(ServletContext) - Constructor for class com.atlassian.confluence.setup.ConfluenceAnnotationConfigApplicationContext
 
ConfluenceAnnotationConfigApplicationContext(ApplicationContext, ServletContext) - Constructor for class com.atlassian.confluence.setup.ConfluenceAnnotationConfigApplicationContext
 
ConfluenceAnnotationConfigWebApplicationContext - Class in com.atlassian.confluence.setup
Represents a WebApplicationContext that supports spring annotation processing, and allows for unregistering bean definitions.
ConfluenceAnnotationConfigWebApplicationContext() - Constructor for class com.atlassian.confluence.setup.ConfluenceAnnotationConfigWebApplicationContext
 
ConfluenceAnnotationConfigWebApplicationContext(ServletContext) - Constructor for class com.atlassian.confluence.setup.ConfluenceAnnotationConfigWebApplicationContext
 
ConfluenceAppConfig - Class in com.atlassian.confluence.impl.webapp
Configures the beans of the production spring application context.
ConfluenceAppConfig() - Constructor for class com.atlassian.confluence.impl.webapp.ConfluenceAppConfig
 
ConfluenceApplication - Class in com.atlassian.confluence.plugin
Required by the plugin system.
ConfluenceApplication(String) - Constructor for class com.atlassian.confluence.plugin.ConfluenceApplication
 
ConfluenceApplicationConfig - Class in com.atlassian.confluence.impl.setup
Confluence wrapper for ApplicationConfiguration which allows to mutate SetupContext setupComplete state as false only during setup process.
ConfluenceApplicationConfig(SecretService) - Constructor for class com.atlassian.confluence.impl.setup.ConfluenceApplicationConfig
 
ConfluenceApplicationProperties - Class in com.atlassian.confluence.api.impl.sal
Confluence implementation of the SAL Application Properties.
ConfluenceApplicationProperties(GlobalSettingsManager, ClusterConfigurationHelper, HttpContext, FilesystemPath, FilesystemPath, FilesystemPath) - Constructor for class com.atlassian.confluence.api.impl.sal.ConfluenceApplicationProperties
 
ConfluenceAttachmentMetadataExtractor - Class in com.atlassian.confluence.impl.search.v2.extractor
Extracts metadata of attachments including the data of their owners.
ConfluenceAttachmentMetadataExtractor() - Constructor for class com.atlassian.confluence.impl.search.v2.extractor.ConfluenceAttachmentMetadataExtractor
 
ConfluenceAttachmentMultipartConfig() - Constructor for class com.atlassian.confluence.plugins.restapi.resources.AttachmentResource.ConfluenceAttachmentMultipartConfig
 
ConfluenceAuditClusterNodeProvider - Class in com.atlassian.confluence.api.impl.service.audit
This SPI defines how Node ID will be stored in audit events
ConfluenceAuditClusterNodeProvider(ClusterManager) - Constructor for class com.atlassian.confluence.api.impl.service.audit.ConfluenceAuditClusterNodeProvider
 
ConfluenceAuditEntityMigrator - Class in com.atlassian.confluence.api.impl.service.audit.migration
Confluence version of LegacyAuditEntityMigrator.
ConfluenceAuditEntityMigrator(AuditRecordDao, PlatformTransactionManager) - Constructor for class com.atlassian.confluence.api.impl.service.audit.migration.ConfluenceAuditEntityMigrator
 
ConfluenceAuditEntityTransformationService - Class in com.atlassian.confluence.api.impl.service.audit
Puts URI into resources and users so they will become clickable in the UI.
ConfluenceAuditEntityTransformationService(ApplicationProperties, Map<String, ResourceUriGenerator>, ResourceUriGenerator) - Constructor for class com.atlassian.confluence.api.impl.service.audit.ConfluenceAuditEntityTransformationService
 
ConfluenceAuditIpAddressProvider - Class in com.atlassian.confluence.api.impl.service.audit
This SPI defines how IP address will be stored in audit events
ConfluenceAuditIpAddressProvider() - Constructor for class com.atlassian.confluence.api.impl.service.audit.ConfluenceAuditIpAddressProvider
 
ConfluenceAuditMethodProvider - Class in com.atlassian.confluence.api.impl.service.audit
This SPI defines how method will be stored in audit events
ConfluenceAuditMethodProvider(ScopesRequestCacheDelegate) - Constructor for class com.atlassian.confluence.api.impl.service.audit.ConfluenceAuditMethodProvider
 
ConfluenceAuditResourceLookupProvider - Class in com.atlassian.confluence.api.impl.service.audit
Backs User and Space dropdown menus in Audit UI.
ConfluenceAuditResourceLookupProvider(StandardAuditResourceTypes, PredefinedSearchBuilder, SearchManager, SpaceManagerInternal, ConfluenceUserDao, ServiceAccountUserManager) - Constructor for class com.atlassian.confluence.api.impl.service.audit.ConfluenceAuditResourceLookupProvider
 
ConfluenceAuditRetentionConfigProvider - Class in com.atlassian.confluence.api.impl.service.audit.migration
Confluence version of LegacyRetentionConfigProvider.
ConfluenceAuditRetentionConfigProvider(GlobalSettingsManager) - Constructor for class com.atlassian.confluence.api.impl.service.audit.migration.ConfluenceAuditRetentionConfigProvider
 
ConfluenceAuditUserProvider - Class in com.atlassian.confluence.api.impl.service.audit
This SPI defines how current user will be stored in audit events
ConfluenceAuditUserProvider() - Constructor for class com.atlassian.confluence.api.impl.service.audit.ConfluenceAuditUserProvider
 
ConfluenceAuthenticationContextFactory - Class in com.atlassian.confluence.mail.auth
Provides a factory for creating ConfluenceOAuth2AuthenticationContext instances for use in mail authentication.
ConfluenceAuthenticationContextFactory(OAuth2Service) - Constructor for class com.atlassian.confluence.mail.auth.ConfluenceAuthenticationContextFactory
 
ConfluenceAuthenticator - Class in com.atlassian.confluence.user
Authenticator which uses Confluence's user management code to authenticate a user against the directory which they come from (e.g.
ConfluenceAuthenticator() - Constructor for class com.atlassian.confluence.user.ConfluenceAuthenticator
 
ConfluenceAuthenticatorUtils - Class in com.atlassian.confluence.security.seraph
This class contains utilities shared by different Confluence authenticators.
ConfluenceAutowireInterceptor - Class in com.atlassian.confluence.core
Intercepts an action created by Struts and autowires dependencies before its execution.
ConfluenceAutowireInterceptor() - Constructor for class com.atlassian.confluence.core.ConfluenceAutowireInterceptor
 
ConfluenceAvatarOwner - Class in com.atlassian.confluence.user.avatar
 
ConfluenceAvatarOwner(User) - Constructor for class com.atlassian.confluence.user.avatar.ConfluenceAvatarOwner
 
ConfluenceAwareWebPanelRenderer - Class in com.atlassian.confluence.plugin.web.renderer
Renders a web panel in the context of Confluence.
ConfluenceAwareWebPanelRenderer() - Constructor for class com.atlassian.confluence.plugin.web.renderer.ConfluenceAwareWebPanelRenderer
 
ConfluenceBackupRestoreJobCanceller - Class in com.atlassian.confluence.impl.backuprestore
Responsible for cancelling jobs (including cluster).
ConfluenceBackupRestoreJobCanceller(EventPublisher, BackupRestoreJobDao, BackupRestorePermissionsHelper, BackupRestoreJobRunner, IndependentBackupRestoreJobManager) - Constructor for class com.atlassian.confluence.impl.backuprestore.ConfluenceBackupRestoreJobCanceller
 
ConfluenceBackupRestoreManager - Class in com.atlassian.confluence.impl.backuprestore
Responsible for accepting backup/restore operations, checking permissions, managing the queue and cluster-wide locks.
ConfluenceBackupRestoreManager(BackupRestoreJobRunner, BackupRestorePermissionsHelper, BackupRestoreJobDao, ClusterLockService, ConfluenceBackupRestoreJobCanceller, EventPublisher, BackupRestoreFilesystemManager, ZduManager, IndependentBackupRestoreJobManager, SpaceManager, SpaceDeletionManager, UserManager) - Constructor for class com.atlassian.confluence.impl.backuprestore.ConfluenceBackupRestoreManager
 
ConfluenceBackupSessionContext - Class in com.atlassian.hibernate
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.6
ConfluenceBackupSessionContext(SessionFactoryImplementor) - Constructor for class com.atlassian.hibernate.ConfluenceBackupSessionContext
Deprecated.
 
ConfluenceBandanaContext - Class in com.atlassian.confluence.setup.bandana
Simple KeyedBandanaContext which falls back to the global context if the key is not found.
ConfluenceBandanaContext() - Constructor for class com.atlassian.confluence.setup.bandana.ConfluenceBandanaContext
 
ConfluenceBandanaContext(Space) - Constructor for class com.atlassian.confluence.setup.bandana.ConfluenceBandanaContext
 
ConfluenceBandanaContext(String) - Constructor for class com.atlassian.confluence.setup.bandana.ConfluenceBandanaContext
 
ConfluenceBandanaKeys - Interface in com.atlassian.confluence.setup.bandana
TODO: Move these to where they're used.
ConfluenceBandanaRecord - Class in com.atlassian.confluence.setup.bandana
Hibernate object used by
invalid reference
HibernateConfluenceBandanaRecordDao
for storing and retrieving Bandana records.
ConfluenceBandanaRecord() - Constructor for class com.atlassian.confluence.setup.bandana.ConfluenceBandanaRecord
 
ConfluenceBandanaRecord(String, String, String) - Constructor for class com.atlassian.confluence.setup.bandana.ConfluenceBandanaRecord
 
ConfluenceBandanaRecordDao - Interface in com.atlassian.confluence.setup.bandana.persistence.dao
Interface for DAOs which handle persistence of ConfluenceBandanaRecord instances.
ConfluenceBaseUrlProvider - Class in com.atlassian.confluence.api.impl.service.audit
Defines what Base URL is saved in Audit events
ConfluenceBaseUrlProvider(ApplicationProperties) - Constructor for class com.atlassian.confluence.api.impl.service.audit.ConfluenceBaseUrlProvider
 
ConfluenceBeanDeserializerModifier() - Constructor for class com.atlassian.confluence.rest.serialization.jackson2.SerializerModule.ConfluenceBeanDeserializerModifier
 
ConfluenceBootstrapConstants - Interface in com.atlassian.confluence.setup
 
ConfluenceCache<K,V> - Interface in com.atlassian.confluence.cache
Base cache interface for all caches in confluence.
ConfluenceCachedIpdState - Class in com.atlassian.confluence.internal.diagnostics.ipd
 
ConfluenceCachedIpdState(DarkFeatureManager) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.ConfluenceCachedIpdState
 
ConfluenceCachedReference<V> - Interface in com.atlassian.confluence.cache
Base cache interface for all caches in confluence.
ConfluenceCachingBandanaListener - Class in com.atlassian.confluence.impl.bandana
 
ConfluenceCachingBandanaListener(BandanaPersister) - Constructor for class com.atlassian.confluence.impl.bandana.ConfluenceCachingBandanaListener
 
ConfluenceCachingFilter - Class in com.atlassian.confluence.web.filter
Provides a list of caching strategies to use with Confluence.
ConfluenceCachingFilter() - Constructor for class com.atlassian.confluence.web.filter.ConfluenceCachingFilter
 
ConfluenceCaptchaEngine - Class in com.atlassian.confluence.security
 
ConfluenceCaptchaEngine() - Constructor for class com.atlassian.confluence.security.ConfluenceCaptchaEngine
 
confluenceCDNStrategyFactory(CdnStrategyProvider, DarkFeaturesManager, EventPublisher, EnterpriseFeatureFlag) - Method in class com.atlassian.confluence.impl.spring.ConfluenceWebresourceManagerWiring
 
ConfluenceCDNStrategyFactory - Class in com.atlassian.confluence.impl.webresource
Switch for CDN support.
ConfluenceCDNStrategyFactory(DarkFeaturesManager, EventPublisher, CdnStrategyProvider, EnterpriseFeatureFlag) - Constructor for class com.atlassian.confluence.impl.webresource.ConfluenceCDNStrategyFactory
 
ConfluenceCloudUserFinder - Class in com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders
Finds users by emails.
ConfluenceCloudUserFinder(ConfluenceUserDao, CrowdDirectoryService, UserDao) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.ConfluenceCloudUserFinder
 
ConfluenceClusterEnvironmentProvider - Class in com.atlassian.confluence.plugin
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4
ConfluenceClusterEnvironmentProvider(ClusterManager) - Constructor for class com.atlassian.confluence.plugin.ConfluenceClusterEnvironmentProvider
Deprecated.
 
ConfluenceConfigurationListener - Class in com.atlassian.confluence.setup
Brings up the initial, minimal environment necessary to bootstrap Confluence.
ConfluenceConfigurationListener() - Constructor for class com.atlassian.confluence.setup.ConfluenceConfigurationListener
 
ConfluenceConfigurationPersister - Class in com.atlassian.confluence.setup
 
ConfluenceConfigurationPersister() - Constructor for class com.atlassian.confluence.setup.ConfluenceConfigurationPersister
 
ConfluenceConfigurationPersisterForTests - Class in com.atlassian.confluence.setup
 
ConfluenceConfigurationPersisterForTests() - Constructor for class com.atlassian.confluence.setup.ConfluenceConfigurationPersisterForTests
 
ConfluenceConnectionProvider - Class in com.atlassian.confluence.api.impl.sal.rdbms
Connection provider implementation for SpringHostConnectionAccessor, which is a generic spring implementation of SAL's HostConnectionAccessor.
ConfluenceConnectionProvider(SessionFactory) - Constructor for class com.atlassian.confluence.api.impl.sal.rdbms.ConfluenceConnectionProvider
 
ConfluenceContentMacroParameterParser - Class in com.atlassian.confluence.content.render.xhtml.editor.macro
Note: this class does not parse complete wiki markup links, because pages and blogs can contain arbitrary characters (like colons and slashes) now.
ConfluenceContentMacroParameterParser() - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.macro.ConfluenceContentMacroParameterParser
 
ConfluenceContentTypeResolver - Class in com.atlassian.confluence.servlet
 
ConfluenceContentTypeResolver() - Constructor for class com.atlassian.confluence.servlet.ConfluenceContentTypeResolver
 
ConfluenceConversionSandboxConfigurationFactory - Class in com.atlassian.confluence.impl.util.sandbox
Shared sandbox pool that was initially designed for so called short tasks (e.g.
ConfluenceConversionSandboxConfigurationFactory() - Constructor for class com.atlassian.confluence.impl.util.sandbox.ConfluenceConversionSandboxConfigurationFactory
 
ConfluenceCrowdClusterInformation - Class in com.atlassian.confluence.impl.user.crowd.cluster
 
ConfluenceCrowdClusterInformation(Set<ClusterNode>) - Constructor for class com.atlassian.confluence.impl.user.crowd.cluster.ConfluenceCrowdClusterInformation
 
ConfluenceCrowdClusterNode - Class in com.atlassian.confluence.impl.user.crowd.cluster
 
ConfluenceCrowdClusterNode(ClusterNodeInformation, boolean) - Constructor for class com.atlassian.confluence.impl.user.crowd.cluster.ConfluenceCrowdClusterNode
 
ConfluenceCrowdClusterService - Class in com.atlassian.confluence.impl.user.crowd.cluster
 
ConfluenceCrowdClusterService(ClusterManager) - Constructor for class com.atlassian.confluence.impl.user.crowd.cluster.ConfluenceCrowdClusterService
 
ConfluenceCrowdDirectoryService - Class in com.atlassian.confluence.user.crowd
Overrides removal and addition of directories to make sure they're added to the single internal application, as well as making sure each operation os Transactional.
ConfluenceCrowdDirectoryService(ApplicationFactory, DirectoryInstanceLoader, DirectoryManager, ApplicationManager, DirectoryValidatorFactory, DirectoryDao) - Constructor for class com.atlassian.confluence.user.crowd.ConfluenceCrowdDirectoryService
 
ConfluenceCrowdSSOAuthenticator - Class in com.atlassian.confluence.user
Use this authenticator instead of the default ConfluenceAuthenticator to enable SSO.
ConfluenceCrowdSSOAuthenticator() - Constructor for class com.atlassian.confluence.user.ConfluenceCrowdSSOAuthenticator
 
ConfluenceCrowdUserEventAdaptorListener - Class in com.atlassian.confluence.user.crowd
 
ConfluenceCrowdUserEventAdaptorListener(EventPublisher) - Constructor for class com.atlassian.confluence.user.crowd.ConfluenceCrowdUserEventAdaptorListener
 
ConfluenceDaoBandanaPersister - Class in com.atlassian.confluence.setup.bandana
BandanaPersister that stores and retrieves Bandana via a ConfluenceBandanaRecordDao.
ConfluenceDaoBandanaPersister() - Constructor for class com.atlassian.confluence.setup.bandana.ConfluenceDaoBandanaPersister
 
ConfluenceDarkFeatureManager - Class in com.atlassian.confluence.api.impl.sal
 
ConfluenceDarkFeatureManager(DarkFeaturesManager, ConfluenceUserResolver, PermissionManager) - Constructor for class com.atlassian.confluence.api.impl.sal.ConfluenceDarkFeatureManager
 
ConfluenceDatabaseDetails - Class in com.atlassian.confluence.setup
Encapsulates the database configuration at the database setup stage.
ConfluenceDatabaseDetails() - Constructor for class com.atlassian.confluence.setup.ConfluenceDatabaseDetails
 
ConfluenceDatabaseDetailsBuilder - Class in com.atlassian.confluence.setup
The builder for creating an instance of ConfluenceDatabaseDetails.
ConfluenceDatabaseDetailsBuilder() - Constructor for class com.atlassian.confluence.setup.ConfluenceDatabaseDetailsBuilder
 
ConfluenceDecoratorSelector - Class in com.atlassian.confluence.impl.sitemesh
Confluence decorator selector.
ConfluenceDecoratorSelector(PageDecoratorFactory, DecoratorMapper, DispatcherType, Supplier<Decorator>) - Constructor for class com.atlassian.confluence.impl.sitemesh.ConfluenceDecoratorSelector
 
ConfluenceDefaultNormalizerFactory - Class in com.atlassian.confluence.plugins.opensearch.analysis.normalizer
Factory class to create the default OpenSearch normalizer on indices.
ConfluenceDefaultNormalizerFactory() - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.normalizer.ConfluenceDefaultNormalizerFactory
 
ConfluenceDiagnosticsConfiguration - Class in com.atlassian.confluence.internal.diagnostics
 
ConfluenceDiagnosticsConfiguration(EventPublisher) - Constructor for class com.atlassian.confluence.internal.diagnostics.ConfluenceDiagnosticsConfiguration
 
ConfluenceDiagnosticsExecutor - Class in com.atlassian.confluence.internal.diagnostics
 
ConfluenceDiagnosticsExecutor() - Constructor for class com.atlassian.confluence.internal.diagnostics.ConfluenceDiagnosticsExecutor
 
ConfluenceDiffDraftBean - Class in com.atlassian.confluence.diff.beans
The bean to be returned in a JSON request.
ConfluenceDiffDraftBean(ContentEntityObject, Draft, Differ) - Constructor for class com.atlassian.confluence.diff.beans.ConfluenceDiffDraftBean
 
ConfluenceDirectories - Interface in com.atlassian.confluence.setup.settings
Provides operations to obtain the location of various filesystem directory locations used by Confluence.
ConfluenceDirectoryEventListener - Class in com.atlassian.confluence.user.crowd
Propagates DirectoryUpdatedEvent and DirectoryDeletedEvent to other nodes in a cluster to trigger the relevant updates to caches and directory monitors on each node.
ConfluenceDirectoryEventListener(ClusterManagerInternal, EventPublisher, PlatformTransactionManager) - Constructor for class com.atlassian.confluence.user.crowd.ConfluenceDirectoryEventListener
 
ConfluenceDirectoryEventListener.ClusterDirectoryDeletedEvent - Class in com.atlassian.confluence.user.crowd
 
ConfluenceDirectoryEventListener.ClusterDirectoryEvent - Class in com.atlassian.confluence.user.crowd
Crowd's event classes are not Serializable, so we need to extract the event class and directory, then reconstruct the event on the other nodes.
ConfluenceDirectoryEventListener.ClusterDirectoryUpdatedEvent - Class in com.atlassian.confluence.user.crowd
 
ConfluenceDirectoryMonitorRefresherStarter - Class in com.atlassian.confluence.impl.user.crowd.directory
 
ConfluenceDirectoryMonitorRefresherStarter(EventPublisher, SchedulerService, long) - Constructor for class com.atlassian.confluence.impl.user.crowd.directory.ConfluenceDirectoryMonitorRefresherStarter
 
ConfluenceElevatedSecurityGuard - Class in com.atlassian.confluence.security.seraph
Confluence specific implementation of the Seraph ElevatedSecurityGuard.
ConfluenceElevatedSecurityGuard() - Constructor for class com.atlassian.confluence.security.seraph.ConfluenceElevatedSecurityGuard
 
ConfluenceEncodingFilter - Class in com.atlassian.confluence.setup
CONFSERVER-58180 Avoid setting the content type header on static resources, let the DefaultServlet do its magic
ConfluenceEncodingFilter() - Constructor for class com.atlassian.confluence.setup.ConfluenceEncodingFilter
 
ConfluenceEnricher - Class in com.atlassian.confluence.swagger.enricher
 
ConfluenceEnricher() - Constructor for class com.atlassian.confluence.swagger.enricher.ConfluenceEnricher
 
ConfluenceEntityObject - Class in com.atlassian.confluence.core
The superclass of all entity objects within Confluence.
ConfluenceEntityObject() - Constructor for class com.atlassian.confluence.core.ConfluenceEntityObject
 
ConfluenceEntityUpdated - Interface in com.atlassian.confluence.event.events.content.page.async.types
Detached event about confluence entity updated.
ConfluenceEntityUpdated - Interface in com.atlassian.confluence.event.events.types
Indicates that the implementation represents an update to a ConfluenceEntityObject.
ConfluenceErrorFilter - Class in com.atlassian.confluence.util
 
ConfluenceErrorFilter() - Constructor for class com.atlassian.confluence.util.ConfluenceErrorFilter
 
ConfluenceEvent - Class in com.atlassian.confluence.event.events
Deprecated.
since 8.9 no replacement, events do not need to extend this any more, but they should still be Serializable
ConfluenceEvent(Object) - Constructor for class com.atlassian.confluence.event.events.ConfluenceEvent
Deprecated.
 
ConfluenceEventCartridgeProcessor - Class in com.atlassian.confluence.velocity.htmlsafe
 
ConfluenceEventCartridgeProcessor() - Constructor for class com.atlassian.confluence.velocity.htmlsafe.ConfluenceEventCartridgeProcessor
 
ConfluenceEventDispatcher<C> - Class in com.atlassian.confluence.event
Confluence-specific event dispatcher which preserves thread local state across event dispatch threads, and maintains the VCache request context for the dispatching thread.
ConfluenceEventDispatcher(EventExecutorFactory, AsynchronousEventResolver, ThreadLocalContextManager<C>) - Constructor for class com.atlassian.confluence.event.ConfluenceEventDispatcher
 
ConfluenceEventPropagatingException - Exception Class in com.atlassian.confluence.event.events.exception
A class of RuntimeException that will be propagated through the event system.
ConfluenceEventPropagatingException() - Constructor for exception class com.atlassian.confluence.event.events.exception.ConfluenceEventPropagatingException
 
ConfluenceEventPropagatingException(String) - Constructor for exception class com.atlassian.confluence.event.events.exception.ConfluenceEventPropagatingException
 
ConfluenceEventPropagatingException(String, Throwable) - Constructor for exception class com.atlassian.confluence.event.events.exception.ConfluenceEventPropagatingException
 
ConfluenceEventPropagatingException(Throwable) - Constructor for exception class com.atlassian.confluence.event.events.exception.ConfluenceEventPropagatingException
 
ConfluenceEventSystemMonitorConfig - Class in com.atlassian.confluence.internal.diagnostics
 
ConfluenceEventSystemMonitorConfig(ThreadGroup) - Constructor for class com.atlassian.confluence.internal.diagnostics.ConfluenceEventSystemMonitorConfig
 
ConfluenceException - Exception Class in com.atlassian.confluence.core
For when we want a generic checked exception
ConfluenceException(String) - Constructor for exception class com.atlassian.confluence.core.ConfluenceException
 
ConfluenceException(String, Throwable) - Constructor for exception class com.atlassian.confluence.core.ConfluenceException
 
ConfluenceExecutors - Class in com.atlassian.confluence.impl.util.concurrent
Deprecated.
since 5.10. Code should be delegating to a product-managed executor service instead.
ConfluenceExecutors() - Constructor for class com.atlassian.confluence.impl.util.concurrent.ConfluenceExecutors
Deprecated.
 
ConfluenceExportConfiguration - Class in com.atlassian.confluence.upgrade.recovery
Holder for services needed during export.
ConfluenceExportConfiguration(ConnectionProvider, ProgressMonitor, EntityNameProcessor) - Constructor for class com.atlassian.confluence.upgrade.recovery.ConfluenceExportConfiguration
 
ConfluenceFilenameAnalyzer - Class in com.atlassian.confluence.impl.search.v2.lucene
Since the ConfluenceAnalyzer does not handle filenames very well, we have a different Analyzer for that field.
ConfluenceFilenameAnalyzer(ConfluenceAnalyzer) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.ConfluenceFilenameAnalyzer
 
ConfluenceFileUtils - Class in com.atlassian.confluence.util.io
Utilities that patch/extend Atlassian Core FileUtils.
ConfluenceFileUtils() - Constructor for class com.atlassian.confluence.util.io.ConfluenceFileUtils
 
ConfluenceGraphQLExtensions - Class in com.atlassian.confluence.plugins.graphql.extensions
Provides Confluence-specific types and behaviour for graphql.
ConfluenceGraphQLExtensions(PluginAccessor, ApiRestEntityFactory) - Constructor for class com.atlassian.confluence.plugins.graphql.extensions.ConfluenceGraphQLExtensions
When adding special handling of type serialization for GraphQL, consider providing the same handling for REST serialization handlers in SerializerModule
ConfluenceGraphQLRestEndpoint - Class in com.atlassian.confluence.plugins.graphql.resource
Provides the REST API endpoint for GraphQL.
ConfluenceGraphQLRestEndpoint(PluginAccessor, EventListenerRegistrar, TransactionalExecutorFactory, ObjectMapperProvider) - Constructor for class com.atlassian.confluence.plugins.graphql.resource.ConfluenceGraphQLRestEndpoint
 
ConfluenceGroupCache - Class in com.atlassian.confluence.security
This class replaces com.atlassian.seraph.util.GroupCache, and works with atlassian-user.
ConfluenceGroupCache() - Constructor for class com.atlassian.confluence.security.ConfluenceGroupCache
 
ConfluenceGroupJoiningAuthenticator - Class in com.atlassian.confluence.user
This authenticator adds users to the default users group when they first log in.
ConfluenceGroupJoiningAuthenticator() - Constructor for class com.atlassian.confluence.user.ConfluenceGroupJoiningAuthenticator
 
ConfluenceGzipFilter - Class in com.atlassian.confluence.util.zip
Trivial extension of GzipFilter that creates an appropriate GzipFilterIntegration in the default constructor.
ConfluenceGzipFilter() - Constructor for class com.atlassian.confluence.util.zip.ConfluenceGzipFilter
 
ConfluenceGzipFilterIntegration - Class in com.atlassian.confluence.util.zip
Provides integration between GzipFilter and Confluence.
ConfluenceGzipFilterIntegration() - Constructor for class com.atlassian.confluence.util.zip.ConfluenceGzipFilterIntegration
 
ConfluenceHeadingBlockRenderer - Class in com.atlassian.confluence.renderer
Creates anchor values in a Confluence specific way.
ConfluenceHeadingBlockRenderer() - Constructor for class com.atlassian.confluence.renderer.ConfluenceHeadingBlockRenderer
 
ConfluenceHelpPathResolver - Class in com.atlassian.confluence.impl.i18n.sal
Confluence implementation of HelpPathResolver.
ConfluenceHelpPathResolver(DocumentationBeanFactory) - Constructor for class com.atlassian.confluence.impl.i18n.sal.ConfluenceHelpPathResolver
 
ConfluenceHexUserKeyGenerator - Class in com.atlassian.confluence.user.persistence.dao.hibernate
Generates a length 32 string which is NOT compliant with the IETF RFC 4122 UUID standard.
ConfluenceHexUserKeyGenerator() - Constructor for class com.atlassian.confluence.user.persistence.dao.hibernate.ConfluenceHexUserKeyGenerator
 
ConfluenceHibernateConfig - Class in com.atlassian.confluence.impl.hibernate
 
ConfluenceHibernateConfig() - Constructor for class com.atlassian.confluence.impl.hibernate.ConfluenceHibernateConfig
 
ConfluenceHibernateConfigForTests - Class in com.atlassian.confluence.core.persistence.hibernate
 
ConfluenceHibernateConfigForTests() - Constructor for class com.atlassian.confluence.core.persistence.hibernate.ConfluenceHibernateConfigForTests
 
ConfluenceHibernateMetrics - Class in com.atlassian.confluence.impl.hibernate.metrics
A Micrometer MeterBinder which binds several metrics exposed by Hibernate.
ConfluenceHibernateMetrics(SessionFactoryImplementor) - Constructor for class com.atlassian.confluence.impl.hibernate.metrics.ConfluenceHibernateMetrics
 
ConfluenceHibernateObjectDao<T> - Class in com.atlassian.confluence.core.persistence.hibernate
 
ConfluenceHibernateObjectDao() - Constructor for class com.atlassian.confluence.core.persistence.hibernate.ConfluenceHibernateObjectDao
 
ConfluenceHibernateSchemaManagementTool - Class in com.atlassian.confluence.impl.hibernate
A hibernate 5 (onwards) SchemaManagementTool implementation that: - Suppresses unnecessary sql warning log messages
ConfluenceHibernateSchemaManagementTool() - Constructor for class com.atlassian.confluence.impl.hibernate.ConfluenceHibernateSchemaManagementTool
 
ConfluenceHibernateTransactionManager - Class in com.atlassian.confluence.impl.hibernate
This class keeps track of transaction state and logs it in case of rollback.
ConfluenceHibernateTransactionManager() - Constructor for class com.atlassian.confluence.impl.hibernate.ConfluenceHibernateTransactionManager
 
ConfluenceHomeClassLoadingPluginLoader - Class in com.atlassian.confluence.plugin
 
ConfluenceHomeClassLoadingPluginLoader(PluginDirectoryProvider, List<PluginFactory>, PluginEventManager) - Constructor for class com.atlassian.confluence.plugin.ConfluenceHomeClassLoadingPluginLoader
 
ConfluenceHomeGlobalConstants - Class in com.atlassian.confluence.util
 
ConfluenceHomeGlobalConstants() - Constructor for class com.atlassian.confluence.util.ConfluenceHomeGlobalConstants
 
ConfluenceHomeLocatorForTests - Class in com.atlassian.confluence.setup
 
ConfluenceHomeLocatorForTests() - Constructor for class com.atlassian.confluence.setup.ConfluenceHomeLocatorForTests
 
ConfluenceHomeLocatorForTests(String) - Constructor for class com.atlassian.confluence.setup.ConfluenceHomeLocatorForTests
Load a confluence.cfg.xml resource from the classpath.
ConfluenceHostContainer - Class in com.atlassian.confluence.impl.plugin
Host container that uses Spring to instantiate objects.
ConfluenceHostContainer() - Constructor for class com.atlassian.confluence.impl.plugin.ConfluenceHostContainer
 
ConfluenceHtmlEntityEncodingPolicy - Class in com.atlassian.confluence.velocity.htmlsafe
This reference insertion policy implements the strategy used by Confluence to determine whether automatic HTML entity encoding should be applied to any particular context or template used by the Velocity rendering system.
ConfluenceHtmlEntityEncodingPolicy() - Constructor for class com.atlassian.confluence.velocity.htmlsafe.ConfluenceHtmlEntityEncodingPolicy
 
ConfluenceHtmlSaxDiffOutput - Class in com.atlassian.confluence.diff
Takes a branch root and creates an HTML file for it.
ConfluenceHtmlSaxDiffOutput(ContentHandler, String) - Constructor for class com.atlassian.confluence.diff.ConfluenceHtmlSaxDiffOutput
 
ConfluenceHttpClientRequestFactory - Class in com.atlassian.confluence.api.impl.sal
A specialisation of the standard SAL HttpClientRequestFactory which configures the connection parameters using ConfluenceHttpParameters rather than using SAL's own defaults.
ConfluenceHttpClientRequestFactory(GlobalSettingsManager, Advisor, PluginSettingsFactory) - Constructor for class com.atlassian.confluence.api.impl.sal.ConfluenceHttpClientRequestFactory
 
ConfluenceHttpHeaderSecurityFilter - Class in com.atlassian.confluence.impl.webapp
Previously customers were instructed to add HSTS headers by configuring the HttpHeaderSecurityFilter filter at the global Tomcat conf/web.xml.
ConfluenceHttpHeaderSecurityFilter() - Constructor for class com.atlassian.confluence.impl.webapp.ConfluenceHttpHeaderSecurityFilter
 
ConfluenceHttpParameters - Class in com.atlassian.confluence.util.http
 
ConfluenceHttpParameters() - Constructor for class com.atlassian.confluence.util.http.ConfluenceHttpParameters
 
ConfluenceHttpParameters(ConfluenceHttpParameters) - Constructor for class com.atlassian.confluence.util.http.ConfluenceHttpParameters
 
ConfluenceHttpSession - Interface in com.atlassian.confluence.internal.diagnostics.ipd.http.session
This interface represent the data captured about a session with Confluence.
ConfluenceI18nResolver - Class in com.atlassian.confluence.impl.i18n.sal
 
ConfluenceI18nResolver(I18NBeanFactory, LocaleManager) - Constructor for class com.atlassian.confluence.impl.i18n.sal.ConfluenceI18nResolver
 
ConfluenceImageCaptchaService - Class in com.atlassian.confluence.security
 
ConfluenceImageCaptchaService(CaptchaStore, CaptchaEngine) - Constructor for class com.atlassian.confluence.security.ConfluenceImageCaptchaService
 
ConfluenceImapMailServer - Class in com.atlassian.confluence.mail
A Confluence IMAP server.
ConfluenceImapMailServer(Long, String, String, MailProtocol, String, String, String, String, String) - Constructor for class com.atlassian.confluence.mail.ConfluenceImapMailServer
 
ConfluenceIndexer - Interface in com.atlassian.confluence.search
 
ConfluenceIndexTask - Interface in com.atlassian.confluence.search
An index task that will perform writing to the index.
ConfluenceInfo - Class in com.atlassian.confluence.status.service.systeminfo
Bean for holding simple non-settings information about the Confluence instance.
ConfluenceInfo(I18NBean) - Constructor for class com.atlassian.confluence.status.service.systeminfo.ConfluenceInfo
 
ConfluenceInfo(Supplier<ResourceBundle>) - Constructor for class com.atlassian.confluence.status.service.systeminfo.ConfluenceInfo
 
ConfluenceInitExecutorServiceProvider - Class in com.atlassian.confluence.activeobjects
 
ConfluenceInitExecutorServiceProvider(ThreadLocalDelegateExecutorFactory, DataSourceProvider, InitExecutorServiceProvider) - Constructor for class com.atlassian.confluence.activeobjects.ConfluenceInitExecutorServiceProvider
 
ConfluenceInstrumentRegistry - Class in com.atlassian.confluence.util.profiling
Central InstrumentRegistry for Confluence.
ConfluenceInstrumentRegistry(OpTimerFactory) - Constructor for class com.atlassian.confluence.util.profiling.ConfluenceInstrumentRegistry
 
ConfluenceInstrumentRegistry(OpTimerFactory, Supplier<RegistryConfiguration>) - Constructor for class com.atlassian.confluence.util.profiling.ConfluenceInstrumentRegistry
 
ConfluenceInstrumentRegistryConfiguration - Class in com.atlassian.confluence.util.profiling
 
ConfluenceInstrumentRegistryConfiguration() - Constructor for class com.atlassian.confluence.util.profiling.ConfluenceInstrumentRegistryConfiguration
 
ConfluenceInternalApplicationHostMock - Class in com.atlassian.testsupport
 
ConfluenceInternalApplicationHostMock(PluginAccessor) - Constructor for class com.atlassian.testsupport.ConfluenceInternalApplicationHostMock
 
ConfluenceInternalHostApplication - Class in com.atlassian.confluence.applinks
Provides a bridge between Confluence and the External Application.
ConfluenceInternalHostApplication(PluginAccessor, GlobalSettingsManager, ConfluenceSidManager, TypeAccessor, SpaceManager, PermissionManager, WebResourceUrlProvider) - Constructor for class com.atlassian.confluence.applinks.ConfluenceInternalHostApplication
 
ConfluenceIpdJobRunner - Class in com.atlassian.confluence.internal.diagnostics.ipd
 
ConfluenceIpdJobRunner(CachedIpdState) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.ConfluenceIpdJobRunner
 
ConfluenceIpdScheduler - Class in com.atlassian.confluence.internal.diagnostics.ipd
 
ConfluenceIpdScheduler(IpdRegistryLogger, IpdJobRunner, IpdRegistry, CachedIpdState) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.ConfluenceIpdScheduler
 
ConfluenceJacksonDeserializers() - Constructor for class com.atlassian.confluence.rest.serialization.jackson2.SerializerModule.ConfluenceJacksonDeserializers
 
ConfluenceJakartaMultiPartRequest - Class in com.atlassian.confluence.impl.struts
This subclass implements the following additional capabilities: Maps max file size to Confluence global attachment size limit Exempts certain URLs from the multipart request size limits
ConfluenceJakartaMultiPartRequest() - Constructor for class com.atlassian.confluence.impl.struts.ConfluenceJakartaMultiPartRequest
 
ConfluenceJmxConfig - Class in com.atlassian.confluence.impl.metrics
This class offers basic configuration for some of Confluence's JMX metrics
ConfluenceJmxConfig() - Constructor for class com.atlassian.confluence.impl.metrics.ConfluenceJmxConfig
 
ConfluenceJmxConfigService - Class in com.atlassian.confluence.impl.metrics
This service takes care of configuring and initializing the JMX configuration across the cluster.
ConfluenceJmxConfigService(EventPublisher, ConfluenceJmxConfig, CompositeMeterRegistry, PluginSettingsFactory, DarkFeaturesManager, ClusterManager, IpdRegistry) - Constructor for class com.atlassian.confluence.impl.metrics.ConfluenceJmxConfigService
 
ConfluenceJohnsonFilter - Class in com.atlassian.confluence.web
This filter tries to conserve the resource location for the browser.
ConfluenceJohnsonFilter() - Constructor for class com.atlassian.confluence.web.ConfluenceJohnsonFilter
 
ConfluenceJohnsonSetupConfig - Class in com.atlassian.confluence.setup.johnson
 
ConfluenceJohnsonSetupConfig() - Constructor for class com.atlassian.confluence.setup.johnson.ConfluenceJohnsonSetupConfig
 
ConfluenceJsonFilter - Class in com.atlassian.confluence.dmz.json
Defines the filter used to serialize objects to JSON consistent with Confluence's legacy XStream/Bandana serialization.
ConfluenceJsonFilter() - Constructor for class com.atlassian.confluence.dmz.json.ConfluenceJsonFilter
 
ConfluenceJsonFilterProvider - Class in com.atlassian.confluence.dmz.json
 
ConfluenceJsonFilterProvider() - Constructor for class com.atlassian.confluence.dmz.json.ConfluenceJsonFilterProvider
 
ConfluenceJsonObjectMapper - Class in com.atlassian.confluence.dmz.json
Defines the JSON object mapper consistent with Confluence's legacy XStream/Bandana serialization.
ConfluenceJsonObjectMapper() - Constructor for class com.atlassian.confluence.dmz.json.ConfluenceJsonObjectMapper
 
ConfluenceLdapDirectoryClearingClusterEvent - Class in com.atlassian.confluence.impl.crowd.directory
An event used to broadcast LDAP directory updates to all the nodes in confluence cluster.
ConfluenceLdapDirectoryClearingClusterEvent(Object, long) - Constructor for class com.atlassian.confluence.impl.crowd.directory.ConfluenceLdapDirectoryClearingClusterEvent
 
ConfluenceLdapDirectoryClearingClusterEventPublisher - Class in com.atlassian.confluence.impl.crowd.directory
Publisher responsible for publishing information about LDAP directory deletion/deactivation/updates to other nodes in cluster using event ConfluenceLdapDirectoryClearingClusterEvent
ConfluenceLdapDirectoryClearingClusterEventPublisher(EventPublisher) - Constructor for class com.atlassian.confluence.impl.crowd.directory.ConfluenceLdapDirectoryClearingClusterEventPublisher
 
ConfluenceLDAPGroupJoiningAuthenticator - Class in com.atlassian.confluence.user
This authenticator adds users to default users group when they first log in, but only for users which belong to an LDAP directory.
ConfluenceLDAPGroupJoiningAuthenticator() - Constructor for class com.atlassian.confluence.user.ConfluenceLDAPGroupJoiningAuthenticator
 
ConfluenceLicenseHandler - Class in com.atlassian.sal.confluence.license
 
ConfluenceLicenseHandler(ConfluenceSidManager, LicenseService, ApplicationConfiguration) - Constructor for class com.atlassian.sal.confluence.license.ConfluenceLicenseHandler
 
ConfluenceLicenseInterceptor - Class in com.atlassian.confluence.core
Validates whether the license is not expired and the user count does not exceed the license setting.
ConfluenceLicenseInterceptor() - Constructor for class com.atlassian.confluence.core.ConfluenceLicenseInterceptor
 
ConfluenceLicenseRegistry - Class in com.atlassian.confluence.setup
Deprecated.
Since 5.6. Use LicenseService instead.
ConfluenceLicenseRegistry() - Constructor for class com.atlassian.confluence.setup.ConfluenceLicenseRegistry
Deprecated.
 
ConfluenceLicenseUtils - Class in com.atlassian.confluence.license.util
Contains license utility methods.
ConfluenceLicenseUtils() - Constructor for class com.atlassian.confluence.license.util.ConfluenceLicenseUtils
 
ConfluenceLicenseValidationException - Exception Class in com.atlassian.confluence.license.exception
 
ConfluenceLicenseValidationException(String, ConfluenceLicense) - Constructor for exception class com.atlassian.confluence.license.exception.ConfluenceLicenseValidationException
 
ConfluenceLifecycleManager - Class in com.atlassian.sal.confluence.lifecycle
Notifies all registered LifecycleAware objects of onStart and onStop events.
ConfluenceLifecycleManager(PluginEventManager, PluginAccessor, BundleContext, AtlassianBootstrapManager, EventListenerRegistrar) - Constructor for class com.atlassian.sal.confluence.lifecycle.ConfluenceLifecycleManager
 
ConfluenceLinkRenderer - Class in com.atlassian.confluence.renderer
Renders Links titles using i18n for link tooltips
ConfluenceLinkRenderer() - Constructor for class com.atlassian.confluence.renderer.ConfluenceLinkRenderer
 
ConfluenceLinkResolver - Class in com.atlassian.confluence.links
How Confluence converts text into links
ConfluenceLinkResolver() - Constructor for class com.atlassian.confluence.links.ConfluenceLinkResolver
 
ConfluenceListenerHandlersConfiguration - Class in com.atlassian.confluence.event
Configures which kinds of listeners Confluence supports.
ConfluenceListenerHandlersConfiguration(ApplicationStatusService) - Constructor for class com.atlassian.confluence.event.ConfluenceListenerHandlersConfiguration
 
ConfluenceLocaleResolver - Class in com.atlassian.confluence.impl.i18n.sal
 
ConfluenceLocaleResolver(LanguageManager, LocaleManager) - Constructor for class com.atlassian.confluence.impl.i18n.sal.ConfluenceLocaleResolver
 
ConfluenceLocaleResolver(LocaleManager, ConfluenceUserResolver, LanguageManager) - Constructor for class com.atlassian.confluence.impl.i18n.sal.ConfluenceLocaleResolver
 
ConfluenceLockerOnSiteRestore - Class in com.atlassian.confluence.impl.backuprestore.restore.confluencelocker
Locks the whole UI on site restore.
ConfluenceLockerOnSiteRestore(EventPublisher, JohnsonEventFactory) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.confluencelocker.ConfluenceLockerOnSiteRestore
 
ConfluenceLoggingConfigurationListener - Class in com.atlassian.confluence.logging
If the ConfluenceHomeLogAppender has been configured, then this listener is responsible for configuring it to redirect logging to the confluence home directory once the bootstrap context is initialised.
ConfluenceLuceneAnalyzerFactory - Class in com.atlassian.confluence.impl.search.v2.lucene
 
ConfluenceLuceneAnalyzerFactory(ConfluenceAnalyzer, Analyzer) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.ConfluenceLuceneAnalyzerFactory
 
ConfluenceLuceneAnalyzerFactory(SettingsManager, Analyzer, UserDictionaryFactory) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.ConfluenceLuceneAnalyzerFactory
Deprecated.
since 8.7
ConfluenceLuceneAnalyzerMapper - Class in com.atlassian.confluence.impl.search.v2.mappers
The default implementation of LuceneAnalyzerMapper.
ConfluenceLuceneAnalyzerMapper() - Constructor for class com.atlassian.confluence.impl.search.v2.mappers.ConfluenceLuceneAnalyzerMapper
 
ConfluenceLuceneAnalyzerMapper(Map<Class<? extends MappingAnalyzerDescriptor>, Analyzer>) - Constructor for class com.atlassian.confluence.impl.search.v2.mappers.ConfluenceLuceneAnalyzerMapper
 
ConfluenceLuceneQueryParserFactory - Class in com.atlassian.confluence.impl.search.v2.lucene
 
ConfluenceLuceneQueryParserFactory(LuceneAnalyzerFactory, Analyzer) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.ConfluenceLuceneQueryParserFactory
 
ConfluenceLuceneQueryParserFactory(LuceneAnalyzerFactory, Analyzer, LuceneAnalyzerMapper, SearchLanguageProvider) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.ConfluenceLuceneQueryParserFactory
 
ConfluenceMailOAuth2Credentials - Interface in com.atlassian.confluence.mail.auth
A Confluence/Atlassian-flavoured OAuth2 credentials that stores the token ID, status and username
ConfluenceMailQueueItem - Class in com.atlassian.confluence.mail.template
Simplified class to replace the somewhat confusing MailNotificationQueueItem hierarchy.
ConfluenceMailQueueItem(String, String, String, String) - Constructor for class com.atlassian.confluence.mail.template.ConfluenceMailQueueItem
 
ConfluenceMailQueueItem(String, String, String, String, String) - Constructor for class com.atlassian.confluence.mail.template.ConfluenceMailQueueItem
 
ConfluenceMailQueueItem(String, String, String, String, String, Collection<DataSource>) - Constructor for class com.atlassian.confluence.mail.template.ConfluenceMailQueueItem
 
ConfluenceMailServerBuilder - Class in com.atlassian.confluence.mail
 
ConfluenceMailServerBuilder() - Constructor for class com.atlassian.confluence.mail.ConfluenceMailServerBuilder
 
ConfluenceMailServerManager - Class in com.atlassian.confluence.mail
Confluence's implementation to manage MailServers CRUD.
ConfluenceMailServerManager() - Constructor for class com.atlassian.confluence.mail.ConfluenceMailServerManager
 
ConfluenceManagedCache - Class in com.atlassian.confluence.cache
Confluence-specific wrapper around a standard atlassian-cache implementation.
ConfluenceManagedCache(ManagedCache, boolean) - Constructor for class com.atlassian.confluence.cache.ConfluenceManagedCache
 
ConfluenceMethodAccessor - Class in com.atlassian.confluence.impl.struts
 
ConfluenceMethodAccessor() - Constructor for class com.atlassian.confluence.impl.struts.ConfluenceMethodAccessor
 
ConfluenceMicrometer - Class in com.atlassian.confluence.impl.metrics
Specifies whether to publish metrics via Micrometer.
ConfluenceMockServletRequest - Class in com.atlassian.confluence.util
This is a simple stub class to return the context path we have cached, used in Velocity templates when we don't _actually_ have a request.
ConfluenceMockServletRequest() - Constructor for class com.atlassian.confluence.util.ConfluenceMockServletRequest
 
ConfluenceMonitoring - Interface in com.atlassian.confluence.util.profiling
 
ConfluenceMonitoringCache<K,V> - Class in com.atlassian.confluence.cache
A wrapper for monitoring the performance of Confluence caches.
ConfluenceMonitoringCache(ConfluenceCache<K, V>, ConfluenceMonitoring) - Constructor for class com.atlassian.confluence.cache.ConfluenceMonitoringCache
Constructs a new instance.
ConfluenceMonitoringCacheAspect - Class in com.atlassian.confluence.impl.cache
An Aspect which wraps all Cache objects returned by the 'getCache' methods of CacheFactory in a ConfluenceMonitoringCache.
ConfluenceMonitoringControl - Interface in com.atlassian.confluence.util.profiling
A service provider interface to be implemented by ConfluenceMonitoring implementations.
ConfluenceMonitoringLoader<K,V> - Class in com.atlassian.confluence.cache.nutcluster.monitoring
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.3
ConfluenceMonitoringLoader(ConfluenceMonitoring, String, CacheLoader<K, V>) - Constructor for class com.atlassian.confluence.cache.nutcluster.monitoring.ConfluenceMonitoringLoader
Deprecated.
 
ConfluenceMonitoringMethodInterceptor - Class in com.atlassian.confluence.util.profiling
A method interceptor that records the execution time of methods.
ConfluenceMonitoringMethodInterceptor(String) - Constructor for class com.atlassian.confluence.util.profiling.ConfluenceMonitoringMethodInterceptor
 
ConfluenceMonitoringNameGenerationParser - Class in com.atlassian.confluence.util.profiling
 
ConfluenceMonitoringNameGenerationParser() - Constructor for class com.atlassian.confluence.util.profiling.ConfluenceMonitoringNameGenerationParser
 
ConfluenceMonitoringNameGenerationRule - Class in com.atlassian.confluence.util.profiling
 
ConfluenceMonitoringNameGenerationRule(String) - Constructor for class com.atlassian.confluence.util.profiling.ConfluenceMonitoringNameGenerationRule
 
ConfluenceMonitoringNameGenerationRule(String, String) - Constructor for class com.atlassian.confluence.util.profiling.ConfluenceMonitoringNameGenerationRule
 
ConfluenceMonitoringNameGenerationRule(Pattern) - Constructor for class com.atlassian.confluence.util.profiling.ConfluenceMonitoringNameGenerationRule
 
ConfluenceMonitoringNameGenerationRule(Pattern, String) - Constructor for class com.atlassian.confluence.util.profiling.ConfluenceMonitoringNameGenerationRule
 
ConfluenceMonitoringNameGenerator - Class in com.atlassian.confluence.util.profiling
This class can ve used for creating monitoring names based on request urls.
ConfluenceMonitoringService - Class in com.atlassian.confluence.internal.diagnostics
 
ConfluenceMonitoringService(DiagnosticsConfiguration, AlertEntityDao, I18nResolver, JsonMapper, PermissionEnforcer, PluginHelper, AlertPublisher, SchedulerService, TransactionTemplate, EventPublisher) - Constructor for class com.atlassian.confluence.internal.diagnostics.ConfluenceMonitoringService
 
ConfluenceNoOpServlet - Class in com.atlassian.confluence.servlet
No op servlet for CONF-7953
ConfluenceNoOpServlet() - Constructor for class com.atlassian.confluence.servlet.ConfluenceNoOpServlet
 
ConfluenceNutclusterCacheManager - Class in com.atlassian.confluence.impl.cache.nutcluster
A subclass of NutclusterCacheManager which overrides the creation of certain cache types.
ConfluenceNutclusterCacheManager(NutclusterInstance, CacheFactory, CacheSettingsDefaultsProvider, AsyncInvalidationCacheFactory) - Constructor for class com.atlassian.confluence.impl.cache.nutcluster.ConfluenceNutclusterCacheManager
 
ConfluenceNutclusterLocalCacheRegionFactory - Class in com.atlassian.confluence.impl.cache.nutcluster.hibernate
Factory for region caches.
ConfluenceNutclusterLocalCacheRegionFactory(Supplier<NutclusterInstance>, CacheSettingsDefaultsProvider) - Constructor for class com.atlassian.confluence.impl.cache.nutcluster.hibernate.ConfluenceNutclusterLocalCacheRegionFactory
 
ConfluenceNutclusterLocalCacheRegionFactory.DynamicEvictionConfig - Class in com.atlassian.confluence.impl.cache.nutcluster.hibernate
 
ConfluenceOAuth2AuthenticationContext - Class in com.atlassian.confluence.mail.auth
A Confluence/Atlassian-flavoured OAuth2 authentication context that uses XOAUTH2 for authentication.
ConfluenceObjectFactory - Class in com.atlassian.confluence.impl.struts
Subclass of the standard ObjectFactory which specifies that no-arg constructors are not required
ConfluenceObjectFactory() - Constructor for class com.atlassian.confluence.impl.struts.ConfluenceObjectFactory
 
ConfluenceOutOfMemoryHandler - Class in com.atlassian.confluence.cluster.nutcluster
In a case of OOM error, default OutOfMemoryHandler shuts down Nutcluster instance and uregisters all nutcluster servers.
ConfluenceOutOfMemoryHandler() - Constructor for class com.atlassian.confluence.cluster.nutcluster.ConfluenceOutOfMemoryHandler
 
ConfluencePageDecoratorFactory - Class in com.atlassian.confluence.impl.sitemesh
 
ConfluencePageDecoratorFactory(VelocityManager) - Constructor for class com.atlassian.confluence.impl.sitemesh.ConfluencePageDecoratorFactory
 
ConfluenceParserPool - Class in com.atlassian.confluence.velocity
A Velocity ParserPool implementation that is backed by commons-pool.
ConfluenceParserPool() - Constructor for class com.atlassian.confluence.velocity.ConfluenceParserPool
 
ConfluencePatternsChecker - Class in com.atlassian.confluence.impl.struts
Subclass of the DefaultAcceptedPatternsChecker that does not log warnings when overriding the accepted patterns.
ConfluencePatternsChecker() - Constructor for class com.atlassian.confluence.impl.struts.ConfluencePatternsChecker
 
ConfluencePermissionEnforcer - Class in com.atlassian.sal.confluence.permission
 
ConfluencePermissionEnforcer(UserManager, I18nResolver) - Constructor for class com.atlassian.sal.confluence.permission.ConfluencePermissionEnforcer
 
ConfluencePluginManager - Class in com.atlassian.confluence.impl.plugin
Cluster safe extension of DefaultPluginManager which listens for plugin events fired on other nodes and guarantees that plugin state is consistent across nodes.
ConfluencePluginManager(DefaultPluginManager.Builder<? extends DefaultPluginManager.Builder>, PluginAccessor, EventPublisher, PluginInstaller) - Constructor for class com.atlassian.confluence.impl.plugin.ConfluencePluginManager
 
ConfluencePluginSettings - Class in com.atlassian.confluence.impl.settings
Implements the ExtendedPluginSettings interface using the PluginSettingRepository.
ConfluencePluginSettings(PluginSettingRepository, String) - Constructor for class com.atlassian.confluence.impl.settings.ConfluencePluginSettings
 
ConfluencePluginSettings.CorruptPluginSettingException - Exception Class in com.atlassian.confluence.impl.settings
Exception thrown when a PluginSetting read from the database is corrupt and cannot be deserialized.
ConfluencePluginSettingsFactory - Class in com.atlassian.confluence.api.impl.service.settings
 
ConfluencePluginSettingsFactory(PluginSettingRepository, BandanaManagerInternal, BooleanSupplier) - Constructor for class com.atlassian.confluence.api.impl.service.settings.ConfluencePluginSettingsFactory
 
ConfluencePluginUtils - Class in com.atlassian.confluence.plugin
 
ConfluencePluginUtils() - Constructor for class com.atlassian.confluence.plugin.ConfluencePluginUtils
 
ConfluencePoolBasedEventExecutorFactory - Class in com.atlassian.confluence.event
Deprecated.
since 8.3 Replaced by ThreadPoolEventExecutorFactory
ConfluencePoolBasedEventExecutorFactory(EventThreadPoolConfiguration, EventThreadFactory, RejectedExecutionHandler) - Constructor for class com.atlassian.confluence.event.ConfluencePoolBasedEventExecutorFactory
Deprecated.
 
ConfluencePopMailServer - Class in com.atlassian.confluence.mail
A Confluence/Atlassian-flavoured POP server that stores the email address associated with the POP account.
ConfluencePopMailServer(Long, String, String, MailProtocol, String, String, String, String, String) - Constructor for class com.atlassian.confluence.mail.ConfluencePopMailServer
 
ConfluenceProfilerStrategy - Class in com.atlassian.confluence.util.profiling
Confluence profiling strategy to be injected into StrategiesRegistry.
ConfluenceProfilerStrategy(DarkFeaturesManager, ConfluenceMonitoring) - Constructor for class com.atlassian.confluence.util.profiling.ConfluenceProfilerStrategy
 
ConfluenceProfilingFilter - Class in com.atlassian.confluence.util.profiling
 
ConfluenceProfilingFilter() - Constructor for class com.atlassian.confluence.util.profiling.ConfluenceProfilingFilter
 
ConfluenceProgressMonitor - Class in com.atlassian.confluence.upgrade.recovery
Progress monitor that logs progress.
ConfluenceProgressMonitor() - Constructor for class com.atlassian.confluence.upgrade.recovery.ConfluenceProgressMonitor
 
ConfluenceProjectManager - Class in com.atlassian.sal.confluence.project
The Confluence implementation of the project manager.
ConfluenceProjectManager(SpaceManager) - Constructor for class com.atlassian.sal.confluence.project.ConfluenceProjectManager
 
ConfluencePropertySetManager - Interface in com.atlassian.confluence.core
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.9, read-only from 10.0, for removal in 11.0. Please use one of the linked alternatives instead.
ConfluenceRegionCacheFactory - Class in com.atlassian.confluence.impl.hibernate.cache
A simple (too simple?) implementation of Hibernate's RegionFactory, which provides the Hibernate L:2 cache backed by AtlassianCache.
ConfluenceRegionCacheFactory(CacheFactory) - Constructor for class com.atlassian.confluence.impl.hibernate.cache.ConfluenceRegionCacheFactory
 
ConfluenceRememberMeToken - Class in com.atlassian.confluence.user.persistence.dao
 
ConfluenceRememberMeToken() - Constructor for class com.atlassian.confluence.user.persistence.dao.ConfluenceRememberMeToken
 
ConfluenceRememberMeToken(RememberMeToken) - Constructor for class com.atlassian.confluence.user.persistence.dao.ConfluenceRememberMeToken
 
ConfluenceRememberMeTokenDao - Interface in com.atlassian.confluence.user.rememberme
 
ConfluenceRenderContextOutputType - Enum Class in com.atlassian.confluence.renderer
Similar to com.atlassian.renderer.RenderContextOutputType However these output types are specific to confluence rendering.
ConfluenceRendererComponentModuleDescriptor<T> - Class in com.atlassian.confluence.renderer.plugin
Module descriptor for wiki renderer components that uses Spring to instantiate components.
ConfluenceRendererComponentModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.renderer.plugin.ConfluenceRendererComponentModuleDescriptor
 
ConfluenceRendererConfiguration - Class in com.atlassian.confluence.setup
This is a call through class provided for the renderer that will use confluence specific setup information to relay the information to the renderer.
ConfluenceRendererConfiguration(BootstrapManager, SettingsManager) - Constructor for class com.atlassian.confluence.setup.ConfluenceRendererConfiguration
 
ConfluenceRenderUtils - Class in com.atlassian.confluence.util
Utilities for rendering Confluence wiki content.
ConfluenceRenderUtils() - Constructor for class com.atlassian.confluence.util.ConfluenceRenderUtils
 
ConfluenceResourceBatchingConfiguration - Class in com.atlassian.confluence.plugin.webresource
Confluence's configuration for the super batch.
ConfluenceResourceBatchingConfiguration(List<String>, ResourceBatchingConfiguration) - Constructor for class com.atlassian.confluence.plugin.webresource.ConfluenceResourceBatchingConfiguration
 
ConfluenceResourceContextPermissionChecker - Class in com.atlassian.confluence.api.impl.service.audit
Determine if a user has permission to view audit logs of a space
ConfluenceResourceContextPermissionChecker(SpaceManagerInternal, PermissionManager, StandardAuditResourceTypes) - Constructor for class com.atlassian.confluence.api.impl.service.audit.ConfluenceResourceContextPermissionChecker
 
ConfluenceResourceDownloadRewriteRule - Class in com.atlassian.confluence.impl.webapp.urlrewrite
This Tuckey URL RewriteRule will noramlise a URL and then make sure that it does not attempt to use directory traversal to access the WEB-INF directory.
ConfluenceResourceDownloadRewriteRule() - Constructor for class com.atlassian.confluence.impl.webapp.urlrewrite.ConfluenceResourceDownloadRewriteRule
 
ConfluenceResourceDownloadUtils - Class in com.atlassian.confluence.plugin.webresource
 
ConfluenceResourceDownloadUtils() - Constructor for class com.atlassian.confluence.plugin.webresource.ConfluenceResourceDownloadUtils
 
ConfluenceResourceFactory() - Constructor for class com.atlassian.confluence.util.velocity.ConfluenceVelocityResourceManager.ConfluenceResourceFactory
 
ConfluenceResourceType - Enum Class in com.atlassian.confluence.impl.user.crowd.serviceaccount
 
ConfluenceResponseDocEnricher - Class in com.atlassian.confluence.swagger.enricher
 
ConfluenceResponseDocEnricher() - Constructor for class com.atlassian.confluence.swagger.enricher.ConfluenceResponseDocEnricher
 
ConfluenceRoleMapper - Class in com.atlassian.confluence.security
 
ConfluenceRoleMapper() - Constructor for class com.atlassian.confluence.security.ConfluenceRoleMapper
 
ConfluenceRovoCapabilities - Class in com.atlassian.confluence.internal.api.incrementalsync.model
Model class representing the data structure and attributes Confluence Rovo Capability.
ConfluenceRovoCapabilities(String, List<String>) - Constructor for class com.atlassian.confluence.internal.api.incrementalsync.model.ConfluenceRovoCapabilities
 
ConfluenceRuntimeInformationFactory - Class in com.atlassian.confluence.impl.startup
Factory for getting RuntimeInformation that has been filtered to be safe to send through Atlassian analytics
ConfluenceRuntimeInformationFactory() - Constructor for class com.atlassian.confluence.impl.startup.ConfluenceRuntimeInformationFactory
 
ConfluenceSalHttpContext - Class in com.atlassian.sal.confluence.web.context
Confluence SAL implementation of the HttpContext, this implementation delegates to the Confluence internal HttpContext class.
ConfluenceSalHttpContext(HttpContext) - Constructor for class com.atlassian.sal.confluence.web.context.ConfluenceSalHttpContext
 
ConfluenceSchedulerService - Class in com.atlassian.confluence.impl.schedule.caesium
Compared to CaesiumSchedulerService, this adds a few features: (1) stops job after a number of repeats (intended for interval jobs), (2) schedule jittering (intended cron jobs in OnDemand environment), (3) job execution listener, (4) ThreadLocalCache is initialized before a job is run and disposed after that
ConfluenceSchedulerService(CaesiumSchedulerConfiguration, RunDetailsDao, ClusteredJobDao, Set<String>, ClusterLockService, ClusterManager) - Constructor for class com.atlassian.confluence.impl.schedule.caesium.ConfluenceSchedulerService
 
ConfluenceSchedulerService(CaesiumSchedulerConfiguration, RunDetailsDao, ClusteredJobDao, Set<String>, ClusterLockService, ClusterManager, Supplier<JobListener>) - Constructor for class com.atlassian.confluence.impl.schedule.caesium.ConfluenceSchedulerService
 
ConfluenceSchemaCreator - Class in com.atlassian.confluence.impl.core.persistence.hibernate.schema
Responsible for creating (or recreating) the Confluence database schema on initial setup or backup restoration.
ConfluenceSchemaCreator(SessionFactory, PlatformTransactionManager, HibernateMetadataSource, DdlExecutor, HibernateDatabaseCapabilities, DenormalisedPermissionsDdlExecutor, LabelUniqueIndexHelper) - Constructor for class com.atlassian.confluence.impl.core.persistence.hibernate.schema.ConfluenceSchemaCreator
 
ConfluenceSchemaHelper - Class in com.atlassian.confluence.impl.core.persistence.hibernate.schema
Replaces functionality in the ConfluenceHibernateSetup for running schema actions against a database.
ConfluenceSchemaHelper(Iterable<Resource>, Iterable<Class<?>>, HibernateConfig, HibernateMetadataSource) - Constructor for class com.atlassian.confluence.impl.core.persistence.hibernate.schema.ConfluenceSchemaHelper
 
confluenceScopesRequestCache(ScopesRequestCacheDelegate) - Method in class com.atlassian.confluence.internal.api.security.impl.AuthConfiguration
 
ConfluenceScopesRequestCache - Interface in com.atlassian.confluence.internal.api.security
Internal API to check the scope of the request
ConfluenceScopesRequestCacheImpl - Class in com.atlassian.confluence.internal.api.security.impl
 
ConfluenceScopesRequestCacheImpl(ScopesRequestCacheDelegate) - Constructor for class com.atlassian.confluence.internal.api.security.impl.ConfluenceScopesRequestCacheImpl
 
ConfluenceSearchProvider - Class in com.atlassian.sal.confluence.search
 
ConfluenceSearchProvider(PredefinedSearchBuilder, SearchManager, SearchQueryParser, UserAccessor, ApplicationProperties) - Constructor for class com.atlassian.sal.confluence.search.ConfluenceSearchProvider
 
ConfluenceSecretService - Class in com.atlassian.confluence.impl.security
This class acts a wrapper to Lazily construct the SecretService when it is first used.
ConfluenceSecretService() - Constructor for class com.atlassian.confluence.impl.security.ConfluenceSecretService
Initializes the delegate with a lazily evaluated reference to a SecretService built by ConfluenceSecretService.buildSecretService();
ConfluenceSecurityController - Class in com.atlassian.confluence.setup.seraph
Confluence security controller to disable security if Confluence is not setup.
ConfluenceSecurityController() - Constructor for class com.atlassian.confluence.setup.seraph.ConfluenceSecurityController
 
ConfluenceSecurityFilter - Class in com.atlassian.confluence.web.filter
Removes the Seraph ALREADY_FILTERED attribute from requests, so that requests from the error dispatcher get their security context set up.
ConfluenceSecurityFilter() - Constructor for class com.atlassian.confluence.web.filter.ConfluenceSecurityFilter
 
ConfluenceSecurityMemberAccess - Class in com.atlassian.confluence.impl.struts
The purpose of this class it to define Confluence specific behaviour for Struts SecurityMemberAccess class.
ConfluenceSecurityMemberAccess(ProviderAllowlist, ThreadAllowlist) - Constructor for class com.atlassian.confluence.impl.struts.ConfluenceSecurityMemberAccess
 
ConfluenceSeraphAuthenticationListener - Class in com.atlassian.sal.confluence.oauth.seraph
Confluence specific SeraphAuthenticationListener that converts principals to ConfluenceUserPrincipal.
ConfluenceSeraphAuthenticationListener(EventPublisher, LoginManager, HttpContext) - Constructor for class com.atlassian.sal.confluence.oauth.seraph.ConfluenceSeraphAuthenticationListener
 
ConfluenceServiceAccountDao - Class in com.atlassian.confluence.impl.user.crowd.serviceaccount
 
ConfluenceServiceAccountDao(SessionFactory) - Constructor for class com.atlassian.confluence.impl.user.crowd.serviceaccount.ConfluenceServiceAccountDao
 
ConfluenceServiceAccountManagerImpl - Class in com.atlassian.confluence.impl.user.crowd.serviceaccount
Implementation of the embedded Crowd ServiceAccountManager that integrates with Confluence.
ConfluenceServiceAccountManagerImpl(ServiceAccountManagerDAO, RestrictedResourcesProvider, ConfluenceUserDao) - Constructor for class com.atlassian.confluence.impl.user.crowd.serviceaccount.ConfluenceServiceAccountManagerImpl
 
ConfluenceServletContainerInitializer - Class in com.atlassian.confluence.impl.webapp
A ServletContainerInitializer which bootstraps Confluence.
ConfluenceServletContainerInitializer() - Constructor for class com.atlassian.confluence.impl.webapp.ConfluenceServletContainerInitializer
 
ConfluenceSessionContext - Class in com.atlassian.confluence.impl.hibernate
A simplified variant of SpringSessionContext which re-resolves the supplied SessionFactory against the SessionFactoryRegistry to work around the programmatic wrapping of the SessionFactory that would otherwise break TransactionSynchronizationManager.
ConfluenceSessionContext(SessionFactoryImplementor) - Constructor for class com.atlassian.confluence.impl.hibernate.ConfluenceSessionContext
 
ConfluenceSetupPersister - Interface in com.atlassian.confluence.setup.actions
 
ConfluenceSidManager - Interface in com.atlassian.confluence.core
An SID is a unique ID for a particular Confluence instance.
ConfluenceSitemeshDecorator - Class in com.atlassian.confluence.impl.sitemesh
Renders Velocity decorators with a context map of objects provided by Confluence.
ConfluenceSitemeshErrorDecorator - Class in com.atlassian.confluence.impl.sitemesh
Just like ConfluenceSitemeshDecorator, but specifically for rendering the decorator for errors.
ConfluenceSitemeshNoDecorator - Class in com.atlassian.confluence.impl.sitemesh
This class will use Confluence default charset for PrintWriter.
ConfluenceSitemeshNoDecorator(Charset) - Constructor for class com.atlassian.confluence.impl.sitemesh.ConfluenceSitemeshNoDecorator
 
ConfluenceSmtpMailServer - Class in com.atlassian.confluence.mail
A Confluence/Atlassian-flavoured SMTP server that stores authorization and username information for OAuth2
ConfluenceSmtpMailServer() - Constructor for class com.atlassian.confluence.mail.ConfluenceSmtpMailServer
 
ConfluenceSmtpMailServer(JmxSMTPMailServer) - Constructor for class com.atlassian.confluence.mail.ConfluenceSmtpMailServer
 
ConfluenceSoapService - Interface in com.atlassian.confluence.rpc.soap
 
ConfluenceSourceCodeFormatterModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
 
ConfluenceSourceCodeFormatterModuleDescriptor() - Constructor for class com.atlassian.confluence.plugin.descriptor.ConfluenceSourceCodeFormatterModuleDescriptor
 
ConfluenceSoyTemplateRenderer - Class in com.atlassian.confluence.plugins.soy
Confluence's agnostic shim for the Soy Template Renderer
ConfluenceSoyTemplateRenderer(SoyTemplateRenderer) - Constructor for class com.atlassian.confluence.plugins.soy.ConfluenceSoyTemplateRenderer
 
ConfluenceSpaceDecoratorMapper - Class in com.atlassian.confluence.impl.sitemesh
 
ConfluenceSpaceDecoratorMapper(ThemeManager, VelocityManager) - Constructor for class com.atlassian.confluence.impl.sitemesh.ConfluenceSpaceDecoratorMapper
 
ConfluenceSpringHostContextAccessor - Class in com.atlassian.confluence.spring.transaction.interceptor
 
ConfluenceSpringHostContextAccessor(PlatformTransactionManager) - Constructor for class com.atlassian.confluence.spring.transaction.interceptor.ConfluenceSpringHostContextAccessor
 
ConfluenceSpringLdapPoolClearingClusterMessageListener - Class in com.atlassian.confluence.impl.crowd.directory
Listener responsible for handling event ConfluenceLdapDirectoryClearingClusterEvent about LDAP directory updates in cluster.
ConfluenceSpringLdapPoolClearingClusterMessageListener(SpringLdapPooledContextSourceProvider) - Constructor for class com.atlassian.confluence.impl.crowd.directory.ConfluenceSpringLdapPoolClearingClusterMessageListener
 
ConfluenceStackTraceRenderer - Class in com.atlassian.confluence.impl.logging
 
ConfluenceStartAnalyticsEvent - Class in com.atlassian.confluence.impl.startup
An analitics event which is fired when Confluence starts, and which contains various statistics and bits of metadata on the Confluence instance.
ConfluenceStartAnalyticsEvent(Map<String, Object>) - Constructor for class com.atlassian.confluence.impl.startup.ConfluenceStartAnalyticsEvent
 
ConfluenceStartAnalyticsEventContextConfig - Class in com.atlassian.confluence.impl.startup
Responsible for creating a ConfluenceStartAnalyticsEventPublisher bean
ConfluenceStartAnalyticsEventContextConfig() - Constructor for class com.atlassian.confluence.impl.startup.ConfluenceStartAnalyticsEventContextConfig
 
ConfluenceStartAnalyticsEventFactory - Class in com.atlassian.confluence.impl.startup
Responsible for creating ConfluenceStartAnalyticsEvent instances.
ConfluenceStartAnalyticsEventFactory(PlatformTransactionManager, ClusterManager, LicenseService, SafeModeCommandLineArgumentsFactory, SystemInformationService, SandboxPoolConfiguration, ApplicationConfiguration, SecretService) - Constructor for class com.atlassian.confluence.impl.startup.ConfluenceStartAnalyticsEventFactory
 
ConfluenceStartAnalyticsEventPublisher - Class in com.atlassian.confluence.impl.startup
Responsible for publishing a ConfluenceStartAnalyticsEvent when the application starts up.
ConfluenceStaticContextItemProvider - Class in com.atlassian.confluence.setup.velocity
Provides a map of Velocity context items that are statically initialised once.
ConfluenceStaticContextItemProvider() - Constructor for class com.atlassian.confluence.setup.velocity.ConfluenceStaticContextItemProvider
 
ConfluenceStaticContextItemProvider.ContextItems - Enum Class in com.atlassian.confluence.setup.velocity
 
ConfluenceStrutsDispatcher - Class in com.atlassian.confluence.impl.struts
 
ConfluenceStrutsDispatcher(ServletContext, Map<String, String>) - Constructor for class com.atlassian.confluence.impl.struts.ConfluenceStrutsDispatcher
Create the Dispatcher instance for a given ServletContext and set of initialization parameters.
ConfluenceStrutsExecuteFilter - Class in com.atlassian.confluence.impl.struts
Just extend a Filter from Struts to apply access annotation
ConfluenceStrutsExecuteFilter() - Constructor for class com.atlassian.confluence.impl.struts.ConfluenceStrutsExecuteFilter
 
ConfluenceStrutsPrepareFilter - Class in com.atlassian.confluence.impl.struts
A filter that modifies StrutsPrepareFilter to use the ConfluenceStrutsDispatcher bean.
ConfluenceStrutsPrepareFilter() - Constructor for class com.atlassian.confluence.impl.struts.ConfluenceStrutsPrepareFilter
 
ConfluenceStrutsTransactionInterceptor - Class in com.atlassian.confluence.setup.struts
An interceptor that wraps the action execution in a single Hibernate transaction.
ConfluenceStrutsTransactionInterceptor() - Constructor for class com.atlassian.confluence.setup.struts.ConfluenceStrutsTransactionInterceptor
 
ConfluenceStrutsVelocityContext - Class in com.atlassian.confluence.setup.struts
A StrutsVelocityContext that is OutputMimeTypeAwareContext
ConfluenceStrutsVelocityContext(List<VelocityContext>, ValueStack) - Constructor for class com.atlassian.confluence.setup.struts.ConfluenceStrutsVelocityContext
 
ConfluenceSynchronizationManager - Class in com.atlassian.confluence.impl.transaction
Confluence transaction sycnhronization manager.
ConfluenceSynchronizationManager() - Constructor for class com.atlassian.confluence.impl.transaction.ConfluenceSynchronizationManager
 
ConfluenceSystemProperties - Class in com.atlassian.confluence.core
Query the status of various Confluence system properties
ConfluenceSystemProperties() - Constructor for class com.atlassian.confluence.core.ConfluenceSystemProperties
 
ConfluenceTableBlockRenderer - Class in com.atlassian.confluence.renderer.v2
Customize the default rendering logic of a table.
ConfluenceTableBlockRenderer() - Constructor for class com.atlassian.confluence.renderer.v2.ConfluenceTableBlockRenderer
 
ConfluenceTableReader - Class in com.atlassian.confluence.upgrade.recovery
Confluence specific TableReader.
ConfluenceTableReader(Connection) - Constructor for class com.atlassian.confluence.upgrade.recovery.ConfluenceTableReader
 
ConfluenceTempDirExportFileNameGenerator - Class in com.atlassian.confluence.importexport.impl
A file name generator that will create directories and filenames appropriate for the configured Confluence temporary directory.
ConfluenceTempDirExportFileNameGenerator(BootstrapManager, String, String, String, String) - Constructor for class com.atlassian.confluence.importexport.impl.ConfluenceTempDirExportFileNameGenerator
confluenceTestUser - Variable in class it.com.atlassian.confluence.struts.AbstractInjectableActionTest
 
ConfluenceThreadLocalContextManager - Class in com.atlassian.confluence.impl.tracing
Manages all thread local state for Confluence
ConfluenceThreadLocalContextManager(Tracing) - Constructor for class com.atlassian.confluence.impl.tracing.ConfluenceThreadLocalContextManager
 
ConfluenceTimeoutFilter - Class in com.atlassian.confluence.web.filter
Manual calculation of session timeout that can take into account "excluded urls" which do not prolong the life of the session
ConfluenceTimeoutFilter() - Constructor for class com.atlassian.confluence.web.filter.ConfluenceTimeoutFilter
 
ConfluenceTimeoutFilter(Clock) - Constructor for class com.atlassian.confluence.web.filter.ConfluenceTimeoutFilter
 
ConfluenceTimeZoneManager - Class in com.atlassian.confluence.api.impl.sal.timezone
 
ConfluenceTimeZoneManager(ConfluenceUserResolver, UserPreferencesAccessor, GlobalSettingsManager) - Constructor for class com.atlassian.confluence.api.impl.sal.timezone.ConfluenceTimeZoneManager
 
ConfluenceTimingFilter - Class in com.atlassian.confluence.web.filter
Spring Bean based filter for monitoring web request times.
ConfluenceTimingFilter(ConfluenceMonitoring) - Constructor for class com.atlassian.confluence.web.filter.ConfluenceTimingFilter
 
ConfluenceTrustedApplication - Class in com.atlassian.confluence.security.trust
 
ConfluenceTrustedApplication() - Constructor for class com.atlassian.confluence.security.trust.ConfluenceTrustedApplication
 
ConfluenceTypesExtension - Class in com.atlassian.confluence.plugins.graphql.extensions
Provides Confluence-specific types builders for graphql.
ConfluenceTypesExtension(PluginAccessor) - Constructor for class com.atlassian.confluence.plugins.graphql.extensions.ConfluenceTypesExtension
When adding special handling of type serialization for GraphQL, consider providing the same handling for REST serialization handlers in SerializerModule
ConfluenceUberClassLoader - Class in com.atlassian.confluence.util
This class loader tries to load classes from the application class loader first before delegating to the plugins class loader.
ConfluenceUberClassLoader() - Constructor for class com.atlassian.confluence.util.ConfluenceUberClassLoader
 
ConfluenceUnstemmedAnalyzer - Class in com.atlassian.confluence.impl.search.v2.lucene
An analyzer that groups non-stemming language analyzers, and delegates to the appropriate one depending on the indexing language (Settings.getIndexingLanguage().
ConfluenceUnstemmedAnalyzer(GlobalSettingsManager) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.ConfluenceUnstemmedAnalyzer
 
ConfluenceUrlRewriteFilter - Class in com.atlassian.confluence.impl.util
Just extend a Filter from UrlRewriteFilter to apply access annotation
ConfluenceUrlRewriteFilter() - Constructor for class com.atlassian.confluence.impl.util.ConfluenceUrlRewriteFilter
 
ConfluenceUsageInfoInstrumentProvider - Class in com.atlassian.confluence.util.profiling
Main class which provide Confluence usage statistic via Instrument.
ConfluenceUser - Interface in com.atlassian.confluence.user
Describing a Confluence user.
confluenceUserCount(int) - Method in class com.atlassian.confluence.impl.content.render.prefetch.event.UserPrefetchEvent.Builder
 
confluenceUserDao - Variable in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.AbstractUserEntityFinder
 
ConfluenceUserDao - Interface in com.atlassian.confluence.user.persistence.dao
A DAO for manipulating ConfluenceUser objects (which essentially act as a mapping between a user key and a User object retrieved externally e.g.
ConfluenceUserFinder - Class in com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders
Finds users by lower usernames for server imports.
ConfluenceUserFinder(ConfluenceUserDao) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.ConfluenceUserFinder
 
ConfluenceUserImpl - Class in com.atlassian.confluence.user
An implementation of the ConfluenceUser which wraps an atlassian-user User
ConfluenceUserImpl() - Constructor for class com.atlassian.confluence.user.ConfluenceUserImpl
 
ConfluenceUserImpl(User) - Constructor for class com.atlassian.confluence.user.ConfluenceUserImpl
 
ConfluenceUserImpl(String, String, String) - Constructor for class com.atlassian.confluence.user.ConfluenceUserImpl
Create a new ConfluenceUserImpl with an automatically generated backing User.
ConfluenceUserImpl.EntityType - Enum Class in com.atlassian.confluence.user
 
ConfluenceUserManager - Class in com.atlassian.confluence.user
A UserManager which is aware of ConfluenceUser's and will take care of the ConfluenceUser specific persistence requirements before delegating to the "standard" UserManager
ConfluenceUserManager - Class in com.atlassian.sal.confluence.user
Authenticates a user against UserAccessor in Confluence.
ConfluenceUserManager(UserAccessor, CrowdService, PermissionManager, SpacePermissionManager, ConfluenceAccessManager) - Constructor for class com.atlassian.sal.confluence.user.ConfluenceUserManager
 
ConfluenceUserManager(UserManager, ConfluenceUserDao, EventPublisher) - Constructor for class com.atlassian.confluence.user.ConfluenceUserManager
 
ConfluenceUserPersister - Class in com.atlassian.confluence.importexport.xmlimport.persister
Deprecated.
since 7.17.0
ConfluenceUserPersister(ConfluenceUserDao, CrowdDirectoryService, InternalUserDao) - Constructor for class com.atlassian.confluence.importexport.xmlimport.persister.ConfluenceUserPersister
Deprecated.
 
ConfluenceUserPersisterFactory - Class in com.atlassian.confluence.importexport.xmlimport.persister
Deprecated.
since 7.17.0
ConfluenceUserPersisterFactory(ConfluenceUserDao, CrowdDirectoryService, InternalUserDao<InternalUser>) - Constructor for class com.atlassian.confluence.importexport.xmlimport.persister.ConfluenceUserPersisterFactory
Deprecated.
 
ConfluenceUserPrincipal - Class in com.atlassian.confluence.security.seraph
Principal that contains a user key.
ConfluenceUserPrincipal(ConfluenceUser) - Constructor for class com.atlassian.confluence.security.seraph.ConfluenceUserPrincipal
 
ConfluenceUserProfile - Class in com.atlassian.sal.confluence.user
 
ConfluenceUserProfile(ConfluenceUser, ProfilePictureInfo) - Constructor for class com.atlassian.sal.confluence.user.ConfluenceUserProfile
 
ConfluenceUserPropertySetFactory - Class in com.atlassian.confluence.user
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.2.1, read-only from 10.0, for removal in 11.0. Use UserPreferencesAccessor.getUserPreferences(ConfluenceUser) instead.
ConfluenceUserPropertySetFactory() - Constructor for class com.atlassian.confluence.user.ConfluenceUserPropertySetFactory
Deprecated.
 
ConfluenceUserResolver - Interface in com.atlassian.confluence.user
Provides operations to resolve ConfluenceUsers.
ConfluenceUserSettingsService - Class in com.atlassian.confluence.api.impl.sal.user
Confluence implementation of the SAL UserSettingsService.
ConfluenceUserSettingsService(UserPreferencesDao, ConfluenceUserResolver) - Constructor for class com.atlassian.confluence.api.impl.sal.user.ConfluenceUserSettingsService
 
ConfluenceVelocityCacheConfigurator - Class in com.atlassian.confluence.util.velocity
Bean that configures the confluence resource manager with the injected cache manager
ConfluenceVelocityCacheConfigurator(CacheFactory) - Constructor for class com.atlassian.confluence.util.velocity.ConfluenceVelocityCacheConfigurator
 
ConfluenceVelocityManager - Class in com.atlassian.confluence.setup.struts
Lightweight variant of the Struts VelocityManager.
ConfluenceVelocityManager() - Constructor for class com.atlassian.confluence.setup.struts.ConfluenceVelocityManager
 
ConfluenceVelocityResourceCache - Class in com.atlassian.confluence.util.velocity
Clearable velocity cache.
ConfluenceVelocityResourceCachePluginListener - Class in com.atlassian.confluence.util.velocity
 
ConfluenceVelocityResourceCachePluginListener() - Constructor for class com.atlassian.confluence.util.velocity.ConfluenceVelocityResourceCachePluginListener
 
ConfluenceVelocityResourceManager - Class in com.atlassian.confluence.util.velocity
Specialisation that allows for a hot swappable ResourceCache.
ConfluenceVelocityResourceManager() - Constructor for class com.atlassian.confluence.util.velocity.ConfluenceVelocityResourceManager
Everytime this is called, the resource manager singleton is replaced with the newly provided instance.
ConfluenceVelocityResourceManager.ConfluenceResourceFactory - Class in com.atlassian.confluence.util.velocity
This factory will return template that can be used to detect the presence of HTML in the template if required
ConfluenceVelocityTemplate - Interface in com.atlassian.confluence.util.velocity
Exposes template details that are of interest to the Confluence Velocity template rendering subsystem.
ConfluenceWebFragmentHelper - Class in com.atlassian.confluence.plugin.descriptor.web
 
ConfluenceWebFragmentHelper() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.ConfluenceWebFragmentHelper
 
ConfluenceWebIcon - Class in com.atlassian.confluence.plugin.descriptor.web.model
A confluence specific wrapper for the WebIcon
ConfluenceWebIcon(WebIcon) - Constructor for class com.atlassian.confluence.plugin.descriptor.web.model.ConfluenceWebIcon
 
ConfluenceWebInterfaceManager - Class in com.atlassian.confluence.plugin.descriptor.web
Stores and manages flexible web interface sections available in the system.
ConfluenceWebInterfaceManager() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.ConfluenceWebInterfaceManager
 
ConfluenceWebItemModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor.web.descriptors
Confluence specific extension for DefaultWebItemModuleDescriptor.
ConfluenceWebItemModuleDescriptor() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.descriptors.ConfluenceWebItemModuleDescriptor
 
ConfluenceWebItemModuleDescriptor(WebInterfaceManager) - Constructor for class com.atlassian.confluence.plugin.descriptor.web.descriptors.ConfluenceWebItemModuleDescriptor
 
ConfluenceWebLabel - Class in com.atlassian.confluence.plugin.descriptor.web.model
A confluence specific wrapper for the WebLabel
ConfluenceWebLabel(WebLabel) - Constructor for class com.atlassian.confluence.plugin.descriptor.web.model.ConfluenceWebLabel
 
ConfluenceWebLink - Class in com.atlassian.confluence.plugin.descriptor.web.model
A confluence specific wrapper for the WebLink
ConfluenceWebLink() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.model.ConfluenceWebLink
 
ConfluenceWebLink(WebLink) - Constructor for class com.atlassian.confluence.plugin.descriptor.web.model.ConfluenceWebLink
 
ConfluenceWebMenuManager - Class in com.atlassian.confluence.web
Retrieves menu details from plugins via a ConfluenceWebInterfaceManager.
ConfluenceWebMenuManager(ConfluenceWebInterfaceManager) - Constructor for class com.atlassian.confluence.web.ConfluenceWebMenuManager
 
ConfluenceWebResourceIntegration - Class in com.atlassian.confluence.plugin.webresource
Confluence implementation of WebResourceIntegration, for use with the static resource caching code.
ConfluenceWebResourceIntegration(PluginAccessor, PluginDirectoryProvider, GlobalSettingsManager, Counter, LocaleManager, ContextPathHolder, I18NBeanFactory, Supplier<CDNStrategy>, DarkFeaturesManager, DarkFeatureManager, LanguageManager, EventPublisher, ApplicationProperties) - Constructor for class com.atlassian.confluence.plugin.webresource.ConfluenceWebResourceIntegration
 
ConfluenceWebResourceManager - Interface in com.atlassian.confluence.plugin.webresource
This interface adds Confluence specific functionality to WebResourceManager.
ConfluenceWebresourceManagerWiring - Class in com.atlassian.confluence.impl.spring
Named for 'grep-ability' to quickly glance at product overrides
ConfluenceWebresourceManagerWiring() - Constructor for class com.atlassian.confluence.impl.spring.ConfluenceWebresourceManagerWiring
 
confluenceWebResourceService(PageBuilderService, CssResourceCounterManager, WebResourceUrlProvider, StylesheetManager, ThemeManager, WebResourceIntegration, DarkFeaturesManager, ColourSchemeManager) - Method in class com.atlassian.confluence.impl.spring.ConfluenceWebresourceManagerWiring
 
ConfluenceWebResourceService - Interface in com.atlassian.confluence.plugin.webresource
Provides services related to writing Confluence html resource tags.
ConfluenceWebResourceService.Style - Enum Class in com.atlassian.confluence.plugin.webresource
Style of a page.
ConfluenceWebSectionModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor.web.descriptors
 
ConfluenceWebSectionModuleDescriptor() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.descriptors.ConfluenceWebSectionModuleDescriptor
 
ConfluenceWebSudoManager - Class in com.atlassian.sal.confluence.websudo
Confluence implementation of the SAL WebSudoManager.
ConfluenceWebSudoManager(WebSudoManager) - Constructor for class com.atlassian.sal.confluence.websudo.ConfluenceWebSudoManager
 
ConfluenceWeights - Class in com.atlassian.confluence.plugins.navlinks.spi.impl
ApplicationWeights implementation for Confluence.
ConfluenceWeights() - Constructor for class com.atlassian.confluence.plugins.navlinks.spi.impl.ConfluenceWeights
 
ConfluenceWorkflowInterceptor - Class in com.atlassian.confluence.core
 
ConfluenceWorkflowInterceptor() - Constructor for class com.atlassian.confluence.core.ConfluenceWorkflowInterceptor
 
ConfluenceWysiwygConverter - Interface in com.atlassian.confluence.pages.wysiwyg
Confluence-specific wysiwig converter for rendering wiki markup in XHTML and vice versa.
ConfluenceXMLEventWriter - Class in com.atlassian.confluence.content.render.xhtml
This "Confluence" implementation of XMLEventWriter was introduced primarily to deal with STAX-58.
ConfluenceXMLEventWriter(XMLEventWriter, Writer) - Constructor for class com.atlassian.confluence.content.render.xhtml.ConfluenceXMLEventWriter
 
ConfluenceXmlOutputFactory - Class in com.atlassian.confluence.content.render.xhtml
This "Confluence" implementation of XmlOutputFactory was introduced primarily to deal with STAX-58.
ConfluenceXmlOutputFactory(XMLOutputFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.ConfluenceXmlOutputFactory
 
ConfluenceXmlRpcHandler - Interface in com.atlassian.confluence.rpc.xmlrpc
 
ConfluenceXmlRpcHandlerImpl - Class in com.atlassian.confluence.rpc.xmlrpc
An implementation of XML RPC that effectively delegates to an underlying SOAP implementation.
ConfluenceXmlRpcHandlerImpl() - Constructor for class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
ConfluenceXsrfTokenAccessor - Class in com.atlassian.sal.confluence.xsrf
 
ConfluenceXsrfTokenAccessor(XsrfTokenGenerator) - Constructor for class com.atlassian.sal.confluence.xsrf.ConfluenceXsrfTokenAccessor
 
ConfluenceXsrfTokenValidator - Class in com.atlassian.sal.confluence.xsrf
 
ConfluenceXsrfTokenValidator(XsrfTokenService) - Constructor for class com.atlassian.sal.confluence.xsrf.ConfluenceXsrfTokenValidator
 
ConfluenceXStream - Interface in com.atlassian.confluence.setup.xstream
XStream wrapper to provide Object's XML based serialization and deserialization.
ConfluenceXStreamImpl - Class in com.atlassian.confluence.impl.xstream
Default Confluence XStream implementation which adds an XStream 1.1.1 storage compatibility layer.
ConfluenceXStreamImpl(XStream, XStream) - Constructor for class com.atlassian.confluence.impl.xstream.ConfluenceXStreamImpl
 
ConfluenceXStreamInternal - Interface in com.atlassian.confluence.setup.xstream
Interface to allow configuration of ConfluenceXStream in terms of security, aliases or converters.
ConfluenceXStreamManager - Interface in com.atlassian.confluence.setup.xstream
XStream Manager responsible for lifecycle management of Confluence XStream.
connect(ClusterJoinRequest) - Method in interface com.atlassian.confluence.impl.cluster.nutcluster.interceptor.authenticator.ClusterJoinManager
Attempt to join an existing cluster
connect(ClusterJoinRequest) - Method in class com.atlassian.confluence.impl.cluster.nutcluster.interceptor.authenticator.DefaultClusterJoinManager
 
connect(Consumer<T>) - Method in class com.atlassian.confluence.util.ConnectableConsumer
Process all buffered items, and send all future items to the target Consumer
CONNECT - Enum constant in enum class com.atlassian.confluence.impl.cluster.nutcluster.interceptor.authenticator.ClusterJoinMode
 
ConnectableConsumer<T> - Class in com.atlassian.confluence.util
A proxy Consumer that collects the items it accepts, then pass them through to a target Consumer when connected.
ConnectableConsumer() - Constructor for class com.atlassian.confluence.util.ConnectableConsumer
 
CONNECTED - Enum constant in enum class com.atlassian.confluence.internal.diagnostics.ipd.db.DatabaseConnectionStateService.DatabaseConnectionState
 
Connection - Class in com.atlassian.confluence.follow
Represents a connection between a follower and a followee.
Connection() - Constructor for class com.atlassian.confluence.follow.Connection
For hibernate
Connection(ConfluenceUser, ConfluenceUser) - Constructor for class com.atlassian.confluence.follow.Connection
 
CONNECTION_ERROR - Enum constant in enum class com.atlassian.confluence.plugins.opensearch.api.healthcheck.OpenSearchHealthStatus
 
CONNECTION_PROVIDER_EXCEPTION_AGE_THRESHOLD - Static variable in class com.atlassian.confluence.impl.core.persistence.hibernate.ExceptionMonitorPredicates
 
ConnectionRepository - Interface in com.atlassian.confluence.follow
 
ConnectionVerifier - Interface in com.atlassian.confluence.internal.diagnostics.ipd.mail
 
ConnectionVerifier.AuthenticationType - Enum Class in com.atlassian.confluence.internal.diagnostics.ipd.mail
 
CONNECTIVITY_TEST_FAILED - Static variable in class com.atlassian.confluence.impl.health.checks.AttachmentDataFileStoreCheck
 
connectService(Service) - Method in class com.atlassian.confluence.mail.auth.ConfluenceOAuth2AuthenticationContext
 
constant(double, FunctionScore.Builder) - Method in class com.atlassian.confluence.plugins.opensearch.mappers.query.score.ComposableScoreFunctionMapper
 
CONSTANT_BOOST - Static variable in class com.atlassian.confluence.impl.search.v2.score.AbstractScoreFunctionFactory
 
ConstantScoreFunction - Class in com.atlassian.confluence.search.v2.score
A function that returns a constant score
ConstantScoreFunction(double) - Constructor for class com.atlassian.confluence.search.v2.score.ConstantScoreFunction
 
ConstantScoreQuery - Class in com.atlassian.confluence.search.v2.query
v2 primitive query
ConstantScoreQuery(SearchQuery) - Constructor for class com.atlassian.confluence.search.v2.query.ConstantScoreQuery
 
ConstantScoreQuery(SearchQuery, float) - Constructor for class com.atlassian.confluence.search.v2.query.ConstantScoreQuery
 
ConstantScoreQueryMapper - Class in com.atlassian.confluence.impl.search.v2.mappers
 
ConstantScoreQueryMapper() - Constructor for class com.atlassian.confluence.impl.search.v2.mappers.ConstantScoreQueryMapper
 
constrainResults(Collection<T>, int, int) - Static method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdMembershipDao
 
ConstraintChecker - Class in com.atlassian.confluence.internal.upgrade.constraint
Check if a constraint exists.
ConstraintChecker(HibernateConfig, SessionFactory) - Constructor for class com.atlassian.confluence.internal.upgrade.constraint.ConstraintChecker
 
ConstraintCreator - Class in com.atlassian.confluence.internal.upgrade.constraint
Create a unique constraint.
ConstraintCreator(DdlExecutor, AlterTableExecutor) - Constructor for class com.atlassian.confluence.internal.upgrade.constraint.ConstraintCreator
 
constructRadeoxRawParams(Map) - Static method in class com.atlassian.confluence.renderer.v2.macros.RadeoxCompatibilityMacro
Constructs a 'raw' parameter' string from the supplied confluence parameters for use by old style Radeox macros.
constructRelationEntity(RelationEntity<ConfluenceUser, ContentEntityObject>, ConfluenceUser, ContentEntityObject, RelationDescriptor<?, ?>) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.User2ContentHibernateRelationDao
 
constructRelationEntity(RelationEntity<S, T>, S, T, RelationDescriptor<?, ?>) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.HibernateRelationDao
 
constructRelativePath(String, String) - Static method in class com.atlassian.confluence.importexport.impl.ExportPathUtils
Constructs the relative path of the resource, including the application context path.
Contained<T> - Interface in com.atlassian.confluence.pages
represents content that has an owner
CONTAINED_RENDER - Static variable in class com.atlassian.confluence.content.render.xhtml.ConversionContextPropertyName
This property may be set when rendering a fragment of page by itself or inside another page (e.g.
container(Container) - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
 
container(Reference<? extends Container>) - Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
 
container(T, Expansions) - Method in class com.atlassian.confluence.content.apisupport.BaseContentTypeApiSupport
The return type of this method is intentionly broad.
container(T, Expansions) - Method in interface com.atlassian.confluence.content.apisupport.ContentTypeApiSupport
The return type of this method is intentionally broad.
Container - Interface in com.atlassian.confluence.api.model.content
A Model object that can hold one or more other objects.
CONTAINER - Static variable in class com.atlassian.confluence.api.model.content.Content.Expansions
 
CONTAINER_CONTENT_TYPE - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
ContainerAttachmentIdentifier - Interface in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete
This will represent a collection of attachment
containerComponent(String) - Static method in class com.atlassian.confluence.util.MemoizingComponentReference
Static factory that takes the component name.
containerDirectoryForAttachmentVersions(long, long, Optional<Long>) - Method in interface com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataFileSystemV003
containerEntity(ContentConvertible, Expansions) - Method in class com.atlassian.confluence.api.impl.service.content.factory.ContentExtensionsFactory
 
containerId - Variable in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers.AllLatestVersionAttachmentIdentifier
 
ContainerManagerTestSupport - Class in com.atlassian.confluence
Provides unit tests with a mechanism to register components with the ContainerManager.
ContainerManagerTestSupport() - Constructor for class com.atlassian.confluence.ContainerManagerTestSupport
 
containerPathForAttachmentVersions(long, long, Long) - Method in interface com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataFileSystemV003
Deprecated.
 
containerPathForAttachmentVersions(long, long, Long) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV003
Deprecated.
Get the File representing the directory that contains all the versions of an attachment
containerPredicate(ContentId) - Static method in class com.atlassian.confluence.api.impl.service.content.finder.FinderPredicates
Create a predicate that matches Contained instances that have the same container ID, for example Attachments or Comments on the same page.
ContainerSummary - Class in com.atlassian.confluence.api.model.search
Provides a summary of the container for a search results entity.
ContainerSummary.Builder - Class in com.atlassian.confluence.api.model.search
 
ContainerTypeBuilder - Class in com.atlassian.confluence.plugins.graphql.types
A builder for GraphQLObjectType objects, generated for api Container objects.
ContainerTypeBuilder(GraphQLTypeBuilder, GraphQLExtensions) - Constructor for class com.atlassian.confluence.plugins.graphql.types.ContainerTypeBuilder
 
ContainingContentTypeQuery - Class in com.atlassian.confluence.search.v2.query
Search for an entity contained within content of a particular type.
ContainingContentTypeQuery(ContentTypeEnum) - Constructor for class com.atlassian.confluence.search.v2.query.ContainingContentTypeQuery
Search for a particular type of content
ContainingContentTypeQuery(Collection<ContentTypeEnum>) - Constructor for class com.atlassian.confluence.search.v2.query.ContainingContentTypeQuery
Search for content that is one of the provided types
contains(ContentEntityObject) - Static method in class com.atlassian.confluence.renderer.ContentIncludeStack
 
contains(ContentPermission) - Method in class com.atlassian.confluence.security.ContentPermissionSet
 
contains(Object) - Method in class com.atlassian.confluence.impl.util.collections.SetAsList
 
contains(Object) - Method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
contains(T) - Method in class com.atlassian.confluence.core.MaybeNot
Deprecated.
 
contains(T) - Method in class com.atlassian.confluence.core.None
 
containsAll(ContentPermissionSet) - Method in class com.atlassian.confluence.security.ContentPermissionSet
 
containsAll(Collection<?>) - Method in class com.atlassian.confluence.impl.util.collections.SetAsList
 
containsAll(Collection<?>) - Method in class com.atlassian.confluence.rest.v2.api.model.RestList
 
containsChecksWithOperationKeys(Target, OperationKey...) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.permissions.OperationDescriptionMatchers
 
containsDescriptionsWithOperationKeys(TargetType, OperationKey...) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.permissions.OperationDescriptionMatchers
 
containsEncodedPathTraversal(String) - Static method in class com.atlassian.confluence.util.FilesystemUtils
containsEncodedPathTraversal(String, Charset) - Static method in class com.atlassian.confluence.util.FilesystemUtils
Checks if the given string contains any of the forbidden path traversal patterns or in their encoded form.
containsExperimentalExpansion(Expansion[]) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentService
 
containsFavouriteLabel(Collection<Label>, ConfluenceUser) - Static method in class com.atlassian.confluence.labels.Label
 
containsKey(K) - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
 
containsKey(K) - Method in class com.atlassian.confluence.cache.DefaultConfluenceCache
 
containsKey(Object) - Method in interface com.atlassian.confluence.plugin.descriptor.web.ContextMap
 
containsKey(Object) - Method in class com.atlassian.confluence.util.collections.CompositeMap
 
containsKey(Object) - Method in class com.atlassian.confluence.util.collections.LazyMap
 
containsKey(Object) - Method in class com.atlassian.confluence.velocity.context.CompositeContext
 
containsKey(K) - Method in class com.atlassian.cache.nutcluster.asyncinvalidation.AsyncInvalidationCache
 
containsKey(K) - Method in class com.atlassian.cache.nutcluster.asyncinvalidation.AsyncReplicationCache
 
containsKey(K) - Method in interface com.atlassian.confluence.cache.ConfluenceCache
 
containsMetadata(String) - Method in class com.atlassian.confluence.renderer.RenderResult
 
containsOperationKeys(OperationKey...) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.permissions.OperationCheckMatchers
This will not match if there are extra unmatched items.
containsQuery(SearchQuery, Class<T>) - Static method in class com.atlassian.confluence.search.v2.query.SearchQueryUtils
Traverses the provided search query tree and checks whether it contains any queries of the specified class
containsValue(Object) - Method in interface com.atlassian.confluence.plugin.descriptor.web.ContextMap
 
content() - Method in interface com.atlassian.confluence.api.nav.Navigation.SpaceNav
 
content(Content) - Method in class com.atlassian.confluence.api.model.content.ContentBody.ContentBodyBuilder
 
content(Content) - Method in class com.atlassian.confluence.api.model.content.JsonContentProperty.ContentPropertyBuilder
 
content(Content) - Method in class com.atlassian.confluence.api.model.content.template.ContentBlueprintInstance.Builder
 
content(Content) - Method in interface com.atlassian.confluence.api.nav.Navigation
create a content nav builder to reference a piece of content
content(Content) - Method in interface com.atlassian.confluence.api.nav.Navigation.ExperimentalNav
create a content nav builder to reference a piece of content
content(Content) - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.RestNavigationImpl
 
content(ContentSelector) - Method in class com.atlassian.confluence.api.model.content.ContentBody.ContentBodyBuilder
 
content(ContentSelector) - Method in interface com.atlassian.confluence.api.nav.Navigation
Create a content nav builder to reference a piece of content with a particular id, status and version.
content(ContentSelector) - Method in interface com.atlassian.confluence.api.nav.Navigation.ExperimentalNav
Create a content nav builder to reference a piece of content by its selector.
content(ContentSelector) - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.RestNavigationImpl
 
content(ContentId) - Method in interface com.atlassian.confluence.api.nav.Navigation
Deprecated.
content(ContentId) - Method in interface com.atlassian.confluence.api.nav.Navigation.ExperimentalNav
content(ContentId) - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.RestNavigationImpl
 
content(Expansions) - Static method in class com.atlassian.confluence.rest.v2.api.model.pagination.PaginationLimits
Maximum number of content objects to return at a time, depending on which fields are expanded.
content(Reference<Content>) - Method in class com.atlassian.confluence.api.model.content.ContentBody.ContentBodyBuilder
 
content(Reference<Content>) - Method in class com.atlassian.confluence.api.model.content.History.HistoryBuilder
 
content(Reference<Content>) - Method in class com.atlassian.confluence.api.model.content.JsonContentProperty.ContentPropertyBuilder
 
content(Reference<Content>) - Method in class com.atlassian.confluence.api.model.content.Version.VersionBuilder
 
content(Reference<Content>) - Method in class com.atlassian.confluence.api.model.permissions.ContentRestriction.ContentRestrictionBuilder
 
content(Reference<Content>) - Method in class com.atlassian.confluence.api.model.watch.ContentWatch.ContentWatchBuilder
 
content(Reference<Content>) - Method in interface com.atlassian.confluence.api.nav.Navigation
create a content nav builder to reference a piece of content
content(Reference<Content>) - Method in interface com.atlassian.confluence.api.nav.Navigation.ExperimentalNav
create a content nav builder to reference a piece of content
content(Reference<Content>) - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.RestNavigationImpl
 
Content - Class in com.atlassian.confluence.api.model.content
Represents all the different kinds of content that can be housed in Confluence: pages, blog posts, comments and so on.
Content - Class in com.atlassian.confluence.legacyapi.model.content
Deprecated.
since 7.0.1 , use Content
Content - Interface in com.atlassian.confluence.content
Placeholder for an improved API for handling Content.
Content() - Constructor for class com.atlassian.confluence.api.model.content.Content
 
Content(Long, Optional<SpaceSummary>, ContentType, String, String, Optional<String>, HistorySummary, Iterable<ContentLink>, Map<ContentRepresentation, ContentBody>, Map<Permission, Boolean>) - Constructor for class com.atlassian.confluence.legacyapi.model.content.Content
Deprecated.
 
CONTENT - Enum constant in enum class com.atlassian.confluence.api.model.pagination.CursorType
 
CONTENT - Enum constant in enum class com.atlassian.confluence.labels.LabelableType
 
CONTENT - Enum constant in enum class com.atlassian.confluence.search.v2.lucene.SearchIndex
Deprecated.
Represents content entity objects: pages, blogs, comments, etc.
CONTENT - Enum constant in enum class com.atlassian.confluence.search.v2.SearchResultType
A result that contains the content/body of a confluence entity (allowing searching against the full text of its body for example)
CONTENT - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.domain.DenormalisedServiceStateRecord.ServiceType
 
CONTENT - Static variable in class com.atlassian.confluence.api.model.content.JsonContentProperty.Expansions
 
CONTENT - Static variable in class com.atlassian.confluence.api.model.content.Version.Expansions
 
CONTENT - Static variable in class com.atlassian.confluence.api.model.permissions.ContentRestriction.Expansions
 
CONTENT - Static variable in class com.atlassian.confluence.search.contentnames.Category
A category for page and blog results combined.
CONTENT - Static variable in class com.atlassian.confluence.search.v2.Index
 
CONTENT - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
CONTENT_BODY - Static variable in class com.atlassian.confluence.internal.index.v2.CompositeExtractor
Deprecated.
CONTENT_BODY - Static variable in class com.atlassian.confluence.internal.search.v2.lucene.BonnieConstants
 
CONTENT_BODY_EXAMPLE - Static variable in class com.atlassian.confluence.plugins.restapi.examples.ContentExamples
 
CONTENT_BODY_REQUEST_EXAMPLE - Static variable in class com.atlassian.confluence.plugins.restapi.examples.ContentExamples
 
CONTENT_CHILDREN_SUBPATH - Static variable in interface com.atlassian.confluence.api.nav.Navigation.ContentNav
 
CONTENT_CLASSES - Static variable in class com.atlassian.confluence.search.ReIndexUtils
 
CONTENT_COUNT - Static variable in class com.atlassian.confluence.impl.retention.schedule.VersionSoftRemovalScheduledJob
 
CONTENT_CREATED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentJournalEntryTypes
 
CONTENT_DELETED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentJournalEntryTypes
 
CONTENT_DESCENDANT_SUBPATH - Static variable in interface com.atlassian.confluence.api.nav.Navigation.ContentNav
 
CONTENT_DOC_EXAMPLE_ATTACHMENT - Static variable in class com.atlassian.confluence.plugins.restapi.examples.ContentExamples
 
CONTENT_DOC_EXAMPLE_PAGE - Static variable in class com.atlassian.confluence.plugins.restapi.examples.ContentExamples
 
CONTENT_DOC_EXAMPLE_REST_LIST_ATTACHMENTS - Static variable in class com.atlassian.confluence.plugins.restapi.examples.ContentExamples
 
CONTENT_DOCUMENT_ID - Static variable in class com.atlassian.confluence.internal.index.v2.AtlassianContentDocumentBuilder.FieldMappings
 
CONTENT_ENTITY_ELEMENT_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierConstants
 
CONTENT_ENTITY_RESOURCE_QNAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierConstants
 
CONTENT_EXTRACTED - Enum constant in enum class com.atlassian.confluence.internal.index.attachment.AttachmentStatus
 
CONTENT_FAVOURITE - Static variable in class com.atlassian.confluence.api.model.relations.FavouriteRelationDescriptor
The relation type for user Content favourites.
CONTENT_FIELD_NAME - Static variable in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ContentPropertyDataExporter
 
CONTENT_HISTORY_SUBPATH - Static variable in interface com.atlassian.confluence.api.nav.Navigation.ContentNav
 
CONTENT_ID - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
CONTENT_ID - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
CONTENT_ID_ATTRIBUTE_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierConstants
 
CONTENT_ID_COLUMN - Static variable in class com.atlassian.confluence.impl.core.persistence.hibernate.schema.LabelUniqueIndexHelper
 
CONTENT_IDS - Static variable in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ContentEntityDatabaseDataExporter
 
CONTENT_JOURNAL_ID - Static variable in class com.atlassian.confluence.internal.search.queue.AbstractJournalIndexTaskQueue
Deprecated.
since 7.9.0. Use spring dependency injection to get this instead of reffering static field
CONTENT_LABEL - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
CONTENT_LABEL_REQUEST_BODY_EXAMPLE - Static variable in class com.atlassian.confluence.plugins.restapi.examples.ContentExamples
 
CONTENT_LABEL_SUBPATH - Static variable in interface com.atlassian.confluence.api.nav.Navigation.ContentNav
 
CONTENT_LIKE - Static variable in class com.atlassian.confluence.api.model.relations.LikeRelationDescriptor
The relation type for user Content likes.
CONTENT_LIMIT - Static variable in class com.atlassian.confluence.plugins.restapi.resources.DefaultValues
The default number of Content entities that should be returned in a collection query if the REST request doesn't specify a "limit" parameter.
CONTENT_LOG_PROCESSOR - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.DenormalisedLockService.LockName
 
CONTENT_MANAGEMENT_BLOGPOST - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentModelType
 
CONTENT_MANAGEMENT_BODY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentModelType
 
CONTENT_MANAGEMENT_COMMENT - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentModelType
 
CONTENT_MANAGEMENT_CONTENT - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentModelType
 
CONTENT_MANAGEMENT_INC_SYNC_JOURNAL_NAME - Static variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementIncrementalSyncServiceImpl
 
CONTENT_MANAGEMENT_PAGE - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentModelType
 
CONTENT_MANAGEMENT_RESTRICTION - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentModelType
 
CONTENT_MANAGEMENT_SPACE - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentModelType
 
CONTENT_MANAGEMENT_SPACE_RESTORE - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentModelType
 
CONTENT_MOVE_SOURCE_PARENT_ATTRIBUTE - Static variable in class com.atlassian.confluence.impl.audit.listener.PageContentAuditListener
 
CONTENT_MOVE_SOURCE_SPACE_ATTRIBUTE - Static variable in class com.atlassian.confluence.impl.audit.listener.PageContentAuditListener
 
CONTENT_MOVE_TARGET_PARENT_ATTRIBUTE - Static variable in class com.atlassian.confluence.impl.audit.listener.PageContentAuditListener
 
CONTENT_MOVE_TARGET_SPACE_ATTRIBUTE - Static variable in class com.atlassian.confluence.impl.audit.listener.PageContentAuditListener
 
CONTENT_MOVED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentJournalEntryTypes
 
CONTENT_NAME_UNSTEMMED - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
CONTENT_NAME_UNTOKENIZED - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
An untokenized version of the title of a piece of content to enable sorting on it
CONTENT_NOT_FOUND_TRANSLATION - Static variable in class com.atlassian.confluence.api.service.content.ContentDraftService.DraftErrorCodes
 
CONTENT_ONLY - Enum constant in enum class com.atlassian.confluence.api.service.index.ReIndexOption
All content except those others specifically listed below - e.g.
CONTENT_ONLY - Enum constant in enum class com.atlassian.confluence.search.ReIndexOption
Deprecated.
All content except those others specifically listed below - e.g.
CONTENT_ONLY_IN_SPACE_QUERY - Static variable in class com.atlassian.confluence.search.ReIndexUtils
 
CONTENT_ONLY_QUERY - Static variable in class com.atlassian.confluence.search.ReIndexUtils
 
CONTENT_PATH - Static variable in interface com.atlassian.confluence.api.nav.Navigation.ContentNav
 
CONTENT_PERMISSION_SET_TABLE_NAME - Static variable in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.DenormalisedPermissionsDdlOperations
 
CONTENT_PERMISSION_SETS - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.9. Use SearchFieldMappings.PERMISSION_SETS instead.
CONTENT_PERMISSION_SETS_BY_CONTENT_ID - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
CONTENT_PERMISSION_TABLE_NAME - Static variable in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.DenormalisedPermissionsDdlOperations
 
CONTENT_PERMISSIONS_UPDATED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentJournalEntryTypes
 
CONTENT_PLUGIN_KEY - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
CONTENT_PROPERTY_DOC_EXAMPLE - Static variable in class com.atlassian.confluence.plugins.restapi.examples.ContentExamples
 
CONTENT_PROPERTY_LAST_SEQUENCE_ID - Static variable in class com.atlassian.confluence.content.render.xhtml.view.inlinetask.ViewInlineTaskConstants
 
CONTENT_PROPERTY_LIST_DOC_EXAMPLE - Static variable in class com.atlassian.confluence.plugins.restapi.examples.ContentExamples
 
CONTENT_PROPERTY_MANAGER - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
CONTENT_PROPERTY_REQUEST_BODY_EXAMPLE - Static variable in class com.atlassian.confluence.plugins.restapi.examples.ContentExamples
 
CONTENT_PROPERTY_REQUEST_UPDATE_EXAMPLE - Static variable in class com.atlassian.confluence.plugins.restapi.examples.ContentExamples
 
CONTENT_PROPERTY_SUBPATH - Static variable in interface com.atlassian.confluence.api.nav.Navigation.ContentNav
 
CONTENT_PROPERTY_TYPE_PLUGIN_MODULE_KEY - Static variable in class com.atlassian.confluence.plugins.contentproperty.JsonPropertyStorageConstants
 
CONTENT_REQUEST_BODY_EXAMPLE - Static variable in class com.atlassian.confluence.plugins.restapi.examples.ContentExamples
 
CONTENT_REQUEST_UPDATE_BODY_EXAMPLE - Static variable in class com.atlassian.confluence.plugins.restapi.examples.ContentExamples
 
CONTENT_RESTORED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentJournalEntryTypes
 
CONTENT_RESTORED_SYNC_REV_SOURCE - Static variable in class com.atlassian.confluence.core.ContentEntityObject
 
CONTENT_RESTRICTION_BOOLEAN_CHECK_RESPONSE_EXAMPLE - Static variable in class com.atlassian.confluence.plugins.restapi.examples.ContentExamples
 
CONTENT_RESTRICTION_PAGE_RESPONSE_EXAMPLE - Static variable in class com.atlassian.confluence.plugins.restapi.examples.ContentExamples
 
CONTENT_RESTRICTION_REQUEST_UPDATE_EXAMPLE - Static variable in class com.atlassian.confluence.plugins.restapi.examples.ContentExamples
 
CONTENT_SEARCH - Static variable in class com.atlassian.confluence.search.v2.ContentSearch
 
CONTENT_SECURITY_POLICY - Static variable in class com.atlassian.confluence.impl.webapp.ConfluenceHttpHeaderSecurityFilter
 
CONTENT_SID_INDEX_NAME - Static variable in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.DenormalisedPermissionsDdlExecutor
 
CONTENT_SPACE_MISMATCH - Static variable in class com.atlassian.confluence.plugins.labels.actions.LabelSuggestionService
 
CONTENT_STATUS - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.DenormalisedLockService.LockName
 
CONTENT_STATUS - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
CONTENT_STORED - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
Stored contentBody, only populated if its size is within 1MB limit (or as specified in "atlassian.indexing.contentbody.maxsize" system property).
CONTENT_TABLE_NAME - Static variable in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ExporterCreatorHelper
 
CONTENT_TABLE_NAME - Static variable in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.DenormalisedPermissionsDdlOperations
 
CONTENT_TITLE - Static variable in class com.atlassian.confluence.core.StorageFormatConstants
 
CONTENT_TITLE_ATTRIBUTE - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
The title of the page for create page links.
CONTENT_TITLE_ATTRIBUTE_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierConstants
 
CONTENT_TITLE_ATTRIBUTE_QNAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageResourceIdentifierConstants
 
CONTENT_TRASHED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentJournalEntryTypes
 
CONTENT_TYPE - Static variable in class com.atlassian.confluence.content.CustomContentEntityObject
 
CONTENT_TYPE - Static variable in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ShortcutResourceIdentifier
 
CONTENT_TYPE - Static variable in class com.atlassian.confluence.pages.Attachment
 
CONTENT_TYPE - Static variable in class com.atlassian.confluence.pages.BlogPost
 
CONTENT_TYPE - Static variable in class com.atlassian.confluence.pages.Comment
 
CONTENT_TYPE - Static variable in class com.atlassian.confluence.pages.Draft
 
CONTENT_TYPE - Static variable in class com.atlassian.confluence.pages.Page
 
CONTENT_TYPE - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
CONTENT_TYPE - Static variable in class com.atlassian.confluence.spaces.Space
 
CONTENT_TYPE - Static variable in class com.atlassian.confluence.user.PersonalInformation
 
CONTENT_TYPE_PERSONAL_SPACEDESC - Static variable in class com.atlassian.confluence.spaces.SpaceDescription
 
CONTENT_TYPE_SPACEDESC - Static variable in class com.atlassian.confluence.spaces.SpaceDescription
 
CONTENT_TYPES - Static variable in interface com.atlassian.confluence.labels.LabelManager
Content Types that can have a label applied.
CONTENT_UPDATED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentJournalEntryTypes
 
CONTENT_URL_PATH - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
CONTENT_VERSION - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
CONTENT_VERSION_EXAMPLE - Static variable in class com.atlassian.confluence.plugins.restapi.examples.ContentExamples
 
CONTENT_VERSION_PAGE_RESPONSE_EXAMPLE - Static variable in class com.atlassian.confluence.plugins.restapi.examples.ContentExamples
 
CONTENT_VERSION_SUBPATH - Static variable in interface com.atlassian.confluence.api.nav.Navigation.ContentNav
 
CONTENT_WAS_TRASHED_TRANSLATION - Static variable in class com.atlassian.confluence.api.service.content.ContentDraftService.DraftErrorCodes
 
Content.ContentBuilder - Class in com.atlassian.confluence.api.model.content
Builds Content objects.
Content.Expansions - Class in com.atlassian.confluence.api.model.content
Provides property names that can be used to expand Content objects.
Content.IdProperties - Enum Class in com.atlassian.confluence.api.model.content
 
CONTENT2CONTENT - Enum constant in enum class com.atlassian.confluence.dmz.relations.RelationshipTypeEnum
 
Content2ContentHibernateRelationDao - Class in com.atlassian.confluence.internal.relations.dao.hibernate
 
Content2ContentHibernateRelationDao(SessionFactoryImplementor, SchemaInformationService) - Constructor for class com.atlassian.confluence.internal.relations.dao.hibernate.Content2ContentHibernateRelationDao
 
Content2ContentRelationEntity - Class in com.atlassian.confluence.internal.relations.dao
 
Content2ContentRelationEntity() - Constructor for class com.atlassian.confluence.internal.relations.dao.Content2ContentRelationEntity
 
Content2ContentRelationEntityDataConverter - Class in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters
 
Content2ContentRelationEntityDataConverter(ExportableEntityInfo, HibernateMetadataHelper, StatisticsCollector) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.Content2ContentRelationEntityDataConverter
 
Content2ContentRelationEntityDataExporter - Class in com.atlassian.confluence.impl.backuprestore.backup.exporters
 
Content2ContentRelationEntityDataExporter(ExportableEntityInfo, CommonDatabaseDataExporter) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.Content2ContentRelationEntityDataExporter
 
ContentActionBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
Represents a high level content action breadcrumb.
ContentActionBreadcrumb(ConfluenceActionSupport, Space, AbstractPage, DisplayableLabel, Breadcrumb) - Constructor for class com.atlassian.confluence.util.breadcrumbs.ContentActionBreadcrumb
 
ContentBlueprintId - Class in com.atlassian.confluence.api.model.content.template
Model for Content Blueprint Id ContentId-like wrapper with everything required to specify a given Blueprint
ContentBlueprintId() - Constructor for class com.atlassian.confluence.api.model.content.template.ContentBlueprintId
 
ContentBlueprintId.ContentBlueprintIdWithId - Class in com.atlassian.confluence.api.model.content.template
 
ContentBlueprintId.ContentBlueprintIdWithKeys - Class in com.atlassian.confluence.api.model.content.template
Blueprint Id resolved by Module key and Space key
ContentBlueprintInstance - Class in com.atlassian.confluence.api.model.content.template
Model for Blueprint specific rest data to create a content out of a blueprint template The object passed in the POSTs for draft and page creation.
ContentBlueprintInstance.Builder - Class in com.atlassian.confluence.api.model.content.template
 
ContentBlueprintInstanceFactory - Interface in com.atlassian.confluence.api.impl.service.content.factory
Deprecated.
ContentBlueprintInstanceFactory - Interface in com.atlassian.confluence.pages.templates
 
ContentBlueprintResource - Class in com.atlassian.confluence.plugins.restapi.resources
 
ContentBlueprintResource(ContentBlueprintService) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.ContentBlueprintResource
 
ContentBlueprintService - Interface in com.atlassian.confluence.api.service.content
Publishes the draft of Content created from a ContentBlueprint.
contentBlueprintSpec(ContentBlueprintSpec) - Method in class com.atlassian.confluence.api.model.content.template.ContentBlueprintInstance.Builder
 
ContentBlueprintSpec - Class in com.atlassian.confluence.api.model.content.template
Model for blueprint specific data come together with ContentBlueprintStance Everything required to identify a Blueprint and its execution context.
ContentBlueprintSpec.ContentBlueprintSpecBuilder - Class in com.atlassian.confluence.api.model.content.template
Builder class
ContentBody - Class in com.atlassian.confluence.api.model.content
Container class to hold the various rendered representations of a Content body.
ContentBody - Class in com.atlassian.confluence.legacyapi.model.content
Deprecated.
since 7.0.1 , use ContentBody
ContentBody(ContentBody.ContentBodyBuilder) - Constructor for class com.atlassian.confluence.api.model.content.ContentBody
 
ContentBody(ContentRepresentation, String) - Constructor for class com.atlassian.confluence.api.model.content.ContentBody
 
ContentBody(ContentRepresentation, String, Content) - Constructor for class com.atlassian.confluence.api.model.content.ContentBody
Deprecated.
ContentBody(ContentRepresentation, String, ContentId) - Constructor for class com.atlassian.confluence.api.model.content.ContentBody
Deprecated.
ContentBody(ContentRepresentation, String, Reference<Content>) - Constructor for class com.atlassian.confluence.api.model.content.ContentBody
Deprecated.
ContentBody(ContentRepresentation, String, Reference<Content>, Reference<WebResourceDependencies>) - Constructor for class com.atlassian.confluence.api.model.content.ContentBody
Deprecated.
ContentBody(ContentRepresentation, String) - Constructor for class com.atlassian.confluence.legacyapi.model.content.ContentBody
Deprecated.
 
ContentBody.ContentBodyBuilder - Class in com.atlassian.confluence.api.model.content
 
contentBodyBuilder() - Static method in class com.atlassian.confluence.api.model.content.ContentBody
 
ContentBodyConversionManager - Interface in com.atlassian.confluence.dmz.service.content
Used to convert a ContentBody to a different representation format.
ContentBodyConversionManager.ConversionResult - Record Class in com.atlassian.confluence.dmz.service.content
 
ContentBodyConversionManagerImpl - Class in com.atlassian.confluence.api.impl.service.content
 
ContentBodyConversionManagerImpl(FormatConverter, ExceptionTolerantMigrator, WikiToXhtmlMigrator, Renderer, TemplateRenderer, I18NBeanFactory, WebResourceDependenciesRecorder, WebResourceDependenciesFactory, PlatformTransactionManager) - Constructor for class com.atlassian.confluence.api.impl.service.content.ContentBodyConversionManagerImpl
 
ContentBodyConversionService - Interface in com.atlassian.confluence.api.service.content
Provides methods for converting ContentBody instances to other ContentRepresentations.
ContentBodyConversionServiceImpl - Class in com.atlassian.confluence.api.impl.service.content
 
ContentBodyConversionServiceImpl(ContentEntityManagerInternal, ContentBodyConversionManager) - Constructor for class com.atlassian.confluence.api.impl.service.content.ContentBodyConversionServiceImpl
 
ContentBodyEntity - Class in com.atlassian.confluence.plugins.rest.jackson2.entities
 
ContentBodyEntity() - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentBodyEntity
 
ContentBodyEntity(BodyContent) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentBodyEntity
 
ContentBodyEntity(String, BodyType) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentBodyEntity
 
ContentBodyFactory - Class in com.atlassian.confluence.api.impl.service.content.factory
 
ContentBodyFactory(ContentBodyConversionManager) - Constructor for class com.atlassian.confluence.api.impl.service.content.factory.ContentBodyFactory
 
ContentBodyMaxSizeSystemProperty - Class in com.atlassian.confluence.impl.search.v2.lucene
 
ContentBodyMaxSizeSystemProperty() - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.ContentBodyMaxSizeSystemProperty
 
ContentBodyResource - Class in com.atlassian.confluence.plugins.restapi.resources
Used for converting ContentBody objects from one format to another.
ContentBodyResource(ContentBodyConversionService) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.ContentBodyResource
 
ContentBuilder(ContentType) - Constructor for class com.atlassian.confluence.api.model.content.Content.ContentBuilder
Create new builders with Content.builder(ContentType).
ContentBuilder(ContentType, long) - Constructor for class com.atlassian.confluence.api.model.content.Content.ContentBuilder
Create new builders with Content.builder(ContentType) and a ContentId generated from the ContentType and the Long id.
ContentBuilder(ContentType, ContentId) - Constructor for class com.atlassian.confluence.api.model.content.Content.ContentBuilder
Create new builders with Content.builder(ContentType) and a ContentId.
ContentCategoryQuery - Class in com.atlassian.confluence.search.v2.query
SearchQuery that finds content where content type is from the list of specified categories
ContentCategoryQuery(Category) - Constructor for class com.atlassian.confluence.search.v2.query.ContentCategoryQuery
Construct a SearchQuery that finds content matching a given Category
ContentCategoryQuery(Set<Category>) - Constructor for class com.atlassian.confluence.search.v2.query.ContentCategoryQuery
Construct a SearchQuery that finds content matching at least one of the specified Set of Category
ContentCleaner - Interface in com.atlassian.confluence.content
 
contentClientSubscriptionJournalStateStore(IncrementalSyncSubscriptionManager) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.IncrementalSyncServiceConfiguration
 
ContentCommandFactory - Interface in com.atlassian.confluence.internal.api.incrementalsync.model
 
ContentCommandFactoryImpl - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync
An instance of CommandFactoryImpl specifically for Content Management.
ContentCommandFactoryImpl(PluginAccessor, Collection<CommandCreator<?, ContentManagementIncSyncModel>>) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.ContentCommandFactoryImpl
 
ContentCommandSupport - Interface in com.atlassian.confluence.internal.api.impl.service.incrementalsync
 
ContentComparatorFactory - Class in com.atlassian.confluence.util
 
ContentComparatorFactory() - Constructor for class com.atlassian.confluence.util.ContentComparatorFactory
 
ContentConverter(ContentTree, Renderer) - Constructor for class com.atlassian.confluence.impl.importexport.AbstractRendererExporterImpl.ContentConverter
 
ContentConvertible - Interface in com.atlassian.confluence.pages
Declares that the implementing class can be converted to an api Content.
contentCreateCommand(ContentCommandSupport, ContentService, SpaceFilteringService) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandsConfiguration
 
ContentCreateCommand - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands
A command which handles common space content create events (PageCreateEvent, BlogPostCreateEvent, CommentCreateEvent)
ContentCreateCommand(ContentCommandSupport, ContentService, SpaceFilteringService) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentCreateCommand
 
ContentCreationComparator - Class in com.atlassian.confluence.util
 
ContentCreationComparator() - Constructor for class com.atlassian.confluence.util.ContentCreationComparator
 
ContentCreator - Interface in com.atlassian.confluence.content.apisupport
ContentCreator contains logic to validate CREATE / UPDATE content operations which involves sanity checks like access permission and blank titles.
ContentCursor - Class in com.atlassian.confluence.api.model.pagination
A class which could be used to generate cursor for the next/previous content pagination request or get cursor from string
ContentDao - Interface in com.atlassian.confluence.content.render.xhtml.migration
DAO to allow us to load content objects by id for migration.
ContentDaoInternal - Interface in com.atlassian.confluence.internal.content.render.xhtml.migration
DAO to allow us to load content objects by id for migration.
ContentDeserializer - Class in com.atlassian.confluence.rest.serialization.jackson2
Extracts Content links map from specific "hidden" _links map entries.
ContentDeserializer(JsonDeserializer<?>) - Constructor for class com.atlassian.confluence.rest.serialization.jackson2.ContentDeserializer
 
ContentDetailAction - Interface in com.atlassian.confluence.util.breadcrumbs.spaceia
Identifies actions on the details of a Page/Blog, like Info, Attachments or History.
ContentDirectoryStructureAttachmentDataFileSystemAdapter - Class in com.atlassian.confluence.impl.pages.attachments.filesystem
The purpose of this adapter is to switch between different attachment storage structures implementations AttachmentDataFileSystem.
ContentDirectoryStructureAttachmentDataFileSystemV003 - Class in com.atlassian.confluence.impl.pages.attachments.filesystem
Deprecated.
ContentDirectoryStructureAttachmentDataFileSystemV004 - Class in com.atlassian.confluence.impl.pages.attachments.filesystem
An implementation of AttachmentDataFileSystem which stores the attachment data as files on a filesystem, using the standard File API.
ContentDraftManagerInternal - Interface in com.atlassian.confluence.dmz
DMZ manager for common handling of drafts; see the package-info.java for rationale.
ContentDraftService - Interface in com.atlassian.confluence.api.service.content
Content draft service for creating and manipulating drafts
ContentDraftService.ConflictPolicy - Class in com.atlassian.confluence.api.service.content
The conflict resolution policy to apply when a conflict occurs.
ContentDraftService.DraftErrorCodes - Class in com.atlassian.confluence.api.service.content
 
ContentDraftService.DraftValidator - Interface in com.atlassian.confluence.api.service.content
Validate the operations for a piece of content
ContentDraftServiceImpl - Class in com.atlassian.confluence.api.impl.service.content.draft
 
ContentDraftServiceImpl(ContentDraftService, ContentDraftService, CollaborativeEditingHelper, ContentEntityManager) - Constructor for class com.atlassian.confluence.api.impl.service.content.draft.ContentDraftServiceImpl
 
Contented - Interface in com.atlassian.confluence.event.events.content
An event that references a Content object.
ContentEnricher - Class in com.atlassian.confluence.plugins.restapi.enrich.model
Modifies RestEntities that wrap Content objects in preparation for being serialized
ContentEnricher(RestNavigationService, GraphQL) - Constructor for class com.atlassian.confluence.plugins.restapi.enrich.model.ContentEnricher
 
ContentEntity - Class in com.atlassian.confluence.plugins.rest.jackson2.entities
A simple bean to represent ContentEntityObject.
ContentEntity() - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
 
ContentEntityAdapter - Interface in com.atlassian.confluence.content
Class provided by a content type plugin to allow the resulting CustomContentEntityObject to return the right responses to various methods.
ContentEntityAdapterParent - Class in com.atlassian.confluence.content
Default implementation of ContentEntityAdapter.
ContentEntityAdapterParent() - Constructor for class com.atlassian.confluence.content.ContentEntityAdapterParent
 
ContentEntityAutoWatcher - Class in com.atlassian.confluence.impl.notifications
Responsible for adding auto-watch notifications to new content via an event listener.
ContentEntityAutoWatcher(UserPreferencesAccessor, NotificationManager) - Constructor for class com.atlassian.confluence.impl.notifications.ContentEntityAutoWatcher
 
ContentEntityAutoWatcher.AutowatchIfRequiredEvent - Class in com.atlassian.confluence.impl.notifications
 
ContentEntityBuilder<T> - Interface in com.atlassian.confluence.plugins.rest.jackson2.entities.builders
 
ContentEntityDatabaseDataConverter - Class in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters
 
ContentEntityDatabaseDataConverter(Collection<ExportableEntityInfo>, HibernateMetadataHelper, StatisticsCollector) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.ContentEntityDatabaseDataConverter
 
ContentEntityDatabaseDataExporter - Class in com.atlassian.confluence.impl.backuprestore.backup.exporters
Responsible for exporting all content entitity objects.
ContentEntityDatabaseDataExporter(DatabaseExporterHelper, boolean, ContentPropertyDataExporter, Converter, CommonPersister) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.ContentEntityDatabaseDataExporter
Creates an instance of content entity exporter.
ContentEntityEdgeCountQuery - Class in com.atlassian.confluence.plugins.edgeindex.model
 
ContentEntityEdgeCountQuery() - Constructor for class com.atlassian.confluence.plugins.edgeindex.model.ContentEntityEdgeCountQuery
 
ContentEntityEdgeTargetInfo - Class in com.atlassian.confluence.plugins.edgeindex.model
 
ContentEntityEdgeTargetInfo(String, ContentEntityObjectId, float) - Constructor for class com.atlassian.confluence.plugins.edgeindex.model.ContentEntityEdgeTargetInfo
 
ContentEntityExampleDocument - Class in com.atlassian.confluence.plugins.rest.jackson2.entities.documentation
 
ContentEntityExampleDocument() - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.documentation.ContentEntityExampleDocument
 
ContentEntityExcerpter - Class in com.atlassian.confluence.content
 
ContentEntityExcerpter() - Constructor for class com.atlassian.confluence.content.ContentEntityExcerpter
 
ContentEntityExpander - Class in com.atlassian.confluence.plugins.rest.jackson2.entities
A recursive EntityExpander to expand ContentEntity objects.
ContentEntityExpander(TransactionTemplate, RestContentManager) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntityExpander
 
ContentEntityHelper - Interface in com.atlassian.confluence.plugins.edgeindex.rest
 
ContentEntityList - Class in com.atlassian.confluence.plugins.rest.jackson2.entities
A List wrapper for ContentEntity objects
ContentEntityList() - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntityList
 
ContentEntityList(int, ListWrapperCallback<ContentEntity>) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntityList
 
ContentEntityListExampleDocument - Class in com.atlassian.confluence.plugins.rest.jackson2.entities.documentation
 
ContentEntityListExampleDocument() - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.documentation.ContentEntityListExampleDocument
 
contentEntityManager - Variable in class com.atlassian.confluence.pages.actions.PurgeTrashItemAction
 
contentEntityManager - Variable in class com.atlassian.confluence.pages.actions.RestoreTrashItemAction
 
contentEntityManager - Variable in class com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl
 
contentEntityManager() - Method in class com.atlassian.confluence.plugins.like.spring.SpringConfiguration
 
ContentEntityManager - Interface in com.atlassian.confluence.core
 
ContentEntityManagerInternal - Interface in com.atlassian.confluence.dmz
DMZ version of the ContentEntityManager interface; see the package-info.java for rationale.
ContentEntityMapping - Class in com.atlassian.confluence.plugins.rest.jackson2.manager
 
ContentEntityMapping(ContentEntity, ContentEntityObject) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.manager.ContentEntityMapping
 
ContentEntityMetadataExtractor - Class in com.atlassian.confluence.impl.search.v2.extractor
An Extractor2 which generates indexed fields for a number of ConfluenceEntityObject metedata fields.
ContentEntityMetadataExtractor() - Constructor for class com.atlassian.confluence.impl.search.v2.extractor.ContentEntityMetadataExtractor
 
ContentEntityMigrationBatchTask - Class in com.atlassian.confluence.content.render.xhtml.migration.macro
Attempts to migrate a contentEntityObject with a legacy content body to XHTML.
ContentEntityMigrationBatchTask(ExceptionTolerantMigrator, ContentDao, String) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.macro.ContentEntityMigrationBatchTask
 
ContentEntityMigrationTaskWrapper - Class in com.atlassian.confluence.content.render.xhtml.migration.tasks
Wraps a ContentEntityMigrationBatchTask and ensures that the flush mode of the session is set to commit.
ContentEntityMigrationTaskWrapper(ExceptionReport, BatchableWorkSource<ContentEntityObject>, ContentEntityMigrationBatchTask, ContentEntityMigrationTaskWrapper.LoggingCallback, SessionFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.tasks.ContentEntityMigrationTaskWrapper
 
ContentEntityMigrationTaskWrapper.LoggingCallback - Class in com.atlassian.confluence.content.render.xhtml.migration.tasks
Provides coordinated thread-safe logging of progress across multiple executing threads.
contentEntityObject - Variable in class com.atlassian.confluence.pages.actions.PurgeTrashItemAction
 
ContentEntityObject - Class in com.atlassian.confluence.core
 
ContentEntityObject() - Constructor for class com.atlassian.confluence.core.ContentEntityObject
 
ContentEntityObjectDao - Interface in com.atlassian.confluence.core.persistence
 
ContentEntityObjectDaoInternal - Interface in com.atlassian.confluence.internal.persistence
A Dao for ContentEntityObjects.
ContentEntityObjectEraser - Class in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers
Deletes records from CONTENT table.
ContentEntityObjectEraser(BooleanSupplier, ConfluenceUser, SpaceDeletionSqlScriptsRunner, Collection<ExportableEntityInfo>, Collection<TableFieldHavingForeignKey>, Map<Class<?>, EntityEraser>, AttachmentFileEraser, AncestorsEraser, BucketPropertySetItemEraser, SpaceDeletionEventSender) - Constructor for class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.ContentEntityObjectEraser
 
ContentEntityObjectHibernateDao - Class in com.atlassian.confluence.internal.persistence.hibernate
 
ContentEntityObjectHibernateDao(RetentionFeatureChecker, EventPublisher, PaginationServiceInternal) - Constructor for class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
ContentEntityObjectId - Class in com.atlassian.confluence.plugins.edgeindex.model
An ID that uniquely identifiers a Confluence content entity (a database ID on the CONTENT table of Confluence).
ContentEntityObjectId(long) - Constructor for class com.atlassian.confluence.plugins.edgeindex.model.ContentEntityObjectId
 
ContentEntityObjectTitleComparator - Class in com.atlassian.confluence.util
 
ContentEntityPostExportAction - Class in com.atlassian.confluence.impl.backuprestore.backup.exporters.site
 
ContentEntityPostExportAction(DatabaseExporterHelper, boolean) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.site.ContentEntityPostExportAction
 
contentEntityRemoved(boolean, ContentEntityObject) - Method in class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeIndexManager
 
contentEntityRemoved(ContentEntityObject) - Method in class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeIndexManager
 
contentEntityRemoved(ContentEntityObject) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeIndexManager
Update the index to reflect the deletion of the specified content entity.
ContentEntityResourceIdentifier - Class in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
 
ContentEntityResourceIdentifier(long) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ContentEntityResourceIdentifier
 
ContentEntityResourceIdentifierResolver - Class in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
 
ContentEntityResourceIdentifierResolver(ContentEntityObjectDao) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ContentEntityResourceIdentifierResolver
 
contentEntityVersionRemoved(ContentEntityObject) - Method in class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeIndexManager
 
contentEntityVersionRemoved(ContentEntityObject) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeIndexManager
Update the index to reflect the deletion of the specified content entity version.
ContentEvent - Class in com.atlassian.confluence.event.events.content
Represents something that has happened to a particular piece of content
ContentEvent(Object) - Constructor for class com.atlassian.confluence.event.events.content.ContentEvent
Deprecated.
ContentEvent(Object, boolean) - Constructor for class com.atlassian.confluence.event.events.content.ContentEvent
 
ContentEvent(Object, OperationContext<?>) - Constructor for class com.atlassian.confluence.event.events.content.ContentEvent
 
ContentExamples - Class in com.atlassian.confluence.plugins.restapi.examples
Content REST Doc examples for the atlassian rest api browser
ContentExamples() - Constructor for class com.atlassian.confluence.plugins.restapi.examples.ContentExamples
 
ContentExcerptUtils - Class in com.atlassian.confluence.content.render.xhtml
Defines common functions that obtain excerpts of content (e.g.
ContentExcerptUtils() - Constructor for class com.atlassian.confluence.content.render.xhtml.ContentExcerptUtils
 
ContentExpansions - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement
 
ContentExportedToWordEvent - Class in com.atlassian.confluence.event.events.content
Event is triggered when page or blog post is exported to word.
ContentExportedToWordEvent(AbstractPage) - Constructor for class com.atlassian.confluence.event.events.content.ContentExportedToWordEvent
 
ContentExtensionsFactory - Class in com.atlassian.confluence.api.impl.service.content.factory
 
ContentExtensionsFactory(ApiSupportProvider) - Constructor for class com.atlassian.confluence.api.impl.service.content.factory.ContentExtensionsFactory
 
contentFactory - Variable in class com.atlassian.confluence.api.impl.service.content.finder.BlogPostFetcher
 
contentFactory - Variable in class com.atlassian.confluence.api.impl.service.content.finder.PageFetcher
 
ContentFactory - Class in com.atlassian.confluence.api.impl.service.content.factory
 
ContentFactory(ContentBodyFactory, SpaceFactory, ContentMetadataFactory, VersionFactory, HistoryFactory, ChildContentFactory, ContentExtensionsFactory, OperationService, ContentRestrictionService, NavigationService, AttachmentExtractedTextService, CustomContentProviderRegistry, SpaceFilteringService) - Constructor for class com.atlassian.confluence.api.impl.service.content.factory.ContentFactory
 
ContentFetcher - Interface in com.atlassian.confluence.api.impl.service.content.finder
 
ContentFilteringMacro - Class in com.atlassian.confluence.macro
Convenience class that provides default values for macros which retrieve content from somewhere else in Confluence.
ContentFilteringMacro() - Constructor for class com.atlassian.confluence.macro.ContentFilteringMacro
 
ContentFilteringUtils - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.utils
Utils class for content filtering
ContentFilteringUtils() - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.utils.ContentFilteringUtils
 
contentFinder - Variable in class com.atlassian.confluence.api.impl.service.content.finder.BlogPostFetcher
 
contentFinder - Variable in class com.atlassian.confluence.api.impl.service.content.finder.PageFetcher
 
ContentFinderFactory - Class in com.atlassian.confluence.api.impl.service.content.finder
Produces a ContentFinder for the ContentServiceImpl
ContentFinderFactory(ContentFactory, PageManagerInternal, SpaceManager, PaginationService, AttachmentContentTypeApiSupport, ContentEntityManagerInternal, PermissionManager, FinderProxyFactory, CommentManagerInternal, AttachmentManagerInternal, EventPublisher, ConfluenceScopesRequestCache, CustomContentManager, CustomContentProviderRegistry) - Constructor for class com.atlassian.confluence.api.impl.service.content.finder.ContentFinderFactory
 
ContentFinderImpl - Class in com.atlassian.confluence.api.impl.service.content.finder
This finder will fetch one or many contents based on different criteria, for example by their IDs or content types (PAGE, BLOG_POST, COMMENT, etc.) or by their content status
ContentHasAnyPermissionsSetCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
This condition checks if there are any content permissions applied to the current page.
ContentHasAnyPermissionsSetCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.ContentHasAnyPermissionsSetCondition
 
ContentHasExplicitPermissionsSetCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
 
ContentHasExplicitPermissionsSetCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.ContentHasExplicitPermissionsSetCondition
 
ContentHasExplicitViewPermissionsSetCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
 
ContentHasExplicitViewPermissionsSetCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.ContentHasExplicitViewPermissionsSetCondition
 
ContentHasInheritedPermissionsSetCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
 
ContentHasInheritedPermissionsSetCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.ContentHasInheritedPermissionsSetCondition
 
contentHistoricalVersionRemoveEvent(ContentHistoricalVersionRemoveEvent) - Method in class com.atlassian.confluence.impl.audit.listener.PageContentAuditListener
 
ContentHistoricalVersionRemoveEvent - Class in com.atlassian.confluence.event.events.content
Event fired when a non-current version of a content object is removed from Confluence.
ContentHistoricalVersionRemoveEvent(Object, ContentEntityObject) - Constructor for class com.atlassian.confluence.event.events.content.ContentHistoricalVersionRemoveEvent
 
contentId - Variable in class com.atlassian.confluence.pages.actions.PurgeTrashItemAction
 
contentId - Variable in class com.atlassian.confluence.pages.actions.RestoreExistingTrashItemAction
 
contentId - Variable in class com.atlassian.confluence.pages.actions.RestoreTrashItemAction
 
contentId - Variable in class com.atlassian.confluence.rest.client.AbstractRemoteContentService.AbstractRemoteContentFinder
 
contentId - Variable in class com.atlassian.confluence.rest.client.remoteservice.webfragment.AbstractRemoteWebView
 
contentId() - Method in class com.atlassian.confluence.api.model.search.SearchContext
 
contentId(ContentId) - Method in class com.atlassian.confluence.api.model.content.ContentBody.ContentBodyBuilder
contentId(ContentId) - Method in class com.atlassian.confluence.api.model.search.SearchContext.Builder
 
ContentId - Class in com.atlassian.confluence.api.model.content.id
Identifies a Content instance.
ContentIdSort - Class in com.atlassian.confluence.search.v2.sort
Sort content by its id that is stored as part of the handle field in Lucene index.
ContentIdSort(SearchSort.Order) - Constructor for class com.atlassian.confluence.search.v2.sort.ContentIdSort
Constructs a sort, private, use static ContentIdSort.ASCENDING or ContentIdSort.DESCENDING
ContentIncludeStack - Class in com.atlassian.confluence.renderer
A simple ThreadLocal stack to prevent circular content includes.
ContentIncludeStack() - Constructor for class com.atlassian.confluence.renderer.ContentIncludeStack
 
contentIncSyncJournalManager(JournalDao, JournalStateStore, DefaultJournalManager.IgnoreSettings, SearchPlatformConfig, PlatformTransactionManager) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.IncrementalSyncServiceConfiguration
 
contentIncSyncJournalService(JournalManager) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.IncrementalSyncServiceConfiguration
 
contentIndexAccessor - Variable in class com.atlassian.confluence.internal.index.AbstractReindexer
 
ContentIndexRecoverer - Class in com.atlassian.confluence.impl.index
IndexRecoverer for the content index.
ContentIndexRecoverer() - Constructor for class com.atlassian.confluence.impl.index.ContentIndexRecoverer
 
ContentIndexTask - Class in com.atlassian.confluence.internal.search.tasks
 
ContentIndexTask(List<ContentType>, List<ContentStatus>, JournalEntryType, PageManagerInternal, BatchOperationManager, IndexTaskFactoryInternal) - Constructor for class com.atlassian.confluence.internal.search.tasks.ContentIndexTask
 
ContentIndexTaskQueue - Class in com.atlassian.confluence.impl.search.queue
Journal index task queue for the content index
ContentIndexTaskQueue(JournalService, IndexTaskFactoryInternal, AnyTypeDaoInternal, IndexFlushRequester, JournalIdentifier, PrefetchDocumentBuilder) - Constructor for class com.atlassian.confluence.impl.search.queue.ContentIndexTaskQueue
 
ContentJournalEntryTypes - Enum Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement
 
ContentJournalMessage - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.journalmessage
 
ContentJournalMessage(long, long, ContentType) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.journalmessage.ContentJournalMessage
 
ContentLabelService - Interface in com.atlassian.confluence.api.service.content
API Service for interacting with labels on Content
ContentLabelService.Validator - Interface in com.atlassian.confluence.api.service.content
Provides methods for validating actions on the ContentLabelService
ContentLabelServiceImpl - Class in com.atlassian.confluence.api.impl.service.content
 
ContentLabelServiceImpl(ContentService, LabelsService, ContentEntityManagerInternal) - Constructor for class com.atlassian.confluence.api.impl.service.content.ContentLabelServiceImpl
 
ContentLabelsProvider - Class in com.atlassian.confluence.plugins.graphql.providers
A GraphQL provider for the 'labels' field of the Content entity.
ContentLabelsProvider(ContentLabelService) - Constructor for class com.atlassian.confluence.plugins.graphql.providers.ContentLabelsProvider
 
ContentLabelsResource - Class in com.atlassian.confluence.plugins.restapi.resources
REST wrapper for the ContentLabelService.
ContentLabelsResource(ContentLabelService, ObjectMapperProvider) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.ContentLabelsResource
 
contentLength() - Method in class com.atlassian.confluence.core.InputStreamAttachmentResource
 
contentLength() - Method in class com.atlassian.confluence.core.UploadedResource
 
ContentLikedByRecipientCondition - Class in com.atlassian.confluence.plugins.like.conditions
 
ContentLikedByRecipientCondition(LikeManager) - Constructor for class com.atlassian.confluence.plugins.like.conditions.ContentLikedByRecipientCondition
 
ContentLikesMetadataProvider - Class in com.atlassian.confluence.plugins.like.providers
Provides Likes metadata for Content entities supplied via the Confluence API.
ContentLikesMetadataProvider(LikeManager) - Constructor for class com.atlassian.confluence.plugins.like.providers.ContentLikesMetadataProvider
 
ContentLink - Class in com.atlassian.confluence.legacyapi.model.content
Deprecated.
since 7.0.1 , use Link
ContentLink - Class in com.atlassian.confluence.links.linktypes
 
ContentLink(GenericLinkParser, ContentEntityManager) - Constructor for class com.atlassian.confluence.links.linktypes.ContentLink
 
ContentLink(Long, Optional<SpaceSummary>, ContentType, String, String) - Constructor for class com.atlassian.confluence.legacyapi.model.content.ContentLink
Deprecated.
 
ContentLinkManager - Interface in com.atlassian.confluence.impl.content
 
ContentLinkUpdater - Class in com.atlassian.confluence.impl.schedule.jobs
 
ContentLinkUpdater(ContentLinkManager) - Constructor for class com.atlassian.confluence.impl.schedule.jobs.ContentLinkUpdater
 
contentList(Iterable<ContentType>) - Method in class com.atlassian.confluence.api.model.watch.SpaceWatch.SpaceWatchBuilder
 
ContentLocator - Class in com.atlassian.confluence.api.model.locator
Criteria for looking up a piece of content.
ContentLocator - Class in com.atlassian.confluence.legacyapi.model.content.locator
Deprecated.
since 7.0.1 , use ContentLocator
ContentLocatorBuilder - Class in com.atlassian.confluence.api.model.locator
Builder that ensures ContentLocator instances are only constructed in ways that allow the ContentService to find the content in question.
ContentLocatorBuilder - Class in com.atlassian.confluence.content.service
 
ContentLocatorBuilder - Class in com.atlassian.confluence.legacyapi.model.content.locator
Deprecated.
since 7.0.1 , use ContentLocatorBuilder
ContentLocatorBuilder() - Constructor for class com.atlassian.confluence.content.service.ContentLocatorBuilder
 
ContentLocatorBuilder.BlogLocatorBuilder - Class in com.atlassian.confluence.api.model.locator
 
ContentLocatorBuilder.BlogLocatorBuilder - Class in com.atlassian.confluence.legacyapi.model.content.locator
Deprecated.
 
ContentLocatorBuilder.PageLocatorBuilder - Class in com.atlassian.confluence.api.model.locator
 
ContentLocatorBuilder.PageLocatorBuilder - Class in com.atlassian.confluence.legacyapi.model.content.locator
Deprecated.
 
ContentMacroService - Interface in com.atlassian.confluence.api.service.content
Provides methods for interacting with instances of macros on Content.
ContentMacroService.MacroInstanceFinder - Interface in com.atlassian.confluence.api.service.content
A finder for locating instances of macros on content
ContentMacroServiceImpl - Class in com.atlassian.confluence.api.impl.service.content
 
ContentMacroServiceImpl(ContentEntityManagerInternal, MacroDefinitionTransformer, PermissionManager) - Constructor for class com.atlassian.confluence.api.impl.service.content.ContentMacroServiceImpl
 
ContentMacrosHelper - Class in com.atlassian.confluence.util
Defines common functions that are carried out for macros that display list of content (e.g.
ContentMacrosHelper() - Constructor for class com.atlassian.confluence.util.ContentMacrosHelper
 
contentManagementCommandFactory(PluginAccessor, Collection<CommandCreator<?, ContentManagementIncSyncModel>>) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.IncrementalSyncServiceConfiguration
 
contentManagementIncrementalSyncPaginationService(PlatformTransactionManager, PaginationService, JournalServiceInternal, CommandFactory<ContentManagementIncSyncModel>, SpaceFilteringService) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.IncrementalSyncServiceConfiguration
 
ContentManagementIncrementalSyncResource - Class in com.atlassian.confluence.plugins.restapi.rvsync.resources
 
ContentManagementIncrementalSyncResource(ContentManagementIncrementalSyncService) - Constructor for class com.atlassian.confluence.plugins.restapi.rvsync.resources.ContentManagementIncrementalSyncResource
 
contentManagementIncrementalSyncService() - Method in class com.atlassian.confluence.plugins.restapi.spring.SpringBeans
 
contentManagementIncrementalSyncService(JournalServiceInternal, SubscriptionJournalStateStore, PermissionManager, IncrementalSyncDataFetcher<ContentManagementIncSyncModel>, ScopesRequestCacheDelegate, ContentSubscriptionEventTypeFactory) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.IncrementalSyncServiceConfiguration
 
ContentManagementIncrementalSyncService - Interface in com.atlassian.confluence.internal.api.service.incrementalsync.contentmanagement
Interface for Content Management incremental sync service
ContentManagementIncrementalSyncServiceImpl - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement
Service class for managing content event related incremental sync operations with Bandana store.
ContentManagementIncrementalSyncServiceImpl(JournalServiceInternal, SubscriptionJournalStateStore, Clock, PermissionManager, IncrementalSyncDataFetcher<ContentManagementIncSyncModel>, ScopesRequestCacheDelegate, ContentSubscriptionEventTypeFactory) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementIncrementalSyncServiceImpl
 
ContentManagementIncSyncModel - Class in com.atlassian.confluence.internal.api.incrementalsync.model.contentmanagement
Model class representing the data structure and attributes of Content incremental sync.
ContentManagementIncSyncModel(long, String, String) - Constructor for class com.atlassian.confluence.internal.api.incrementalsync.model.contentmanagement.ContentManagementIncSyncModel
 
ContentManagementMultiEventsCommand<T> - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands
Based multi command class for Content Management
ContentManagementMultiEventsCommand(ContentCommandSupport) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentManagementMultiEventsCommand
 
contentManagementRecorder(CommandFactory<ContentManagementIncSyncModel>, TransactionTemplate, ContentManagementIncrementalSyncServiceImpl) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.IncrementalSyncServiceConfiguration
 
ContentManagementRecorder - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement
Listener for handling content-related events
ContentManagementRecorder(CommandFactory<ContentManagementIncSyncModel>, TransactionTemplate, ContentManagementIncrementalSyncService) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentManagementRecorder
 
ContentMappingsProvider() - Constructor for class com.atlassian.confluence.search.v2.SearchFieldMappings.ContentMappingsProvider
 
ContentMatchers - Class in com.atlassian.confluence.api.testsupport.matchers.model.content
Hamcrest matchers for asserting against properties on Content
ContentMetadataFactory - Interface in com.atlassian.confluence.api.impl.service.content.factory
 
ContentMetadataJsonator - Class in com.atlassian.confluence.json.jsonator
 
ContentMetadataJsonator(I18NBeanFactory, DateFormatterFactory) - Constructor for class com.atlassian.confluence.json.jsonator.ContentMetadataJsonator
 
ContentMetadataTypeBuilder - Class in com.atlassian.confluence.plugins.graphql.types
A builder for GraphQLOutputType objects, generated for Content metadata.
ContentMetadataTypeBuilder(PluginAccessor, GraphQLTypeBuilder, GraphQLExtensions) - Constructor for class com.atlassian.confluence.plugins.graphql.types.ContentMetadataTypeBuilder
 
ContentMigrationException - Exception Class in com.atlassian.confluence.content.render.xhtml.migration.exceptions
Exception during migration of content.
ContentMigrationException(ContentEntityObject, Throwable) - Constructor for exception class com.atlassian.confluence.content.render.xhtml.migration.exceptions.ContentMigrationException
 
ContentModel - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.model
 
ContentModel(long, String, String, Content) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.model.ContentModel
 
ContentModelOperation - Enum Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement
 
ContentModelType - Enum Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement
 
ContentModificationComparator - Class in com.atlassian.confluence.util
invalid input: '<'class-comment/>
ContentModificationComparator() - Constructor for class com.atlassian.confluence.util.ContentModificationComparator
 
ContentModifiersBulkExtractor - Class in com.atlassian.confluence.impl.search.v2.extractor
A BulkExtractor which extracts the SearchFieldMappings.LAST_MODIFIERS from ContentEntityObjects.
ContentModifiersBulkExtractor(ContentEntityObjectDaoInternal) - Constructor for class com.atlassian.confluence.impl.search.v2.extractor.ContentModifiersBulkExtractor
 
ContentNameMatch - Class in com.atlassian.confluence.search.actions.json
A json bean for an individual result from performing the name search.
ContentNameMatch() - Constructor for class com.atlassian.confluence.search.actions.json.ContentNameMatch
 
ContentNameMatch(String, String, String) - Constructor for class com.atlassian.confluence.search.actions.json.ContentNameMatch
 
ContentNameMatch(String, String, String, String, String, String) - Constructor for class com.atlassian.confluence.search.actions.json.ContentNameMatch
 
ContentNameQueryExecutionEvent - Class in com.atlassian.confluence.event.events.search
 
ContentNameQueryExecutionEvent(long, long) - Constructor for class com.atlassian.confluence.event.events.search.ContentNameQueryExecutionEvent
 
ContentNameResultsConversionEvent - Class in com.atlassian.confluence.event.events.search
 
ContentNameResultsConversionEvent(long, long, boolean) - Constructor for class com.atlassian.confluence.event.events.search.ContentNameResultsConversionEvent
 
ContentNameSearchAction - Class in com.atlassian.confluence.impl.search.actions
Deprecated.
since 5.2. Instead please use the REST endpoint that is provided by the 'Confluence QuickNav' Bundled Plugin. Please use /rest/quicknav/1/search instead. It accepts the exact same arguments and is thus API compatible with this class. You should be able to swap them out directly.

ContentNameSearchAction() - Constructor for class com.atlassian.confluence.impl.search.actions.ContentNameSearchAction
Deprecated.
 
ContentNameSearchContext - Class in com.atlassian.confluence.search.contentnames
ContentNameSearchContext(Iterable<String>, String, int, HttpServletRequest, int) - Constructor for class com.atlassian.confluence.search.contentnames.ContentNameSearchContext
 
ContentNameSearcher - Interface in com.atlassian.confluence.search.contentnames
Search for Confluence content by its name (for Pages we search title, for users, we search full names, etc.).
ContentNameSearchResult - Class in com.atlassian.confluence.search.actions.json
The json bean for performing a ContentNameSearch.
ContentNameSearchResult(String) - Constructor for class com.atlassian.confluence.search.actions.json.ContentNameSearchResult
 
ContentNameSearchSection - Class in com.atlassian.confluence.search.contentnames
Defines a section in the results of the quick nav dropdown.
ContentNameSearchSection(Integer, List<ContentNameMatch>) - Constructor for class com.atlassian.confluence.search.contentnames.ContentNameSearchSection
 
ContentNameSearchSectionSpec - Interface in com.atlassian.confluence.search.contentnames
Specifies how a ContentNameSearchSection is populated.
ContentNameSearchSectionSpecModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
Content name search section spec module descriptor.
ContentNameSearchSectionSpecModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.ContentNameSearchSectionSpecModuleDescriptor
 
ContentNameSearchSectionSpecsProvider - Class in com.atlassian.confluence.internal.search.contentnames.v2
Provides a map of ContentNameSearchSectionSpec that are available in the system.
ContentNameSearchSectionSpecsProvider(Supplier<Map<Category, ContentNameSearchSectionSpec>>, PluginAccessor) - Constructor for class com.atlassian.confluence.internal.search.contentnames.v2.ContentNameSearchSectionSpecsProvider
 
ContentNameSearchSectionsProvider - Interface in com.atlassian.confluence.search.contentnames
This interface must be implemented by plugins who wish to include results in the Confluence quick nav.
ContentNameSearchSectionsProviderModuleDescriptor - Class in com.atlassian.confluence.impl.search.contentnames
 
ContentNameSearchSectionsProviderModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.impl.search.contentnames.ContentNameSearchSectionsProviderModuleDescriptor
 
ContentNameSearchService - Interface in com.atlassian.confluence.search.contentnames
An search service that will take a query String and apply it as a search across the 'universal title' field within the Confluence search index.
ContentNavigationContext(AbstractPage, String, String, ThemeHelper) - Constructor for class com.atlassian.confluence.impl.util.DecoratorUtil.ContentNavigationContext
 
ContentNode - Class in com.atlassian.confluence.pages
 
ContentNode() - Constructor for class com.atlassian.confluence.pages.ContentNode
 
ContentNode(Page) - Constructor for class com.atlassian.confluence.pages.ContentNode
 
ContentNotificationAddedEvent - Class in com.atlassian.confluence.event.events.content.mail.notification
 
ContentNotificationAddedEvent(Object, Notification) - Constructor for class com.atlassian.confluence.event.events.content.mail.notification.ContentNotificationAddedEvent
 
ContentNotificationEvent - Class in com.atlassian.confluence.event.events.content.mail.notification
Represents an abstraction of content (page/blogs) watch events.
ContentNotificationEvent(Object, Notification) - Constructor for class com.atlassian.confluence.event.events.content.mail.notification.ContentNotificationEvent
 
ContentNotificationRemovedEvent - Class in com.atlassian.confluence.event.events.content.mail.notification
 
ContentNotificationRemovedEvent(Object, Notification) - Constructor for class com.atlassian.confluence.event.events.content.mail.notification.ContentNotificationRemovedEvent
 
ContentOnlyReIndexSupport - Class in com.atlassian.confluence.search
Reindex support for content only (excludes attachments and users).
ContentOnlyReIndexSupport() - Constructor for class com.atlassian.confluence.search.ContentOnlyReIndexSupport
 
ContentPermission - Class in com.atlassian.confluence.security
Allows a user to lock content against editing and/or viewing by other users.
ContentPermission() - Constructor for class com.atlassian.confluence.security.ContentPermission
This has to be public because the ReflectiveObjectPersister requires public default constructors.
ContentPermission(ContentPermission) - Constructor for class com.atlassian.confluence.security.ContentPermission
Copy constructor.
ContentPermission(String, String, ConfluenceUser) - Constructor for class com.atlassian.confluence.security.ContentPermission
 
ContentPermission(String, String, String) - Constructor for class com.atlassian.confluence.security.ContentPermission
ContentPermissionAddedEvent - Class in com.atlassian.confluence.event.events.internal.security
Event is triggered when permission is added to content
ContentPermissionAddedEvent(ContentEntityObject, ContentPermission) - Constructor for class com.atlassian.confluence.event.events.internal.security.ContentPermissionAddedEvent
 
ContentPermissionCalculator - Interface in com.atlassian.confluence.search.v2
Calculates encoded string of content permission.
contentPermissionChangeCommand(ContentCommandSupport, ContentService, SpaceFilteringService) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandsConfiguration
 
ContentPermissionChangeCommand - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands
Handling content permission change for current content and descendants content as well This will listen on event ContentPermissionEvent and ContentTreePermissionReindexEvent
ContentPermissionChangeCommand(ContentCommandSupport, ContentService, SpaceFilteringService) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentPermissionChangeCommand
 
contentPermissionDao - Variable in class com.atlassian.confluence.impl.security.content.DefaultContentPermissionManager
 
ContentPermissionDao - Interface in com.atlassian.confluence.core.persistence
 
ContentPermissionDaoInternal - Interface in com.atlassian.confluence.internal.persistence
Dao for ContentPermissions.
ContentPermissionEvent - Class in com.atlassian.confluence.event.events.security
Event triggered when the permissions change on an ContentEntityObject.
ContentPermissionEvent(Object, ContentEntityObject, ContentPermission) - Constructor for class com.atlassian.confluence.event.events.security.ContentPermissionEvent
 
ContentPermissionEvent(Object, ContentEntityObject, ContentPermission, boolean) - Constructor for class com.atlassian.confluence.event.events.security.ContentPermissionEvent
 
ContentPermissionExtractorHelper - Class in com.atlassian.confluence.impl.search.v2.extractor
A utility class for helping with the extraction and indexing of content permissions.
ContentPermissionExtractorHelper() - Constructor for class com.atlassian.confluence.impl.search.v2.extractor.ContentPermissionExtractorHelper
 
ContentPermissionHibernateDao - Class in com.atlassian.confluence.core.persistence.hibernate
 
ContentPermissionHibernateDao() - Constructor for class com.atlassian.confluence.core.persistence.hibernate.ContentPermissionHibernateDao
 
contentPermissionManager - Variable in class com.atlassian.confluence.pages.actions.AbstractPageAwareAction
 
contentPermissionManager - Variable in class it.com.atlassian.confluence.struts.AbstractInjectableActionTest
 
ContentPermissionManager - Interface in com.atlassian.confluence.core
 
ContentPermissionManagerInternal - Interface in com.atlassian.confluence.internal
Internal interface for content permission manager
ContentPermissionProvider - Interface in com.atlassian.confluence.content.service.page
An interface implemented by a class that can provide ContentPermissions.
ContentPermissionRemovedEvent - Class in com.atlassian.confluence.event.events.internal.security
Event is triggered when permission is removed from content
ContentPermissionRemovedEvent(ContentEntityObject, ContentPermission) - Constructor for class com.atlassian.confluence.event.events.internal.security.ContentPermissionRemovedEvent
 
ContentPermissionsAuditListener - Class in com.atlassian.confluence.impl.audit.listener
Audit listener for content permission events.
ContentPermissionsAuditListener(AuditHandlerService, AuditService, AuditHelper, StandardAuditResourceTypes, PageManager, SpaceManager, AuditingContext) - Constructor for class com.atlassian.confluence.impl.audit.listener.ContentPermissionsAuditListener
 
ContentPermissionsBulkExtractor - Class in com.atlassian.confluence.impl.search.v2.extractor
Extracts the content permissions set on searchable objects.
ContentPermissionsBulkExtractor(ContentPermissionSetDaoInternal) - Constructor for class com.atlassian.confluence.impl.search.v2.extractor.ContentPermissionsBulkExtractor
 
ContentPermissionSchemaHelper - Class in com.atlassian.confluence.impl.core.persistence.hibernate.schema
A helper class for ConfluenceSchemaCreator to get content permission constraints
ContentPermissionSchemaHelper() - Constructor for class com.atlassian.confluence.impl.core.persistence.hibernate.schema.ContentPermissionSchemaHelper
 
contentPermissionsCopy() - Method in class com.atlassian.confluence.security.ContentPermissionSet
Retrieve a copy of the content permissions.
ContentPermissionSearchUtils - Class in com.atlassian.confluence.impl.search.v2.lucene
 
ContentPermissionSearchUtils() - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.ContentPermissionSearchUtils
 
ContentPermissionSet - Class in com.atlassian.confluence.security
This is a container for ContentPermissions linked to some ContentEntityObject.
ContentPermissionSet() - Constructor for class com.atlassian.confluence.security.ContentPermissionSet
 
ContentPermissionSet(String, ContentEntityObject) - Constructor for class com.atlassian.confluence.security.ContentPermissionSet
 
ContentPermissionSetDao - Interface in com.atlassian.confluence.security.persistence.dao
 
ContentPermissionSetDaoInternal - Interface in com.atlassian.confluence.internal.security.persistence
Dao for ContentPermissionSets.
ContentPermissionSetFieldMapping - Class in com.atlassian.confluence.plugins.index.api.mapping
Field mapping for a field containing ContentPermissionSet which can be queried with ContentPermissionsQuery.
ContentPermissionSetFieldMapping(String) - Constructor for class com.atlassian.confluence.plugins.index.api.mapping.ContentPermissionSetFieldMapping
 
ContentPermissionsExtractor - Class in com.atlassian.confluence.impl.search.v2.extractor
Extracts the content permissions set on a searchable object.
ContentPermissionsExtractor() - Constructor for class com.atlassian.confluence.impl.search.v2.extractor.ContentPermissionsExtractor
 
ContentPermissionsFilter - Class in com.atlassian.confluence.impl.search.v2.lucene.filter
Lucene Filter that filters out indexed documents the user is not permitted to search on or to see as a search result.
ContentPermissionsFilter() - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.filter.ContentPermissionsFilter
 
ContentPermissionsFilter(UserKey, Iterable<String>) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.filter.ContentPermissionsFilter
 
ContentPermissionsFilter(User, Iterable<String>) - Constructor for class com.atlassian.confluence.impl.search.v2.lucene.filter.ContentPermissionsFilter
Deprecated.
ContentPermissionsQuery - Class in com.atlassian.confluence.search.v2.query
 
ContentPermissionsQuery.Builder - Class in com.atlassian.confluence.search.v2.query
 
ContentPermissionsQueryFactory - Interface in com.atlassian.confluence.search.v2
This factory creates a new ContentPermissionsQuery instance if the user is not a superuser
ContentPermissionsQueryMapper - Class in com.atlassian.confluence.impl.search.v2.mappers
 
ContentPermissionsQueryMapper() - Constructor for class com.atlassian.confluence.impl.search.v2.mappers.ContentPermissionsQueryMapper
 
ContentPermissionSummary - Class in com.atlassian.confluence.core
Container for all information which are needed for Content permission check
ContentPermissionSummary(long, Space, ConfluenceUser) - Constructor for class com.atlassian.confluence.core.ContentPermissionSummary
 
ContentPermissionTester - Interface in com.atlassian.confluence.dmz.security
 
ContentPermissionTester - Interface in com.atlassian.confluence.security
 
ContentPermissionUtils - Class in com.atlassian.confluence.core
 
ContentPersister - Class in com.atlassian.confluence.impl.backuprestore.restore.persisters
Persists all content entity objects.
ContentPersister(ObjectPersister, ImportedObjectsStashFactory, IdMapper, ContentPersisterHelper, AncestorRecordsGenerator, OnObjectsProcessingHandler) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.persisters.ContentPersister
 
ContentPersisterHelper - Class in com.atlassian.confluence.impl.backuprestore.restore.persisters
Some useful operations for Content persister.
ContentPersisterHelper(OnObjectsProcessingHandler) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.persisters.ContentPersisterHelper
 
ContentProperties - Class in com.atlassian.confluence.content
Encapsulates the properties of a content object.
ContentProperties(List<ContentProperty>) - Constructor for class com.atlassian.confluence.content.ContentProperties
You shouldn't use this directly, content properties should be managed by the ContentEntityObject.
ContentPropertiesExtractor - Class in com.atlassian.confluence.plugins.contentproperty.index.extractor
Extracts v2 API Field Descriptors from content properties associated with given content, based on a dynamic schema.
ContentPropertiesExtractor(ContentPropertyIndexSchemaManager, ContentPropertyExtractionManager, ContentPropertyFinderFactory, PluginAccessor, BatchOperationManager) - Constructor for class com.atlassian.confluence.plugins.contentproperty.index.extractor.ContentPropertiesExtractor
 
ContentPropertiesPersister - Class in com.atlassian.confluence.impl.backuprestore.restore.persisters
Persists contentProperties.
ContentPropertiesPersister(ObjectPersister, ImportedObjectsStashFactory, boolean, PersisterHelper, IdMapper) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.persisters.ContentPropertiesPersister
 
ContentProperty - Class in com.atlassian.confluence.content
 
ContentProperty() - Constructor for class com.atlassian.confluence.content.ContentProperty
 
ContentProperty(ContentProperty) - Constructor for class com.atlassian.confluence.content.ContentProperty
Copy constructor.
ContentPropertyBuilder() - Constructor for class com.atlassian.confluence.api.model.content.JsonContentProperty.ContentPropertyBuilder
 
ContentPropertyDataExporter - Class in com.atlassian.confluence.impl.backuprestore.backup.exporters
Extracts content property.
ContentPropertyDataExporter(CommonDatabaseDataExporter, boolean) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.ContentPropertyDataExporter
 
ContentPropertyExtractionManager - Interface in com.atlassian.confluence.plugins.contentproperty.index.extractor
Encapsulates the logic of extracting v2 API Field Descriptors from a given JSON, based on a content property schema.
ContentPropertyExtractionManagerImpl - Class in com.atlassian.confluence.plugins.contentproperty.index.extractor
 
ContentPropertyExtractionManagerImpl() - Constructor for class com.atlassian.confluence.plugins.contentproperty.index.extractor.ContentPropertyExtractionManagerImpl
 
ContentPropertyFieldHandler - Class in com.atlassian.confluence.plugins.contentproperty.search.fields
Provides handling for the 'content.property' field in CQL.
ContentPropertyFieldHandler(ContentPropertyIndexSchemaManager, SearchPlatformConfig) - Constructor for class com.atlassian.confluence.plugins.contentproperty.search.fields.ContentPropertyFieldHandler
 
ContentPropertyFilterPreProcessor - Class in com.atlassian.confluence.impl.backuprestore.restore.preprocessing
Export from 6.x may include content properties such as synchrony related ones, which need to be filtered out on import.
ContentPropertyFilterPreProcessor - Class in com.atlassian.confluence.importexport.impl
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.3.0
ContentPropertyFilterPreProcessor(Set<String>) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.preprocessing.ContentPropertyFilterPreProcessor
 
ContentPropertyFilterPreProcessor(Set<String>) - Constructor for class com.atlassian.confluence.importexport.impl.ContentPropertyFilterPreProcessor
Deprecated.
 
ContentPropertyFinderFactory - Class in com.atlassian.confluence.plugins.contentproperty
ContentPropertyFinderFactory(ContentService, PaginationService, CustomContentManager, PermissionManager, JsonPropertyFactory, TransactionalHostContextAccessor, DraftManager) - Constructor for class com.atlassian.confluence.plugins.contentproperty.ContentPropertyFinderFactory
 
ContentPropertyFinderPermissionCheck - Enum Class in com.atlassian.confluence.plugins.contentproperty
Indicate whether to do permission check for queries in ContentPropertyFinderImpl
ContentPropertyIndexSchema - Class in com.atlassian.confluence.plugins.contentproperty.index.schema
Read-only view of content property index schema.
ContentPropertyIndexSchema(Multimap<String, ContentPropertySchemaField>) - Constructor for class com.atlassian.confluence.plugins.contentproperty.index.schema.ContentPropertyIndexSchema
 
ContentPropertyIndexSchemaManager - Interface in com.atlassian.confluence.plugins.contentproperty.index.schema
Access point for information about content properties dynamic index schema.
ContentPropertyIndexSchemaManagerImpl - Class in com.atlassian.confluence.plugins.contentproperty.index.schema
Dynamically constructs a content property index schema based on enabled modules ContentPropertyIndexSchema.
ContentPropertyIndexSchemaManagerImpl(PluginAccessor) - Constructor for class com.atlassian.confluence.plugins.contentproperty.index.schema.ContentPropertyIndexSchemaManagerImpl
 
ContentPropertyIndexSchemaModuleDescriptor - Class in com.atlassian.confluence.plugins.contentproperty.index.config
Exposes read content property index schema as a module, bound to an add-on lifecycle.
ContentPropertyIndexSchemaModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugins.contentproperty.index.config.ContentPropertyIndexSchemaModuleDescriptor
 
ContentPropertyIndexSchemaModuleDescriptorFactory - Class in com.atlassian.confluence.plugins.contentproperty.index.config
 
ContentPropertyIndexSchemaModuleDescriptorFactory(HostContainer) - Constructor for class com.atlassian.confluence.plugins.contentproperty.index.config.ContentPropertyIndexSchemaModuleDescriptorFactory
 
ContentPropertyManager - Interface in com.atlassian.confluence.core
This interface should be considered almost-deprecated - unless you're retrieving or modifying existing content properties that were added using a ContentPropertyManager, you should use ContentPropertyService instead.
ContentPropertyPersister - Class in com.atlassian.confluence.importexport.xmlimport.persister
Deprecated.
since 7.17.0
ContentPropertyPersister() - Constructor for class com.atlassian.confluence.importexport.xmlimport.persister.ContentPropertyPersister
Deprecated.
 
ContentPropertyPersisterFactory - Class in com.atlassian.confluence.importexport.xmlimport.persister
Deprecated.
since 7.17.0
ContentPropertyPersisterFactory() - Constructor for class com.atlassian.confluence.importexport.xmlimport.persister.ContentPropertyPersisterFactory
Deprecated.
 
ContentPropertyProvider - Class in com.atlassian.confluence.plugins.graphql.providers
A GraphQL provider for the 'properties' field of the Content entity.
ContentPropertyProvider(ContentPropertyService) - Constructor for class com.atlassian.confluence.plugins.graphql.providers.ContentPropertyProvider
 
ContentPropertyResource - Class in com.atlassian.confluence.plugins.restapi.resources
A REST resource for manipulating content properties.
ContentPropertyResource(ContentPropertyService) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.ContentPropertyResource
 
ContentPropertySchemaField - Class in com.atlassian.confluence.plugins.contentproperty.index.schema
Contains information how part of content property value (arbitrary JSON document) should be extracted into a cql field.
ContentPropertySchemaField(String, SchemaFieldType, String, String, String, String, Option<UISupport>) - Constructor for class com.atlassian.confluence.plugins.contentproperty.index.schema.ContentPropertySchemaField
 
ContentPropertySearchQueryFactory - Class in com.atlassian.confluence.plugins.contentproperty.search.query
Constructs instances of content property search queries based on given schema field type.
ContentPropertySearchQueryFactory() - Constructor for class com.atlassian.confluence.plugins.contentproperty.search.query.ContentPropertySearchQueryFactory
 
ContentPropertyService - Interface in com.atlassian.confluence.api.service.content
Provides methods for creating, reading, updating and deleting Confluence JsonContentProperty objects attached to Content objects.
ContentPropertyService.ContentPropertyFetcher - Interface in com.atlassian.confluence.api.service.content
 
ContentPropertyService.ContentPropertyFinder - Interface in com.atlassian.confluence.api.service.content
 
ContentPropertyService.ParameterContentPropertyFinder - Interface in com.atlassian.confluence.api.service.content
 
ContentPropertyService.SingleContentPropertyFetcher - Interface in com.atlassian.confluence.api.service.content
 
ContentPropertyService.Validator - Interface in com.atlassian.confluence.api.service.content
Provides methods for validating the create, update and delete methods.
ContentPropertyServiceImpl - Class in com.atlassian.confluence.plugins.contentproperty
Server implementation of the ContentPropertyService.
ContentPropertyServiceImpl(CustomContentManager, JsonPropertyFactory, StorageJsonPropertyManager, ContentPropertyFinderFactory, ContentPropertyService.Validator, ConfluenceIndexer) - Constructor for class com.atlassian.confluence.plugins.contentproperty.ContentPropertyServiceImpl
 
ContentPropertyValueExpressionValidator - Class in com.atlassian.confluence.plugins.contentproperty.search.fields
Encapsulates validation logic for content property query.
ContentPropertyValueExpressionValidator() - Constructor for class com.atlassian.confluence.plugins.contentproperty.search.fields.ContentPropertyValueExpressionValidator
 
ContentPurgedFromTrashEvent - Class in com.atlassian.confluence.event.events.content
Event is triggered when an AbstractPage is purged from the trash either manually or via XML-RPC
ContentPurgedFromTrashEvent(AbstractPage) - Constructor for class com.atlassian.confluence.event.events.content.ContentPurgedFromTrashEvent
 
ContentQuerier - Interface in com.atlassian.confluence.internal.content.bodycontentquerier
 
ContentQuery<T> - Class in com.atlassian.confluence.content
A query to be performed against the underlying database to retrieve some content.
ContentQuery(String, Object...) - Constructor for class com.atlassian.confluence.content.ContentQuery
 
ContentReconciliationManager - Interface in com.atlassian.confluence.internal.content.collab
Responsible for triggering and managing content reconciliation for different save operations.
ContentRemigrationAction - Class in com.atlassian.confluence.content.render.xhtml.migration.macro
Content migration action displays a count of the number of pages with unmigrated macros and provides access to the MacroMigrationService to migrate them.
ContentRemigrationAction() - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.macro.ContentRemigrationAction
 
contentRemoveCommand(ContentCommandSupport, ContentService, SpaceFilteringService) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandsConfiguration
 
ContentRemoveCommand - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands
A command which handles common space content Remove events (PageRemoveEvent, BlogPostRemoveEvent, CommentRemoveEvent)
ContentRemoveCommand(ContentCommandSupport, ContentService, SpaceFilteringService) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentRemoveCommand
 
ContentRepresentation - Class in com.atlassian.confluence.api.model.content
Enumeration of the different built-in ways that Confluence content bodies can be represented.
ContentRepresentation - Enum Class in com.atlassian.confluence.legacyapi.model.content
Deprecated.
since 7.0.1 , use ContentRepresentation
ContentResource - Class in com.atlassian.confluence.plugins.restapi.resources
REST wrapper for the ContentService.
ContentResource(ContentService, SpaceService, ContentMacroService, ContentTrashService, CQLSearchService, ContentDraftService, ObjectMapperProvider, ConfluenceScopesRequestCache, PersonService, CustomContentService) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.ContentResource
 
ContentResourcePrefetcher - Class in com.atlassian.confluence.impl.content.render.prefetch
A utility for pre-fetching and caching any resource identifier found in a piece of content.
ContentResourcePrefetcher(ResourceIdentifierExtractor, DarkFeaturesManager, Iterable<ResourcePrefetcher>) - Constructor for class com.atlassian.confluence.impl.content.render.prefetch.ContentResourcePrefetcher
 
ContentRestriction - Class in com.atlassian.confluence.api.model.permissions
This is UI and ServiceLayer representation of com.atlassian.confluence.security.ContentPermission Defines per-content level "Restrictions" (for blogposts and pages only).
ContentRestriction.ContentRestrictionBuilder - Class in com.atlassian.confluence.api.model.permissions
 
ContentRestriction.Expansions - Class in com.atlassian.confluence.api.model.permissions
Provides property names that can be used to expand ContentRestriction objects.
ContentRestrictionFactory - Class in com.atlassian.confluence.api.impl.service.permissions
ContentRestrictionFactory(PersonFactory, Supplier<ContentFactory>, NavigationService) - Constructor for class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionFactory
 
ContentRestrictionResource - Class in com.atlassian.confluence.plugins.restapi.resources
 
ContentRestrictionResource(ContentRestrictionService) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.ContentRestrictionResource
 
ContentRestrictionService - Interface in com.atlassian.confluence.api.service.permissions
 
ContentRestrictionService.Validator - Interface in com.atlassian.confluence.api.service.permissions
Validator interface.
ContentRestrictionServiceImpl - Class in com.atlassian.confluence.api.impl.service.permissions
 
ContentRestrictionServiceImpl(ContentEntityManagerInternal, ContentPermissionManager, ContentRestrictionFactory, ConfluenceUserResolver, NavigationService, ContentRestrictionService.Validator) - Constructor for class com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionServiceImpl
 
ContentRestrictionServiceImpl.MergeMode - Enum Class in com.atlassian.confluence.api.impl.service.permissions
Defines how pre-existing and passed ContentRestrictions are getting merged during mutative operations
ContentRestrictionsPageResponse - Class in com.atlassian.confluence.api.model.permissions
Special implementation of PageResponse for ContentRestriction objects.
ContentRestrictionsPageResponse.ContentRestrictionPageResponseBuilder - Class in com.atlassian.confluence.api.model.permissions
 
ContentRetentionDao - Interface in com.atlassian.confluence.impl.retention
 
ContentRevertedEvent - Class in com.atlassian.confluence.event.events.content
Event is triggered when content is reverted to previous version.
ContentRevertedEvent(ContentEntityObject, int, String) - Constructor for class com.atlassian.confluence.event.events.content.ContentRevertedEvent
 
contents(String, String, String, int, int) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpaceResource
 
ContentSearch - Class in com.atlassian.confluence.search.v2
Represents a search against Confluence content.
ContentSearch(SearchQuery, SearchSort) - Constructor for class com.atlassian.confluence.search.v2.ContentSearch
Deprecated, for removal: This API element is subject to removal in a future version.
ContentSearch(SearchQuery, SearchSort, int, int) - Constructor for class com.atlassian.confluence.search.v2.ContentSearch
Deprecated, for removal: This API element is subject to removal in a future version.
ContentSearch(List<Index>, SearchQuery, SearchSort, int, int) - Constructor for class com.atlassian.confluence.search.v2.ContentSearch
Deprecated, for removal: This API element is subject to removal in a future version.
ContentSearch.Builder - Class in com.atlassian.confluence.search.v2
 
contentSearchIndexAccessor() - Method in class com.atlassian.confluence.spring.index.OpenSearchSubsystemConfig
 
ContentSearchResult - Class in com.atlassian.confluence.api.model.search
 
ContentSecurityPolicyProvider - Class in com.atlassian.confluence.impl.security
 
ContentSecurityPolicyProvider(NonceService) - Constructor for class com.atlassian.confluence.impl.security.ContentSecurityPolicyProvider
 
ContentSelector - Class in com.atlassian.confluence.api.model.content
Identifies a Content instance with a specific status and version.
ContentSelector.ContentSelectorBuilder - Class in com.atlassian.confluence.api.model.content
 
contentService - Variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.AbstractLabelCommand
 
contentService - Variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.AbstractLikeCommand
 
contentService - Variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentUpdateCommand
 
contentService() - Method in class com.atlassian.confluence.plugins.like.spring.SpringConfiguration
 
ContentService - Interface in com.atlassian.confluence.api.service.content
Provides methods for creating, reading, updating and deleting Confluence Content objects such as Pages, BlogPosts and Comments.
ContentService - Interface in com.atlassian.confluence.legacyapi.service.content
Deprecated.
since 7.0.1 use ContentService and ContentLabelService where applicable
ContentService.ContentFetcher - Interface in com.atlassian.confluence.api.service.content
A content fetcher that also allows fetching many, this exists as a separate interface to allow the type system to only offer fetchMany methods when appropriate.
ContentService.ContentFinder - Interface in com.atlassian.confluence.api.service.content
A finder for locating content
ContentService.ParameterContentFinder - Interface in com.atlassian.confluence.api.service.content
A content finder allowing various parameters to be set to restrict the fetched content.
ContentService.SingleContentFetcher - Interface in com.atlassian.confluence.api.service.content
 
ContentService.Validator - Interface in com.atlassian.confluence.api.service.content
Provides methods for validating the create, update and delete methods.
ContentServiceImpl - Class in com.atlassian.confluence.api.impl.service.content
Server implementation of the ContentService.
ContentServiceImpl(PermissionManager, ContentFactory, ContentFinderFactory, ContentTrashService, ApiSupportProvider, ContentEntityManagerInternal, UserChecker, Supplier<TouchRelationSupport>, LicenseService) - Constructor for class com.atlassian.confluence.api.impl.service.content.ContentServiceImpl
 
ContentServiceImpl.ValidatorImpl - Class in com.atlassian.confluence.api.impl.service.content
 
contentStatus(List<ContentStatus>) - Method in class com.atlassian.confluence.api.model.search.SearchContext.Builder
 
ContentStatus - Class in com.atlassian.confluence.api.model.content
The state of a piece of content.
contentStatuses() - Method in class com.atlassian.confluence.api.model.search.SearchContext
 
ContentStatusQuery - Class in com.atlassian.confluence.search.v2.query
SearchQuery which matches content by their content status.
ContentStatusQuery(ContentStatus...) - Constructor for class com.atlassian.confluence.search.v2.query.ContentStatusQuery
 
ContentStatusQuery(Collection<ContentStatus>) - Constructor for class com.atlassian.confluence.search.v2.query.ContentStatusQuery
Constructs a SearchQuery which matches content by their content statuses.
ContentSubscriptionEventType - Class in com.atlassian.confluence.internal.api.incrementalsync.model.contentmanagement
Subscription event class to hold subscription event type for content incremental sync
ContentSubscriptionEventType(String) - Constructor for class com.atlassian.confluence.internal.api.incrementalsync.model.contentmanagement.ContentSubscriptionEventType
 
contentSubscriptionEventTypeFactory(CustomContentProviderRegistry) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.IncrementalSyncServiceConfiguration
 
ContentSubscriptionEventTypeFactory - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement
Factory class responsible for managing and providing ContentSubscriptionEventType instances for content incremental synchronization subscription.
ContentSubscriptionEventTypeFactory(CustomContentProviderRegistry) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentSubscriptionEventTypeFactory
 
ContentSubscriptionRequest - Class in com.atlassian.confluence.plugins.restapi.rvsync.resources.model
Request class for subscribing to content management incremental sync
ContentSubscriptionRequest() - Constructor for class com.atlassian.confluence.plugins.restapi.rvsync.resources.model.ContentSubscriptionRequest
 
ContentSubscriptionRequest(List<String>) - Constructor for class com.atlassian.confluence.plugins.restapi.rvsync.resources.model.ContentSubscriptionRequest
 
ContentSubscriptionSpec - Class in com.atlassian.confluence.internal.api.incrementalsync.model.contentmanagement
Specification class for defining and configuring subscription parameters for content incremental sync
ContentSubscriptionSpec(Set<ContentSubscriptionEventType>) - Constructor for class com.atlassian.confluence.internal.api.incrementalsync.model.contentmanagement.ContentSubscriptionSpec
 
contentsWithType(String, String, int, String, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpaceResource
 
contentsWithType(String, String, String, String, int, int, UriInfo) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpaceResource
 
ContentTemplate - Class in com.atlassian.confluence.api.model.content.template
Model object for CRUD operation on template.
ContentTemplate.ContentTemplateBuilder - Class in com.atlassian.confluence.api.model.content.template
 
ContentTemplate.Expansions - Class in com.atlassian.confluence.api.model.content.template
 
ContentTemplateFactory - Interface in com.atlassian.confluence.api.impl.service.content.factory
Deprecated.
since 7.20 use ContentTemplateFactory
ContentTemplateFactory - Interface in com.atlassian.confluence.pages.templates
 
contentTemplateId() - Method in class com.atlassian.confluence.api.model.content.template.ContentBlueprintSpec
 
contentTemplateId(ContentTemplateId) - Method in class com.atlassian.confluence.api.model.content.template.ContentBlueprintSpec.ContentBlueprintSpecBuilder
 
ContentTemplateId - Class in com.atlassian.confluence.api.model.content.template
Model class for Content Template Id Similar to ContentBlueprintId, defines a content template.
ContentTemplateId.ContentTemplateIdWithId - Class in com.atlassian.confluence.api.model.content.template
Content template resolved by Id
ContentTemplateId.ContentTemplateIdWithKeys - Class in com.atlassian.confluence.api.model.content.template
Content template resolved by full Module Key and Space Key
ContentTemplateId.ContentTemplateIdWithUUID - Class in com.atlassian.confluence.api.model.content.template
Content template resolved by UUID
ContentTemplateMatchers - Class in com.atlassian.confluence.api.testsupport.matchers.model.content.template
Matchers for ContentTemplate
ContentTemplateNameMatcher - Class in com.atlassian.confluence.api.testsupport.matchers.model.content.template
ContentTemplateNameMatcher
ContentTemplateService - Interface in com.atlassian.confluence.api.service.content.template
This is the interface contains all the methods common between Page and Blueprint template service.
ContentTemplateService.ParameterTemplateFinder - Interface in com.atlassian.confluence.api.service.content.template
 
ContentTemplateService.TemplateFinder - Interface in com.atlassian.confluence.api.service.content.template
 
ContentTemplateService.Validator - Interface in com.atlassian.confluence.api.service.content.template
 
ContentTemplateType - Class in com.atlassian.confluence.api.model.content.template
Represents a type of template, such as Page or Blueprint, This class is a simple wrapper around a string.
ContentTooLongException - Exception Class in com.atlassian.confluence.api.service.exceptions
TODO replace with httpcore exception of the same name when that's widely available to plugins
ContentTooLongException(String) - Constructor for exception class com.atlassian.confluence.api.service.exceptions.ContentTooLongException
 
ContentToSidMapId - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain
Compound key which includes content id and sid id.
ContentToSidMapId() - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.ContentToSidMapId
 
ContentToSidMapId(long, long) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.ContentToSidMapId
 
ContentToSidMappingCalculator - Class in com.atlassian.confluence.security.denormalisedpermissions.impl.content
Calculator which analyses real permissions and build a collections of relations between pages and sids.
ContentToSidMappingCalculator(RealContentAndPermissionsDao, DenormalisedSidManager) - Constructor for class com.atlassian.confluence.security.denormalisedpermissions.impl.content.ContentToSidMappingCalculator
 
ContentTransformerFactory - Interface in com.atlassian.confluence.content.render.xhtml.storage
Interface of a factory class that creates Transformer objects, typically used by macro developers to obtain and optionally modify macro tags (as MacroDefinition objects) in a page of macro body content.
ContentTrashService - Interface in com.atlassian.confluence.api.service.content
Controls trashing, restoring and purging Content from the instance.
ContentTrashService.Validator - Interface in com.atlassian.confluence.api.service.content
Provides methods for validating the trash, restore and purge methods.
ContentTrashServiceImpl - Class in com.atlassian.confluence.api.impl.service.content
Default implementations of ContentTrashService.
ContentTrashServiceImpl(PageManager, PermissionManager, PageService, BlogPostService, CommentService, Supplier<ContentService>, SpaceManager, AttachmentManager, TrashManager, ModelFactory<ContentEntityObject, Content>, SpacePermissionManager) - Constructor for class com.atlassian.confluence.api.impl.service.content.ContentTrashServiceImpl
 
ContentTree - Class in com.atlassian.confluence.legacyapi.model.content
Deprecated.
since 7.0.1 , use Content
ContentTree - Class in com.atlassian.confluence.pages
A graph of ContentNode.
ContentTree() - Constructor for class com.atlassian.confluence.pages.ContentTree
 
ContentTree(PartialList<ContentTree>, Content) - Constructor for class com.atlassian.confluence.legacyapi.model.content.ContentTree
Deprecated.
 
ContentTree(ContentNode) - Constructor for class com.atlassian.confluence.pages.ContentTree
Create a ContentTree with only a single root nodel
ContentTree(List<ContentNode>) - Constructor for class com.atlassian.confluence.pages.ContentTree
 
ContentTreePermissionReindexEvent - Class in com.atlassian.confluence.event.events.permission
This event is fired by DefaultContentPermissionManager when the permissions of some content (page, attachment, comment, file comment) have been changed and require a reindex.
ContentTreePermissionReindexEvent(Object, ContentEntityObject) - Constructor for class com.atlassian.confluence.event.events.permission.ContentTreePermissionReindexEvent
 
ContentTreePermissionReindexEventBackgroundSender - Class in com.atlassian.confluence.impl.content
Iterates over all descendants (including pages, comments, attachments, drafts etc) and sends ContentTreePermissionReindexEvent for each item.
ContentTreePermissionReindexEventBackgroundSender(PageManagerInternal, AttachmentManager, EventPublisher, BackgroundJobService, PlatformTransactionManager) - Constructor for class com.atlassian.confluence.impl.content.ContentTreePermissionReindexEventBackgroundSender
 
contentType() - Method in interface com.atlassian.confluence.content.datasource.ResourceModuleDescriptor
 
contentType() - Method in interface com.atlassian.confluence.core.PluginDataSourceFactory.ResourceView
Deprecated.
 
contentType(ContentType) - Method in class com.atlassian.confluence.impl.retention.rules.DeletedHistoricalVersion.Builder
 
ContentType - Class in com.atlassian.confluence.api.model.content
Represents a type of content.
ContentType - Class in com.atlassian.confluence.legacyapi.model.content
Deprecated.
since 7.0.1 , use ContentType
ContentType - Enum Class in com.atlassian.confluence.impl.retention.rules
 
ContentType - Interface in com.atlassian.confluence.content
Interface for defining a pluggable content type.
ContentTypeApiSupport<T> - Interface in com.atlassian.confluence.content.apisupport
Interface providing extensible content type support in the api
ContentTypeApiSupportProvider - Class in com.atlassian.confluence.content.apisupport
Provides ContentTypeApiSupports that are either bundled, or registered with OSGi
ContentTypeApiSupportProvider(List<Supplier<ContentTypeApiSupport>>, ContentTypeManager) - Constructor for class com.atlassian.confluence.content.apisupport.ContentTypeApiSupportProvider
 
ContentTypeAware - Interface in com.atlassian.confluence.core
Used to mark classes that expose a content type
ContentTypeEnum - Enum Class in com.atlassian.confluence.search.service
An enum representing the different content types that may be specified in a search.
ContentTypeEnumProperty - Class in com.atlassian.confluence.importexport.xmlimport.model
Deprecated.
since 7.17.0.
ContentTypeEnumProperty(String, String) - Constructor for class com.atlassian.confluence.importexport.xmlimport.model.ContentTypeEnumProperty
Deprecated.
 
ContentTypeEnumUserType - Class in com.atlassian.confluence.core.persistence.hibernate
Converts ContentTypeEnums to and from strings in the DB.
ContentTypeEnumUserType() - Constructor for class com.atlassian.confluence.core.persistence.hibernate.ContentTypeEnumUserType
 
contentTypeFilters(Set<ContentTypeEnum>) - Method in class com.atlassian.confluence.dmz.relations.query.RelationQuery.Builder
 
ContentTypeManager - Interface in com.atlassian.confluence.content
 
ContentTypeModuleDescriptor - Class in com.atlassian.confluence.content
Module descriptor for pluggable content types.
ContentTypeModuleDescriptor(ModuleFactory, ApiSupportProvider) - Constructor for class com.atlassian.confluence.content.ContentTypeModuleDescriptor
 
ContentTypeModuleResolver - Interface in com.atlassian.confluence.impl.content
Providers oprations for locating ContentTypeModuleDescriptors and their ContentTypes.
contentTypeParam - Variable in class com.atlassian.confluence.macro.ContentFilteringMacro
Parameter to handle content type filtering.
ContentTypeParameter - Class in com.atlassian.confluence.macro.query.params
Presents content type parameters as ContentTypeQuery or CustomContentTypeQuery implementations.
ContentTypeParameter() - Constructor for class com.atlassian.confluence.macro.query.params.ContentTypeParameter
 
ContentTypeParameter(String) - Constructor for class com.atlassian.confluence.macro.query.params.ContentTypeParameter
 
ContentTypeParameter(List<String>, String) - Constructor for class com.atlassian.confluence.macro.query.params.ContentTypeParameter
 
ContentTypeQuery - Class in com.atlassian.confluence.search.v2.query
Search for content of a particular type.
ContentTypeQuery(ContentTypeEnum) - Constructor for class com.atlassian.confluence.search.v2.query.ContentTypeQuery
Search for a particular type of content
ContentTypeQuery(Collection<ContentTypeEnum>) - Constructor for class com.atlassian.confluence.search.v2.query.ContentTypeQuery
Search for content that is one of the provided types
contentTypes - Variable in class com.atlassian.confluence.rest.client.AbstractRemoteContentService.AbstractRemoteContentFinder
 
contentTypeScoreExtractor - Static variable in class com.atlassian.confluence.impl.search.v2.score.AbstractScoreFunctionFactory
 
ContentTypesDisplayMapper - Class in com.atlassian.confluence.util.actions
Map Confluence content types to display information such as a CSS type or an Icon URL.
ContentTypesDisplayMapper(UserProfilePictureAccessor, ConfluenceUserResolver, ContentUiSupport<?>) - Constructor for class com.atlassian.confluence.util.actions.ContentTypesDisplayMapper
 
ContentTypeSearchDescriptor - Interface in com.atlassian.confluence.search.plugin
 
contentUiSupport - Variable in class com.atlassian.confluence.core.ConfluenceActionSupport
 
ContentUiSupport<T> - Interface in com.atlassian.confluence.content.ui
Provides metadata about content objects that might be useful in the web tier: the location of icons, relevant CSS classes, links and so on.
contentUpdateCommand(ContentCommandSupport, ContentService, SpaceFilteringService) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandsConfiguration
 
ContentUpdateCommand - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands
A command which handles common space content update events (PageUpdateEvent, BlogPostUpdateEvent, CommentUpdateEvent, PageMoveEvent)
ContentUpdateCommand(ContentCommandSupport, ContentService, SpaceFilteringService) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentUpdateCommand
 
ContentUpdatedEvent - Class in com.atlassian.confluence.event.events.content.page.synchrony
Triggered when a change to content has been made.
ContentUpdatedEvent(ConfluenceUser, ContentId, ContentStatus, String, String, PageUpdateTrigger) - Constructor for class com.atlassian.confluence.event.events.content.page.synchrony.ContentUpdatedEvent
 
ContentUserKeyExtractor - Class in com.atlassian.confluence.importexport.impl
Provides services for extracting UserKeys from the body content of ContentEntityObjects.
ContentUserKeyExtractor(StorageFormatUserRewriter) - Constructor for class com.atlassian.confluence.importexport.impl.ContentUserKeyExtractor
 
ContentUserKeyUpdater<T> - Interface in com.atlassian.confluence.impl.backuprestore.userkeyupdate
Defined this as an interface as we might want to change the way we would want to update the userKeys in the bodyContent.
ContentUtils - Class in com.atlassian.confluence.util
 
ContentUtils() - Constructor for class com.atlassian.confluence.util.ContentUtils
 
ContentVersionResource - Class in com.atlassian.confluence.plugins.restapi.experimental.resources
 
ContentVersionResource - Class in com.atlassian.confluence.plugins.restapi.resources
 
ContentVersionResource(ContentVersionService) - Constructor for class com.atlassian.confluence.plugins.restapi.experimental.resources.ContentVersionResource
 
ContentVersionResource(ContentVersionService) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.ContentVersionResource
 
ContentVersionService - Interface in com.atlassian.confluence.api.service.content
ContentVersionService supports find, restore and delete operations on versions of content.
ContentVersionService.ParameterVersionFinder - Interface in com.atlassian.confluence.api.service.content
Finder interface that allows to fetchMany(PageRequest) operation
ContentVersionService.Validator - Interface in com.atlassian.confluence.api.service.content
Validator provide validation on operations of this service.
ContentVersionService.VersionFinder - Interface in com.atlassian.confluence.api.service.content
Finder interface that allows to fetchOne() to find A versioned content.
ContentVersionServiceImpl - Class in com.atlassian.confluence.api.impl.service.content
Implement ContentVersionService
ContentVersionServiceImpl(VersionFinderFactory, ContentEntityManagerInternal, PermissionManager, VersionFactory, ContentFactory) - Constructor for class com.atlassian.confluence.api.impl.service.content.ContentVersionServiceImpl
 
ContentWatch - Class in com.atlassian.confluence.api.model.watch
 
ContentWatch(User, ContentId) - Constructor for class com.atlassian.confluence.api.model.watch.ContentWatch
 
ContentWatch.ContentWatchBuilder - Class in com.atlassian.confluence.api.model.watch
 
ContentWatchBuilder() - Constructor for class com.atlassian.confluence.api.model.watch.ContentWatch.ContentWatchBuilder
 
ContentWatcherResource - Class in com.atlassian.confluence.plugins.restapi.resources
 
ContentWatcherResource(WatchService) - Constructor for class com.atlassian.confluence.plugins.restapi.resources.ContentWatcherResource
 
ContentWatchesResource - Class in com.atlassian.confluence.plugins.rest.jackson2.resources
 
ContentWatchesResource(NotificationManager, ContentEntityManager) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.resources.ContentWatchesResource
 
ContentWatchWithName - Class in com.atlassian.confluence.api.testsupport.model.watch
 
ContentWatchWithName(String, ContentWatch) - Constructor for class com.atlassian.confluence.api.testsupport.model.watch.ContentWatchWithName
 
ContentWithTasksWorkSource - Class in com.atlassian.confluence.content.render.xhtml.migration
A work source that provides batches of ContentEntityObjects that have XHTML formatted bodies.
ContentWithTasksWorkSource(PageManager, int) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.ContentWithTasksWorkSource
 
context - Static variable in class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
Deprecated.
 
context - Variable in class com.atlassian.confluence.impl.importexport.Importer
Deprecated.
 
context - Variable in class com.atlassian.confluence.importexport.Exporter
Deprecated.
 
context - Variable in class com.atlassian.confluence.plugins.templates.actions.AbstractEditPageTemplateAction
 
context(Map<String, Object>) - Method in class com.atlassian.confluence.api.model.content.template.ContentBlueprintSpec.ContentBlueprintSpecBuilder
 
Context(Progress) - Constructor for class com.atlassian.confluence.internal.index.AbstractReindexer.Context
 
Context(Progress, AbstractReindexer.Context.Executor, AbstractReindexer.Context.Executor) - Constructor for class com.atlassian.confluence.internal.index.AbstractReindexer.Context
 
CONTEXT_KEY - Static variable in class com.atlassian.confluence.plugin.descriptor.web.conditions.TinyUrlSupportedCondition
 
CONTEXT_KEY - Static variable in class com.atlassian.confluence.plugin.descriptor.web.conditions.ViewingContentCondition
 
CONTEXT_KEY_ATTACHMENT - Static variable in interface com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
 
CONTEXT_KEY_COMMENT - Static variable in interface com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
 
CONTEXT_KEY_CONTENT_DRAFT - Static variable in interface com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
Deprecated.
since 5.9
CONTEXT_KEY_DRAFT - Static variable in interface com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
Deprecated.
since 5.9
CONTEXT_KEY_EDIT_PAGE_RESTRICTED - Static variable in interface com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
Deprecated.
since 5.9
CONTEXT_KEY_HELPER - Static variable in class com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition
 
CONTEXT_KEY_HELPER - Static variable in class com.atlassian.confluence.plugin.descriptor.web.ConfluenceWebInterfaceManager
Deprecated.
since 2.8 see WebInterfaceContext
CONTEXT_KEY_LABEL - Static variable in interface com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
 
CONTEXT_KEY_PAGE - Static variable in interface com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
 
CONTEXT_KEY_PARENT_PAGE - Static variable in interface com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
 
CONTEXT_KEY_PERSONAL_INFORMATION - Static variable in interface com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
 
CONTEXT_KEY_SPACE - Static variable in interface com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
 
CONTEXT_KEY_SPACE_ID - Static variable in interface com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
 
CONTEXT_KEY_SPACE_KEY - Static variable in interface com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
 
CONTEXT_KEY_TARGET_USER - Static variable in interface com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
 
CONTEXT_KEY_USER - Static variable in interface com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
 
CONTEXT_LEADER - Static variable in class com.atlassian.confluence.impl.logging.LoggingContextRenderer
 
CONTEXT_PATH_KEY - Static variable in class com.atlassian.confluence.util.RequestCacheThreadLocal
 
ContextBlockMarkingDiffPostProcessor - Class in com.atlassian.confluence.diff
A DiffPostProcessor that will mark blocks of content around the diff to aid the identification of context.
ContextBlockMarkingDiffPostProcessor(String, String) - Constructor for class com.atlassian.confluence.diff.ContextBlockMarkingDiffPostProcessor
 
contextDestroyed(ServletContextEvent) - Method in class com.atlassian.confluence.impl.security.recovery.RecoveryContextListener
 
contextDestroyed(ServletContextEvent) - Method in class com.atlassian.confluence.impl.webapp.ContextShutdownThreadListener
 
contextDestroyed(ServletContextEvent) - Method in class com.atlassian.confluence.impl.webapp.spring.MainContextLoaderListener
 
contextDestroyed(ServletContextEvent) - Method in class com.atlassian.confluence.plugin.PluginFrameworkContextListener
 
contextDestroyed(ServletContextEvent) - Method in class com.atlassian.confluence.setup.ConfluenceConfigurationListener
 
contextDestroyed(ServletContextEvent) - Method in class com.atlassian.confluence.setup.ValidLicenseContextListener
 
contextInitialized(ServletContextEvent) - Method in class com.atlassian.confluence.impl.security.recovery.RecoveryContextListener
 
contextInitialized(ServletContextEvent) - Method in class com.atlassian.confluence.impl.webapp.spring.MainContextLoaderListener
 
contextInitialized(ServletContextEvent) - Method in class com.atlassian.confluence.plugin.PluginFrameworkContextListener
 
contextInitialized(ServletContextEvent) - Method in class com.atlassian.confluence.setup.ConfluenceConfigurationListener
 
contextInitialized(ServletContextEvent) - Method in class com.atlassian.confluence.setup.ValidLicenseContextListener
 
ContextItemProviderChain - Class in com.atlassian.confluence.setup.velocity
Chains a list of VelocityContextItemProviders, providing a map that is the aggregation of all providers.
ContextItemProviderChain(List<VelocityContextItemProvider>) - Constructor for class com.atlassian.confluence.setup.velocity.ContextItemProviderChain
 
contextMap(RssRenderItem<? extends T>, Timeout) - Method in class com.atlassian.confluence.rss.AbstractRenderSupport
 
ContextMap<K,V> - Interface in com.atlassian.confluence.plugin.descriptor.web
 
contextPath - Variable in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.BaseNav
 
contextPath() - Method in interface com.atlassian.confluence.api.nav.Navigation
 
contextPath() - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.RestNavigationImpl
 
ContextPath - Enum constant in enum class com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
 
contextPathHolder() - Method in class com.atlassian.confluence.plugins.like.spring.SpringConfiguration
 
ContextPathHolder - Interface in com.atlassian.confluence.core
Holds and serves the servlet context path.
contextProvider - Variable in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
 
contexts - Static variable in class com.atlassian.confluence.api.model.content.webresource.WebResourceDependencies.Expansions
 
contexts() - Method in interface com.atlassian.confluence.plugin.webresource.WebResourceDependenciesRecorder.RecordedResources
 
contexts(Iterable<String>) - Method in class com.atlassian.confluence.api.model.content.webresource.WebResourceDependencies.WebResourceDependenciesBuilder
 
ContextShutdownThreadListener - Class in com.atlassian.confluence.impl.webapp
Responsible for looking at all Java threads still running after the servlet context has been shut down, looking for any that might be blocking a clean shutdown.
ContextShutdownThreadListener() - Constructor for class com.atlassian.confluence.impl.webapp.ContextShutdownThreadListener
 
ContextUtils - Class in com.atlassian.confluence.velocity
Utilities for manipulating Velocity contexts.
contractAbsoluteReferencesInContent(SpaceContentEntityObject) - Method in interface com.atlassian.confluence.content.render.xhtml.links.LinksUpdater
A companion method to {LinksUpdater.expandRelativeReferencesInContent(SpaceContentEntityObject) that will convert any absolute references to itself to be relative.
contractAbsoluteReferencesInContent(SpaceContentEntityObject) - Method in class com.atlassian.confluence.content.render.xhtml.links.XhtmlLinksUpdater
 
contractAbsoluteReferencesInContent(List<Page>) - Method in class com.atlassian.confluence.links.DefaultRelatedContentRefactorer
Contract all links in moved pages and their referencing pages to relative links
contractAbsoluteReferencesInContent(List<Page>) - Method in interface com.atlassian.confluence.links.RelatedContentRefactorer
 
contractAbsoluteReferencesInContent(List<Page>, Space) - Method in class com.atlassian.confluence.links.DefaultRelatedContentRefactorer
contractAbsoluteReferencesInContent(List<Page>, Space) - Method in interface com.atlassian.confluence.links.RelatedContentRefactorer
contributeFields(String, Type, List<GraphQLFieldDefinition>, GraphQLTypeBuilderContext) - Method in class com.atlassian.confluence.plugins.graphql.extensions.EnrichmentExtension
 
contributeFields(String, Type, List<GraphQLFieldDefinition>, GraphQLTypeBuilderContext) - Method in class com.atlassian.confluence.plugins.graphql.providers.ChildContentProvider
 
contributeFields(String, Type, List<GraphQLFieldDefinition>, GraphQLTypeBuilderContext) - Method in class com.atlassian.confluence.plugins.graphql.providers.ContentLabelsProvider
 
contributeFields(String, Type, List<GraphQLFieldDefinition>, GraphQLTypeBuilderContext) - Method in class com.atlassian.confluence.plugins.graphql.providers.ContentPropertyProvider
 
contributeFields(String, Type, List<GraphQLFieldDefinition>, GraphQLTypeBuilderContext) - Method in class com.atlassian.confluence.plugins.graphql.providers.IconFieldsProvider
 
contributeFields(String, Type, List<GraphQLFieldDefinition>, GraphQLTypeBuilderContext) - Method in class com.atlassian.confluence.plugins.graphql.providers.UserFieldsProvider
 
contributeFields(String, Type, List<GraphQLFieldDefinition>, GraphQLTypeBuilderContext) - Method in class com.atlassian.confluence.plugins.like.graphql.LikesProvider
 
contributeTypeName(String, Type, GraphQLTypeBuilderContext) - Method in class com.atlassian.confluence.plugins.graphql.extensions.EnrichmentExtension
 
contributeTypeName(String, Type, GraphQLTypeBuilderContext) - Method in class com.atlassian.confluence.plugins.graphql.providers.ChildContentProvider
 
contributeTypeName(String, Type, GraphQLTypeBuilderContext) - Method in class com.atlassian.confluence.plugins.graphql.providers.ContentLabelsProvider
 
contributeTypeName(String, Type, GraphQLTypeBuilderContext) - Method in class com.atlassian.confluence.plugins.graphql.providers.ContentPropertyProvider
 
contributeTypeName(String, Type, GraphQLTypeBuilderContext) - Method in class com.atlassian.confluence.plugins.graphql.providers.IconFieldsProvider
 
contributeTypeName(String, Type, GraphQLTypeBuilderContext) - Method in class com.atlassian.confluence.plugins.graphql.providers.UserFieldsProvider
 
contributeTypeName(String, Type, GraphQLTypeBuilderContext) - Method in class com.atlassian.confluence.plugins.like.graphql.LikesProvider
 
ContributionStatus - Class in com.atlassian.confluence.core
A record of a recent contribution made by a user to a specific piece of content.
ContributionStatus() - Constructor for class com.atlassian.confluence.core.ContributionStatus
 
ContributionStatus(Long, Long, Long, String, Date) - Constructor for class com.atlassian.confluence.core.ContributionStatus
 
contributorQuery(UserKey) - Method in interface com.atlassian.confluence.search.v2.query.SearchQueryFactory
 
contributorQuery(UserKey) - Method in class com.atlassian.confluence.search.v2.query.SearchQueryFactoryImpl
 
contributorQuery(String) - Method in interface com.atlassian.confluence.search.v2.query.SearchQueryFactory
 
contributorQuery(String) - Method in class com.atlassian.confluence.search.v2.query.SearchQueryFactoryImpl
 
contributorQuery(List<AbstractUserQuery.Parameter>) - Method in interface com.atlassian.confluence.dmz.search.SearchQueryFactoryInternal
 
contributorQuery(List<AbstractUserQuery.Parameter>) - Method in class com.atlassian.confluence.search.v2.query.SearchQueryFactoryImpl
 
ContributorQuery - Class in com.atlassian.confluence.search.v2.query
Creates a query to find content a user has contributed to (any edit or create is considered a contribution)
ContributorQuery(UserKey, ConfluenceUserDao) - Constructor for class com.atlassian.confluence.search.v2.query.ContributorQuery
 
ContributorQuery(String, ConfluenceUserDao) - Constructor for class com.atlassian.confluence.search.v2.query.ContributorQuery
 
ContributorQuery(List<AbstractUserQuery.Parameter>, ConfluenceUserDao) - Constructor for class com.atlassian.confluence.search.v2.query.ContributorQuery
Create a query that matches content that has been contributed to by any of the users described by the provided list of parameters.
contributors(Reference<Contributors>) - Method in class com.atlassian.confluence.api.model.content.History.HistoryBuilder
 
Contributors - Class in com.atlassian.confluence.api.model.content
 
CONTRIBUTORS - Static variable in class com.atlassian.confluence.api.model.content.History.Expansions
 
Contributors.Builder - Class in com.atlassian.confluence.api.model.content
Creates Contributors instances.
Contributors.Expansions - Class in com.atlassian.confluence.api.model.content
 
ContributorsFactory - Class in com.atlassian.confluence.api.impl.service.content.factory
Makes Contributors instances.
ContributorsFactory(PersonFactory) - Constructor for class com.atlassian.confluence.api.impl.service.content.factory.ContributorsFactory
 
ContributorUsers - Class in com.atlassian.confluence.api.model.content
 
ContributorUsers.Builder - Class in com.atlassian.confluence.api.model.content
Creates Contributors instances.
ContributorUsers.Expansions - Class in com.atlassian.confluence.api.model.content
 
ControllableInstrumentRegistry - Interface in com.atlassian.confluence.util.profiling
 
ConversionContext - Interface in com.atlassian.confluence.content.render.xhtml
 
ConversionContextCreator - Class in com.atlassian.confluence.mail.notification
A class that is used in notification rendering to create a ConversionContext from a supplied ContentEntityObject.
ConversionContextCreator() - Constructor for class com.atlassian.confluence.mail.notification.ConversionContextCreator
 
ConversionContextOutputDeviceType - Class in com.atlassian.confluence.content.render.xhtml
 
ConversionContextOutputDeviceType() - Constructor for class com.atlassian.confluence.content.render.xhtml.ConversionContextOutputDeviceType
 
ConversionContextOutputType - Enum Class in com.atlassian.confluence.content.render.xhtml
XHTML Successor to RenderContextOutputType.
ConversionContextPropertyName - Class in com.atlassian.confluence.content.render.xhtml
The set of property names used to access ConversionContext properties.
ConversionContextPropertyName() - Constructor for class com.atlassian.confluence.content.render.xhtml.ConversionContextPropertyName
 
ConversionResult(String, Reference<WebResourceDependencies>) - Constructor for record class com.atlassian.confluence.dmz.service.content.ContentBodyConversionManager.ConversionResult
Creates an instance of a ConversionResult record class.
convert(ContentBody, ContentRepresentation) - Method in class com.atlassian.confluence.api.impl.service.content.ContentBodyConversionServiceImpl
 
convert(ContentBody, ContentRepresentation) - Method in interface com.atlassian.confluence.api.service.content.ContentBodyConversionService
convert(ContentBody, ContentRepresentation, Expansion...) - Method in class com.atlassian.confluence.api.impl.service.content.ContentBodyConversionServiceImpl
 
convert(ContentBody, ContentRepresentation, Expansion...) - Method in interface com.atlassian.confluence.api.service.content.ContentBodyConversionService
Convert a ContentBody value into another format, performing validation during the conversion.
convert(ContentBody, ContentRepresentation, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentBodyResource
 
convert(ContentRepresentation, String, ContentRepresentation, ContentEntityObject, Expansion...) - Method in class com.atlassian.confluence.api.impl.service.content.ContentBodyConversionManagerImpl
 
convert(ContentRepresentation, String, ContentRepresentation, ContentEntityObject, Expansion...) - Method in interface com.atlassian.confluence.dmz.service.content.ContentBodyConversionManager
Computes the converted value of the ContentBody and the required web resources that may be needed to render the converted value.
convert(ContentEntityObject) - Method in class com.atlassian.confluence.json.jsonator.ContentMetadataJsonator
 
convert(ValidationError) - Method in class com.atlassian.confluence.json.jsonator.ValidationErrorJsonator
 
convert(Gsonable) - Method in class com.atlassian.confluence.json.jsonator.GsonJsonator
 
convert(Attachment) - Method in class com.atlassian.confluence.json.jsonator.AttachmentJsonator
 
convert(AtlassianDocument) - Method in class com.atlassian.confluence.plugins.opensearch.bulk.OpenSearchBulkIndexWriter
 
convert(SearchResult) - Method in class com.atlassian.confluence.json.jsonator.SearchResultJsonator
 
convert(WikiToXhtmlConversionData) - Method in class com.atlassian.confluence.tinymceplugin.rest.MarkdownXhtmlConverter
 
convert(WikiToXhtmlConversionData) - Method in class com.atlassian.confluence.tinymceplugin.rest.WikiXhtmlConverter
 
convert(Breadcrumb) - Method in class com.atlassian.confluence.json.jsonator.BreadcrumbJsonator
 
convert(DocumentationLink) - Method in class com.atlassian.confluence.json.jsonator.DocumentationLinkJsonator
 
convert(Message) - Method in class com.atlassian.confluence.json.jsonator.I18nJsonator
 
convert(Entity) - Method in class com.atlassian.confluence.json.jsonator.EntityJsonator
 
convert(Object) - Method in class com.atlassian.confluence.json.jsonator.DefaultJsonator
 
convert(Object) - Method in class com.atlassian.confluence.plugins.restapi.soy.Jackson2SoyPreDigester
 
convert(Object) - Method in class com.atlassian.confluence.rest.serialization.jackson2.RestEntityConverter
 
convert(Object, SchemaType) - Method in class com.atlassian.confluence.rest.serialization.jackson2.RestEntityConverter
 
convert(String) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultHtmlToXmlConverter
 
convert(String) - Method in interface com.atlassian.confluence.content.render.xhtml.HtmlToXmlConverter
 
convert(String, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.editor.DefaultEditorConverter
 
convert(String, ConversionContext) - Method in interface com.atlassian.confluence.content.render.xhtml.editor.EditorConverter
 
convert(LocalDate) - Static method in class com.atlassian.confluence.api.testsupport.JodaTimeUtils
 
convert(OffsetDateTime) - Static method in class com.atlassian.confluence.api.testsupport.JodaTimeUtils
 
convert(ValidationAware) - Method in class com.atlassian.confluence.json.jsonator.ValidationAwareJsonator
 
convert(DateTime) - Static method in class com.atlassian.confluence.api.testsupport.JodaTimeUtils
 
convert(Duration) - Static method in class com.atlassian.confluence.api.testsupport.JodaTimeUtils
 
convert(LocalDate) - Static method in class com.atlassian.confluence.api.testsupport.JodaTimeUtils
 
convert(T) - Method in interface com.atlassian.confluence.json.jsonator.Jsonator
Creates a Json representation of a given object
convertAndEnrich(Object, ApiRestEntityFactory.SchemaType) - Method in class com.atlassian.confluence.api.impl.DefaultApiRestEntityFactory
 
convertAndEnrich(Object, ApiRestEntityFactory.SchemaType) - Method in interface com.atlassian.confluence.core.ApiRestEntityFactory
Converts the given entity into a RestEntity if the entity has the RestEnrichable annotation or is a PageResponse that contains RestEnrichable entities.
convertAndEnrich(Object, SchemaType) - Method in class com.atlassian.confluence.plugins.restapi.enrich.DefaultRestEntityEnrichmentManager
 
convertAndEnrich(Object, SchemaType) - Method in interface com.atlassian.confluence.rest.serialization.jackson2.enrich.RestEntityEnrichmentManager
Converts the given entity into a RestEntity if the entity has the RestEnrichable annotation or is a PageResponse that contains RestEnrichable entities.
convertBeanToMap(Object) - Static method in class com.atlassian.confluence.util.GeneralUtil
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.6 use BeanUtils.describe(Object)
convertBody(Content, ContentRepresentation) - Method in class com.atlassian.confluence.api.impl.service.content.ContentBodyConversionServiceImpl
 
convertBody(Content, ContentRepresentation) - Method in interface com.atlassian.confluence.api.service.content.ContentBodyConversionService
convertBody(Content, ContentRepresentation, Expansion...) - Method in class com.atlassian.confluence.api.impl.service.content.ContentBodyConversionServiceImpl
 
convertBody(Content, ContentRepresentation, Expansion...) - Method in interface com.atlassian.confluence.api.service.content.ContentBodyConversionService
Convert the single ContentBody value in a Content body map into another format, performing validation during the conversion.
convertBootstrapException(String, BootstrapException) - Method in class com.atlassian.confluence.setup.actions.AbstractSetupDatabaseAction
 
convertColorSchemeThemeBasedModelToColorScheme(ColorSchemeThemeBasedModel) - Static method in class com.atlassian.confluence.api.impl.service.colorscheme.ColorSchemeHelper
 
convertColorSchemeToColorSchemeModelForDarkTheme(ColourScheme) - Static method in class com.atlassian.confluence.api.impl.service.colorscheme.ColorSchemeHelper
 
convertColorSchemeToColorSchemeModelForLightTheme(ColourScheme) - Static method in class com.atlassian.confluence.api.impl.service.colorscheme.ColorSchemeHelper
 
convertColorSchemeToThemeBasedColorSchemeModel(ColourScheme) - Static method in class com.atlassian.confluence.api.impl.service.colorscheme.ColorSchemeHelper
 
convertCommaDelimitedStringToList(String) - Static method in class com.atlassian.confluence.security.PermissionUtils
 
convertCompletionStage(ContentBody, ContentRepresentation) - Method in interface com.atlassian.confluence.rest.client.RemoteContentBodyConversionService
Convert a ContentBody value into another format, performing validation during the conversion.
convertCompletionStage(ContentBody, ContentRepresentation) - Method in class com.atlassian.confluence.rest.client.RemoteContentBodyConversionServiceImpl
 
convertCompletionStage(ContentBody, ContentRepresentation, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentBodyConversionService
Convert a ContentBody value into another format, performing validation during the conversion.
convertCompletionStage(ContentBody, ContentRepresentation, Expansion...) - Method in class com.atlassian.confluence.rest.client.RemoteContentBodyConversionServiceImpl
 
convertCoreErrorsToApiErrors(Collection<ValidationError>) - Static method in class com.atlassian.confluence.api.impl.model.validation.CoreValidationResultFactory
 
convertCustomTypeToDbReadyValue(String, UserType) - Method in class com.atlassian.confluence.impl.backuprestore.restore.EntityInfoSqlHelper
 
convertDarkThemeColorModelToColorScheme(ColorSchemeModel, BaseColourScheme) - Static method in class com.atlassian.confluence.api.impl.service.colorscheme.ColorSchemeHelper
 
convertDate(Hashtable, String) - Static method in class com.atlassian.confluence.rpc.xmlrpc.XmlRpcUtils
 
convertDocument(Document) - Static method in class com.atlassian.confluence.internal.index.lucene.LuceneDocumentToFieldDescriptorConverter
 
convertedContentBody() - Method in record class com.atlassian.confluence.dmz.service.content.ContentBodyConversionManager.ConversionResult
Returns the value of the convertedContentBody record component.
convertEditToEmbeddedImage(String, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultEditorFormatService
 
convertEditToEmbeddedImage(String, ConversionContext) - Method in interface com.atlassian.confluence.xhtml.api.EditorFormatService
Returns a EmbeddedImage from the supplied editFragment.
convertEditToLink(String, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultEditorFormatService
 
convertEditToLink(String, ConversionContext) - Method in interface com.atlassian.confluence.xhtml.api.EditorFormatService
Returns a MacroDefinition from the supplied editFragment.
convertEditToMacroDefinition(String, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultEditorFormatService
 
convertEditToMacroDefinition(String, ConversionContext) - Method in interface com.atlassian.confluence.xhtml.api.EditorFormatService
Returns a MacroDefinition from the supplied editFragment.
convertEditToStorage(String, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultEditorFormatService
 
convertEditToStorage(String, ConversionContext) - Method in interface com.atlassian.confluence.xhtml.api.EditorFormatService
Returns an storage format fragment for the supplied editFragment.
ConvertedPath - Class in com.atlassian.confluence.servlet.simpledisplay
Encapsulates the result of a path conversion.
ConvertedPath(String) - Constructor for class com.atlassian.confluence.servlet.simpledisplay.ConvertedPath
Construct a ConvertedPath which will forward to (ConvertedPath.getPath(Map)) by appending any added parameters as query parameters to the supplied url.
ConvertedPath(String, PathConversionAction) - Constructor for class com.atlassian.confluence.servlet.simpledisplay.ConvertedPath
Construct a ConvertedPath which will forward or redirect to (ConvertedPath.getPath(Map)) by appending any added parameters as query parameters to the supplied url.
ConvertedPath(String, PathConversionAction, boolean) - Constructor for class com.atlassian.confluence.servlet.simpledisplay.ConvertedPath
Construct a ConvertedPath which will forward or redirect to (ConvertedPath.getPath(Map)) by appending any added parameters as query parameters to the supplied url.
convertEmbeddedImageToEdit(EmbeddedImage, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultEditorFormatService
 
convertEmbeddedImageToEdit(EmbeddedImage, ConversionContext) - Method in interface com.atlassian.confluence.xhtml.api.EditorFormatService
Returns an edit format fragment for the supplied embeddedImage.
convertEmbeddedImageToStorage(EmbeddedImage, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultXhtmlContent
 
convertEmbeddedImageToStorage(EmbeddedImage, ConversionContext) - Method in interface com.atlassian.confluence.xhtml.api.XhtmlContent
Returns a storage format fragment for the supplied embeddedImage.
convertEmbeddedImageToView(EmbeddedImage, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultXhtmlContent
 
convertEmbeddedImageToView(EmbeddedImage, ConversionContext) - Method in interface com.atlassian.confluence.xhtml.api.XhtmlContent
Returns a view format fragment for the supplied embeddedImage.
Converter - Interface in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters
 
convertFromSiteBackupSettings(SiteBackupSettings) - Method in class com.atlassian.confluence.impl.backuprestore.BackupRestoreJobConverter
 
convertFromSiteRestoreSettings(SiteRestoreSettings) - Method in class com.atlassian.confluence.impl.backuprestore.BackupRestoreJobConverter
 
convertFromSpaceBackupSettings(SpaceBackupSettings) - Method in class com.atlassian.confluence.impl.backuprestore.BackupRestoreJobConverter
 
convertFromSpaceRestoreSettings(SpaceRestoreSettings) - Method in class com.atlassian.confluence.impl.backuprestore.BackupRestoreJobConverter
 
convertFromString(Map, String[], Class) - Method in class com.atlassian.confluence.struts.converter.EnumTypeConverter
 
convertFromString(Map, String[], Class) - Method in class com.atlassian.confluence.struts.converter.UserKeyTypeConverter
 
convertFromWikiToStorageFormatIfRequired(ContentEntityObject) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
ConvertibleToJournalEntry - Interface in com.atlassian.confluence.search
A type that may be convertible to a JournalEntry.
convertIdsToInClauseString(List<Long>) - Method in class com.atlassian.confluence.impl.hibernate.query.InExpressionBuilder
Convert a list of Long into an an expression which is within the IN clause limitations we are working around.
convertInlineTaskListToStorage(InlineTaskList, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultXhtmlContent
 
convertInlineTaskListToStorage(InlineTaskList, ConversionContext) - Method in interface com.atlassian.confluence.xhtml.api.XhtmlContent
Returns a storage format fragment for the supplied inlineTaskList.
convertInlineTaskListToView(InlineTaskList, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultXhtmlContent
 
convertInlineTaskListToView(InlineTaskList, ConversionContext) - Method in interface com.atlassian.confluence.xhtml.api.XhtmlContent
Returns a view format fragment for the supplied inlineTaskList.
convertInteger(Hashtable, String) - Static method in class com.atlassian.confluence.rpc.xmlrpc.XmlRpcUtils
 
convertLabelPrefixStrings(List<String>) - Static method in class com.atlassian.confluence.ui.rest.content.LegacyLabelPrefixHelper
Deprecated.
Converts label prefix strings from rest request into label prefixes.
convertLightThemeColorModelToColorScheme(ColorSchemeModel, BaseColourScheme) - Static method in class com.atlassian.confluence.api.impl.service.colorscheme.ColorSchemeHelper
 
convertLinkToEdit(Link, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultEditorFormatService
 
convertLinkToEdit(Link, ConversionContext) - Method in interface com.atlassian.confluence.xhtml.api.EditorFormatService
Returns an edit format fragment for the supplied link.
convertLinkToStorage(Link, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultXhtmlContent
 
convertLinkToStorage(Link, ConversionContext) - Method in interface com.atlassian.confluence.xhtml.api.XhtmlContent
Returns a storage format fragment for the supplied link.
convertLinkToView(Link, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultXhtmlContent
 
convertLinkToView(Link, ConversionContext) - Method in interface com.atlassian.confluence.xhtml.api.XhtmlContent
Returns a view format fragment for the supplied link.
convertLong(Hashtable, String) - Static method in class com.atlassian.confluence.rpc.xmlrpc.XmlRpcUtils
 
convertMacroDefinitionToEdit(MacroDefinition, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultEditorFormatService
 
convertMacroDefinitionToEdit(MacroDefinition, ConversionContext) - Method in interface com.atlassian.confluence.xhtml.api.EditorFormatService
Returns an edit format fragment for the supplied macroDefinition.
convertMacroDefinitionToStorage(MacroDefinition, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultXhtmlContent
 
convertMacroDefinitionToStorage(MacroDefinition, ConversionContext) - Method in interface com.atlassian.confluence.xhtml.api.XhtmlContent
Returns an storage format fragment for the supplied macroDefinition.
convertMacroDefinitionToView(MacroDefinition, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultXhtmlContent
 
convertMacroDefinitionToView(MacroDefinition, ConversionContext) - Method in interface com.atlassian.confluence.xhtml.api.XhtmlContent
Returns a view format fragment for the supplied macroDefinition.
convertMap(Map) - Static method in class com.atlassian.confluence.rpc.xmlrpc.Translator
 
ConvertPageToBlogPostAction - Class in com.atlassian.confluence.pages.actions
 
ConvertPageToBlogPostAction() - Constructor for class com.atlassian.confluence.pages.actions.ConvertPageToBlogPostAction
 
ConvertPageToBlogPostCommand - Class in com.atlassian.confluence.content.service.page
 
ConvertPageToBlogPostCommand(PageManager, PermissionManager, PageLocator, SpaceLocator) - Constructor for class com.atlassian.confluence.content.service.page.ConvertPageToBlogPostCommand
 
convertServiceException(Exception) - Static method in class com.atlassian.confluence.rest.v2.api.model.ExceptionConverter.Server
Converts a ServiceException into a corresponding RestError with the correct status.
convertsFromStorage() - Method in class com.atlassian.confluence.api.model.content.ContentRepresentation
 
convertStorageToEdit(String, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultEditorFormatService
 
convertStorageToEdit(String, ConversionContext) - Method in interface com.atlassian.confluence.xhtml.api.EditorFormatService
Returns an edit format fragment for the supplied storageFragment.
convertStorageToView(BatchedRenderRequest...) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultXhtmlContent
 
convertStorageToView(BatchedRenderRequest...) - Method in interface com.atlassian.confluence.xhtml.api.XhtmlContent
Returns a view format fragments for the supplied renderRequests.
convertStorageToView(String, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultXhtmlContent
 
convertStorageToView(String, ConversionContext) - Method in interface com.atlassian.confluence.xhtml.api.XhtmlContent
Returns a view format fragment for the supplied storageFragment.
convertsToStorage() - Method in class com.atlassian.confluence.api.model.content.ContentRepresentation
 
convertStringToContentSubscriptionEventTypeList(String) - Static method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.utils.IncrementalSyncUtil
 
convertTo(TimeUnit) - Method in class com.atlassian.confluence.util.TimePeriod
Deprecated.
 
convertToAbsolute(ResourceIdentifier, ContentEntityObject) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.DefaultResourceIdentifierContextUtility
 
convertToAbsolute(ResourceIdentifier, ContentEntityObject) - Method in interface com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ResourceIdentifierContextUtility
Create and return a fully populated version of the supplied ResourceIdentifier with any missing attributes derived from the supplied context ContentEntityObject.
convertToAttachmentEntity(Attachment) - Method in class com.atlassian.confluence.plugins.rest.jackson2.manager.DefaultRestAttachmentManager
 
convertToAttachmentEntity(Attachment) - Method in interface com.atlassian.confluence.plugins.rest.jackson2.manager.RestAttachmentManager
Convert a Confluence model object into its REST representation.
convertToBlogPost(ContentId, Date) - Method in interface com.atlassian.confluence.internal.pages.persistence.PageDaoInternal
Convert the page with given id into a blogpost
convertToBlogPost(ContentId, Date) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
convertToBlogPost(Page, Space) - Method in interface com.atlassian.confluence.dmz.pages.PageManagerInternal
Convert the page with given content ID to a blogpost in destination space
convertToBlogPost(Page, Space) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
convertToBoolean(Object) - Static method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.AbstractDatabaseDataConverter
Some databases return boolean values as "T" and "F" If value is a string, best efforts to convert it to "true" or "false" will be made.
convertToClusterMigration() - Method in interface com.atlassian.confluence.setup.actions.ConfluenceSetupPersister
Changes the setup type to a migration from standalone to cluster, and sets the current setup step
convertToClusterMigration() - Method in class com.atlassian.confluence.setup.DefaultSetupPersister
 
convertToContentEntity(ContentEntityObject) - Method in class com.atlassian.confluence.plugins.rest.jackson2.manager.DefaultRestContentManager
 
convertToContentEntity(ContentEntityObject) - Method in interface com.atlassian.confluence.plugins.rest.jackson2.manager.RestContentManager
Convert a Confluence model object into its REST representation.
convertToDbReadyValue(HibernateField.Type, String) - Method in class com.atlassian.confluence.impl.backuprestore.restore.EntityInfoSqlHelper
 
convertToDelimitedString(Labelable, User) - Static method in class com.atlassian.confluence.util.LabelUtil
Helper method converting list of labels associated with the labelable object into a space separated string of the label names.
convertToDelimitedString(List<?>) - Static method in class com.atlassian.confluence.util.LabelUtil
 
convertToEditorFormat(String, RenderContext) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultFormatConverter
 
convertToEditorFormat(String, RenderContext) - Method in interface com.atlassian.confluence.content.render.xhtml.FormatConverter
Converts the storage format into the editor format.
convertToEditorFormatWithResult(String, RenderContext) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultFormatConverter
 
convertToEditorFormatWithResult(String, RenderContext) - Method in interface com.atlassian.confluence.content.render.xhtml.FormatConverter
Converts the storage format into the editor format.
convertToEntities(SearchResults, SearchManager.EntityVersionPolicy) - Method in class com.atlassian.confluence.internal.search.DecoratedSearchManager
 
convertToEntities(SearchResults, SearchManager.EntityVersionPolicy) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchManager
 
convertToEntities(SearchResults, SearchManager.EntityVersionPolicy) - Method in class com.atlassian.confluence.internal.search.v2.ProfiledSearchManager
 
convertToEntities(SearchResults, SearchManager.EntityVersionPolicy) - Method in class com.atlassian.confluence.plugins.opensearch.DefaultOpenSearchSearchManager
 
convertToEntities(SearchResults, SearchManager.EntityVersionPolicy) - Method in interface com.atlassian.confluence.search.v2.SearchManager
Helper method to convert search results into a list of database entities.
convertToEntities(Iterable<SearchResult>, SearchManager.EntityVersionPolicy) - Method in interface com.atlassian.confluence.search.v2.ISearchResultConverter
 
convertToEntities(Iterable<SearchResult>, SearchManager.EntityVersionPolicy) - Method in class com.atlassian.confluence.search.v2.SearchResultConverter
 
convertToFullJobDetails(BackupRestoreJob, BackupRestoreSettings, BackupRestoreJobResult) - Method in class com.atlassian.confluence.impl.backuprestore.BackupRestoreJobConverter
Converts BackupRestoreJob into operation and scope specific JobDetails which have additional information about job settings and results
convertToHashMap(String) - Method in class com.atlassian.confluence.impl.backgroundjob.BackgroundJobService
 
convertToHistoricalVersion() - Method in class com.atlassian.confluence.content.CustomContentEntityObject
 
convertToHistoricalVersion() - Method in class com.atlassian.confluence.core.AbstractVersionedEntityObject
 
convertToHistoricalVersion() - Method in class com.atlassian.confluence.core.ContentEntityObject
 
convertToHistoricalVersion() - Method in class com.atlassian.confluence.core.SpaceContentEntityObject
 
convertToHistoricalVersion() - Method in interface com.atlassian.confluence.core.Versioned
Remove all data from the object that does not need to be saved by historical versions.
convertToHistoricalVersion() - Method in class com.atlassian.confluence.pages.AbstractPage
 
convertToHistoricalVersion() - Method in class com.atlassian.confluence.pages.Comment
 
convertToHistoricalVersion() - Method in class com.atlassian.confluence.pages.Page
 
convertToHistoricalVersion() - Method in class com.atlassian.confluence.pages.templates.PageTemplate
 
convertToHistoricalVersion() - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceDescription
 
convertToIdHtml5(String) - Static method in class com.atlassian.confluence.content.render.xhtml.HtmlElementIdCreator
The draft HTML5 spec states that the id attribute value must be unique amongst all the IDs in the element's home subtree and must contain at least one character.
convertToInstance(ContentEntityObject, ContentBlueprintInstance, Expansion...) - Method in interface com.atlassian.confluence.api.impl.service.content.factory.ContentBlueprintInstanceFactory
Deprecated.
 
convertToInstance(ContentEntityObject, ContentBlueprintInstance, Expansion...) - Method in class com.atlassian.confluence.api.impl.service.content.factory.DefaultContentBlueprintInstanceFactory
 
convertToInstance(ContentEntityObject, ContentBlueprintInstance, Expansion...) - Method in interface com.atlassian.confluence.pages.templates.ContentBlueprintInstanceFactory
 
convertToInteger(Object) - Static method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.AbstractDatabaseDataConverter
Oracle server returns BigDecimal objects (not Integer), so it has to be fixed first.
convertToJobDetails(BackupRestoreJob) - Method in class com.atlassian.confluence.impl.backuprestore.BackupRestoreJobConverter
Converts BackupRestoreJob into base JobDetails class
convertToJobStatistics(BackupRestoreJobResult) - Method in class com.atlassian.confluence.impl.backuprestore.BackupRestoreJobConverter
 
convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.internal.search.tasks.AddChangeDocumentIndexTask
 
convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.internal.search.tasks.AddDocumentIndexTask
 
convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.internal.search.tasks.ContentIndexTask
 
convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.internal.search.tasks.DeleteChangeDocumentsIndexTask
 
convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.internal.search.tasks.DeleteDocumentIndexTask
 
convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.internal.search.tasks.NoOpIndexTask
 
convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.internal.search.tasks.RebuildChangeDocumentsIndexTask
 
convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.internal.search.tasks.ReindexAllBlogsChangeIndexTask
 
convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.internal.search.tasks.ReindexAllBlogsContentIndexTask
 
convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.internal.search.tasks.ReindexAllSpacesChangeIndexTask
 
convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.internal.search.tasks.ReindexAllSpacesContentIndexTask
 
convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.internal.search.tasks.ReindexAllUsersChangeIndexTask
 
convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.internal.search.tasks.ReindexAllUsersContentIndexTask
 
convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.internal.search.tasks.ReindexPermissionsIndexTask
 
convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.internal.search.tasks.ReindexUsersInGroupChangeIndexTask
 
convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.internal.search.tasks.ReindexUsersInGroupContentIndexTask
 
convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.internal.search.tasks.UnindexContentTypeChangeIndexTask
 
convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.internal.search.tasks.UnindexContentTypeContentIndexTask
 
convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.internal.search.tasks.UnIndexSpaceChangeIndexTask
 
convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.internal.search.tasks.UnIndexSpaceContentIndexTask
 
convertToJournalEntry(JournalIdentifier) - Method in class com.atlassian.confluence.internal.search.tasks.UpdateDocumentIndexTask
 
convertToJournalEntry(JournalIdentifier) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeIndexTask
This default method returns an empty Optional object because an index task for an edge will be serialised and stored as the entry message when being queued.
convertToJournalEntry(JournalIdentifier) - Method in interface com.atlassian.confluence.search.ConvertibleToJournalEntry
Convert to journal entry.
convertToJson(Map<String, Object>) - Method in class com.atlassian.confluence.impl.backgroundjob.BackgroundJobService
 
convertToLong(Object) - Static method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.AbstractDatabaseDataConverter
SQL server and Oracle returns BigDecimal objects (not Long), so it has to be fixed first.
convertToLongIfItHasNumericValue(Object) - Static method in class com.atlassian.confluence.impl.backuprestore.restore.HiLoGeneratorInitialiserOnSiteRestore
Converts to long the input value if the value is Long or BigDecimal
convertToLuceneQuery(SiteSearchPermissionsQuery) - Method in class com.atlassian.confluence.impl.search.v2.mappers.SiteSearchPermissionsQueryMapper
 
convertToLuceneQuery(SpacePermissionQuery) - Method in class com.atlassian.confluence.impl.search.v2.mappers.SpacePermissionQueryMapper
Deprecated.
 
convertToLuceneQuery(AllQuery) - Method in class com.atlassian.confluence.impl.search.v2.mappers.AllQueryMapper
 
convertToLuceneQuery(BooleanQuery) - Method in class com.atlassian.confluence.impl.search.v2.mappers.BooleanQueryMapper
 
convertToLuceneQuery(ConstantScoreQuery) - Method in class com.atlassian.confluence.impl.search.v2.mappers.ConstantScoreQueryMapper
 
convertToLuceneQuery(ContentPermissionsQuery) - Method in class com.atlassian.confluence.impl.search.v2.mappers.ContentPermissionsQueryMapper
 
convertToLuceneQuery(DoubleRangeQuery) - Method in class com.atlassian.confluence.impl.search.v2.mappers.DoubleRangeQueryMapper
 
convertToLuceneQuery(FieldExistsQuery) - Method in class com.atlassian.confluence.impl.search.v2.mappers.FieldExistsQueryMapper
 
convertToLuceneQuery(FunctionScoreQuery) - Method in class com.atlassian.confluence.impl.search.v2.mappers.FunctionScoreQueryMapper
 
convertToLuceneQuery(IntegerRangeQuery) - Method in class com.atlassian.confluence.impl.search.v2.mappers.IntegerRangeQueryMapper
 
convertToLuceneQuery(LongRangeQuery) - Method in class com.atlassian.confluence.impl.search.v2.mappers.LongRangeQueryMapper
 
convertToLuceneQuery(PhraseQuery) - Method in class com.atlassian.confluence.impl.search.v2.mappers.PhraseQueryMapper
 
convertToLuceneQuery(PrefixQuery) - Method in class com.atlassian.confluence.impl.search.v2.mappers.PrefixQueryMapper
 
convertToLuceneQuery(QueryStringQuery) - Method in class com.atlassian.confluence.impl.search.v2.mappers.QueryStringQueryMapper
 
convertToLuceneQuery(SiteTextSearchQuery) - Method in class com.atlassian.confluence.impl.search.v2.mappers.SiteTextSearchQueryMapper
 
convertToLuceneQuery(SpanNearQuery) - Method in class com.atlassian.confluence.impl.search.v2.mappers.SpanNearQueryMapper
 
convertToLuceneQuery(TermQuery) - Method in class com.atlassian.confluence.impl.search.v2.mappers.TermQueryMapper
 
convertToLuceneQuery(TermRangeQuery) - Method in class com.atlassian.confluence.impl.search.v2.mappers.TermRangeQueryMapper
 
convertToLuceneQuery(TermSetQuery) - Method in class com.atlassian.confluence.impl.search.v2.mappers.TermSetQueryMapper
 
convertToLuceneQuery(TextFieldQuery) - Method in class com.atlassian.confluence.impl.search.v2.mappers.TextFieldQueryMapper
Converts the given query into a lucene query.
convertToLuceneQuery(WildcardTextFieldQuery) - Method in class com.atlassian.confluence.impl.search.v2.mappers.WildcardTextFieldQueryMapper
Converts the given query into a lucene query.
convertToLuceneQuery(SearchQuery) - Method in class com.atlassian.confluence.impl.search.v2.mappers.MatchNoDocsQueryMapper
 
convertToLuceneQuery(SearchQuery) - Method in class com.atlassian.confluence.internal.search.v2.lucene.DelegatingLuceneSearchMapper
 
convertToLuceneQuery(T) - Method in interface com.atlassian.confluence.internal.search.v2.lucene.LuceneQueryMapper
Convert a SearchQuery into a lucene query.
convertToLuceneSort(SearchSort) - Method in class com.atlassian.confluence.impl.search.v2.mappers.CaseInsensitiveSortMapper
Deprecated.
Converts a search sort into a lucene sort.
convertToLuceneSort(SearchSort) - Method in class com.atlassian.confluence.impl.search.v2.mappers.DefaultSortMapper
Deprecated.
Converts a search sort into a lucene sort.
convertToLuceneSort(SearchSort) - Method in class com.atlassian.confluence.impl.search.v2.mappers.NoOpSortMapper
 
convertToLuceneSort(SearchSort) - Method in class com.atlassian.confluence.internal.search.v2.lucene.DelegatingLuceneSearchMapper
Converts a search sort into a lucene sort.
convertToLuceneSort(FavouriteSort) - Method in class com.atlassian.confluence.impl.search.v2.mappers.FavouriteSortMapper
 
convertToLuceneSort(FieldSort) - Method in class com.atlassian.confluence.impl.search.v2.mappers.FieldSortMapper
Converts a search sort into a lucene sort.
convertToLuceneSort(LowercaseFieldSort) - Method in class com.atlassian.confluence.impl.search.v2.mappers.LowercaseFieldSortMapper
Converts a search sort into a lucene sort.
convertToLuceneSort(MultiSearchSort) - Method in class com.atlassian.confluence.impl.search.v2.mappers.MultiSearchSortMapper
 
convertToLuceneSort(T) - Method in interface com.atlassian.confluence.internal.search.v2.lucene.LuceneSortMapper
Deprecated.
 
convertToNiceTeamLabel(String) - Method in class com.atlassian.confluence.plugins.spacedirectory.ViewSpaceDirectoryAction
Used in velocity.
convertToObjectReadyForSerialisation(DbRawObjectData) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.AbstractDatabaseDataConverter
Converts db object into object ready for serialisation
convertToObjectReadyForSerialisation(DbRawObjectData) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.CommonDatabaseDataConverter
 
convertToObjectReadyForSerialisation(DbRawObjectData) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.Content2ContentRelationEntityDataConverter
 
convertToObjectReadyForSerialisation(DbRawObjectData) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.ContentEntityDatabaseDataConverter
 
convertToObjectReadyForSerialisation(DbRawObjectData) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.UserMappingDatabaseDataConverter
 
convertToObjectReadyForSerialisationImpl(DbRawObjectData) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.AbstractDatabaseDataConverter
 
convertToObjectsReadyForSerialisation(List<DbRawObjectData>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.AbstractDatabaseDataConverter
 
convertToObjectsReadyForSerialisation(List<DbRawObjectData>) - Method in interface com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.Converter
 
convertToObjectsReadyForSerialisation(List<DbRawObjectData>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.DelegatingConverterWithEnrichment
 
convertToObjectsReadyForSerialisation(List<DbRawObjectData>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.EntityWithAdditionalDataConverter
 
convertToPreview(String, String, String, String) - Method in interface com.atlassian.confluence.pages.wysiwyg.ConfluenceWysiwygConverter
Converts text into XHTML for Preview
convertToPreview(String, String, String, String) - Method in class com.atlassian.confluence.pages.wysiwyg.DefaultConfluenceWysiwygConverter
 
convertToRelative(ResourceIdentifier, ContentEntityObject) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.DefaultResourceIdentifierContextUtility
 
convertToRelative(ResourceIdentifier, ContentEntityObject) - Method in interface com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ResourceIdentifierContextUtility
Make the provided ResourceIdentifier as relative as possible to the provided ContentEntityObject.
ConvertToRelativeLinksTask - Class in com.atlassian.confluence.upgrade.upgradetask
 
ConvertToRelativeLinksTask(ContentEntityObjectDao, XhtmlLinksUpdater) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.ConvertToRelativeLinksTask
 
convertToSearchFilter(JobFilter) - Method in class com.atlassian.confluence.impl.backuprestore.BackupRestoreJobConverter
 
convertToSearchRestrictions(String, Property<String>) - Method in class com.atlassian.confluence.internal.user.UserSearchServiceInternalImpl
 
convertToSearchRestrictions(String, List<Property<String>>) - Method in class com.atlassian.confluence.internal.user.UserSearchServiceInternalImpl
 
convertToServiceException(WebApplicationException) - Static method in class com.atlassian.confluence.rest.client.model.ExceptionConverter.Client
Converts a Jersey WebApplicationException, such as would be received by a client for a failed request, into a ServiceException.
convertToServiceException(String) - Method in class com.atlassian.confluence.api.model.validation.SimpleMergeValidationResult
 
convertToServiceException(String) - Method in interface com.atlassian.confluence.api.model.validation.ValidationResult
Converts this validation result into a ServiceException without throwing.
convertToServiceException(String) - Method in class com.atlassian.confluence.api.model.validation.SimpleValidationResult
 
convertToSiteBackupJobDetails(BackupRestoreJob, BackupRestoreSettings, BackupRestoreJobResult) - Method in class com.atlassian.confluence.impl.backuprestore.BackupRestoreJobConverter
 
convertToSiteBackupSettings(BackupRestoreSettings) - Method in class com.atlassian.confluence.impl.backuprestore.BackupRestoreJobConverter
 
convertToSiteRestoreJobDetails(BackupRestoreJob, BackupRestoreSettings, BackupRestoreJobResult) - Method in class com.atlassian.confluence.impl.backuprestore.BackupRestoreJobConverter
 
convertToSiteRestoreSettings(BackupRestoreSettings) - Method in class com.atlassian.confluence.impl.backuprestore.BackupRestoreJobConverter
 
convertToSpaceBackupJobDetails(BackupRestoreJob, BackupRestoreSettings, BackupRestoreJobResult) - Method in class com.atlassian.confluence.impl.backuprestore.BackupRestoreJobConverter
 
convertToSpaceBackupSettings(BackupRestoreSettings) - Method in class com.atlassian.confluence.impl.backuprestore.BackupRestoreJobConverter
 
convertToSpaceRestoreJobDetails(BackupRestoreJob, BackupRestoreSettings, BackupRestoreJobResult) - Method in class com.atlassian.confluence.impl.backuprestore.BackupRestoreJobConverter
 
convertToSpaceRestoreSettings(BackupRestoreSettings) - Method in class com.atlassian.confluence.impl.backuprestore.BackupRestoreJobConverter
 
convertToStandaloneMigration() - Method in interface com.atlassian.confluence.setup.actions.ConfluenceSetupPersister
Changes the setup type to a migration from cluster to standalone, and sets the current setup step
convertToStandaloneMigration() - Method in class com.atlassian.confluence.setup.DefaultSetupPersister
 
convertToStorageFormat(String, RenderContext) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultFormatConverter
 
convertToStorageFormat(String, RenderContext) - Method in interface com.atlassian.confluence.content.render.xhtml.FormatConverter
Returns the content that has been submitted as part of a user's attempt to add new content or edit existing content.
convertToString(Map, Object) - Method in class com.atlassian.confluence.struts.converter.EnumTypeConverter
 
convertToString(Map, Object) - Method in class com.atlassian.confluence.struts.converter.UserKeyTypeConverter
 
convertToViewFormat(String, RenderContext) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultFormatConverter
 
convertToViewFormat(String, RenderContext) - Method in interface com.atlassian.confluence.content.render.xhtml.FormatConverter
Converts the storage format into the view format.
convertToXHtml(Comment) - Method in class com.atlassian.confluence.impl.importexport.AbstractRendererExporterImpl.ContentConverter
 
convertToXHtml(Page) - Method in class com.atlassian.confluence.impl.importexport.AbstractRendererExporterImpl.ContentConverter
 
convertToXHtml(SpaceDescription) - Method in class com.atlassian.confluence.impl.importexport.AbstractRendererExporterImpl.ContentConverter
 
convertToXhtmlException(WstxLazyException) - Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
Take a WstxLazyException as a parameter and return the appropriate XhtmlException for the Woodstox exception supplied.
convertWikiBodyToStorage(T) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultXhtmlContent
 
convertWikiBodyToStorage(T) - Method in class com.atlassian.confluence.impl.content.render.xhtml.WikiToStorageConverterImpl
 
convertWikiBodyToStorage(T) - Method in interface com.atlassian.confluence.xhtml.api.WikiToStorageConverter
Convert the body of the supplied ContentEntityObject to Confluence Storage Format XHTML (if necessary).
convertWikiBodyToStorage(T) - Method in interface com.atlassian.confluence.xhtml.api.XhtmlContent
Convert the body of the supplied ContentEntityObject to Confluence Storage Format XHTML (if necessary).
convertWikiMarkupToXHtml(ContentEntityObject, String) - Method in interface com.atlassian.confluence.pages.wysiwyg.ConfluenceWysiwygConverter
Converts wiki markup text into XHTML, using the page context of the content object.
convertWikiMarkupToXHtml(ContentEntityObject, String) - Method in class com.atlassian.confluence.pages.wysiwyg.DefaultConfluenceWysiwygConverter
 
convertWikiMarkupToXHtml(ContentEntityObject, String, String) - Method in interface com.atlassian.confluence.pages.wysiwyg.ConfluenceWysiwygConverter
Converts wiki markup text into XHTML, using the page context of the content object.
convertWikiMarkupToXHtml(ContentEntityObject, String, String) - Method in class com.atlassian.confluence.pages.wysiwyg.DefaultConfluenceWysiwygConverter
 
convertWikiMarkupToXHtml(String, String) - Method in interface com.atlassian.confluence.pages.wysiwyg.ConfluenceWysiwygConverter
Converts wiki markup text into XHTML, using the page context of the content object specified by the id.
convertWikiMarkupToXHtml(String, String) - Method in class com.atlassian.confluence.pages.wysiwyg.DefaultConfluenceWysiwygConverter
 
convertWikiMarkupToXHtml(String, String, String) - Method in interface com.atlassian.confluence.pages.wysiwyg.ConfluenceWysiwygConverter
Converts wiki markup text into XHTML, using the page context of the content object specified by the id.
convertWikiMarkupToXHtml(String, String, String) - Method in class com.atlassian.confluence.pages.wysiwyg.DefaultConfluenceWysiwygConverter
 
convertWikiMarkupToXHtmlWithoutPageWithSpaceKey() - Method in class com.atlassian.confluence.pages.actions.WysiwygConverterAction
Converts wiki markup text into XHTML, using the page context of the content object specified by the id.
convertWikiToEdit(String, ConversionContext) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultEditorFormatService
 
convertWikiToEdit(String, ConversionContext) - Method in interface com.atlassian.confluence.xhtml.api.EditorFormatService
Returns the XHTML edit format equivalent of the supplied wikiContent (Wiki markup).
convertWikiToStorage(String, ConversionContext, List<RuntimeException>) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultXhtmlContent
 
convertWikiToStorage(String, ConversionContext, List<RuntimeException>) - Method in class com.atlassian.confluence.impl.content.render.xhtml.WikiToStorageConverterImpl
 
convertWikiToStorage(String, ConversionContext, List<RuntimeException>) - Method in interface com.atlassian.confluence.xhtml.api.WikiToStorageConverter
Returns the XHTML storage format equivalent of the supplied wikiContent (wiki markup).
convertWikiToStorage(String, ConversionContext, List<RuntimeException>) - Method in interface com.atlassian.confluence.xhtml.api.XhtmlContent
Returns the XHTML storage format equivalent of the supplied wikiContent (wiki markup).
convertWikiToStorageFormat(String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Converts a string from wiki markup to the XHTML based storage format.
convertWikiToStorageFormat(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
convertWikiToStorageFormat(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
convertWikiToStorageFormat(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
convertWikiToStorageFormat(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
convertWikiToView(String, ConversionContext, List<RuntimeException>) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultXhtmlContent
 
convertWikiToView(String, ConversionContext, List<RuntimeException>) - Method in interface com.atlassian.confluence.xhtml.api.XhtmlContent
Returns the HTML view format equivalent of the supplied wikiContent.
convertWikiToXHtml(RenderContext, String) - Method in class com.atlassian.confluence.impl.content.TransactionalWikiStyleRenderer
 
convertXHtmlToWikiMarkup(ContentEntityObject, String) - Method in interface com.atlassian.confluence.pages.wysiwyg.ConfluenceWysiwygConverter
Converts XHTML into wiki markup, using the page context of the content object
convertXHtmlToWikiMarkup(ContentEntityObject, String) - Method in class com.atlassian.confluence.pages.wysiwyg.DefaultConfluenceWysiwygConverter
 
convertXHtmlToWikiMarkup(String, String) - Method in interface com.atlassian.confluence.pages.wysiwyg.ConfluenceWysiwygConverter
Converts XHTML into wiki markup, without using page context
convertXHtmlToWikiMarkup(String, String) - Method in class com.atlassian.confluence.pages.wysiwyg.DefaultConfluenceWysiwygConverter
 
convertXHtmlToWikiMarkupWithoutPage() - Method in class com.atlassian.confluence.pages.actions.WysiwygConverterAction
Converts XHTML into wiki markup, without using page context
COOKIE - Enum constant in enum class com.atlassian.confluence.event.events.security.LoginDetails.LoginSource
 
COOKIE - Static variable in class com.atlassian.confluence.event.events.security.LoginEvent
The user logged in via a remember me cookie.
COOKIE_UTIL - Enum constant in enum class com.atlassian.confluence.setup.velocity.ConfluenceStaticContextItemProvider.ContextItems
 
CookieModifierFilter - Class in com.atlassian.confluence.impl.web.filter
This filter intercepts HTTP responses to modify cookies by adding the "SameSite" attribute to enhance security and control the cookie's behavior in cross-site requests.
CookieModifierFilter() - Constructor for class com.atlassian.confluence.impl.web.filter.CookieModifierFilter
 
CookieModifierFilter.CookieModifierResponseWrapper - Class in com.atlassian.confluence.impl.web.filter
 
CookieModifierResponseWrapper(HttpServletRequest, HttpServletResponse) - Constructor for class com.atlassian.confluence.impl.web.filter.CookieModifierFilter.CookieModifierResponseWrapper
 
Cookies - Class in com.atlassian.confluence.web
 
Cookies() - Constructor for class com.atlassian.confluence.web.Cookies
 
CookieUtil - Class in com.atlassian.confluence.util
 
coord(int, int) - Method in class com.atlassian.confluence.internal.index.lucene.EdgeIndexSimilarity
All fields in edge index only contain a single value.
Copied - Interface in com.atlassian.confluence.event.events.types
Indicates that the implementation represents a copy event.
copy() - Method in class com.atlassian.confluence.labels.Labelling
 
copy() - Method in class com.atlassian.confluence.pages.Attachment
 
copy() - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao.AttachmentCopier
Perform the copy
copy() - Method in class com.atlassian.confluence.pages.persistence.dao.GeneralAttachmentCopier
 
copy() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao.IntraHibernateAttachmentCopier
 
copy() - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.AbstractNav
 
copy() - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.RelevantViewRestrictionsNavImpl
 
copy() - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.SpacePermissionNavImpl
 
copy(int, int) - Method in class com.atlassian.confluence.impl.search.v2.lucene.CaseInsensitiveSortComparator
 
copy(int, int) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneTermFieldComparator
 
copy(EditableLabelable) - Method in class com.atlassian.confluence.labels.Labelling
Copies the current Labelling, but providing it with a new EditableLabelable.
copy(Iterable<? extends T>) - Method in class com.atlassian.confluence.api.model.reference.ModelListBuilder
Replaces any existing contents in this builder with the contents of the list.
copy(Map<? extends K, ? extends V>) - Method in class com.atlassian.confluence.api.model.reference.ModelMapBuilder
Store CollapsedMap/NavMap but store values of other maps, including Enrichables.
COPY - Static variable in class com.atlassian.confluence.api.model.permissions.OperationKey
 
COPY_FILES - Enum constant in enum class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexPhase
 
copyAllJsonContentProperties(ContentSelector, ContentSelector) - Method in interface com.atlassian.confluence.api.service.content.ContentPropertyService
Copy all JsonContentProperty from one content to other content, default implementation do nothing
copyAllJsonContentProperties(ContentSelector, ContentSelector) - Method in class com.atlassian.confluence.plugins.contentproperty.ContentPropertyServiceImpl
 
copyAttachment(Attachment, ContentEntityObject) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
copyAttachment(Attachment, ContentEntityObject) - Method in interface com.atlassian.confluence.pages.AttachmentManager
Copy specified attachment to specified destination content.
copyAttachment(Attachment, ContentEntityObject) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
copyAttachments(ContentEntityObject, ContentEntityObject) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
copyAttachments(ContentEntityObject, ContentEntityObject) - Method in interface com.atlassian.confluence.pages.AttachmentManager
Copy the latest version of all the attachments on the sourceContent to the destinationContent.
copyAttachments(ContentEntityObject, ContentEntityObject) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
copyAttachments(ContentEntityObject, ContentEntityObject, SaveContext) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
copyAttachments(ContentEntityObject, ContentEntityObject, SaveContext) - Method in interface com.atlassian.confluence.pages.AttachmentManager
Copy the latest version of all the attachments on the sourceContent to the destinationContent.
copyAttachments(ContentEntityObject, ContentEntityObject, SaveContext) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
copyContentPermissions(ContentEntityObject, ContentEntityObject) - Method in interface com.atlassian.confluence.core.ContentPermissionManager
Copies all content permissions from one content entity to another.
copyContentPermissions(ContentEntityObject, ContentEntityObject) - Method in class com.atlassian.confluence.impl.security.content.DefaultContentPermissionManager
 
copyContentPermissions(AbstractPage, AbstractPage) - Method in interface com.atlassian.confluence.core.ContentPermissionManager
copyContentPermissions(AbstractPage, AbstractPage) - Method in class com.atlassian.confluence.impl.security.content.DefaultContentPermissionManager
 
copyDate(Calendar, Calendar) - Static method in class com.atlassian.confluence.util.GeneralUtil
Takes two calendar objects and sets the Date of the second to the Date of the first.
copyDraftAttributes(T, Draft) - Method in class com.atlassian.confluence.content.apisupport.DraftAttributesCopier
Transfers all metadata from draft to the entity.
copyFilesToFolder(Collection<FileInfo>, File) - Static method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexFileHelper
Copies all the files in the FileInfo list to the target folder
copyFrom(ISearch) - Method in class com.atlassian.confluence.search.v2.AbstractSearch.AbstractBuilder
 
copyLatestVersion() - Method in class com.atlassian.confluence.pages.Attachment
Will copy all detail information of an attachment including : - Content Properties - File Name - File Size - Content Type - And set version is 1
copyLatestVersion() - Method in class com.atlassian.confluence.pages.Page
Copy page information
copyOf(Message) - Static method in class com.atlassian.confluence.api.model.messages.SimpleMessage
 
copyOf(WebInterfaceContext) - Static method in class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
 
copyOf(LazyMap<K, V>) - Static method in class com.atlassian.confluence.util.collections.LazyMap
 
CopyPageAction - Class in com.atlassian.confluence.pages.actions
 
CopyPageAction() - Constructor for class com.atlassian.confluence.pages.actions.CopyPageAction
 
CopyPageAction.SimpleSpaceProvider - Class in com.atlassian.confluence.pages.actions
 
CopyPageHierarchyFinishEvent - Class in com.atlassian.confluence.event.events.content.pagehierarchy
TODO: Document this class / interface here
CopyPageHierarchyFinishEvent(Object, Page, Page, ConfluenceUser, boolean, int, boolean, boolean, boolean) - Constructor for class com.atlassian.confluence.event.events.content.pagehierarchy.CopyPageHierarchyFinishEvent
 
CopyPageHierarchyStartEvent - Class in com.atlassian.confluence.event.events.content.pagehierarchy
TODO: Document this class / interface here
CopyPageHierarchyStartEvent(Object, Page, Page, ConfluenceUser, boolean, int, boolean, boolean, boolean) - Constructor for class com.atlassian.confluence.event.events.content.pagehierarchy.CopyPageHierarchyStartEvent
 
copyPropertiesToManager() - Method in class com.atlassian.confluence.user.actions.UserDetailsMap
Copies all the properties found in this parameter map into the user details manager.
copyWithLimits(PageResponse<?>) - Method in class com.atlassian.confluence.rest.v2.api.model.RestPageRequest
 
CORE_POOL_SIZE_KEY - Static variable in class com.atlassian.confluence.event.CpuBasedThreadPoolConfiguration
 
CoreCache - Enum Class in com.atlassian.confluence.cache
An enumeration which defines various caches used in Confluence Core.
CoreContentNameSearchSectionSpecsProvider - Class in com.atlassian.confluence.internal.search.contentnames.v2
Provides the core ContentNameSearchSectionSpec.
CoreContentNameSearchSectionSpecsProvider(Function<SearchResult, ContentNameMatch>) - Constructor for class com.atlassian.confluence.internal.search.contentnames.v2.CoreContentNameSearchSectionSpecsProvider
 
CoreFeaturesManager - Interface in com.atlassian.confluence.setup.settings
Deprecated.
since 5.10. No longer needed
CoreMetrics - Enum Class in com.atlassian.confluence.impl.metrics
Consolidates named metrics used by Confluence core into one place.
CoreValidationResultFactory - Class in com.atlassian.confluence.api.impl.model.validation
Builds API validation results.
CoreValidationResultFactory() - Constructor for class com.atlassian.confluence.api.impl.model.validation.CoreValidationResultFactory
 
couldProvideNewName() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.impl.AggregateNameConflictResolver
 
couldProvideNewName() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.impl.DefaultPageNameConflictResolver
 
couldProvideNewName() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.impl.FindAndReplaceNameConflictResolver
 
couldProvideNewName() - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.impl.PrefixNameConflictResolver
 
couldProvideNewName() - Method in interface com.atlassian.confluence.pages.persistence.dao.bulk.PageNameConflictResolver
Indicates that this always provides a new name during the copy process, even for non-conflicting pages
count - Variable in class com.atlassian.confluence.content.render.xhtml.XmlFragmentEventReader
 
count(JobId, long, RunOutcome) - Method in class com.atlassian.confluence.schedule.managers.DefaultSchedulerRunDetailsManager
 
count(JobId, long, RunOutcome) - Method in interface com.atlassian.confluence.schedule.managers.SchedulerRunDetailsManager
Count the job's run details that are stored before a time-to-live threshold in milliseconds
count(Optional<JobId>, long, RunOutcome) - Method in class com.atlassian.confluence.internal.schedule.persistence.dao.HibernateInternalRunDetailsDao
 
count(Optional<JobId>, long, RunOutcome) - Method in interface com.atlassian.confluence.internal.schedule.persistence.dao.InternalRunDetailsDao
 
CountableLabel - Interface in com.atlassian.confluence.labels.dto
An interface for the implementations which contain the amount of labels.
countAll(String, String) - Method in class com.atlassian.confluence.functest.rest.admin.SchedulerResource
 
countAllByPluginModuleKeys(Collection<String>) - Method in interface com.atlassian.confluence.content.CustomContentManager
Count all custom content by plugin module keys across all spaces.
countAllByPluginModuleKeys(Collection<String>) - Method in interface com.atlassian.confluence.content.persistence.CustomContentDao
Count CustomContentEntityObjects by multiple plugin module keys across all spaces.
countAllByPluginModuleKeys(Collection<String>) - Method in class com.atlassian.confluence.content.persistence.hibernate.PluginContentHibernateDao
 
countAllByPluginModuleKeys(Collection<String>) - Method in class com.atlassian.confluence.impl.content.DefaultCustomContentManager
 
countAllCommentVersions() - Method in class com.atlassian.confluence.impl.content.DefaultCommentManager
 
countAllCommentVersions() - Method in interface com.atlassian.confluence.pages.CommentManager
Count the total number of comments of all types, including previous versions
countAllCommentVersions() - Method in interface com.atlassian.confluence.pages.persistence.dao.CommentDao
Count the total number of comments of all types, including previous versions
countAllCommentVersions() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateCommentDao
 
countAllInSpaceByPluginModuleKeys(Collection<String>, long) - Method in interface com.atlassian.confluence.content.persistence.CustomContentDao
Count CustomContentEntityObjects by multiple plugin module keys within a specific space.
countAllInSpaceByPluginModuleKeys(Collection<String>, long) - Method in class com.atlassian.confluence.content.persistence.hibernate.PluginContentHibernateDao
 
countAllInSpaceByPluginModuleKeys(Collection<String>, Space) - Method in interface com.atlassian.confluence.content.CustomContentManager
Count all custom content by plugin module keys within a specific space.
countAllInSpaceByPluginModuleKeys(Collection<String>, Space) - Method in class com.atlassian.confluence.impl.content.DefaultCustomContentManager
 
countAllPages() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
countAllPages() - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
Counts the total number of all page entities across all spaces, including non-current pages
countAttachmentsBySpaceAndStatuses(Space, List<ContentStatus>) - Method in interface com.atlassian.confluence.dmz.pages.AttachmentManagerInternal
This method only count the latest versions of attachments by statuses in a space
countAttachmentsBySpaceAndStatuses(Space, List<ContentStatus>) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
countAttachmentsBySpaceAndStatuses(Space, List<ContentStatus>) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
countAttachmentsByStatuses(List<ContentStatus>) - Method in interface com.atlassian.confluence.dmz.pages.AttachmentManagerInternal
This method only count the latest versions of attachments by statuses
countAttachmentsByStatuses(List<ContentStatus>) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
countAttachmentsByStatuses(List<ContentStatus>) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
countBlogsWithUnpublishedChanges() - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
countBlogsWithUnpublishedChanges() - Method in interface com.atlassian.confluence.pages.PageManager
Counts the number of published blog posts that have unpublished changes.
countBlogsWithUnpublishedChanges() - Method in interface com.atlassian.confluence.pages.persistence.dao.BlogPostDao
Counts the number of published blog posts that have unpublished changes.
countBlogsWithUnpublishedChanges() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateBlogPostDao
 
countChildrenOfType(long, String) - Method in interface com.atlassian.confluence.content.persistence.CustomContentDao
 
countChildrenOfType(long, String) - Method in class com.atlassian.confluence.content.persistence.hibernate.PluginContentHibernateDao
 
countChildrenOfType(CustomContentEntityObject, String) - Method in interface com.atlassian.confluence.content.CustomContentManager
Get the total number of children of a piece of content with the given type
countChildrenOfType(CustomContentEntityObject, String) - Method in class com.atlassian.confluence.impl.content.DefaultCustomContentManager
 
countCommentByStatuses(List<ContentStatus>) - Method in interface com.atlassian.confluence.dmz.pages.CommentManagerInternal
Retrieve the latest content count of specific content type for a given space with a particular status.
countCommentByStatuses(List<ContentStatus>) - Method in class com.atlassian.confluence.impl.content.DefaultCommentManager
 
countCommentByStatuses(List<ContentStatus>) - Method in interface com.atlassian.confluence.internal.pages.persistence.CommentDaoInternal
Retrieve the latest content count of specific content type for a given space with a particular status.
countCommentByStatuses(List<ContentStatus>) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateCommentDao
 
countComments(Searchable) - Method in class com.atlassian.confluence.impl.content.DefaultCommentManager
 
countComments(Searchable) - Method in interface com.atlassian.confluence.pages.CommentManager
 
countComments(Searchable) - Method in interface com.atlassian.confluence.pages.persistence.dao.CommentDao
Count all comments in a searchable content
countComments(Searchable) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateCommentDao
 
countComments(Collection<? extends Searchable>) - Method in class com.atlassian.confluence.impl.content.DefaultCommentManager
 
countComments(Collection<? extends Searchable>) - Method in interface com.atlassian.confluence.pages.CommentManager
 
countComments(Collection<? extends Searchable>) - Method in interface com.atlassian.confluence.pages.persistence.dao.CommentDao
Count all comments for each content in a collection
countComments(Collection<? extends Searchable>) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateCommentDao
 
countContent(String) - Method in interface com.atlassian.confluence.api.service.search.CQLSearchService
Execute a CQL search query and fetch the number of results found.
countContent(String) - Method in interface com.atlassian.confluence.rest.client.RemoteCQLSearchService
countContent(String) - Method in class com.atlassian.confluence.rest.client.RemoteCQLSearchServiceImpl
 
countContent(String, SearchContext) - Method in interface com.atlassian.confluence.api.service.search.CQLSearchService
Execute a CQL search query and fetch the number of results found.
countContent(String, SearchContext) - Method in interface com.atlassian.confluence.rest.client.RemoteCQLSearchService
countContent(String, SearchContext) - Method in class com.atlassian.confluence.rest.client.RemoteCQLSearchServiceImpl
 
countContentBySpaceIdAndStatus(long, String) - Method in interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
Retrieve the count of content for a given space with a particular status.
countContentBySpaceIdAndStatus(long, String) - Method in interface com.atlassian.confluence.dmz.ContentEntityManagerInternal
Retrieve the count of specific content type for a given space with a particular status.
countContentBySpaceIdAndStatus(long, String) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
countContentBySpaceIdAndStatus(long, String) - Method in class com.atlassian.confluence.internal.persistence.hibernate.ContentEntityObjectHibernateDao
 
countContentByTypedAndStatuses(List<ContentType>, List<ContentStatus>) - Method in interface com.atlassian.confluence.internal.pages.persistence.PageDaoInternal
Retrieve the latest content count of specific content type for a given space with a particular status.
countContentByTypedAndStatuses(List<ContentType>, List<ContentStatus>) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
countContentCompletionStage(String) - Method in interface com.atlassian.confluence.rest.client.RemoteCQLSearchService
 
countContentCompletionStage(String) - Method in class com.atlassian.confluence.rest.client.RemoteCQLSearchServiceImpl
 
countContentCompletionStage(String, SearchContext) - Method in interface com.atlassian.confluence.rest.client.RemoteCQLSearchService
 
countContentCompletionStage(String, SearchContext) - Method in class com.atlassian.confluence.rest.client.RemoteCQLSearchServiceImpl
 
countContentTypeByAndStatus(List<ContentType>, List<ContentStatus>) - Method in interface com.atlassian.confluence.dmz.pages.PageManagerInternal
Retrieve the count of specific content types with a particular statuses.
countContentTypeByAndStatus(List<ContentType>, List<ContentStatus>) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
countCurrentBlogs() - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
countCurrentBlogs() - Method in interface com.atlassian.confluence.pages.PageManager
Counts the total number of current blog posts across all spaces
countCurrentBlogs() - Method in interface com.atlassian.confluence.pages.persistence.dao.BlogPostDao
Counts the total number of current blog posts across all spaces
countCurrentBlogs() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateBlogPostDao
 
countCurrentPages() - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
countCurrentPages() - Method in interface com.atlassian.confluence.pages.PageManager
Counts the total number of current pages across all spaces
countCurrentPages() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
countCurrentPages() - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
Counts the total number of current pages across all spaces
countDirectMembersOfGroup(long, String, int) - Method in class com.atlassian.confluence.impl.user.crowd.CachedCrowdMembershipDao
 
countDirectMembersOfGroup(long, String, int) - Method in class com.atlassian.confluence.impl.user.crowd.hibernate.HibernateMembershipDao
 
countDraftBlogs() - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
countDraftBlogs() - Method in interface com.atlassian.confluence.pages.PageManager
Counts the number of blog posts that are drafts.
countDraftBlogs() - Method in interface com.atlassian.confluence.pages.persistence.dao.BlogPostDao
Counts the number of blog posts that are drafts.
countDraftBlogs() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateBlogPostDao
 
countDraftPages() - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
countDraftPages() - Method in interface com.atlassian.confluence.pages.PageManager
Counts the number of pages that are drafts.
countDraftPages() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
countDraftPages() - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
Counts the number of pages that are drafts.
countDrafts(ConfluenceUser) - Method in interface com.atlassian.confluence.impl.pages.persistence.dao.DraftDao
 
countDrafts(ConfluenceUser) - Method in class com.atlassian.confluence.impl.pages.persistence.dao.HibernateDraftDao
 
countDrafts(ConfluenceUser) - Method in class com.atlassian.confluence.impl.pages.persistence.dao.SessionDraftDao
 
countDrafts(ConfluenceUser) - Method in interface com.atlassian.confluence.pages.DraftManager
 
countDrafts(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
countDrafts(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
 
countDrafts(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
countEntries(JournalIdentifier) - Method in interface com.atlassian.confluence.api.service.journal.JournalService
Counts the number of entries in a journal.
countEntries(JournalIdentifier) - Method in class com.atlassian.confluence.impl.journal.DefaultJournalManager
 
countEntries(JournalIdentifier) - Method in class com.atlassian.confluence.impl.journal.DefaultJournalService
 
countEntries(JournalIdentifier) - Method in interface com.atlassian.confluence.impl.journal.JournalManager
Counts the number of entries in a journal.
countEntries(JournalIdentifier, long, long) - Method in class com.atlassian.confluence.impl.journal.HibernateJournalDao
 
countEntries(JournalIdentifier, long, long) - Method in interface com.atlassian.confluence.impl.journal.JournalDao
Counts the number of entries in a journal.
counter(MeterRegistry, String...) - Method in enum class com.atlassian.confluence.impl.metrics.CoreMetrics
Get/create a Micrometer Counter with the given tags.
Counter - Interface in com.atlassian.confluence.plugin.webresource
A counter to create a unique version for web resources
Counter - Interface in com.atlassian.confluence.util.profiling
Represents an atomic counter that can be increased in value.
CounterSnapshot - Interface in com.atlassian.confluence.util.profiling
Represents a snapshot of the counter.
countIncomingLinksForContents(SpaceContentEntityObject, SpaceContentEntityObject) - Method in class com.atlassian.confluence.links.DefaultLinkManager
 
countIncomingLinksForContents(SpaceContentEntityObject, SpaceContentEntityObject) - Method in interface com.atlassian.confluence.links.LinkManager
Helping method to get all incoming links of multiple contents at once.
countIncomingLinksForContents(SpaceContentEntityObject, SpaceContentEntityObject, Function<Object, T>) - Method in class com.atlassian.confluence.links.persistence.dao.hibernate.HibernateLinkDao
 
countIncomingLinksForContents(SpaceContentEntityObject, SpaceContentEntityObject, Function<Object, T>) - Method in interface com.atlassian.confluence.links.persistence.dao.LinkDao
Helping method to get all incoming links of multiple contents at once.
CountItem - Class in com.atlassian.confluence.plugins.edgeindex.rest
 
CountItem(int, String) - Constructor for class com.atlassian.confluence.plugins.edgeindex.rest.CountItem
 
countLabelNamesWithoutFavourites(Collection<String>) - Static method in class com.atlassian.confluence.util.LabelUtil
countLabels(String) - Static method in class com.atlassian.confluence.util.LabelUtil
Counts the labels present in an input string.
countLabelsWithoutFavourites(String) - Static method in class com.atlassian.confluence.util.LabelUtil
Counts the labels present in an input string.
countLabelsWithoutFavourites(Collection<Label>) - Static method in class com.atlassian.confluence.util.LabelUtil
Counts the labels present in an input collection.
countLatestVersionsOfAttachments(ContentEntityObject) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
countLatestVersionsOfAttachments(ContentEntityObject) - Method in interface com.atlassian.confluence.pages.AttachmentManager
Returns a count of the number of latest versions of attachments
countLatestVersionsOfAttachments(ContentEntityObject) - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
countLatestVersionsOfAttachments(ContentEntityObject) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
countLatestVersionsOfAttachments(ContentEntityObject) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
 
countLatestVersionsOfAttachments(ContentEntityObject) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
countLatestVersionsOfAttachmentsBySpaceAndStatuses(Space, List<ContentStatus>) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentDao
 
countLatestVersionsOfAttachmentsBySpaceAndStatuses(Space, List<ContentStatus>) - Method in interface com.atlassian.confluence.internal.pages.persistence.AttachmentDaoInternal
Returns the number of the latest versions of attachments by their statuses in a space
countLatestVersionsOfAttachmentsBySpaceAndStatuses(Space, List<ContentStatus>) - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
countLatestVersionsOfAttachmentsBySpaceAndStatuses(Space, List<ContentStatus>) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
countLatestVersionsOfAttachmentsByStatuses(List<ContentStatus>) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentDao
 
countLatestVersionsOfAttachmentsByStatuses(List<ContentStatus>) - Method in interface com.atlassian.confluence.internal.pages.persistence.AttachmentDaoInternal
Returns the number of the latest versions of attachments by their statuses
countLatestVersionsOfAttachmentsByStatuses(List<ContentStatus>) - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
countLatestVersionsOfAttachmentsByStatuses(List<ContentStatus>) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
countLatestVersionsOfAttachmentsOnPageSince(ContentEntityObject, Date) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
countLatestVersionsOfAttachmentsOnPageSince(ContentEntityObject, Date) - Method in interface com.atlassian.confluence.pages.AttachmentManager
Fetches number of attachments changed on a page since a specific timestamp
countLatestVersionsOfAttachmentsOnPageSince(ContentEntityObject, Date) - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
countLatestVersionsOfAttachmentsOnPageSince(ContentEntityObject, Date) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
countLatestVersionsOfAttachmentsOnPageSince(ContentEntityObject, Date) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
 
countLatestVersionsOfAttachmentsOnPageSince(ContentEntityObject, Date) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
countLatestVersionsOfAttachmentsWithAnyStatus(ContentEntityObject) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
countLatestVersionsOfAttachmentsWithAnyStatus(ContentEntityObject) - Method in interface com.atlassian.confluence.pages.AttachmentManager
Returns a count of the number of latest versions of attachments (including trashed)
countLatestVersionsOfAttachmentsWithAnyStatus(ContentEntityObject) - Method in class com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
 
countLatestVersionsOfAttachmentsWithAnyStatus(ContentEntityObject) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
countLatestVersionsOfAttachmentsWithAnyStatus(ContentEntityObject) - Method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao
 
countLatestVersionsOfAttachmentsWithAnyStatus(ContentEntityObject) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
countLicenseConsumingUsers() - Method in class com.atlassian.confluence.impl.user.DefaultUserAccessor
 
countLicenseConsumingUsers() - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
countLicenseConsumingUsers() - Method in interface com.atlassian.confluence.user.UserAccessor
Returns the number of users which have access to use Confluence AND consume a Confluence license.
countLikes(Searchable) - Method in class com.atlassian.confluence.impl.like.DefaultLikeManager
 
countLikes(Searchable) - Method in class com.atlassian.confluence.impl.like.HibernateLikeEntityDao
 
countLikes(Searchable) - Method in interface com.atlassian.confluence.impl.like.LikeEntityDao
 
countLikes(Searchable) - Method in interface com.atlassian.confluence.like.LikeManager
Count the number of likes for the given object
countLikes(Collection<? extends Searchable>) - Method in class com.atlassian.confluence.impl.like.DefaultLikeManager
 
countLikes(Collection<? extends Searchable>) - Method in class com.atlassian.confluence.impl.like.HibernateLikeEntityDao
 
countLikes(Collection<? extends Searchable>) - Method in interface com.atlassian.confluence.impl.like.LikeEntityDao
 
countLikes(Collection<? extends Searchable>) - Method in interface com.atlassian.confluence.like.LikeManager
Count the number of likes for the given objects
countPagesInSubtree(Page) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
countPagesInSubtree(Page) - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
Return total descendant page including input page
countPagesInSubtree(Page) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
countPagesInSubtree(Page) - Method in interface com.atlassian.confluence.pages.PageManager
Get number of descendant page including the input page
countPagesWithIncomingLinks(SpaceContentEntityObject) - Method in class com.atlassian.confluence.links.DefaultLinkManager
 
countPagesWithIncomingLinks(SpaceContentEntityObject) - Method in interface com.atlassian.confluence.links.LinkManager
Get the number of pages in a page hierarchy that have incoming links.
countPagesWithIncomingLinks(SpaceContentEntityObject) - Method in class com.atlassian.confluence.links.persistence.dao.hibernate.HibernateLinkDao
 
countPagesWithIncomingLinks(SpaceContentEntityObject) - Method in interface com.atlassian.confluence.links.persistence.dao.LinkDao
Get the number of pages in a page hierarchy that have incoming links.
countPagesWithUnpublishedChanges() - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
countPagesWithUnpublishedChanges() - Method in interface com.atlassian.confluence.pages.PageManager
Counts the number of published pages that have unpublished changes.
countPagesWithUnpublishedChanges() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
countPagesWithUnpublishedChanges() - Method in interface com.atlassian.confluence.pages.persistence.dao.PageDao
Deprecated.
Counts the number of published pages that have unpublished changes.
countParsedLabelNamesWithoutFavourites(Collection<ParsedLabelName>) - Static method in class com.atlassian.confluence.util.LabelUtil
Counts the labels present in an input collection.
countSpaceCommentByStatuses(Space, List<ContentStatus>) - Method in interface com.atlassian.confluence.dmz.pages.CommentManagerInternal
Retrieve the latest content count of specific content type for a given space with a particular status.
countSpaceCommentByStatuses(Space, List<ContentStatus>) - Method in class com.atlassian.confluence.impl.content.DefaultCommentManager
 
countSpaceCommentByStatuses(Space, List<ContentStatus>) - Method in interface com.atlassian.confluence.internal.pages.persistence.CommentDaoInternal
Retrieve the latest content count of specific content type for a given space with a particular status.
countSpaceCommentByStatuses(Space, List<ContentStatus>) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateCommentDao
 
countSpaceContentByContentTypeAndStatus(Space, List<ContentType>, List<ContentStatus>) - Method in interface com.atlassian.confluence.dmz.pages.PageManagerInternal
Retrieve the count of specific content types for a given space with a particular statuses.
countSpaceContentByContentTypeAndStatus(Space, List<ContentType>, List<ContentStatus>) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
countSpaceContentByTypedAndStatuses(Space, List<ContentType>, List<ContentStatus>) - Method in interface com.atlassian.confluence.internal.pages.persistence.PageDaoInternal
Retrieve the latest content count of specific content type for a given space with a particular status.
countSpaceContentByTypedAndStatuses(Space, List<ContentType>, List<ContentStatus>) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernatePageDao
 
countSpaces(SpacesQueryWithPermissionQueryBuilder) - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.HibernateSpaceDao
 
countSpaces(SpacesQueryWithPermissionQueryBuilder) - Method in interface com.atlassian.confluence.spaces.persistence.dao.SpaceDao
Count the spaces specified by the SpacesQuery.
countStaleSharedDrafts() - Method in interface com.atlassian.confluence.internal.pages.persistence.AbstractPageDaoInternal
Counting number of stale share draft in DB
countStaleSharedDrafts() - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAbstractPageDao
 
countUnresolvedComments(Collection<Long>) - Method in interface com.atlassian.confluence.pages.persistence.dao.CommentDao
Count unresolved comments of comment containers.
countUnresolvedComments(Collection<Long>) - Method in class com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateCommentDao
 
countUnresolvedComments(Collection<Long>) - Method in class com.atlassian.confluence.impl.content.DefaultCommentManager
 
countUnresolvedComments(Collection<Long>) - Method in interface com.atlassian.confluence.pages.CommentManager
Count unresolved comments of comment containers.
countUnsyncedUsers() - Method in class com.atlassian.confluence.functest.rest.admin.UserResource
 
countUnsyncedUsers() - Method in class com.atlassian.confluence.impl.user.DefaultUserAccessor
 
countUnsyncedUsers() - Method in class com.atlassian.confluence.impl.user.persistence.dao.CachingConfluenceUserDao
 
countUnsyncedUsers() - Method in interface com.atlassian.confluence.user.persistence.dao.ConfluenceUserDao
Get a count of all unsynced users in Confluence.
countUnsyncedUsers() - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.HibernateConfluenceUserDao
 
countUnsyncedUsers() - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
countUnsyncedUsers() - Method in interface com.atlassian.confluence.user.UserAccessor
Get a count of all unsynced users in Confluence.
countUserMacrosWithoutMetadata() - Method in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
 
countUserMacrosWithWikiTemplates() - Method in class com.atlassian.confluence.admin.actions.macros.UserMacroAction
 
countUsersForActivity(HeartbeatManager.ActivityKey) - Method in interface com.atlassian.confluence.core.HeartbeatManager
 
countWithKey(String) - Method in class com.atlassian.confluence.impl.bandana.HibernateConfluenceBandanaRecordDao
 
countWithKey(String) - Method in interface com.atlassian.confluence.setup.bandana.persistence.dao.ConfluenceBandanaRecordDao
Count entry in DB which have particular key.
CpuBasedThreadPoolConfiguration - Class in com.atlassian.confluence.event
EventThreadPoolConfiguration implementation that creates configuration for ThreadPoolExecutor based on cpus available.
CpuBasedThreadPoolConfiguration() - Constructor for class com.atlassian.confluence.event.CpuBasedThreadPoolConfiguration
 
CQ_QUESTION_PLUGIN_KEY - Static variable in class com.atlassian.confluence.impl.core.persistence.hibernate.schema.LabelUniqueIndexHelper
 
CQ_TOPIC_METADATA_PLUGIN_KEY - Static variable in class com.atlassian.confluence.impl.core.persistence.hibernate.schema.LabelUniqueIndexHelper
 
CQL - Enum constant in enum class com.atlassian.confluence.macro.browser.beans.MacroParameterType
A CQL expression, generally for macros that perform content searches.
CQL - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
CQL_CONTEXT - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
CQL_SEARCH - Static variable in class com.atlassian.confluence.search.v2.ContentSearch
 
cqlQuery - Variable in class com.atlassian.confluence.api.model.search.SearchPageResponse.Builder
 
cqlQuery(String) - Method in class com.atlassian.confluence.api.model.search.SearchPageResponse.Builder
 
CQLSearchService - Interface in com.atlassian.confluence.api.service.search
Entry point into CQL Search.
create() - Static method in class com.atlassian.confluence.api.serialization.ApiSerializerModuleFactory
 
create() - Static method in class com.atlassian.confluence.content.render.xhtml.ConfluenceXmlOutputFactory
 
create() - Method in class com.atlassian.confluence.internal.search.v2.CustomContentTypeQueryFactory
 
create() - Method in class com.atlassian.confluence.internal.search.v2.SpaceCategoryQueryFactory
 
create() - Static method in class com.atlassian.confluence.plugins.restapi.serialization.factory.SerializerModuleFactory
 
create() - Static method in class com.atlassian.confluence.rest.serialization.jackson2.CustomSerializerModuleFactory
 
create() - Method in interface com.atlassian.confluence.search.v2.SiteSearchPermissionsQueryFactory
 
create(boolean, Collection<ValidationError>) - Static method in class com.atlassian.confluence.api.impl.model.validation.CoreValidationResultFactory
 
create(int) - Static method in class com.atlassian.confluence.api.model.pagination.LimitedRequestImpl
 
create(int, int, int) - Static method in class com.atlassian.confluence.api.model.pagination.LimitedRequestImpl
 
create(int, int, int, boolean) - Static method in class com.atlassian.confluence.api.model.pagination.LimitedRequestImpl
 
create(int, String) - Method in class com.atlassian.confluence.impl.backuprestore.ParallelTasksExecutorFactory
 
create(E, RelationDescriptor) - Static method in class com.atlassian.confluence.dmz.relations.query.RelationQuery
 
create(BandanaPersister, CacheFactory) - Static method in class com.atlassian.confluence.impl.bandana.ReadThroughCachingBandanaPersister
 
create(Cache<String, V>) - Static method in interface com.atlassian.confluence.impl.health.SharedCacheHeartbeatManager.DataStore
 
create(CacheFactory) - Static method in interface com.atlassian.confluence.impl.health.SharedCacheHeartbeatManager.DataStore
 
create(CacheFactory) - Static method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughAttachmentDownloadPathCache
 
create(CacheFactory, CoreCache) - Static method in class com.atlassian.confluence.impl.cache.ReadThroughAtlassianCache
 
create(CacheFactory, CoreCache) - Static method in class com.atlassian.confluence.impl.labels.ReadThroughMostPopularCache
 
create(Content) - Method in class com.atlassian.confluence.api.impl.service.content.ContentServiceImpl
 
create(Content) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.BlogPostContentTypeApiSupport
 
create(Content) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.CommentContentTypeApiSupport
 
create(Content) - Method in class com.atlassian.confluence.api.impl.service.content.typebinding.PageContentTypeApiSupport
 
create(Content) - Method in interface com.atlassian.confluence.api.service.content.ContentService
Create a piece of content.
create(Content) - Method in class com.atlassian.confluence.content.apisupport.BaseContentTypeApiSupport
 
create(Content) - Method in interface com.atlassian.confluence.content.apisupport.ContentTypeApiSupport
Create a new persistent entity for the given api content
create(Content) - Method in class com.atlassian.confluence.content.apisupport.CustomContentTypeApiSupport
 
create(Content, Expansion...) - Method in class com.atlassian.confluence.api.impl.service.content.ContentServiceImpl
 
create(Content, Expansion...) - Method in interface com.atlassian.confluence.api.service.content.ContentService
Create a piece of content.
create(ContentId, JsonContentProperty) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentPropertyResource
 
create(ContentId, String, JsonContentProperty) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentPropertyResource
 
create(JsonContentProperty) - Method in interface com.atlassian.confluence.api.service.content.ContentPropertyService
Create a content property.
create(JsonContentProperty) - Method in class com.atlassian.confluence.plugins.contentproperty.ContentPropertyServiceImpl
 
create(JsonSpaceProperty) - Method in interface com.atlassian.confluence.api.service.content.SpacePropertyService
Create a content property.
create(JsonSpaceProperty) - Method in class com.atlassian.confluence.impl.retention.InMemorySpacePropertyService
 
create(JsonSpaceProperty) - Method in class com.atlassian.confluence.plugins.contentproperty.spaceproperty.SpacePropertyServiceImpl
 
create(Space, boolean) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceServiceImpl
 
create(Space, boolean) - Method in interface com.atlassian.confluence.api.service.content.SpaceService
Create a new space.
create(ContentTemplate, Expansion...) - Method in interface com.atlassian.confluence.api.service.content.template.ContentTemplateService
Create Template.
create(JournalIdentifier) - Method in class com.atlassian.confluence.internal.index.lucene.snapshot.DefaultLuceneIndexSnapshotManager
 
create(JournalIdentifier) - Method in interface com.atlassian.confluence.internal.index.lucene.snapshot.LuceneIndexSnapshotManager
Create a new Lucene index snapshot for given journal (index)
create(Cursor, int, int) - Static method in class com.atlassian.confluence.api.model.pagination.LimitedRequestImpl
 
create(PageRequest, int) - Static method in class com.atlassian.confluence.api.model.pagination.LimitedRequestImpl
 
create(Group) - Method in class com.atlassian.confluence.plugins.restapi.resources.AdminGroupResource
 
create(UserDetailsForCreation) - Method in class com.atlassian.confluence.api.impl.service.people.PersonServiceImpl
 
create(UserDetailsForCreation) - Method in class com.atlassian.confluence.api.impl.service.people.ReadOnlyPersonService
 
create(UserDetailsForCreation) - Method in interface com.atlassian.confluence.api.service.people.PersonService
Create a new active user
create(UserDetailsForCreation) - Method in interface com.atlassian.confluence.rest.client.RemotePersonService
Create a new active user
create(UserDetailsForCreation) - Method in class com.atlassian.confluence.rest.client.RemotePersonServiceImpl
 
create(RelationInstance<S, T>) - Method in class com.atlassian.confluence.api.impl.service.relation.RelationServiceImpl
 
create(RelationInstance<S, T>) - Method in interface com.atlassian.confluence.api.service.relations.RelationService
Creates a directed relation between two relatable entities.
create(BackupRestoreJob, int) - Method in class com.atlassian.confluence.impl.backuprestore.ParallelTasksExecutorFactory
 
create(ClusterConfigurationAccessor, EventPublisher, TopicEventCluster<E, N>) - Static method in class com.atlassian.confluence.impl.cluster.event.TopicEventPublisher
 
create(FormatSettingsManager, CacheFactory) - Static method in class com.atlassian.confluence.impl.settings.CachingFormatSettingsManager
 
create(SearchContext) - Method in class com.atlassian.confluence.impl.search.v2.DefaultSiteSearchPermissionsQueryFactory
 
create(SearchContext) - Method in class com.atlassian.confluence.impl.search.v2.SiteSearchPermissionsFilteredQueryFactory
 
create(SearchContext) - Method in interface com.atlassian.confluence.search.v2.SiteSearchPermissionsQueryFactory
 
create(SiteDarkFeaturesDao, CacheManager) - Static method in class com.atlassian.confluence.impl.feature.CachingSiteDarkFeaturesDao
 
create(AttachmentDataStorageLocationResolver, DeferredFileDeletionQueue) - Static method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV003
Deprecated.
 
create(AttachmentDataStorageLocationResolver, DarkFeaturesManager) - Static method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV004
 
create(ContentDirectoryStructureAttachmentDataFileSystemV003, ContentDirectoryStructureAttachmentDataFileSystemV004, ZduManager) - Static method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemAdapter
 
create(ThemeKeyDao, CacheFactory) - Static method in class com.atlassian.confluence.impl.themes.CachingThemeKeyDao
 
create(UserPreferencesDao, CacheFactory) - Static method in class com.atlassian.confluence.impl.user.preferences.dao.CachingUserPreferencesDao
 
create(IncrementalSyncSubscriptionManager, CacheFactory) - Static method in class com.atlassian.confluence.impl.incrementalsync.CachingIncrementalSyncSubscriptionManager
 
create(PersonalInformationDaoInternal, CacheFactory) - Static method in class com.atlassian.confluence.impl.user.persistence.dao.ReadThroughCachingPersonalInformationDao
 
create(Label) - Static method in class com.atlassian.confluence.labels.LabelParser
 
create(TitleContentMapping) - Method in class com.atlassian.confluence.links.DefaultTitleContentMappingManager
Creates a new TitleContentMapping entity in the database.
create(TitleContentMapping) - Method in class com.atlassian.confluence.links.persistence.dao.hibernate.HibernateTitleContentMappingDao
Creates a new TitleContentMapping entity in the database.
create(TitleContentMapping) - Method in interface com.atlassian.confluence.links.persistence.dao.TitleContentMappingDao
Creates a new TitleContentMapping entry in the persistence layer.
create(TitleContentMapping) - Method in interface com.atlassian.confluence.links.TitleContentMappingManager
Creates a new TitleContentMapping entity in the database.
create(Draft) - Static method in class com.atlassian.confluence.tinymceplugin.rest.entities.DraftData
Creates a DraftData without the content filled in.
create(Page) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
create(AttachmentDataStreamType, InputStreamSource) - Static method in interface com.atlassian.confluence.pages.persistence.dao.AttachmentDataStream
Creates a new AttachmentDataStream for the given AttachmentDataStreamType and InputStreamSource.
create(ContentPropertySchemaField, Object, AqlParser.MapExprValueContext) - Method in class com.atlassian.confluence.plugins.contentproperty.search.query.ContentPropertySearchQueryFactory
 
create(ConfluenceDirectories, String, String, String, String) - Static method in class com.atlassian.confluence.importexport.impl.ConfluenceTempDirExportFileNameGenerator
 
create(ConfluenceUser) - Method in class com.atlassian.confluence.impl.search.v2.DefaultContentPermissionsQueryFactory
 
create(ConfluenceUser) - Method in class com.atlassian.confluence.impl.search.v2.DefaultSpacePermissionQueryFactory
 
create(ConfluenceUser) - Method in class com.atlassian.confluence.impl.search.v2.SpacePermissionFilteredQueryFactory
Deprecated.
 
create(ConfluenceUser) - Method in interface com.atlassian.confluence.search.v2.ContentPermissionsQueryFactory
 
create(ConfluenceUser) - Method in interface com.atlassian.confluence.search.v2.SpacePermissionQueryFactory
 
create(ConfluenceUser) - Method in class com.atlassian.confluence.impl.search.v2.lucene.filter.BrowseUsersPermissionsFilterFactory
 
create(ConfluenceUser) - Method in class com.atlassian.confluence.impl.user.persistence.dao.CachingConfluenceUserDao
 
create(ConfluenceUser) - Method in interface com.atlassian.confluence.user.persistence.dao.ConfluenceUserDao
Create a new ConfluenceUser.
create(ConfluenceUser) - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.HibernateConfluenceUserDao
Persist a new ConfluenceUser.
create(ConfluenceUser, DraftService.DraftType, String) - Method in interface com.atlassian.confluence.pages.DraftManager
Creates a new persistent draft of the specified draft type in the space for the user.
create(ConfluenceUser, DraftService.DraftType, String, long) - Method in interface com.atlassian.confluence.pages.DraftManager
Creates a new persistent draft of the specified draft type in the space for the user.
create(ConfluenceUserDao, CacheFactory) - Static method in class com.atlassian.confluence.impl.user.persistence.dao.CachingConfluenceUserDao
 
create(MacroDefinition, String) - Method in interface com.atlassian.confluence.content.render.xhtml.view.macro.ViewMacroErrorPlaceholder
 
create(MacroDefinition, String) - Method in class com.atlassian.confluence.content.render.xhtml.view.macro.ViewMacroErrorPlaceholderImpl
 
create(FileStore.Path, String) - Static method in class com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer.UserDictionaryFactory
 
create(EventPublisher) - Static method in class com.atlassian.confluence.event.TimingEventPublisher
 
create(MailServer) - Method in class com.atlassian.confluence.mail.ConfluenceMailServerManager
 
create(NutclusterInstance, Function<String, String>, Observability) - Static method in class com.atlassian.cache.nutcluster.asyncinvalidation.CacheInvalidatorFactory
 
create(PluginAccessor) - Static method in interface com.atlassian.confluence.impl.content.ContentTypeModuleResolver
A factory method backed by a PluginAccessor.
create(PluginAccessor, PluginEventManager, Class<D>) - Static method in class com.atlassian.confluence.plugin.descriptor.WeightedPluginModuleTracker
 
create(UserKey) - Static method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.UserResourceIdentifier
 
create(ClusteredJob) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJobDao
 
create(ClusteredJob) - Method in class com.atlassian.confluence.impl.schedule.caesium.SchedulerClusteredJobDaoProxyWrapper
 
create(PropertySetFactory, CacheFactory) - Static method in class com.atlassian.confluence.impl.propertyset.ReadThroughCachingUserPropertySetFactory
Create an instance for the given delegate PropertySetFactory.
create(User) - Method in class com.atlassian.confluence.impl.search.v2.lucene.filter.SpacePermissionsFilterFactory
 
create(ExternalProcessSettings) - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.NonIdlingExternalProcessFactory
 
create(File) - Method in class com.atlassian.confluence.upgrade.AttachmentMigratorToV4Reporter.OutputStreamWriterFactory
 
create(Class<T>) - Method in class com.atlassian.confluence.impl.plugin.ConfluenceHostContainer
 
create(Class, Serializable) - Static method in class com.atlassian.confluence.core.persistence.hibernate.TransientHibernateHandle
Deprecated.
 
create(String) - Method in class com.atlassian.confluence.api.model.web.WebPanelView.Builder
 
create(String) - Method in class com.atlassian.confluence.impl.search.summary.DefaultHitHighlighterFactory
 
create(String) - Method in interface com.atlassian.confluence.search.summary.HitHighlighterFactory
Create a new highlighter that uses the default formatter, and HTML encoding.
create(String, JsonSpaceProperty) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpacePropertyResource
 
create(String, AnalyzerDescriptorProvider) - Method in interface com.atlassian.confluence.internal.index.lucene.CustomLuceneConnectionFactory
Create Lucene connection
create(String, AnalyzerDescriptorProvider) - Method in class com.atlassian.confluence.internal.index.lucene.CustomLuceneConnectionFactoryImpl
 
create(String, String) - Method in class com.atlassian.confluence.api.model.web.WebSectionView.Builder
 
create(String, String) - Static method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.journalmessage.SpaceFilteringJournalMessage
 
create(String, String) - Static method in class com.atlassian.confluence.labels.LabelParser
 
create(String, String, JsonSpaceProperty) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpacePropertyResource
 
create(String, String, String, int) - Method in class com.atlassian.confluence.api.model.web.WebItemView.Builder
 
create(String, String, String, String, String, ContentStatus, ContentStatus, Integer, Integer) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.RelationResource
Add a relationship between two user, space, or content entities.
create(String, String, List<String>) - Method in class com.atlassian.confluence.internal.upgrade.constraint.ConstraintCreator
 
create(Supplier<Collection<ContentTypeModuleDescriptor>>) - Static method in interface com.atlassian.confluence.impl.content.ContentTypeModuleResolver
 
create(Iterator<T>) - Static method in class com.atlassian.confluence.util.SingleUseIterable
Convenience static factory because constructors can't infer generic types.
create(AtomicReader) - Method in class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneAverageScoreFunctionFactory
 
create(AtomicReader) - Method in class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneConstantScoreFunctionFactory
 
create(AtomicReader) - Method in class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneDocValuesFieldValueSourceFactory
 
create(AtomicReader) - Method in class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneDoubleFieldValueSourceFactory
 
create(AtomicReader) - Method in class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneExpDecayFunctionFactory
 
create(AtomicReader) - Method in class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneFactorScoreFunctionFactory
 
create(AtomicReader) - Method in class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneFilteredScoreFunctionFactory
 
create(AtomicReader) - Method in class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneFirstScoreFunctionFactory
 
create(AtomicReader) - Method in class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneFloatFieldValueSourceFactory
 
create(AtomicReader) - Method in class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneGaussDecayFunctionFactory
 
create(AtomicReader) - Method in class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneIntFieldValueSourceFactory
 
create(AtomicReader) - Method in class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneLinearDecayFunctionFactory
 
create(AtomicReader) - Method in class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneLongFieldValueSourceFactory
 
create(AtomicReader) - Method in class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneMaxScoreFunctionFactory
 
create(AtomicReader) - Method in class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneMinScoreFunctionFactory
 
create(AtomicReader) - Method in class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneMultiplyScoreFunctionFactory
 
create(AtomicReader) - Method in interface com.atlassian.confluence.impl.search.v2.lucene.score.LuceneScoreFunctionFactory
 
create(AtomicReader) - Method in class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneSumScoreFunctionFactory
 
create(SessionFactory, CacheFactory) - Static method in class com.atlassian.confluence.impl.content.DefaultContentPropertyManager
 
create(Resource, String) - Method in class com.atlassian.confluence.impl.cache.config.CacheSettingsManagerFactory
 
create(HttpExecuteRequest, ApacheHttpRequestConfig) - Method in class com.atlassian.confluence.plugins.opensearch.DeleteWithEntityApacheHttpRequestFactory
 
create(T) - Method in interface com.atlassian.confluence.rest.v2.api.services.RestEntityFactory
Creates a RestEntity that wraps the provided entity.
create(T, boolean) - Method in class com.atlassian.confluence.rest.serialization.jackson2.DefaultRestEntityFactory
 
create(T, boolean) - Method in interface com.atlassian.confluence.rest.v2.api.services.RestEntityFactory
Creates a RestEntity that wraps the provided entity.
CREATE - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentModelOperation
 
CREATE - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.GlobalPermissionModelOperation
 
CREATE - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserModelOperation
 
CREATE - Static variable in class com.atlassian.confluence.api.model.permissions.OperationKey
 
CREATE_ATTACHMENT_PERMISSION - Static variable in class com.atlassian.confluence.security.SpacePermission
 
CREATE_BLUEPRINT_PAGE_DRAFT_REQUEST_KEY - Static variable in class com.atlassian.confluence.impl.schedule.jobs.PropertyEntryGardeningJob
 
CREATE_CHANGE_FOLDER - Enum constant in enum class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexPhase
 
CREATE_ICON - Static variable in class com.atlassian.confluence.links.linktypes.PageCreateLink
 
CREATE_INDEX_SNAPSHOT - Enum constant in enum class com.atlassian.confluence.impl.system.task.SystemMaintenanceTaskType
 
CREATE_SPACE_PERMISSION - Static variable in class com.atlassian.confluence.security.SpacePermission
 
createAbsoluteLink(String, String) - Static method in class com.atlassian.confluence.api.model.content.LimitedSpace
Creates an absolute link from a relative href and a base URL.
createAbsolutePageTemplateResourceIdentifier(PageTemplate) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.DefaultResourceIdentifierContextUtility
 
createAbsolutePageTemplateResourceIdentifier(PageTemplate) - Method in interface com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ResourceIdentifierContextUtility
Create a ResourceIdentifier from the supplied PageTemplate.
createAbsoluteResourceIdentifier(ContentEntityObject) - Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.DefaultResourceIdentifierContextUtility
 
createAbsoluteResourceIdentifier(ContentEntityObject) - Method in interface com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ResourceIdentifierContextUtility
Create a fully populated (absolute) ResourceIdentifier from the supplied ContentEntityObject.
CreateAbstractPageCommandImpl - Class in com.atlassian.confluence.content.service.page
An abstract base class for create commands for AbstractPage subclasses such as Page or BlogPost
CreateAbstractPageCommandImpl(PageManager, ContentPermissionManager, DraftService, EventPublisher, CreateContextProvider, ContentEntityObject, ConfluenceUser, LabelManager, DraftsTransitionHelper) - Constructor for class com.atlassian.confluence.content.service.page.CreateAbstractPageCommandImpl
 
createAbstractPageHandler() - Method in class com.atlassian.confluence.impl.audit.handler.AuditHandlerFactory
 
createAccessor(OpenSearchIndexManager) - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchSearchIndexAccessorFactory
 
createAction(WebInterfaceContext, Space) - Static method in class com.atlassian.confluence.impl.sitemesh.DecoratorActionFactory
 
createAddChangeDocumentTask(Searchable) - Method in class com.atlassian.confluence.internal.search.tasks.DefaultIndexTaskFactory
Constructs an add change document task.
createAddChangeDocumentTask(Searchable) - Method in interface com.atlassian.confluence.search.IndexTaskFactory
 
createAddChangeDocumentTask(Searchable, PrefetchAtlassianDocumentRetriever) - Method in interface com.atlassian.confluence.internal.search.IndexTaskFactoryInternal
 
createAddChangeDocumentTask(Searchable, PrefetchAtlassianDocumentRetriever) - Method in class com.atlassian.confluence.internal.search.tasks.DefaultIndexTaskFactory
 
createAddDocumentTask(Searchable) - Method in class com.atlassian.confluence.internal.search.tasks.DefaultIndexTaskFactory
NOTE: Do not call this method without first calling DefaultIndexTaskFactory.createDeleteDocumentTask(Searchable) for the same object.
createAddDocumentTask(Searchable) - Method in interface com.atlassian.confluence.search.IndexTaskFactory
 
createAddDocumentTask(Searchable, PrefetchAtlassianDocumentRetriever) - Method in interface com.atlassian.confluence.internal.search.IndexTaskFactoryInternal
 
createAddDocumentTask(Searchable, PrefetchAtlassianDocumentRetriever) - Method in class com.atlassian.confluence.internal.search.tasks.DefaultIndexTaskFactory
 
createAddDocumentTask(IndexableEdge) - Method in class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeIndexTaskFactory
 
createAddDocumentTask(IndexableEdge) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeIndexTaskFactory
 
createAddDocumentTask(Edge) - Method in class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeIndexTaskFactory
 
createAddDocumentTask(Edge) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeIndexTaskFactory
 
createAddDocumentTask(String, UserKey, ContentEntityObject, Date, String) - Method in class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeIndexTaskFactory
 
createAddDocumentTask(String, UserKey, ContentEntityObject, Date, String) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeIndexTaskFactory
 
createAdditionalDatabaseConstraints() - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.schema.ConfluenceSchemaCreator
creates constraints that SchemaExport cannot automatically generate from hibernate mapping files.
createAddUniqueConstraintCommand(String, String...) - Method in interface com.atlassian.confluence.upgrade.ddl.AlterTableExecutor
 
createAddUniqueConstraintCommand(String, String...) - Method in class com.atlassian.confluence.upgrade.ddl.HibernateAlterTableExecutor
 
createAdvisedDynamicProxy(Object, Advisor) - Static method in class com.atlassian.confluence.util.AopUtils
Convenience method for creating an advised proxy, the proxy will implement all interfaces present on the target
createAdvisedProxy(Object, Class<T>, List<Advisor>) - Static method in class com.atlassian.confluence.util.AopUtils
Convenience method for creating an advised proxy
createAdvisedProxy(Object, Class<T>, Advisor...) - Static method in class com.atlassian.confluence.util.AopUtils
Convenience method for creating an advised proxy
createAdvisedProxy(Object, Advisor, Class<T>) - Static method in class com.atlassian.confluence.util.AopUtils
Convenience method for creating an advised proxy
createAllErasers(Collection<ExportableEntityInfo>, ConfluenceUser, BooleanSupplier) - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.SpaceContentErasersListBuilder
Create all erasers for current space deletion iteration.
createAllLockRecordsIfTheyDoNotExist() - Method in class com.atlassian.confluence.impl.backuprestore.restore.taskrunners.PreImportTaskRunner
 
createAllLockRecordsIfTheyDoNotExist() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.DenormalisedLockService
When the service is starting up for the first time, we need to create "state records".
createAlterColumnNullChoiceCommand(String, String, NullChoice) - Method in interface com.atlassian.confluence.upgrade.ddl.AlterTableExecutor
 
createAlterColumnNullChoiceCommand(String, String, NullChoice) - Method in class com.atlassian.confluence.upgrade.ddl.HibernateAlterTableExecutor
 
createAnalyzer() - Method in class com.atlassian.confluence.impl.search.v2.lucene.ConfluenceLuceneAnalyzerFactory
 
createAnalyzer() - Method in interface com.atlassian.confluence.internal.search.v2.lucene.analyzer.LuceneAnalyzerFactory
 
createAnalyzer() - Static method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.unstemmed.EuropeanUnstemmedLanguageAnalyzerProvider
Create OpenSearch analyzer
createAncestorsEntityInfo() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.ExportableEntityInfoFactory
 
createAncestorsEraser() - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.SpaceContentErasersFactory
 
createAncestorsGenerator(ExportableEntityInfo) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.EntityPersistersFactory
 
createAndSaveNewJob(ExecutorService, JobOperation, JobScope, JobState, Instant, String, BackupRestoreSettings) - Method in class com.atlassian.confluence.impl.backuprestore.IndependentBackupRestoreJobManager
 
createAndSaveNewJobSettingsRecord(ExecutorService, long, BackupRestoreSettings) - Method in class com.atlassian.confluence.impl.backuprestore.IndependentBackupRestoreJobManager
 
createAndSetExportDirectory() - Method in class com.atlassian.confluence.impl.importexport.AbstractExporterImpl
 
createAnonymousPermission(String) - Static method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.journalmessage.GlobalPermissionJournalMessage
 
createAnonymousSpacePermission(String, Space) - Static method in class com.atlassian.confluence.security.SpacePermission
 
createApacheDS() - Static method in class com.atlassian.confluence.test.apacheds.ApacheDsFactory
 
createApplicationAttributeEntityInfo() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.ExportableEntityInfoFactory
 
createApplicationContext(String[]) - Method in class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
Deprecated.
 
createApplicationExporter(ExportableEntityInfo) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ExporterFactory
Creates a site backup exporter for ApplicationImpl
createApplicationPersister(ExportableEntityInfo) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.EntityPersistersFactory
 
createAsyncHybridCache(String, CacheLoader<K, V>, CacheSettings) - Method in class com.atlassian.confluence.impl.cache.nutcluster.ConfluenceNutclusterCacheManager
Instead of creating a NutclusterAsyncHybridCache as we would otherwise get, we instead create a AsyncInvalidationCache.
createAttachmentEntityListForContent(ContentEntityObject) - Method in class com.atlassian.confluence.plugins.rest.jackson2.manager.DefaultRestAttachmentManager
 
createAttachmentEntityListForContent(ContentEntityObject) - Method in interface com.atlassian.confluence.plugins.rest.jackson2.manager.RestAttachmentManager
Create a AttachmentEntityList object for the given ContentEntityObject
createAttachmentHandler() - Method in class com.atlassian.confluence.impl.audit.handler.AuditHandlerFactory
 
createAttachments(ContentId, ContentStatus, boolean, String, List<FilePart>, List<FilePart>, List<FilePart>, List<FilePart>) - Method in class com.atlassian.confluence.plugins.restapi.resources.AttachmentResource
 
createAttachmentsEraser() - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.SpaceContentErasersFactory
 
createAuthenticatedUsersSpacePermission(String, Space) - Static method in class com.atlassian.confluence.security.SpacePermission
Creates a permission which is granted to all authenticated users, including unlicensed users.
createAuthenticationContext(Credentials) - Method in class com.atlassian.confluence.mail.auth.ConfluenceAuthenticationContextFactory
 
createBackupContainerReader(File) - Method in interface com.atlassian.confluence.impl.backuprestore.restore.container.BackupContainerReaderFactory
 
createBackupContainerReader(File) - Method in class com.atlassian.confluence.impl.backuprestore.restore.container.BackupContainerReaderFactoryImpl
 
createBackupContainerWriter(String) - Method in interface com.atlassian.confluence.impl.backuprestore.backup.container.BackupContainerWriterFactory
 
createBackupContainerWriter(String) - Method in class com.atlassian.confluence.impl.backuprestore.backup.container.BackupContainerWriterFactoryImpl
 
createBandanaDataExporter(ExportableEntityInfo) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ExporterFactory
Creates a space backup exporter works for ConfluenceBandanaRecord.
createBean(Plugin, Class<T>) - Static method in class com.atlassian.confluence.plugin.LegacySpringContainerAccessor
Deprecated.
 
createBeanFactoryBasedTargetSource(Class<?>, String) - Method in class com.atlassian.confluence.impl.spring.LazyReferenceTargetSourceCreator
 
CreateBlogPostAction - Class in com.atlassian.confluence.pages.actions
 
CreateBlogPostAction() - Constructor for class com.atlassian.confluence.pages.actions.CreateBlogPostAction
 
CreateBlogPostCommand - Interface in com.atlassian.confluence.content.service.blogpost
An interface for a command that will create a new BlogPost.
CreateBlogPostCommandImpl - Class in com.atlassian.confluence.content.service.blogpost
An implementation of the CreatePageCommand that will create a page, and assign any provided permissions then perform the clean up of any Drafts and raise the necessary event.
CreateBlogPostCommandImpl(PageManager, SpacePermissionManager, ContentPermissionManager, DraftService, EventPublisher, BlogPostProvider, CreateContextProvider, ContentEntityObject, ConfluenceUser, LabelManager, DraftsTransitionHelper) - Constructor for class com.atlassian.confluence.content.service.blogpost.CreateBlogPostCommandImpl
 
createBodyContentExporter(ExportableEntityInfo, ReferenceEntityFromBodyContentExtractor) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ExporterFactory
Creates a space backup exporter for Body Content entities
createBodyContentPersister() - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.EntityPersistersFactory
 
createBooleanQueryFactory(String, MacroExecutionContext) - Method in class com.atlassian.confluence.macro.query.params.BooleanQueryFactoryParameter
 
createBucketPropertySetItemEraser() - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.SpaceContentErasersFactory
 
createBucketPropertySetItemsExporter(ExportableEntityInfo) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ExporterFactory
Creates BucketPropertySetItem site exporter.
createBucketsExporter(ExportableEntityInfo) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ExporterFactory
Creates a space backup exporter for BucketPropertySetItem objects.
createBuilder() - Method in class com.atlassian.confluence.plugins.synchrony.bootstrap.ExternalProcessBuilderFactory
 
createBuilder(String) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.builders.DefaultEntityBuilderFactory
 
createBuilder(String) - Method in interface com.atlassian.confluence.plugins.rest.jackson2.entities.builders.EntityBuilderFactory
A builder for constructing a search REST entity from a search result
createCachedReferenceInternal(String, Supplier<V>, CacheSettings) - Method in class com.atlassian.confluence.impl.cache.CacheManagerTemplate
 
createCacheInternal(String, CacheSettings, CacheLoader<K, V>) - Method in class com.atlassian.confluence.impl.cache.CacheManagerTemplate
 
createCacheInvalidator(Cache<K, ?>, ManagedCache) - Method in class com.atlassian.cache.nutcluster.asyncinvalidation.CacheInvalidatorFactory
Creates a CacheInvalidator for the given Cache.
createCacheManagerFlusher(CacheManager) - Static method in interface com.atlassian.confluence.impl.cache.CacheFlusher
Deprecated.
since 5.10
createCacheReplicator(Cache<K, V>) - Method in class com.atlassian.cache.nutcluster.asyncinvalidation.CacheInvalidatorFactory
 
createCaptchaSettingsHandler() - Method in class com.atlassian.confluence.impl.audit.handler.AuditHandlerFactory
 
createChangeIndexConnection() - Method in class com.atlassian.confluence.internal.index.lucene.LuceneConnectionFactory
 
createChildGroupMembershipCache(TransactionAwareCacheFactory) - Static method in class com.atlassian.confluence.impl.user.crowd.DefaultGroupMembershipCache
 
createClient() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchClientFactory
 
createCluster(String, File, String, ClusterJoinConfig) - Method in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
createCluster(String, File, String, ClusterJoinConfig) - Method in interface com.atlassian.confluence.cluster.ClusterConfigurationHelper
Creates a new cluster with the given name, on the specified network interface, as long as the given cluster does not exist.
createCluster(String, File, String, ClusterJoinConfig) - Method in class com.atlassian.confluence.cluster.nonclustered.NonClusterConfigurationHelper
 
createClusterConfig() - Method in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
createClusterConfig() - Method in class com.atlassian.confluence.cluster.nonclustered.NonClusterConfigurationHelper
 
createClusterConfig() - Method in interface com.atlassian.confluence.impl.cluster.ClusterConfigurationHelperInternal
Creates and sets up the cluster config file in the shared home if it doesn't already exist.
createCombinedResourceBundle(Iterable<? extends ResourceBundle>) - Static method in class com.atlassian.confluence.util.i18n.CombinedResourceBundleFactory
Create a new ResourceBundle by combining the supplied component ResourceBundles.
createCommand() - Method in class com.atlassian.confluence.pages.actions.AbstractCommandAction
 
createCommand() - Method in class com.atlassian.confluence.pages.actions.ConvertPageToBlogPostAction
 
createCommand() - Method in class com.atlassian.confluence.pages.actions.CopyPageAction
 
createCommand() - Method in class com.atlassian.confluence.pages.actions.CreateBlogPostAction
 
createCommand() - Method in class com.atlassian.confluence.pages.actions.CreatePageAction
 
createCommand() - Method in class com.atlassian.confluence.pages.actions.MoveBlogPostAction
 
createCommand() - Method in class com.atlassian.confluence.pages.actions.MovePageAction
 
createCommand() - Method in class com.atlassian.confluence.pages.actions.RemoveHistoricalVersionAction
 
createCommand() - Method in class com.atlassian.confluence.pages.actions.RevertPageOrderAction
 
createCommand() - Method in class com.atlassian.confluence.pages.actions.SetPageOrderAction
 
createCommand() - Method in class com.atlassian.confluence.renderer.actions.RenderContentAction
 
createCommand(JournalEntry) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandFactoryImpl
 
createCommand(JournalEntry) - Method in interface com.atlassian.confluence.internal.api.incrementalsync.model.CommandFactory
Create a Command based on input journal entry
createCommand(Class<?>, T) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandFactoryImpl
 
createCommand(Class<?>, T) - Method in interface com.atlassian.confluence.internal.api.incrementalsync.model.CommandFactory
Create a Command based on input event
createCommand(String, String, String, String) - Static method in class com.atlassian.confluence.upgrade.ddl.AddForeignKeyCommand
 
CreateCommentCommand - Interface in com.atlassian.confluence.content.service.comment
Service command to create a new comment
CreateCommentCommandImpl - Class in com.atlassian.confluence.content.service.comment
 
CreateCommentCommandImpl(PermissionManager, ContentEntityManager, CommentManager, long, long, String, NewCommentDeduplicator) - Constructor for class com.atlassian.confluence.content.service.comment.CreateCommentCommandImpl
 
CreateCommentFromEditorCommand - Class in com.atlassian.confluence.content.service.comment
 
CreateCommentFromEditorCommand(PermissionManager, ContentEntityManager, CommentManager, EditorConverter, long, long, String, NewCommentDeduplicator) - Constructor for class com.atlassian.confluence.content.service.comment.CreateCommentFromEditorCommand
 
createCommentHandler() - Method in class com.atlassian.confluence.impl.audit.handler.AuditHandlerFactory
 
createCommentLocationPredicate(Collection<String>) - Static method in class com.atlassian.confluence.api.impl.service.content.finder.FinderPredicates
 
createCompletionStage(Content) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentService
 
createCompletionStage(Content) - Method in interface com.atlassian.confluence.rest.client.RemoteContentService
Create a piece of content.
createCompletionStage(Content, Expansion...) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteContentService
 
createCompletionStage(Content, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentService
Create a piece of content.
createCompletionStage(JsonContentProperty) - Method in interface com.atlassian.confluence.rest.client.RemoteContentPropertyService
Create a content property.
createCompletionStage(JsonContentProperty) - Method in class com.atlassian.confluence.rest.client.RemoteContentPropertyServiceImpl
 
createCompletionStage(JsonSpaceProperty) - Method in interface com.atlassian.confluence.rest.client.RemoteSpacePropertyService
Create a space property.
createCompletionStage(JsonSpaceProperty) - Method in class com.atlassian.confluence.rest.client.RemoteSpacePropertyServiceImpl
 
createCompletionStage(Space, boolean) - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceService
Create a new space.
createCompletionStage(Space, boolean) - Method in class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl
 
createCompletionStage(ContentTemplate, Expansion...) - Method in class com.atlassian.confluence.rest.client.impl.RemoteContentTemplateServiceImpl
 
createCompletionStage(ContentTemplate, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentTemplateService
 
createCompletionStage(RelationInstance<S, T>) - Method in class com.atlassian.confluence.rest.client.impl.RemoteRelationServiceImpl
 
createCompletionStage(RelationInstance<S, T>) - Method in interface com.atlassian.confluence.rest.client.RemoteRelationService
Creates a directed relation between two relatable entities.
createComponents(String, Reader) - Method in class com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer.exact.ExactAnalyzer
Only create tokens by whitespace, and lowercase each token.
createComponents(String, Reader) - Method in class com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer.exact.ExactFilenameAnalyzer
Only create tokens by whitespace, and lowercase each token.
createComponents(String, Reader) - Method in class com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer.exact.ExactQueryAnalyzer
Only create tokens by whitespace, and lowercase each token.
createComponents(String, Reader) - Method in class com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer.ngram.NGramAnalyzer
 
createComponents(String, Reader) - Method in class com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer.unstemmed.ArabicAnalyzer
 
createComponents(String, Reader) - Method in class com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer.unstemmed.ChineseAnalyzer
 
createComponents(String, Reader) - Method in class com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer.unstemmed.EuropeanAnalyzer
 
createComponents(String, Reader) - Method in class com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer.unstemmed.GreekAnalyzer
 
createComponents(String, Reader) - Method in class com.atlassian.confluence.impl.search.v2.lucene.analysis.analyzer.unstemmed.JapaneseAnalyzer
 
createComponents(String, Reader) - Method in class com.atlassian.confluence.impl.search.v2.lucene.ConfluenceFilenameAnalyzer
 
createComponents(String, Reader) - Method in class com.atlassian.confluence.impl.search.v2.lucene.EnglishAnalyzer
 
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.ASCIILanguageAnalyzer
 
createCompositeCacheFlusher(Collection<CacheFlusher>) - Static method in interface com.atlassian.confluence.impl.cache.CacheFlusher
 
createComputingCache(String, CacheSettings, CacheLoader<K, V>) - Method in class com.atlassian.confluence.impl.cache.CacheManagerTemplate
 
createConfig(Object...) - Static method in class com.atlassian.confluence.rest.client.RestClientFactory
Helper method to create a jersey client config with the given providers registered.
createConfigurationManager(String) - Method in class com.atlassian.confluence.impl.struts.ConfluenceStrutsDispatcher
 
createConfluenceHttpParametersHandler() - Method in class com.atlassian.confluence.impl.audit.handler.AuditHandlerFactory
 
createConfluenceSchemaCreator(Configuration) - Static method in class com.atlassian.confluence.setup.DefaultHibernateConfigurator
Deprecated.
since 7.1. Get the ConfluenceSchemaCreator from Spring.
createConfluenceUserExporter(ExportableEntityInfo) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ExporterFactory
Creates a space backup exporter works for ConfluenceUserImpl.
createConstraintPredicate(HibernateConfig, SessionFactory) - Static method in class com.atlassian.confluence.upgrade.impl.HibernateCheckConstraint
Deprecated.
since 7.13.17
createConstraintPredicate(HibernateDatabaseCapabilities, SessionFactory) - Static method in class com.atlassian.confluence.upgrade.impl.HibernateCheckConstraint
 
createContent(Content, ContentStatus, String) - Method in class com.atlassian.confluence.plugins.restapi.resources.ContentResource
 
createContent2ContentRelationEntityExporter(ExportableEntityInfo) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ExporterFactory
Creates a space backup exporter works for Content2ContentRelationEntity.
CreateContentCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
 
CreateContentCondition - Class in com.atlassian.confluence.plugins.dashboard
Deprecated.
CreateContentCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.CreateContentCondition
 
CreateContentCondition() - Constructor for class com.atlassian.confluence.plugins.dashboard.CreateContentCondition
Deprecated.
 
createContentDatabaseObjects(boolean) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.DenormalisedPermissionsDdlExecutor
Creates all required content database objects except tables (they are managed by Hibernate)
createContentEntityBuilder(Class<? extends T>) - Method in class com.atlassian.confluence.plugins.rest.jackson2.entities.builders.DefaultEntityBuilderFactory
 
createContentEntityBuilder(Class<? extends T>) - Method in interface com.atlassian.confluence.plugins.rest.jackson2.entities.builders.EntityBuilderFactory
A builder for constructing a REST entity from a {{com.atlassian.confluence.core.ContentEntityObject}}
createContentEntityPersister(AncestorRecordsGenerator) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.EntityPersistersFactory
 
createContentEntitySpaceExporter(List<ExportableEntityInfo>, ContentPropertyDataExporter, boolean) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ExporterFactory
Creates a space backup exporter for ContentEntities (one exporter for all content entities)
createContentEraser(BooleanSupplier, ConfluenceUser, Collection<ExportableEntityInfo>, Collection<TableFieldHavingForeignKey>, Map<Class<?>, EntityEraser>, AttachmentFileEraser, AncestorsEraser, BucketPropertySetItemEraser) - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.SpaceContentErasersFactory
 
createContentFinder(Expansion...) - Method in class com.atlassian.confluence.api.impl.service.content.finder.ContentFinderFactory
 
createContentIdPredicate(List<ContentId>) - Static method in class com.atlassian.confluence.api.impl.service.content.finder.FinderPredicates
 
createContentIndexConnection() - Method in class com.atlassian.confluence.internal.index.lucene.LuceneConnectionFactory
 
createContentIndexTask(List<ContentType>, List<ContentStatus>, JournalEntryType) - Method in interface com.atlassian.confluence.internal.search.IndexTaskFactoryInternal
 
createContentIndexTask(List<ContentType>, List<ContentStatus>, JournalEntryType) - Method in class com.atlassian.confluence.internal.search.tasks.DefaultIndexTaskFactory
 
createContentPermissionHandler(AuditHandler<User>) - Method in class com.atlassian.confluence.impl.audit.handler.AuditHandlerFactory
 
createContentPermissionsFromSet(ContentPermissionSet) - Static method in class com.atlassian.confluence.core.ContentPermissionUtils
 
createContentPropertiesPersister() - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.EntityPersistersFactory
 
createContentPropertyFinder(Expansion...) - Method in class com.atlassian.confluence.plugins.contentproperty.ContentPropertyFinderFactory
 
createContentPropertyFinder(ContentPropertyFinderPermissionCheck, Expansion...) - Method in class com.atlassian.confluence.plugins.contentproperty.ContentPropertyFinderFactory
 
createContentPropertySpaceExporter(ExportableEntityInfo, boolean) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ExporterFactory
Creates a space backup exporter for ContentProperty objects
createContentSiteExporter(List<ExportableEntityInfo>, boolean) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ExporterFactory
Creates a custom exporter for the whole CONTENT table.
createContentTemplate(ContentTemplate, String) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.TemplateResource
Create a contentTemplate, this means creating a new page template or a customised blueprint template.
createContentTypePredicate(ContentType...) - Static method in class com.atlassian.confluence.api.impl.service.content.finder.FinderPredicates
 
createContentTypeScoreFunction() - Method in class com.atlassian.confluence.impl.search.v2.score.AbstractScoreFunctionFactory
 
createContentTypeScoreFunction() - Method in class com.atlassian.confluence.impl.search.v2.score.DefaultScoreFunctionFactory
Deprecated.
 
createContentTypeScoreFunction() - Method in interface com.atlassian.confluence.search.v2.score.ScoreFunctionFactory
Create a ScoreFunction which boosts content relevancy by their type.
createContext(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.setup.struts.ConfluenceVelocityManager
Constructs a Velocity rendering context for use by Struts Velocity Results and SiteMesh decorators.
createContext(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.confluence.setup.struts.SingletonVelocityManager
 
createContext(VelocityManager, ValueStack, HttpServletRequest, HttpServletResponse, String) - Method in class com.atlassian.confluence.setup.struts.EncodingVelocityResult
 
CreateContextProvider - Interface in com.atlassian.confluence.content.service.page
Allows the context of the page creation process to be retrieved (e.g.
createConversionContext(ContentEntityObject) - Method in class com.atlassian.confluence.mail.notification.ConversionContextCreator
 
createCreateIndexCommand(String, String, boolean, String...) - Method in interface com.atlassian.confluence.upgrade.ddl.DdlExecutor
 
createCreateIndexCommand(String, String, boolean, String...) - Method in class com.atlassian.confluence.upgrade.ddl.HibernateDdlExecutor
Create a compound index
createCreateIndexCommand(String, String, String...) - Method in interface com.atlassian.confluence.upgrade.ddl.DdlExecutor
 
createCreateIndexCommand(String, String, String...) - Method in class com.atlassian.confluence.upgrade.ddl.HibernateDdlExecutor
Create a compound non-unique index
createCreationDatePredicate(LocalDate) - Static method in class com.atlassian.confluence.api.impl.service.content.finder.FinderPredicates
 
createCrowdDirectoryHandler() - Method in class com.atlassian.confluence.impl.audit.handler.AuditHandlerFactory
 
createCrowdUserHandler() - Method in class com.atlassian.confluence.impl.audit.handler.AuditHandlerFactory
 
createCursor(boolean, long) - Static method in class com.atlassian.confluence.api.model.pagination.ContentCursor
Create a cursor for CONTENT type Notes: please using another override method to create different cursor type
createCursor(boolean, long, CursorType) - Static method in class com.atlassian.confluence.api.model.pagination.ContentCursor
 
createCursor(boolean, Long) - Static method in class com.atlassian.confluence.api.model.pagination.SpaceCursor
 
createCursor(String, boolean, long) - Static method in class com.atlassian.confluence.api.model.pagination.CustomContentCursor
 
createCustomContentEntity(Content, CustomContentEntityObject) - Method in class com.atlassian.confluence.content.apisupport.CustomContentTypeApiSupport
Set the extension properties on the entity.
createCustomHtmlSettingsHandler() - Method in class com.atlassian.confluence.impl.audit.handler.AuditHandlerFactory
 
Created - Interface in com.atlassian.confluence.event.events.types
Indicates that the implementation represents a creation event.
CREATED - Enum constant in enum class com.atlassian.confluence.content.CustomContentManager.SortField
 
CREATED - Enum constant in enum class com.atlassian.confluence.search.v2.query.DateRangeQuery.DateRangeQueryType
 
CREATED - Static variable in class com.atlassian.confluence.core.ContentEntityObject
 
CREATED_BY - Static variable in class com.atlassian.confluence.api.model.content.History.Expansions
 
createdAfter(Date) - Method in class com.atlassian.confluence.spaces.SpacesQuery.Builder
 
createDatabase() - Method in class com.atlassian.confluence.setup.actions.SetupEmbeddedDatabaseAction
 
createDatabaseSchema() - Method in class com.atlassian.confluence.core.IntegrationTestDatabaseSchemaHelper
 
createDataSource(byte[], String) - Static method in class com.atlassian.confluence.mail.template.MultipartBuilder
 
createDataSource(InputStream, String) - Static method in class com.atlassian.confluence.mail.template.MultipartBuilder
 
createdBy(Person) - Method in class com.atlassian.confluence.api.model.content.History.HistoryBuilder
 
createdBy(Person) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.content.ContentMatchers
 
createdBy(String) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.content.ContentMatchers
 
createdDate - Variable in class com.atlassian.confluence.rest.client.AbstractRemoteContentService.AbstractRemoteContentFinder
 
createdDate(OffsetDateTime) - Method in class com.atlassian.confluence.api.model.audit.AuditRecord.Builder
Deprecated.
 
createdDate(OffsetDateTime) - Method in class com.atlassian.confluence.api.model.content.History.HistoryBuilder
 
createdDate(Date) - Method in class com.atlassian.confluence.api.model.content.History.HistoryBuilder
 
createdDateAfter(OffsetDateTime) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.content.ContentMatchers
 
createdDateAfter(DateTime) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.content.ContentMatchers
createdDateBefore(OffsetDateTime) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.content.ContentMatchers
 
createdDateBefore(DateTime) - Static method in class com.atlassian.confluence.api.testsupport.matchers.model.content.ContentMatchers
createDecoratorHandler() - Method in class com.atlassian.confluence.impl.audit.handler.AuditHandlerFactory
 
createDefault() - Method in interface com.atlassian.confluence.content.render.xhtml.transformers.DefaultFragmentTransformerFactory
 
createDefault() - Method in class com.atlassian.confluence.content.render.xhtml.transformers.DefaultFragmentTransformerFactoryImpl
 
createDefault() - Static method in class com.atlassian.confluence.impl.retention.rules.CleanupSummary
 
createDefault() - Static method in class com.atlassian.confluence.internal.security.SpacePermissionContext
 
createDefaultAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.ArabicAnalyzerProvider
 
createDefaultAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.BrazilianAnalyzerProvider
 
createDefaultAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.ChineseAnalyzerProvider
 
createDefaultAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.CjkAnalyzerProvider
 
createDefaultAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.CustomJapaneseAnalyzerProvider
 
createDefaultAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.CzechAnalyzerProvider
 
createDefaultAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.DanishAnalyzerProvider
 
createDefaultAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.DelegatingLanguageAnalyzerProvider
 
createDefaultAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.DutchAnalyzerProvider
 
createDefaultAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.EnglishAnalyzerProvider
 
createDefaultAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.FinnishAnalyzerProvider
 
createDefaultAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.FrenchAnalyzerProvider
 
createDefaultAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.GermanAnalyzerProvider
 
createDefaultAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.GreekAnalyzerProvider
 
createDefaultAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.HungarianAnalyzerProvider
 
createDefaultAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.ItalianAnalyzerProvider
 
createDefaultAnalyzer() - Method in interface com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.LanguageAnalyzerProvider
Create OpenSearch analyzer for the language currently set
createDefaultAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.NorwegianAnalyzerProvider
 
createDefaultAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.OtherLanguageAnalyzerProvider
 
createDefaultAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.PersianAnalyzerProvider
 
createDefaultAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.PolishAnalyzerProvider
 
createDefaultAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.RomanianAnalyzerProvider
 
createDefaultAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.RussianAnalyzerProvider
 
createDefaultAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.SpanishAnalyzerProvider
 
createDefaultAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.SwedishAnalyzerProvider
 
createDefaultSpacePermissions(Space) - Method in class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
Deprecated.
 
createDefaultSpacePermissions(Space) - Method in class com.atlassian.confluence.impl.security.DefaultSpacePermissionManager
 
createDefaultSpacePermissions(Space) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
 
createDefaultSpacePermissions(Space) - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
 
createDefaultSpacePermissions(Space) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
 
createDefaultSpacePermissions(Space) - Method in interface com.atlassian.confluence.security.SpacePermissionManager
 
createDefaultsProvider(Resource) - Method in class com.atlassian.confluence.impl.cache.config.CacheSettingsManagerFactory
 
createDefaultVelocityContext() - Method in interface com.atlassian.confluence.plugin.services.VelocityHelperService
 
createDefaultVelocityContext() - Static method in class com.atlassian.confluence.renderer.radeox.macros.MacroUtils
 
createDeleteChangeDocumentsIndexTask(Searchable) - Method in class com.atlassian.confluence.internal.search.tasks.DefaultIndexTaskFactory
 
createDeleteChangeDocumentsIndexTask(Searchable) - Method in interface com.atlassian.confluence.search.IndexTaskFactory
 
createDeleteChangeDocumentsIndexTask(String) - Method in class com.atlassian.confluence.internal.search.tasks.DefaultIndexTaskFactory
 
createDeleteChangeDocumentsIndexTask(String) - Method in interface com.atlassian.confluence.search.IndexTaskFactory
 
createDeleteDocumentTask(Searchable) - Method in class com.atlassian.confluence.internal.search.tasks.DefaultIndexTaskFactory
 
createDeleteDocumentTask(Searchable) - Method in interface com.atlassian.confluence.search.IndexTaskFactory
 
createDeleteDocumentTask(IndexableEdge) - Method in class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeIndexTaskFactory
 
createDeleteDocumentTask(IndexableEdge) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeIndexTaskFactory
 
createDeleteDocumentTask(Edge) - Method in class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeIndexTaskFactory
 
createDeleteDocumentTask(Edge) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeIndexTaskFactory
 
createDeleteDocumentTask(String) - Method in class com.atlassian.confluence.internal.search.tasks.DefaultIndexTaskFactory
 
createDeleteDocumentTask(String) - Method in class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeIndexTaskFactory
 
createDeleteDocumentTask(String) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeIndexTaskFactory
 
createDeleteDocumentTask(String) - Method in interface com.atlassian.confluence.search.IndexTaskFactory
 
createDeleteEdgeByTargetIdAndUserTask(IndexableEdge) - Method in class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeIndexTaskFactory
 
createDeleteEdgeByTargetIdAndUserTask(IndexableEdge) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeIndexTaskFactory
 
createDeleteEdgeByTargetIdAndUserTask(Edge) - Method in class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeIndexTaskFactory
 
createDeleteEdgeByTargetIdAndUserTask(Edge) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeIndexTaskFactory
 
createDeleteEdgeTargetingDocumentTask(IndexableEdge) - Method in class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeIndexTaskFactory
 
createDeleteEdgeTargetingDocumentTask(IndexableEdge) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeIndexTaskFactory
 
createDeleteEdgeTargetingDocumentTask(Edge) - Method in class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeIndexTaskFactory
 
createDeleteEdgeTargetingDocumentTask(Edge) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeIndexTaskFactory
 
createDeleteEdgeTargetingDocumentTask(String) - Method in class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeIndexTaskFactory
 
createDeleteEdgeTargetingDocumentTask(String) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeIndexTaskFactory
 
createDirectoryAttributeEntityInfo() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.ExportableEntityInfoFactory
 
createDirectoryExporter(ExportableEntityInfo) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ExporterFactory
Creates a site backup exporter for DirectoryImpl
createDirectoryHierarchy(File, long) - Method in class com.atlassian.confluence.pages.persistence.dao.filesystem.HierarchicalContentFileSystemHelper
createDirectoryIfDoesntExist(File) - Static method in class com.atlassian.confluence.plugin.ConfluencePluginUtils
Create a directory if there is no directory, otherwise do nothing.
createDirectoryMappingExporter(ExportableEntityInfo) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ExporterFactory
Creates a site backup exporter for DirectoryMapping
createDirectoryMappingOperationEntityInfo() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.ExportableEntityInfoFactory
 
createDirectoryMappingPersister(ExportableEntityInfo) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.EntityPersistersFactory
 
createDirectoryOperationEntityInfo() - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.ExportableEntityInfoFactory
 
createDirectoryPersister(ExportableEntityInfo, ExportableEntityInfo) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.EntityPersistersFactory
 
createDistributedCache(String, CacheLoader<K, V>, CacheSettings) - Method in class com.atlassian.confluence.impl.cache.nutcluster.ConfluenceNutclusterCacheManager
 
createDomainDataStorageAccess(DomainDataRegionConfig, DomainDataRegionBuildingContext) - Method in class com.atlassian.confluence.impl.hibernate.cache.ConfluenceRegionCacheFactory
 
createDraft() - Method in class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
Deprecated.
since 5.10
createDraft() - Method in class com.atlassian.confluence.pages.actions.CreatePageAction
 
createDraft(String, String) - Method in interface com.atlassian.confluence.dmz.pages.PageManagerInternal
This method creates a draft
createDraft(String, String) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
createDraft(String, String) - Method in class com.atlassian.confluence.pages.DefaultDraftsTransitionHelper
 
createDraft(String, String) - Method in interface com.atlassian.confluence.pages.DraftsTransitionHelper
This method should attempt to create a draft based on whether or not the Shared Drafts Dark Feature is enabled or disabled.
createDraft(String, String, long) - Method in interface com.atlassian.confluence.dmz.pages.PageManagerInternal
This method creates a draft.
createDraft(String, String, long) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
createDraft(String, String, long) - Method in class com.atlassian.confluence.pages.DefaultDraftsTransitionHelper
 
createDraft(String, String, long) - Method in interface com.atlassian.confluence.pages.DraftsTransitionHelper
This method should attempt to create a draft based on whether or not the Shared Drafts Dark Feature is enabled or disabled.
createDraft(String, Hashtable) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
createDraft(String, Hashtable) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Creates a draft for the draft owner and draft type with the specified title and content.
createDraft(String, Hashtable) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
createDraft(T, SaveContext) - Method in interface com.atlassian.confluence.dmz.ContentDraftManagerInternal
This method sets the common properties of the ContentEntityObject to be saved as a draft
createDraft(T, SaveContext) - Method in class com.atlassian.confluence.impl.content.DefaultContentEntityManager
 
createDropIndexCommand(String, String) - Method in interface com.atlassian.confluence.upgrade.ddl.DdlExecutor
 
createDropIndexCommand(String, String) - Method in class com.atlassian.confluence.upgrade.ddl.HibernateDdlExecutor
 
createDropTableCommand(String) - Method in interface com.atlassian.confluence.upgrade.ddl.DdlExecutor
 
createDropTableCommand(String) - Method in class com.atlassian.confluence.upgrade.ddl.HibernateDdlExecutor
 
createDropTableIfExistsCommand(String) - Method in interface com.atlassian.confluence.upgrade.ddl.DdlExecutor
 
createDropTableIfExistsCommand(String) - Method in class com.atlassian.confluence.upgrade.ddl.HibernateDdlExecutor
 
createDropUniqueConstraintByColumnsCommand(String...) - Method in interface com.atlassian.confluence.upgrade.ddl.AlterTableExecutor
Drop constraints by column names.
createDropUniqueConstraintByColumnsCommand(String...) - Method in class com.atlassian.confluence.upgrade.ddl.HibernateAlterTableExecutor
 
createDropUniqueConstraintCommand(String) - Method in interface com.atlassian.confluence.upgrade.ddl.AlterTableExecutor
 
createDropUniqueConstraintCommand(String) - Method in class com.atlassian.confluence.upgrade.ddl.HibernateAlterTableExecutor
 
createDropUniqueConstraintIfExistsCommand(String) - Method in interface com.atlassian.confluence.upgrade.ddl.AlterTableExecutor
 
createDropUniqueConstraintIfExistsCommand(String) - Method in class com.atlassian.confluence.upgrade.ddl.HibernateAlterTableExecutor
 
CreatedSort - Class in com.atlassian.confluence.search.v2.sort
Order search results by time created
CreatedSort(SearchSort.Order) - Constructor for class com.atlassian.confluence.search.v2.sort.CreatedSort
 
createDTD() - Method in class com.atlassian.confluence.xml.XhtmlEntityResolver
Deprecated.
since 5.8. Use the the following DTD declaration instead: <!DOCTYPE content-root SYSTEM "xhtml.ent">
createDTD() - Method in interface com.atlassian.confluence.xml.XMLEntityResolver
Deprecated.
since 5.8. Use the the following DTD declaration instead: <!DOCTYPE content-root SYSTEM "xhtml.ent">
createDynamicType(String, Map<String, Type>) - Method in class com.atlassian.confluence.plugins.restapi.graphql.DefaultGraphQL
 
createDynamicType(String, Map<String, Type>) - Method in interface com.atlassian.confluence.rest.v2.api.graphql.GraphQL
Create a DynamicType object
CREATEEDIT_PAGE_PERMISSION - Static variable in class com.atlassian.confluence.security.SpacePermission
 
createEditorXmlEventReader(Reader) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultXmlEventReaderFactory
 
createEditorXmlEventReader(Reader) - Method in interface com.atlassian.confluence.content.render.xhtml.XmlEventReaderFactory
 
createEmptyCursor(String) - Static method in class com.atlassian.confluence.api.model.pagination.CustomContentCursor
 
createEmptyIndexIfNone() - Method in class com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexFileHelper
If there is an index, this will just open it and do nothing.
createEmptyStatisticsRecord() - Method in class com.atlassian.confluence.impl.backuprestore.statistics.StatisticsCollector
 
createExceptionHandler() - Method in class com.atlassian.confluence.license.LicenseWebFacadeTemplate
 
createExcerpt(Content) - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.DefaultExcerpter
 
createExcerpt(Content) - Method in interface com.atlassian.confluence.content.render.xhtml.view.excerpt.Excerpter
Creates an excerpt block from the provided content object without any tags excluded, using an implementation specific number of blocks.
createExcerpt(ContentEntityObject) - Method in class com.atlassian.confluence.content.ContentEntityExcerpter
 
createExcerpt(ContentEntityObject) - Method in class com.atlassian.confluence.user.actions.ViewMyDraftsAction
 
createExcerpt(ContentEntityObject, String) - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.DefaultExcerpter
 
createExcerpt(ContentEntityObject, String) - Method in interface com.atlassian.confluence.content.render.xhtml.view.excerpt.Excerpter
Creates an excerpt of the contentEntityObject without any tags excluded including an implementation specific number of blocking
createExcerpt(ContentEntityObject, String, ExcerptConfig) - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.DefaultExcerpter
 
createExcerpt(ContentEntityObject, String, ExcerptConfig) - Method in interface com.atlassian.confluence.content.render.xhtml.view.excerpt.Excerpter
Creates an excerpt of the contentEntityObject excluding any html tags that are in the exclude set.
createExcerpt(ContentEntityObject, String, Set<String>, int) - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.DefaultExcerpter
createExcerpt(String, ExcerptConfig) - Method in class com.atlassian.confluence.content.render.xhtml.view.excerpt.DefaultExcerpter
 
createExpDecayFunction() - Method in class com.atlassian.confluence.impl.search.v2.score.DefaultScoreFunctionFactory
Deprecated.
 
createExpDecayFunction() - Method in class com.atlassian.confluence.impl.search.v2.score.OpenSearchScoreFunctionFactory
 
createExpDecayFunction() - Method in interface com.atlassian.confluence.search.v2.score.ScoreFunctionFactory
Create an ExpDecayFunction which boosts content relevancy by recency of modification.
createExportableEntityInfo(AbstractEntityPersister) - Method in class com.atlassian.confluence.impl.backuprestore.hibernate.ExportableEntityInfoFactory
 
createExportDirectory() - Method in class com.atlassian.confluence.impl.importexport.AbstractExporterImpl
Create a temp directory to store files used to build an export zip.
createExportDirectory() - Method in class com.atlassian.confluence.importexport.impl.ConfluenceTempDirExportFileNameGenerator
 
createExportDirectory() - Method in interface com.atlassian.confluence.importexport.impl.ExportFileNameGenerator
Create a unique directory within which an export operation can create any necessary files and final output.
createExporters(DatabaseExporterHelper, ExporterFactory, boolean) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.SpaceExportersFactory
Creates a set of exporters.
createFailureResultMap(IllegalArgumentException) - Static method in class com.atlassian.confluence.ui.rest.content.LegacyRestHelper
Deprecated.
Creates a JSON serializable response when a request fails
createField(boolean) - Method in class com.atlassian.confluence.plugins.index.api.mapping.BooleanFieldMapping
Create a field for the current mapping with the given value
createField(byte[]) - Method in class com.atlassian.confluence.plugins.index.api.mapping.BinaryFieldMapping
Create a field for the current mapping with the given value
createField(double) - Method in class com.atlassian.confluence.plugins.index.api.mapping.DoubleFieldMapping
Create a field for the current mapping with the given value
createField(float) - Method in class com.atlassian.confluence.plugins.index.api.mapping.FloatFieldMapping
Create a field for the current mapping with the given value
createField(int) - Method in class com.atlassian.confluence.plugins.index.api.mapping.IntFieldMapping
Create a field for the current mapping with the given value
createField(long) - Method in class com.atlassian.confluence.plugins.index.api.mapping.LongFieldMapping
Create a field for the current mapping with the given value
createField(ContentPermissionSet) - Method in class com.atlassian.confluence.plugins.index.api.mapping.ContentPermissionSetFieldMapping
 
createField(String) - Method in class com.atlassian.confluence.plugins.index.api.mapping.StringFieldMapping
Create a field for the current mapping with the given value
createField(String) - Method in class com.atlassian.confluence.plugins.index.api.mapping.TextFieldMapping
Create a field for the current mapping with the given value
createField(Collection<String>) - Method in class com.atlassian.confluence.plugins.index.api.mapping.NestedStringFieldMapping
 
createField(Date) - Method in class com.atlassian.confluence.plugins.index.api.mapping.DateFieldMapping
Create a field for the current mapping with the given value
createFields(Collection<ContentPermissionSet>) - Method in class com.atlassian.confluence.plugins.index.api.mapping.ContentPermissionSetFieldMapping
 
createFileNamePredicate(String) - Static method in class com.atlassian.confluence.api.impl.service.content.finder.FinderPredicates
 
createFilter() - Method in interface com.atlassian.confluence.plugins.opensearch.analysis.characterfilter.OpenSearchCustomCharacterFilterProvider
 
createFilter() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.characterfilter.UnicodeWhiteSpaceCharacterFilterProvider
 
createFilter(Collection<String>, boolean) - Static method in class com.atlassian.confluence.impl.search.v2.lucene.filter.SpaceFilter
 
createForAddress(InetAddress, int) - Static method in class com.atlassian.confluence.cluster.MulticastClusterJoinConfig
 
createForConfig(InetAddress, int, int) - Static method in class com.atlassian.confluence.cluster.MulticastClusterJoinConfig
 
createForCustomIndex(AnalyzerDescriptorProvider) - Method in class com.atlassian.confluence.plugins.opensearch.analysis.IndexAnalysisFactory
Create OpenSearch index analysis settings for custom indexes.
createForKeys(String, String, String, String, String, String, String, String) - Static method in class com.atlassian.confluence.cluster.AWSClusterJoinConfig
 
createForNonExistentUser(String) - Static method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.UserResourceIdentifier
 
createForPeers(String) - Static method in class com.atlassian.confluence.cluster.TCPIPClusterJoinConfig
 
createForPeers(List<String>) - Static method in class com.atlassian.confluence.cluster.TCPIPClusterJoinConfig
 
createForSystemIndex() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.IndexAnalysisFactory
Create OpenSearch index analysis settings for system indexes.
createForTimeout(Timeout) - Static method in exception class com.atlassian.confluence.content.render.xhtml.XhtmlTimeoutException
 
createForTimeout(Object, ConfluenceEntityObject, Timeout, int, int) - Static method in class com.atlassian.confluence.rss.FeedTimeoutEvent
 
createForUser() - Method in interface com.atlassian.confluence.core.datetime.DateFormatterFactory
Obtains a DateFormatter suitable for the current users timezone.
createForUser() - Method in class com.atlassian.confluence.core.datetime.DateFormatterFactoryImpl
 
createFragmentXmlOutputFactory() - Static method in class com.atlassian.confluence.content.render.xhtml.ConfluenceXmlOutputFactory
 
createFriendlyForUser() - Method in interface com.atlassian.confluence.core.datetime.DateFormatterFactory
Creates a FriendlyDateFormatter for the current user, with the current date/time used for "now".
createFriendlyForUser() - Method in class com.atlassian.confluence.core.datetime.DateFormatterFactoryImpl
 
createFriendlyForUser(Date) - Method in interface com.atlassian.confluence.core.datetime.DateFormatterFactory
Creates a FriendlyDateFormatter for the current user.
createFriendlyForUser(Date) - Method in class com.atlassian.confluence.core.datetime.DateFormatterFactoryImpl
 
createFrom(MacroDefinition, Macro) - Static method in class com.atlassian.confluence.macro.count.MacroMetricsKey
 
createFrom(String, JsonNode) - Method in enum class com.atlassian.confluence.plugins.contentproperty.index.schema.SchemaFieldType
 
createFrom(Map<String, ?>) - Static method in class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
Creates a new DefaultWebInterfaceContext with a copy of the data from another context map.
createFromConfigurationString(String) - Method in enum class com.atlassian.confluence.pages.AttachmentDataStorageType
 
createFromPager(Pager<H>, LimitedRequest, Function<H, M>) - Static method in class com.atlassian.confluence.dmz.pagination.PagerToPageResponseHelper
Helper to build page responses from atlassian user Pagers
createFromSystemProperty(String, Duration) - Static method in class com.atlassian.confluence.util.profiling.DurationThresholdWarningTimingHelperFactory
 
createFromTemplateContent(User, String, String) - Static method in class com.atlassian.confluence.mail.template.MailNotificationQueueItem
Deprecated.
 
createFromTemplateFile(User, String, String) - Static method in class com.atlassian.confluence.mail.template.MailNotificationQueueItem
Deprecated.
 
createFromTemplateFile(User, String, String) - Static method in class com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem
createFromTemplateFileAndLocation(User, String, String, String) - Static method in class com.atlassian.confluence.mail.template.MailNotificationQueueItem
Deprecated.
 
createFromTemplateFileAndLocation(User, String, String, String) - Static method in class com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem
createFromUsernameSource(UserKey, String) - Static method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.UserResourceIdentifier
 
createGaussianDecayFunction() - Method in class com.atlassian.confluence.impl.search.v2.score.DefaultScoreFunctionFactory
Deprecated.
 
createGaussianDecayFunction() - Method in class com.atlassian.confluence.impl.search.v2.score.OpenSearchScoreFunctionFactory
 
createGaussianDecayFunction() - Method in interface com.atlassian.confluence.search.v2.score.ScoreFunctionFactory
Create a GaussDecayFunction which boosts content relevancy by recency of modification.
createGenericEraser(BooleanSupplier, ExportableEntityInfo, Collection<TableFieldHavingForeignKey>, Map<Class<?>, EntityEraser>) - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.SpaceContentErasersFactory
 
createGenericPersister(ExportableEntityInfo) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.EntityPersistersFactory
 
createGenericSiteExporter(ExportableEntityInfo) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ExporterFactory
Creates a generic site exporter works for most of the tables.
createGenericSiteExporterDoubleColumnId(ExportableEntityInfo) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ExporterFactory
 
createGlobal() - Method in interface com.atlassian.confluence.core.datetime.DateFormatterFactory
Obtains a DateFormatter that uses the instances default timezone.
createGlobal() - Method in class com.atlassian.confluence.core.datetime.DateFormatterFactoryImpl
 
createGlobalSettings() - Method in class com.atlassian.confluence.api.impl.service.settings.ConfluencePluginSettingsFactory
 
createGlobalSettings() - Method in interface com.atlassian.confluence.api.service.settings.ExtendedPluginSettingsFactory
 
createGroup(String) - Method in class com.atlassian.confluence.api.impl.service.people.GroupServiceImpl
 
createGroup(String) - Method in interface com.atlassian.confluence.api.service.people.GroupService
Create a new Group identified by groupName.
createGroup(String) - Method in class com.atlassian.confluence.impl.user.DefaultUserAccessor
Adds a group with the specified name.
createGroup(String) - Method in interface com.atlassian.confluence.rest.client.remoteservice.people.RemoteGroupService
Send request to create a group
createGroup(String) - Method in class com.atlassian.confluence.rest.client.remoteservice.people.RemoteGroupServiceImpl
 
createGroup(String) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
createGroup(String) - Method in interface com.atlassian.confluence.user.UserAccessor
 
createGroup(String) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroupManager
Deprecated.
 
createGroup(String) - Method in class com.atlassian.integrationtest.utils.ItStateManager
 
createGroupGuardPermission(String, String) - Method in class com.atlassian.confluence.impl.security.administrators.EditGlobalPermissionsAdministrator
Creates the relevant guard permission for the group
createGroupGuardPermission(String, String) - Method in class com.atlassian.confluence.impl.security.administrators.EditSpacePermissionsAdministrator
 
createGroupGuardPermission(String, String) - Method in interface com.atlassian.confluence.security.administrators.EditPermissionsAdministrator
Creates the relevant guard permission for the group
createGroupPermission(String, String) - Static method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.journalmessage.GlobalPermissionJournalMessage
 
createGroupPermission(String, String) - Static method in class com.atlassian.confluence.security.ContentPermission
 
createGroupSpacePermission(String, Space, String) - Static method in class com.atlassian.confluence.security.SpacePermission
 
createGuardPermissionValidationResult(boolean, String) - Method in class com.atlassian.confluence.api.impl.service.permissions.validation.AbstractPermissionsValidator
 
createHibernateTemplate(SessionFactory) - Method in class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.6
createHref(ConversionContext, WebLink, String) - Method in interface com.atlassian.confluence.content.render.xhtml.links.HrefEvaluator
 
createHref(ConversionContext, WebLink, String) - Method in class com.atlassian.confluence.content.render.xhtml.links.HtmlExportHrefEvaluator
 
createHref(ConversionContext, Addressable, String) - Method in interface com.atlassian.confluence.content.render.xhtml.links.HrefEvaluator
 
createHref(ConversionContext, ContentEntityObject, String) - Method in interface com.atlassian.confluence.content.render.xhtml.links.HrefEvaluator
 
createHref(ConversionContext, Attachment, String) - Method in interface com.atlassian.confluence.content.render.xhtml.links.HrefEvaluator
 
createHref(ConversionContext, Attachment, String) - Method in class com.atlassian.confluence.content.render.xhtml.links.HtmlExportHrefEvaluator
 
createHref(ConversionContext, Page, String) - Method in class com.atlassian.confluence.content.render.xhtml.links.HtmlExportHrefEvaluator
 
createHref(ConversionContext, PageTemplate, String) - Method in interface com.atlassian.confluence.content.render.xhtml.links.HrefEvaluator
 
createHref(ConversionContext, Space, String) - Method in interface com.atlassian.confluence.content.render.xhtml.links.HrefEvaluator
 
createHref(ConversionContext, ConfluenceUser, String) - Method in interface com.atlassian.confluence.content.render.xhtml.links.HrefEvaluator
 
createHref(ConversionContext, Object, String) - Method in class com.atlassian.confluence.content.render.xhtml.links.AbsoluteHrefEvaluator
 
createHref(ConversionContext, Object, String) - Method in class com.atlassian.confluence.content.render.xhtml.links.DefaultHrefEvaluator
 
createHref(ConversionContext, Object, String) - Method in interface com.atlassian.confluence.content.render.xhtml.links.HrefEvaluator
Deprecated.
since 9.3 use one of the more strongly-typed methods
createHref(ConversionContext, Object, String) - Method in class com.atlassian.confluence.content.render.xhtml.links.HtmlExportHrefEvaluator
Attachments and Pages may well exist in the export so look for them as a special case.
createHref(ConversionContext, Object, String) - Method in class com.atlassian.confluence.content.render.xhtml.links.OutputTypeAwareHrefEvaluator
 
createIdMapper(JobScope, JobSource, Collection<ExportableEntityInfo>, OnObjectsProcessingHandler) - Method in class com.atlassian.confluence.impl.backuprestore.restore.idmapping.IdMapperFactory
 
createImportedObjectsDispatcher(JobScope, JobSource, Optional<Set<String>>, String, ParallelTasksExecutor, HibernateMetadataHelper, OnObjectsProcessingHandler, Boolean) - Method in class com.atlassian.confluence.impl.backuprestore.restore.ImportedObjectsDispatcherFactory
 
createImportTaskRunner(JobScope) - Method in class com.atlassian.confluence.impl.backuprestore.restore.taskrunners.ImportTaskRunnerFactory
Creates instance of ImportTaskRunner depending on job scope
createIndexBackup(JournalIdentifier, String, IndexRecoverer) - Method in interface com.atlassian.confluence.api.service.index.IndexRecoveryService
Creates an index snapshot in the cluster shared home.
createIndexBackup(JournalIdentifier, String, IndexRecoverer) - Method in class com.atlassian.confluence.impl.index.DefaultIndexRecoveryService
 
createIndexBackup(JournalIdentifier, String, IndexRecoverer) - Method in class com.atlassian.confluence.impl.index.NoopIndexRecoveryService
 
CreateIndexCommand - Class in com.atlassian.confluence.upgrade.ddl
 
CreateIndexCommand(String, String, boolean, String...) - Constructor for class com.atlassian.confluence.upgrade.ddl.CreateIndexCommand
 
CreateIndexCommand(String, String, String...) - Constructor for class com.atlassian.confluence.upgrade.ddl.CreateIndexCommand
 
createIndexDraftsTask() - Method in interface com.atlassian.confluence.internal.search.IndexTaskFactoryInternal
 
createIndexDraftsTask() - Method in class com.atlassian.confluence.internal.search.tasks.DefaultIndexTaskFactory
 
createIndexingAnalyzer() - Method in class com.atlassian.confluence.impl.search.v2.lucene.ConfluenceLuceneAnalyzerFactory
 
createIndexingAnalyzer() - Method in interface com.atlassian.confluence.internal.search.v2.lucene.analyzer.LuceneAnalyzerFactory
 
CreateIndexRequestWithBM25Similarity - Record Class in com.atlassian.confluence.plugins.opensearch.client
Decorates CreateIndexRequest with BM25 default similarity settings.
CreateIndexRequestWithBM25Similarity(CreateIndexRequest, CreateIndexRequestWithBM25Similarity.Bm25Settings) - Constructor for record class com.atlassian.confluence.plugins.opensearch.client.CreateIndexRequestWithBM25Similarity
Creates an instance of a CreateIndexRequestWithBM25Similarity record class.
CreateIndexRequestWithBM25Similarity.Bm25Settings - Record Class in com.atlassian.confluence.plugins.opensearch.client
BM25 similarity parameters
CreateIndexSnapshotMaintenanceTask - Class in com.atlassian.confluence.impl.system.task
Create an index snapshot after a successful reindex in DC
CreateIndexSnapshotMaintenanceTask(String, Collection<Index>) - Constructor for class com.atlassian.confluence.impl.system.task.CreateIndexSnapshotMaintenanceTask
 
CreateIndexSnapshotMaintenanceTaskRunner - Class in com.atlassian.confluence.impl.system.runner
Create an index snapshot after a (full or partial) site reindex in DC.
CreateIndexSnapshotMaintenanceTaskRunner(ClusterManager, LuceneIndexSnapshotManager, SystemMaintenanceTaskRegistry, SystemMaintenanceTaskQueue, EventPublisher) - Constructor for class com.atlassian.confluence.impl.system.runner.CreateIndexSnapshotMaintenanceTaskRunner
 
createInitOperations() - Method in class com.atlassian.confluence.impl.struts.ConfluenceStrutsPrepareFilter
 
createInputSource(Reader) - Method in class com.atlassian.confluence.xml.XalanXslTransformer
 
createInputSource(Reader) - Method in class com.atlassian.confluence.xml.XhtmlXalanXslTransformer
 
createInputStreamPredicate() - Static method in class com.atlassian.confluence.content.render.image.MemoryAwareImageRenderPredicate
 
createInputStreamPredicate() - Static method in class com.atlassian.confluence.impl.pages.thumbnail.renderer.AdaptiveThresholdPredicate
Deprecated.
 
createInstance(ContentBlueprintInstance, ContentTemplateId, String) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.TemplateResource
 
createInstance(ContentBlueprintInstance, Expansion...) - Method in interface com.atlassian.confluence.api.service.content.ContentBlueprintService
 
createInstance(ContentBlueprintInstance, Expansion...) - Method in interface com.atlassian.confluence.api.service.content.template.ContentTemplateService
Create a page/draft content from a template.
createInstanceCompletionStage(ContentBlueprintInstance, Expansion...) - Method in class com.atlassian.confluence.rest.client.impl.RemoteContentTemplateServiceImpl
 
createInstanceCompletionStage(ContentBlueprintInstance, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentTemplateService
 
createInternalUserCredentialRecordPersister() - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.EntityPersistersFactory
 
createInvalidationCache(String, CacheLoader, CacheSettings) - Method in class com.atlassian.confluence.cache.nutcluster.AsyncInvalidationCacheFactory
Creates an instance of AsyncInvalidationCache, backed by the singleton instance of CacheInvalidatorFactory.
createJacksonModule() - Static method in class com.atlassian.confluence.rest.client.RestClientFactory
 
createJohnsonEvent(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
createJohnsonEvent(String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Creates a Johnson event inside Confluence.
createJohnsonEvent(String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
createJournalEntry(JournalIdentifier, JournalEntryType, String) - Static method in class com.atlassian.confluence.search.queue.JournalEntryFactory
 
createJournalIndex() - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchJournalStateStore
Creates journal index after store is created
createJsonator() - Method in class com.atlassian.confluence.json.jsonator.DefaultJsonatorFactory
 
createJsonator() - Method in interface com.atlassian.confluence.json.jsonator.JsonatorFactory
 
createLabel(Label) - Method in class com.atlassian.confluence.impl.labels.CachingLabelManager
 
createLabel(Label) - Method in class com.atlassian.confluence.labels.DefaultLabelManager
 
createLabel(Label) - Method in interface com.atlassian.confluence.labels.LabelManager
 
createLabellingExporter(ExportableEntityInfo) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ExporterFactory
Creates a space backup exporter works for Labelling.
CreateLikeEventPayloadTransformer - Class in com.atlassian.confluence.plugins.like.notifications
 
CreateLikeEventPayloadTransformer(UserAccessor) - Constructor for class com.atlassian.confluence.plugins.like.notifications.CreateLikeEventPayloadTransformer
 
CreateLikeEventRecipientProvider - Class in com.atlassian.confluence.plugins.like.notifications
 
CreateLikeEventRecipientProvider(LikeNotificationManager, ConfluenceAccessManager, PermissionManager) - Constructor for class com.atlassian.confluence.plugins.like.notifications.CreateLikeEventRecipientProvider
 
createLink(RenderContext, String) - Method in class com.atlassian.confluence.links.ConfluenceLinkResolver
 
CreateLinkResource - Class in com.atlassian.confluence.tinymceplugin.rest
 
CreateLinkResource(EditorFormatService) - Constructor for class com.atlassian.confluence.tinymceplugin.rest.CreateLinkResource
 
createLoadSplit() - Method in class com.atlassian.confluence.cache.nutcluster.monitoring.ConfluenceMonitoringLoader
Deprecated.
 
createLocal(CacheLoader<K, V>) - Static method in class com.atlassian.confluence.cache.InvalidatableCacheLoader
Deprecated.
Creates a new InvalidatableCacheLoader that only invalidates values being created on the local JVM.
createLockSplit() - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
 
createLoginManagerSettingsHandler() - Method in class com.atlassian.confluence.impl.audit.handler.AuditHandlerFactory
 
createMailObject() - Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
createMailObject() - Method in class com.atlassian.confluence.mail.template.MailNotificationQueueItem
Deprecated.
 
createMailObject() - Method in class com.atlassian.confluence.mail.template.NonUserMailNotificationQueueItem
Deprecated.
 
createMailObject() - Method in class com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem
Deprecated.
 
CreateMailServerAction - Class in com.atlassian.confluence.admin.actions.mail
 
CreateMailServerAction() - Constructor for class com.atlassian.confluence.admin.actions.mail.CreateMailServerAction
 
createMailServerHandler() - Method in class com.atlassian.confluence.impl.audit.handler.AuditHandlerFactory
 
createMediaTypePredicate(String) - Static method in class com.atlassian.confluence.api.impl.service.content.finder.FinderPredicates
 
createMessage(DirectoryEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.DirectoryEventCommandUserManagement
 
createMessage(UserEditedEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.UserActivationEventCommandUserManagement
 
createMessage(T) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.UserManagementMultiEventsCommand
Creates an Optional containing a JournalMessage to store in the DB.
createMessages(ContentEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentCreateCommand
 
createMessages(ContentEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentPermissionChangeCommand
 
createMessages(ContentEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentRemoveCommand
 
createMessages(ContentEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentUpdateCommand
 
createMessages(SpacePermissionChangeEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.SpacePermissionChangeCommand
 
createMessages(SpaceEvent) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.SpaceEventsCommand
 
createMessages(T) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.ContentManagementMultiEventsCommand
Creates a list of JournalMessage instances to store in the database.
createMigrationAwareFragmentTransformer(List<? extends FragmentTransformer>, XmlOutputFactory, XmlEventReaderFactory, FragmentTransformationErrorHandler, EventPublisher) - Static method in class com.atlassian.confluence.content.render.xhtml.transformers.DefaultFragmentTransformer
 
createMigratorWithMigrationAwareTransformer(FragmentTransformer, XmlEventReaderFactory) - Static method in class com.atlassian.confluence.content.render.xhtml.migration.XhtmlRoundTripMigrator
 
createMinimal() - Static method in class com.atlassian.confluence.impl.i18n.DefaultI18NBeanFactory
Instantiates a factory producing I18NBeans using the LocaleManager.DEFAULT_LOCALE.
createModule() - Method in class com.atlassian.confluence.content.ContentTypeModuleDescriptor
 
createModule() - Method in class com.atlassian.confluence.content.persistence.hibernate.HibernateContentQueryModuleDescriptor
 
createModule() - Method in class com.atlassian.confluence.plugin.descriptor.AttachmentTextExtractorModuleDescriptor
 
createModule() - Method in class com.atlassian.confluence.plugin.descriptor.BulkExtractorModuleDescriptor
 
createModule() - Method in class com.atlassian.confluence.plugin.descriptor.ContentNameSearchSectionSpecModuleDescriptor
 
createModule() - Method in class com.atlassian.confluence.plugin.descriptor.CustomMacroModuleDescriptor
 
createModule() - Method in class com.atlassian.confluence.plugin.descriptor.Extractor2ModuleDescriptor
 
createModule() - Method in class com.atlassian.confluence.plugin.descriptor.FieldMappingsProviderModuleDescriptor
 
createModule() - Method in class com.atlassian.confluence.plugin.descriptor.IndexRecovererModuleDescriptor
 
createModule() - Method in class com.atlassian.confluence.plugin.descriptor.ListenerModuleDescriptor
 
createModule() - Method in class com.atlassian.confluence.plugin.descriptor.PermissionOverrideExtensionDescriptor
 
createModule() - Method in class com.atlassian.confluence.plugin.descriptor.SearchDecoratorModuleDescriptor
 
createModule() - Method in class com.atlassian.confluence.plugin.descriptor.TransformerModuleDescriptor
 
createModule() - Method in class com.atlassian.confluence.plugin.descriptor.UserMacroModuleDescriptor
 
createModule() - Method in class com.atlassian.confluence.plugin.descriptor.VelocityContextItemModuleDescriptor
 
createModule() - Method in class com.atlassian.confluence.plugin.module.DefaultPluginModuleFactory
 
createModule() - Method in interface com.atlassian.confluence.plugin.module.PluginModuleFactory
 
createModule() - Method in class com.atlassian.confluence.plugins.edgeindex.plugin.EdgeTypeModuleDescriptor
 
createModule() - Method in class com.atlassian.confluence.renderer.template.TemplateRendererModuleDescriptor
 
createModule() - Method in class com.atlassian.confluence.rss.FeedCustomContentTypeModuleDescriptor
 
createModule() - Method in class com.atlassian.confluence.rss.FeedSupportModuleDescriptor
 
createModule() - Method in class com.atlassian.confluence.search.plugin.SiteSearchPluginModuleDescriptor
 
createModule(Plugin, Element, ModuleDescriptorFactory) - Method in class com.atlassian.confluence.impl.plugin.TransactionalPluginLoader
 
createModule(String, ModuleDescriptor<T>) - Method in class com.atlassian.confluence.impl.plugin.AutodetectClassPrefixModuleFactory
Deprecated.
 
createModuleBackupFile(File, ModuleDescriptor<BackupRestoreProvider>) - Method in interface com.atlassian.confluence.importexport.plugin.BackupRestoreProviderManager
 
createModuleBackupFile(File, ModuleDescriptor<BackupRestoreProvider>) - Method in class com.atlassian.confluence.importexport.plugin.DefaultBackupRestoreProviderManager
 
createName(String, String...) - Method in interface com.atlassian.confluence.util.profiling.ConfluenceMonitoring
Creates a legal name from the supplied mandatory suggestion, and optional extra parts.
createNativeQuery(String) - Method in class com.atlassian.confluence.impl.hibernate.EntityManagerQueryFactory
 
createNativeQuery(String) - Method in interface com.atlassian.confluence.persistence.JpaQueryFactory
 
createNativeQuery(String, Class<T>) - Method in class com.atlassian.confluence.impl.hibernate.EntityManagerQueryFactory
 
createNativeQuery(String, Class<T>) - Method in interface com.atlassian.confluence.persistence.JpaQueryFactory
 
createNativeQuery(Session, String, String[], Class[]) - Static method in class com.atlassian.confluence.core.persistence.hibernate.SessionHelper
Deprecated.
since 9.3
createNavigation() - Method in interface com.atlassian.confluence.api.nav.NavigationService
 
createNavigation() - Method in class com.atlassian.confluence.plugins.rest.navigation.v2.impl.DefaultRestNavigationService
 
createNavigation() - Method in interface com.atlassian.confluence.rest.v2.api.services.RestNavigationService
 
createNewContentDraft(String, DraftService.DraftType) - Method in class com.atlassian.confluence.content.service.DefaultDraftService
 
createNewContentDraft(String, DraftService.DraftType) - Method in interface com.atlassian.confluence.content.service.DraftService
 
createNewIndex(String, String...) - Method in class com.atlassian.confluence.plugins.opensearch.indexmanager.OpenSearchIndexManagerImpl
 
createNewInstance() - Method in interface com.atlassian.confluence.content.render.xhtml.transformers.ReferencesFromBodyContentExtractorMarkerV2
This method will allow exporting process create new instance of this class.
createNewInstance() - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.UserKeyExtractorFragmentTransformer
 
createNewJob(List<String>) - Method in interface com.atlassian.confluence.index.status.ReIndexJobManager
Create a new job which may replace a completed job stored in the bandana table.
createNewJob(List<String>) - Method in class com.atlassian.confluence.internal.index.status.DefaultReIndexJobManager
 
createNewJob(List<String>, EnumSet<ReIndexOption>) - Method in interface com.atlassian.confluence.index.status.ReIndexJobManager
Create a new job with the given space keys and reindex options.
createNewJob(List<String>, EnumSet<ReIndexOption>) - Method in class com.atlassian.confluence.internal.index.status.DefaultReIndexJobManager
 
createNewQuery(Function<F, T>) - Static method in class com.atlassian.confluence.impl.pagination.PaginationQueryImpl
 
createNewSubscription(String) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.ServerSubscriptionJournalStateStore
 
createNewSubscription(String) - Method in interface com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.SubscriptionJournalStateStore
This method creates a new ACTIVE subscription
createNotificationDatabaseDataExporter(ExportableEntityInfo) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ExporterFactory
Creates a space backup exporter works for Notification.
createNotificationTask(User, NotificationData, String, NotificationContext) - Method in class com.atlassian.confluence.mail.notification.DefaultNotificationsSender
 
createObjectInputStream(ClassLoader, byte[]) - Method in class com.atlassian.confluence.impl.schedule.caesium.SecureParameterMapSerializer
 
createObjectMapper() - Static method in class com.atlassian.confluence.rest.serialization.jackson2.CustomSerializerModuleFactory
 
createOnRestoreSearchIndexer(JobScope, ParallelTasksExecutor) - Method in class com.atlassian.confluence.impl.backuprestore.restore.searchindexer.OnRestoreSearchIndexerFactory
 
createOrFindDraftFor(AbstractPage) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
createOrFindDraftFor(AbstractPage) - Method in interface com.atlassian.confluence.dmz.pages.PageManagerInternal
Retrieves the draft for the given AbstractPage if exists.
createOverridesManager(String) - Method in class com.atlassian.confluence.impl.cache.config.CacheSettingsManagerFactory
 
createPage() - Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
Create the CEO to be saved from the data supplied to the action.
createPage() - Method in class com.atlassian.confluence.pages.actions.CreatePageAction
 
createPage(Space, Page, String, String, ConfluenceUser) - Method in class com.atlassian.testsupport.TestDataCreator
 
CreatePageAction - Class in com.atlassian.confluence.pages.actions
 
CreatePageAction() - Constructor for class com.atlassian.confluence.pages.actions.CreatePageAction
 
CreatePageAction.SimplePageProvider - Class in com.atlassian.confluence.pages.actions
A simple PageProvider that returns the Page that has been set on it.
createPageBlogTree(Space) - Method in class com.atlassian.confluence.pages.TreeBuilder
Creates a tree of content that includes the pages and the blog posts from the space.
CreatePageCommand - Interface in com.atlassian.confluence.content.service.page
An interface for a command that will create a new page.
CreatePageCommandImpl - Class in com.atlassian.confluence.content.service.page
An implementation of the CreatePageCommand that will create a page, and assign any provided permissions then perform the clean up of any Drafts and raise the necessary event.
CreatePageCommandImpl(PageManager, PermissionManager, ContentPermissionManager, DraftService, EventPublisher, PageProvider, CreateContextProvider, ContentEntityObject, ConfluenceUser, LabelManager, DraftsTransitionHelper) - Constructor for class com.atlassian.confluence.content.service.page.CreatePageCommandImpl
 
CreatePageCondition - Class in com.atlassian.confluence.tinymceplugin.conditions
 
CreatePageCondition() - Constructor for class com.atlassian.confluence.tinymceplugin.conditions.CreatePageCondition
 
createPageDecorator(String, URI, DispatcherType) - Method in class com.atlassian.confluence.impl.sitemesh.ConfluencePageDecoratorFactory
 
createPageDecorator(String, URI, DispatcherType) - Method in interface com.atlassian.confluence.impl.sitemesh.PageDecoratorFactory
 
CreatePageEntryAction - Class in com.atlassian.confluence.pages.actions
An action that performs relevant authorisation checks when trying to enter the 'add page' screen.
CreatePageEntryAction() - Constructor for class com.atlassian.confluence.pages.actions.CreatePageEntryAction
 
CreatePageFromExistingCommandImpl - Class in com.atlassian.confluence.content.service.page
This command is only necessary because CopyPageAction has different authorisation and validation logic from CreatePageAction.
CreatePageFromExistingCommandImpl(PageManager, PermissionManager, ContentPermissionManager, DraftService, EventPublisher, PageProvider, CreateContextProvider, ContentEntityObject, ConfluenceUser, SpaceProvider, LabelManager, DraftsTransitionHelper) - Constructor for class com.atlassian.confluence.content.service.page.CreatePageFromExistingCommandImpl
 
CreatePageFromTemplateAction - Class in com.atlassian.confluence.pages.actions
 
CreatePageFromTemplateAction() - Constructor for class com.atlassian.confluence.pages.actions.CreatePageFromTemplateAction
 
CreatePageLink - Class in com.atlassian.confluence.content.render.xhtml.model.links
 
CreatePageLink(Link) - Constructor for class com.atlassian.confluence.content.render.xhtml.model.links.CreatePageLink
 
CreatePageOrBlogpostCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
Determines if the current user can create a page or blogpost somewhere in Confluence.
CreatePageOrBlogpostCondition() - Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.CreatePageOrBlogpostCondition
 
createPageRequest(int, int) - Method in interface com.atlassian.confluence.api.nav.Navigation.Builder
 
createPageRequest(int, int) - Method in interface com.atlassian.confluence.rest.v2.api.services.RestNavigation.RestBuilder
 
createPageRequest(Cursor, int) - Method in interface com.atlassian.confluence.api.nav.Navigation.Builder
 
createPageRequest(Cursor, int) - Method in interface com.atlassian.confluence.rest.v2.api.services.RestNavigation.RestBuilder
 
createPageRequest(PageRequest) - Method in interface com.atlassian.confluence.api.nav.Navigation.Builder
 
createPageRequest(PageRequest) - Method in interface com.atlassian.confluence.rest.v2.api.services.RestNavigation.RestBuilder
 
createPagesFromPrototype(String, Hashtable, int) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
createPagesFromPrototype(String, Hashtable, int) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Creates a series of pages based on a prototype.
createPagesFromPrototype(String, Hashtable, int) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
CreatePageTemplateAction - Class in com.atlassian.confluence.plugins.templates.actions
 
CreatePageTemplateAction() - Constructor for class com.atlassian.confluence.plugins.templates.actions.CreatePageTemplateAction
 
createPageTemplateEraser(BooleanSupplier, ExportableEntityInfo, Collection<TableFieldHavingForeignKey>, Map<Class<?>, EntityEraser>) - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.SpaceContentErasersFactory
 
createPageTemplateExporter(ExportableEntityInfo) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ExporterFactory
Creates a space backup exporter works for PageTemplate.
createPageTemplateHandler(AuditHandler<Space>) - Method in class com.atlassian.confluence.impl.audit.handler.AuditHandlerFactory
 
createPageTemplatePersister() - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.EntityPersistersFactory
 
createPageTree(Space) - Method in class com.atlassian.confluence.pages.TreeBuilder
Creates a tree of content that just includes the pages of the space.
createParametersForContentEntityObject(ContentEntityObject) - Static method in class com.atlassian.confluence.impl.content.ContentTreePermissionReindexEventBackgroundSender
 
createParentGroupMembershipCache(TransactionAwareCacheFactory) - Static method in class com.atlassian.confluence.impl.user.crowd.DefaultGroupMembershipCache
 
createParser(String, Attributes) - Static method in class com.atlassian.confluence.importexport.xmlimport.parser.ImportedPropertyParserFactory
Deprecated.
 
createPartition(String) - Method in interface com.atlassian.confluence.test.apacheds.ApacheDS
 
createPartition(String) - Method in class com.atlassian.confluence.test.apacheds.EmbeddedApacheDS
 
createPermissions(String, String, String) - Method in class com.atlassian.confluence.pages.actions.PagePermissionsActionHelper
createPermissions(String, List<String>, List<String>) - Method in class com.atlassian.confluence.pages.actions.PagePermissionsActionHelper
Returns the view ContentPermissions of the required type for this helper instance, adding the helper User if they don't have view permission via the list.
createPermissionsForSpace(Space) - Method in class com.atlassian.confluence.security.DefaultSpacePermissionDefaultsStore
 
createPermissionsForSpace(Space) - Method in interface com.atlassian.confluence.security.SpacePermissionDefaultsStore
 
createPersisterFor(ImportedObject) - Method in class com.atlassian.confluence.importexport.xmlimport.DelegatingObjectPersisterFactory
Deprecated.
 
createPersisterFor(ImportedObject) - Method in interface com.atlassian.confluence.importexport.xmlimport.ObjectPersisterFactory
Deprecated.
Creates a new persister for the given ImportedObject.
createPersisterFor(ImportedObject) - Method in class com.atlassian.confluence.importexport.xmlimport.persister.ConfluenceUserPersisterFactory
Deprecated.
 
createPersisterFor(ImportedObject) - Method in class com.atlassian.confluence.importexport.xmlimport.persister.ContentPropertyPersisterFactory
Deprecated.
 
createPersisterFor(ImportedObject) - Method in class com.atlassian.confluence.importexport.xmlimport.persister.HibernateContentPermissionPersisterFactory
Deprecated.
 
createPersisterFor(ImportedObject) - Method in class com.atlassian.confluence.importexport.xmlimport.persister.HibernateMembershipPersisterFactory
Deprecated.
 
createPersisterFor(ImportedObject) - Method in class com.atlassian.confluence.importexport.xmlimport.persister.PropertySetItemPersisterFactory
Deprecated.
 
createPersisterFor(ImportedObject) - Method in class com.atlassian.confluence.importexport.xmlimport.persister.ReflectiveObjectPersisterFactory
Deprecated.
 
createPersisterFor(ImportedObject) - Method in class com.atlassian.confluence.importexport.xmlimport.persister.SynchronyEventsPersisterFactory
Deprecated.
 
createPersisterFor(ImportedObject) - Method in class com.atlassian.confluence.importexport.xmlimport.persister.SynchronySnapshotsPersisterFactory
Deprecated.
 
createPersonalInformation(User) - Method in class com.atlassian.confluence.impl.content.DefaultPersonalInformationManager
 
createPersonalInformation(User) - Method in interface com.atlassian.confluence.user.PersonalInformationManager
Creates a new PersonalInformation for the specified user.
createPersonalSpace(PersonalSpaceDetailsForCreation) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpaceResource
 
createPersonalSpace(String, PersonalSpaceDetailsForCreation) - Method in class com.atlassian.confluence.plugins.restapi.resources.AdminSpaceResource
 
createPersonalSpace(String, String, ConfluenceUser) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
createPersonalSpace(String, String, ConfluenceUser) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceManager
Deprecated.
 
createPersonalSpace(String, String, ConfluenceUser) - Method in interface com.atlassian.confluence.spaces.SpaceManager
Creates a personal space.
CreatePersonalSpaceAction - Class in com.atlassian.confluence.spaces.actions
 
CreatePersonalSpaceAction() - Constructor for class com.atlassian.confluence.spaces.actions.CreatePersonalSpaceAction
 
createPersonalSpaceForSelf(PersonalSpaceDetailsForCreation) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceServiceImpl
 
createPersonalSpaceForSelf(PersonalSpaceDetailsForCreation) - Method in interface com.atlassian.confluence.api.service.content.SpaceService
Create a personal space for self.
createPersonalSpaceForSelf(PersonalSpaceDetailsForCreation) - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceService
Create a personal space for self.
createPersonalSpaceForSelf(PersonalSpaceDetailsForCreation) - Method in class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl
 
createPersonalSpaceForUser(PersonalSpaceDetailsForCreation, String) - Method in class com.atlassian.confluence.api.impl.service.content.SpaceServiceImpl
 
createPersonalSpaceForUser(PersonalSpaceDetailsForCreation, String) - Method in interface com.atlassian.confluence.api.service.content.SpaceService
Create a personal space for a user by username.
createPersonalSpaceForUser(PersonalSpaceDetailsForCreation, String) - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceService
Create a personal space for a user by username.
createPersonalSpaceForUser(PersonalSpaceDetailsForCreation, String) - Method in class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl
 
CreatePersonalSpaceListener - Class in com.atlassian.confluence.spaces.listeners
Responds to a personal space being created.
CreatePersonalSpaceListener(FormatConverter, I18NBeanFactory, LocaleManager, PageManager, SystemTemplateManager, PluginAccessor, XhtmlContent, PersonalInformationManager, GlobalSettingsManager) - Constructor for class com.atlassian.confluence.spaces.listeners.CreatePersonalSpaceListener
 
createPluginSettingDataExporter(ExportableEntityInfo) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ExporterFactory
Creates a space backup exporter works for PluginSetting.
createPrefetchedDocumentBuilder(Collection<Searchable>, String) - Method in interface com.atlassian.confluence.internal.index.lucene.PrefetchDocumentBuilder
Prefetch multiple Searchable
createPrivatePersonalSpace(String, String, ConfluenceUser) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
createPrivatePersonalSpace(String, String, ConfluenceUser) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceManager
Deprecated.
 
createPrivatePersonalSpace(String, String, ConfluenceUser) - Method in interface com.atlassian.confluence.spaces.SpaceManager
Create a personal Space for which only the creator has any permissions
createPrivateSpace(Space) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpaceResource
 
createPrivateSpace(String, String, String, ConfluenceUser) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
createPrivateSpace(String, String, String, ConfluenceUser) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceManager
Deprecated.
 
createPrivateSpace(String, String, String, ConfluenceUser) - Method in interface com.atlassian.confluence.spaces.SpaceManager
Creates a Space for which only the creator has any permissions
createPrivateSpacePermissions(Space) - Method in class com.atlassian.confluence.impl.security.CoarseGrainedCachingSpacePermissionManager
Deprecated.
 
createPrivateSpacePermissions(Space) - Method in class com.atlassian.confluence.impl.security.DefaultSpacePermissionManager
 
createPrivateSpacePermissions(Space) - Method in class com.atlassian.confluence.internal.security.DelegatingSpacePermissionManager
 
createPrivateSpacePermissions(Space) - Method in class com.atlassian.confluence.security.ReadOnlySpacePermissionManager
 
createPrivateSpacePermissions(Space) - Method in class com.atlassian.confluence.security.SpacePermissionCoordinator
 
createPrivateSpacePermissions(Space) - Method in interface com.atlassian.confluence.security.SpacePermissionManager
 
createProvider(Module) - Static method in class com.atlassian.confluence.rest.client.RestClientFactory
Creates Provider instance to perform custom serialization needed for using the remote API model objects.
createProxy(AbstractRemoteService<T>) - Static method in class com.atlassian.confluence.rest.client.proxy.RemoteServiceProxyCreator
 
createProxy(Class<T>, Supplier<ServiceTracker>) - Static method in class com.atlassian.confluence.impl.osgi.OsgiProxyFactory
Provides a proxy of the given interface T that is backed by the OSGi service from the provided service tracker.
createProxy(T, Class<T>) - Method in class com.atlassian.confluence.api.impl.service.content.finder.FinderProxyFactoryImpl
 
createProxy(T, Class<T>) - Method in interface com.atlassian.confluence.dmz.service.content.finder.FinderProxyFactory
 
createQuery(CriteriaQuery<T>) - Method in class com.atlassian.confluence.impl.hibernate.EntityManagerQueryFactory
 
createQuery(CriteriaQuery<T>) - Method in interface com.atlassian.confluence.persistence.JpaQueryFactory
 
createQuery(Double, Double, boolean, boolean) - Method in class com.atlassian.confluence.plugins.contentproperty.search.fields.NumericContentPropertyAliasFieldHandler
 
createQuery(String) - Method in class com.atlassian.confluence.impl.hibernate.EntityManagerQueryFactory
 
createQuery(String) - Method in interface com.atlassian.confluence.persistence.JpaQueryFactory
 
createQuery(String, Class<T>) - Method in class com.atlassian.confluence.impl.hibernate.EntityManagerQueryFactory
 
createQuery(String, Class<T>) - Method in interface com.atlassian.confluence.persistence.JpaQueryFactory
 
createQuery(Session, String, Object[], Type[]) - Static method in class com.atlassian.confluence.core.persistence.hibernate.SessionHelper
Deprecated.
since 9.3
createQuery(Session, String, Object, Type) - Static method in class com.atlassian.confluence.core.persistence.hibernate.SessionHelper
Deprecated.
since 9.3
createQueryParser() - Method in class com.atlassian.confluence.impl.search.v2.lucene.ConfluenceLuceneQueryParserFactory
 
createQueryParser() - Method in interface com.atlassian.confluence.internal.search.v2.lucene.LuceneQueryParserFactory
 
createQueryParser(Map<String, ? extends AnalyzerDescriptorProvider>) - Method in class com.atlassian.confluence.impl.search.v2.lucene.ConfluenceLuceneQueryParserFactory
 
createQueryParser(Map<String, ? extends AnalyzerDescriptorProvider>) - Method in interface com.atlassian.confluence.internal.search.v2.lucene.LuceneQueryParserFactory
Create an analyzer that uses a field AnalyzerDescriptorProvider specified bin analyzerProviders.
createQueryResultsRegionStorageAccess(String, SessionFactoryImplementor) - Method in class com.atlassian.confluence.impl.hibernate.cache.ConfluenceRegionCacheFactory
 
createReadSplit() - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
 
createRebuildChangeDocumentsIndexTask(Searchable) - Method in class com.atlassian.confluence.internal.search.tasks.DefaultIndexTaskFactory
 
createRebuildChangeDocumentsIndexTask(Searchable) - Method in interface com.atlassian.confluence.search.IndexTaskFactory
 
createRebuildIndexTask(RebuildIndexTask.RebuildIndexParams) - Method in class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeIndexTaskFactory
 
createRebuildIndexTask(RebuildIndexTask.RebuildIndexParams) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeIndexTaskFactory
 
createRecencyOfModificationScoreFunction() - Method in class com.atlassian.confluence.impl.search.v2.score.AbstractScoreFunctionFactory
See: Desmosfor current implementation and visualisation.
createRecencyOfModificationScoreFunction() - Method in class com.atlassian.confluence.impl.search.v2.score.OpenSearchScoreFunctionFactory
 
createRecencyOfModificationScoreFunction() - Method in interface com.atlassian.confluence.search.v2.score.ScoreFunctionFactory
Create a ScoreFunction which boosts content relevancy by recency of modification.
createRecord(DenormalisedServiceStateRecord.ServiceType, DenormalisedPermissionServiceState) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.manage.dao.DenormalisedServiceStateDao
 
createReference(SpaceContentEntityObject) - Static method in class com.atlassian.confluence.content.render.xhtml.links.LinksUpdater.PartialReferenceDetails
Create the appropriate PartialReferenceDetails depending on whether the parameter is a BlogPost or a Page.
createReference(SpaceContentEntityObject, String) - Static method in class com.atlassian.confluence.content.render.xhtml.links.LinksUpdater.PartialReferenceDetails
 
createReference(Attachment) - Static method in class com.atlassian.confluence.content.render.xhtml.links.LinksUpdater.AttachmentReferenceDetails
 
createRegionCache(String, SessionFactoryImplementor, DomainDataRegionConfig) - Method in class com.atlassian.confluence.impl.cache.nutcluster.hibernate.ConfluenceNutclusterLocalCacheRegionFactory
 
createRegionFactory(NutclusterInstance, CacheSettingsDefaultsProvider) - Static method in class com.atlassian.confluence.impl.cache.nutcluster.hibernate.NutclusterHibernateRegionFactories
 
createReindexAllBlogsChangeTask() - Method in interface com.atlassian.confluence.internal.search.IndexTaskFactoryInternal
 
createReindexAllBlogsChangeTask() - Method in class com.atlassian.confluence.internal.search.tasks.DefaultIndexTaskFactory
 
createReindexAllBlogsContentTask() - Method in interface com.atlassian.confluence.internal.search.IndexTaskFactoryInternal
 
createReindexAllBlogsContentTask() - Method in class com.atlassian.confluence.internal.search.tasks.DefaultIndexTaskFactory
 
createReindexAllSpacesChangeTask() - Method in interface com.atlassian.confluence.internal.search.IndexTaskFactoryInternal
 
createReindexAllSpacesChangeTask() - Method in class com.atlassian.confluence.internal.search.tasks.DefaultIndexTaskFactory
 
createReindexAllSpacesContentTask() - Method in interface com.atlassian.confluence.internal.search.IndexTaskFactoryInternal
 
createReindexAllSpacesContentTask() - Method in class com.atlassian.confluence.internal.search.tasks.DefaultIndexTaskFactory
 
createReindexAllUsersChangeTask() - Method in interface com.atlassian.confluence.internal.search.IndexTaskFactoryInternal
 
createReindexAllUsersChangeTask() - Method in class com.atlassian.confluence.internal.search.tasks.DefaultIndexTaskFactory
 
createReindexAllUsersContentTask() - Method in interface com.atlassian.confluence.internal.search.IndexTaskFactoryInternal
 
createReindexAllUsersContentTask() - Method in class com.atlassian.confluence.internal.search.tasks.DefaultIndexTaskFactory
 
createReIndexPermissionsTask(Searchable) - Method in interface com.atlassian.confluence.internal.search.IndexTaskFactoryInternal
Creates a task to re-index permissions only for the given content.
createReIndexPermissionsTask(Searchable) - Method in class com.atlassian.confluence.internal.search.tasks.DefaultIndexTaskFactory
 
createReIndexPermissionsTask(ContentEntityObject) - Method in class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeIndexTaskFactory
 
createReIndexPermissionsTask(ContentEntityObject) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeIndexTaskFactory
 
createReIndexPermissionsTask(IndexableEdge) - Method in class com.atlassian.confluence.plugins.edgeindex.DefaultEdgeIndexTaskFactory
 
createReIndexPermissionsTask(IndexableEdge) - Method in interface com.atlassian.confluence.plugins.edgeindex.EdgeIndexTaskFactory
 
createReindexUsersInGroupChangeTask(String) - Method in interface com.atlassian.confluence.internal.search.IndexTaskFactoryInternal
 
createReindexUsersInGroupChangeTask(String) - Method in class com.atlassian.confluence.internal.search.tasks.DefaultIndexTaskFactory
 
createReindexUsersInGroupContentTask(String) - Method in interface com.atlassian.confluence.internal.search.IndexTaskFactoryInternal
 
createReindexUsersInGroupContentTask(String) - Method in class com.atlassian.confluence.internal.search.tasks.DefaultIndexTaskFactory
 
createRelationEntity(S, T, RelationDescriptor<?, ?>) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.HibernateRelationDao
 
createRelationEntity(S, T, RelationDescriptor<?, ?>) - Method in interface com.atlassian.confluence.internal.relations.dao.RelationDao
Create new relation.
createRelative(String) - Method in class com.atlassian.confluence.core.InputStreamAttachmentResource
 
createRelative(String) - Method in class com.atlassian.confluence.core.UploadedResource
 
createRemotePageFromPageStruct(Hashtable) - Static method in class com.atlassian.confluence.rpc.xmlrpc.XmlRpcUtils
 
createRenameTableCommand(String, String) - Method in interface com.atlassian.confluence.upgrade.ddl.DdlExecutor
 
createRenameTableCommand(String, String) - Method in class com.atlassian.confluence.upgrade.ddl.HibernateDdlExecutor
 
createRenderedContentCleaner() - Static method in class com.atlassian.confluence.content.render.xhtml.PolicyConfiguredCleaner
 
createReplicatedCache(String, CacheLoader, CacheSettings) - Method in class com.atlassian.confluence.cache.nutcluster.AsyncInvalidationCacheFactory
Creates an instance of AsyncReplicationCache, backed by the singleton instance of CacheInvalidatorFactory.
createRequest(Request.MethodType, String) - Method in class com.atlassian.confluence.api.impl.sal.ConfluenceHttpClientRequestFactory
 
createRequest(String, Map<String, String>) - Method in class com.atlassian.confluence.plugin.webresource.DefaultWebResourceDispatcher
 
createRequestContext() - Method in class com.atlassian.confluence.plugins.rest.jackson2.resources.AbstractResource
 
createRestErrorResponse(Class<?>, OpenAPI, String) - Method in class com.atlassian.confluence.swagger.enricher.AbstractResponseDocsEnricher
 
createRestErrorResponse(Class<?>, OpenAPI, String) - Method in class com.atlassian.confluence.swagger.enricher.ConfluenceResponseDocEnricher
 
createRestList(PageRequest, PageResponse<T>) - Static method in class com.atlassian.confluence.rest.v2.api.model.RestList
Deprecated.
since 5.6.5. Use RestList.newRestList(PageResponse) instead.
createRestList(PageRequest, List<T>, boolean) - Static method in class com.atlassian.confluence.rest.v2.api.model.RestList
Deprecated.
since 5.6.5. Use RestList.newRestList(PageRequest) instead.
createRestList(PageResponse<T>) - Static method in class com.atlassian.confluence.rest.v2.api.model.RestList
Deprecated.
since 5.6.5. Use RestList.newRestList(PageResponse) instead.
CreateRssFeedAction - Class in com.atlassian.confluence.spaces.actions
 
CreateRssFeedAction() - Constructor for class com.atlassian.confluence.spaces.actions.CreateRssFeedAction
 
createSchema(boolean) - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.schema.ConfluenceSchemaCreator
 
createSearchQuery() - Method in class com.atlassian.confluence.spaces.actions.CreateRssFeedAction
 
createSearchQuery(String) - Method in interface com.atlassian.confluence.macro.query.SearchQueryInterpreter
 
createSearchQueryInterpreter(MacroExecutionContext) - Method in class com.atlassian.confluence.macro.query.params.BooleanQueryFactoryParameter
 
createSearchQueryInterpreter(MacroExecutionContext) - Method in class com.atlassian.confluence.macro.query.params.ContentTypeParameter
 
createSearchQueryInterpreter(MacroExecutionContext) - Method in class com.atlassian.confluence.macro.query.params.LabelParameter
 
createSearchQueryInterpreter(MacroExecutionContext) - Method in class com.atlassian.confluence.macro.query.params.SpaceKeyParameter
 
createSearchResult(Document, Optional<HitHighlighter>, Optional<String>) - Method in class com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchResultFactory
 
createServiceAccount(ServiceAccount) - Method in class com.atlassian.confluence.impl.user.crowd.serviceaccount.ConfluenceServiceAccountManagerImpl
 
createServiceAccountSpaceExporter(ExportableEntityInfo) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ExporterFactory
Creates a space backup exporter works for ServiceAccountUserImpl.
createSetOfNonEmptyElementsFromStringArray(String[]) - Static method in class com.atlassian.confluence.util.ListUtils
 
createSettingsForKey(String) - Method in class com.atlassian.confluence.api.impl.service.settings.ConfluencePluginSettingsFactory
 
createSettingsForKey(String) - Method in interface com.atlassian.confluence.api.service.settings.ExtendedPluginSettingsFactory
 
createSettingsHandler(AuditHandler<CaptchaSettings>, AuditHandler<CustomHtmlSettings>, AuditHandler<LoginManagerSettings>, AuditHandler<ConfluenceHttpParameters>) - Method in class com.atlassian.confluence.impl.audit.handler.AuditHandlerFactory
 
createSharedHome() - Method in class com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper
 
createSharedHome() - Method in class com.atlassian.confluence.cluster.nonclustered.NonClusterConfigurationHelper
 
createSharedHome() - Method in interface com.atlassian.confluence.impl.cluster.ClusterConfigurationHelperInternal
Creates shared home directory if it does not exist already.
createSimpleCache(String, CacheSettings) - Method in class com.atlassian.confluence.impl.cache.CacheManagerTemplate
 
createSimpleEntityExporter(ExportableEntityInfo) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ExporterFactory
Creates a generic space backup exporter works for simple entities.
createSingleDependencyGenericExporter(ExportableEntityInfo, Set<Class<?>>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ExporterFactory
Creates a space backup exporter works for tables with single dependency that is not in simple entity classes.
createSingleDependencyGenericSiteExporter(ExportableEntityInfo) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ExporterFactory
Creates a site backup exporter works for tables with single dependency that is not in simple entity classes.
createSingleTaskExecutorService(String) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.IpdExecutors
 
createSingleThreadScheduledExecutorService(String) - Method in class com.atlassian.confluence.internal.diagnostics.ipd.IpdExecutors
 
createSiteBackupJob(SiteBackupSettings) - Method in interface com.atlassian.confluence.api.service.backuprestore.BackupRestoreService
Starts the new site backup job if possible.
createSiteBackupJob(SiteBackupSettings) - Method in class com.atlassian.confluence.impl.backuprestore.DefaultBackupRestoreService
 
createSiteBackupJob(SiteBackupSettings) - Method in class com.atlassian.confluence.plugins.restapi.resources.BackupRestoreResource
 
createSiteRestoreJob(SiteRestoreSettings) - Method in interface com.atlassian.confluence.api.service.backuprestore.BackupRestoreService
Starts the new site restore job if possible.
createSiteRestoreJob(SiteRestoreSettings) - Method in class com.atlassian.confluence.impl.backuprestore.DefaultBackupRestoreService
 
createSiteRestoreJob(SiteRestoreSettings) - Method in class com.atlassian.confluence.plugins.restapi.resources.BackupRestoreResource
 
createSiteRestoreJob(SiteRestoreSettings, InputStream) - Method in interface com.atlassian.confluence.api.service.backuprestore.BackupRestoreService
Starts the new site restore (from uploaded file) job if possible.
createSiteRestoreJob(SiteRestoreSettings, InputStream) - Method in class com.atlassian.confluence.impl.backuprestore.DefaultBackupRestoreService
 
createSiteRestoreJobForUploadedBackupFile(FilePart) - Method in class com.atlassian.confluence.plugins.restapi.resources.BackupRestoreResource
 
createSpace(Space) - Method in class com.atlassian.confluence.plugins.restapi.resources.SpaceResource
 
createSpace(Space) - Method in interface com.atlassian.confluence.dmz.spaces.SpaceManagerInternal
Deprecated.
since 6.10.0, use {#link #createSpace(String key, String name, String description, User creator)}
createSpace(Space) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
Deprecated.
since 4.3. Use {#link #createSpace(String key, String name, String description, User creator)} instead
createSpace(String, String, String, ConfluenceUser) - Method in class com.atlassian.confluence.spaces.DefaultSpaceManager
 
createSpace(String, String, String, ConfluenceUser) - Method in class com.atlassian.confluence.spaces.ReadOnlySpaceManager
Deprecated.
 
createSpace(String, String, String, ConfluenceUser) - Method in interface com.atlassian.confluence.spaces.SpaceManager
 
createSpace(String, String, String, String, ConfluenceUser) - Method in class com.atlassian.testsupport.TestDataCreator
 
CreateSpaceAction - Class in com.atlassian.confluence.spaces.actions
Deprecated.
Since 5.3 - use the new rest APIs from the Create Content plugin SpaceBlueprintResource
CreateSpaceAction() - Constructor for class com.atlassian.confluence.spaces.actions.CreateSpaceAction
Deprecated.
 
createSpaceBackupJob(SpaceBackupSettings) - Method in interface com.atlassian.confluence.api.service.backuprestore.BackupRestoreService
Creates new space backup job and adds it to the queue.
createSpaceBackupJob(SpaceBackupSettings) - Method in class com.atlassian.confluence.impl.backuprestore.DefaultBackupRestoreService
 
createSpaceBackupJob(SpaceBackupSettings) - Method in class com.atlassian.confluence.plugins.restapi.resources.BackupRestoreResource
 
CreateSpaceButtonMacro - Class in com.atlassian.confluence.plugins.macros.dashboard
 
CreateSpaceButtonMacro() - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.CreateSpaceButtonMacro
 
createSpaceDatabaseDataExporter(ExportableEntityInfo) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ExporterFactory
Creates a space backup exporter works for Space.
createSpaceDatabaseObjects(boolean) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.DenormalisedPermissionsDdlExecutor
Creates all required space database objects except tables (they are managed by Hibernate)
createSpaceDescriptionHandler() - Method in class com.atlassian.confluence.impl.audit.handler.AuditHandlerFactory
 
createSpaceEntity(Space) - Static method in class com.atlassian.confluence.plugins.rest.jackson2.entities.builders.DefaultContentEntityBuilder
 
createSpaceEraser(BooleanSupplier, ExportableEntityInfo, Collection<TableFieldHavingForeignKey>, Map<Class<?>, EntityEraser>) - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.SpaceContentErasersFactory
 
createSpaceGroup(String, String) - Method in class com.atlassian.confluence.spaces.DefaultSpaceGroupManager
Deprecated.
 
createSpaceGroup(String, String) - Method in interface com.atlassian.confluence.spaces.SpaceGroupManager
Deprecated.
Create a Space Group
createSpaceGroup(String, String, String) - Method in class com.atlassian.confluence.spaces.DefaultSpaceGroupManager
Deprecated.
 
createSpaceGroup(String, String, String) - Method in interface com.atlassian.confluence.spaces.SpaceGroupManager
Deprecated.
Create a space Group
createSpaceHandler(AuditHandler<SpaceDescription>) - Method in class com.atlassian.confluence.impl.audit.handler.AuditHandlerFactory
 
createSpaceImportDirectory() - Method in class com.atlassian.confluence.functest.rest.admin.SpaceImportDirectoryCreationResource
Creates invalid input: '&' returns the space page-import directory under the shared home.
createSpaceKeysPredicate(List<String>) - Static method in class com.atlassian.confluence.api.impl.service.content.finder.FinderPredicates
 
createSpaceModel(JournalEntry, ContentModelType, ContentJournalEntryTypes, Space, SpaceFilteringService) - Static method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.utils.ContentFilteringUtils
Creates appropriate space model object depending whether space is blocklisted or not.
createSpacePermissionHandler(AuditHandler<Space>, AuditHandler<User>) - Method in class com.atlassian.confluence.impl.audit.handler.AuditHandlerFactory
 
createSpacePermissionQueryBuilder(ConfluenceUser, String) - Method in class com.atlassian.confluence.impl.security.query.DefaultSpacePermissionQueryManager
 
createSpacePermissionQueryBuilder(ConfluenceUser, String) - Method in interface com.atlassian.confluence.impl.security.query.SpacePermissionQueryManager
Constructs a SpacePermissionQueryBuilder for use by DAO's to construct database queries, without having to reach out to the manager level to determine which categories of permission apply for the current user.
createSpacePermissionTriggersAndFunctions(JdbcTemplate) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.MySqlDenormalisedPermissionsDdlOperations
 
createSpacePermissionTriggersAndFunctions(JdbcTemplate) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.OracleDenormalisedPermissionsDdlOperations
 
createSpacePermissionTriggersAndFunctions(JdbcTemplate) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.PostgresDenormalisedPermissionsDdlOperations
 
createSpacePermissionTriggersAndFunctions(JdbcTemplate) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.SqlServerDenormalisedPermissionsDdlOperations
 
createSpacePersister(Optional<Set<String>>) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.EntityPersistersFactory
 
createSpacePropertyFinder(Expansion...) - Method in class com.atlassian.confluence.plugins.contentproperty.spaceproperty.SpacePropertyFinderFactory
 
createSpaceRestoreJob(SpaceRestoreSettings) - Method in interface com.atlassian.confluence.api.service.backuprestore.BackupRestoreService
Creates new space restore job and adds it to the queue.
createSpaceRestoreJob(SpaceRestoreSettings) - Method in class com.atlassian.confluence.impl.backuprestore.DefaultBackupRestoreService
 
createSpaceRestoreJob(SpaceRestoreSettings) - Method in class com.atlassian.confluence.plugins.restapi.resources.BackupRestoreResource
 
createSpaceRestoreJob(SpaceRestoreSettings, InputStream) - Method in interface com.atlassian.confluence.api.service.backuprestore.BackupRestoreService
Creates new space restore (from uploaded file) job and adds it to the queue.
createSpaceRestoreJob(SpaceRestoreSettings, InputStream) - Method in class com.atlassian.confluence.impl.backuprestore.DefaultBackupRestoreService
 
createSpaceRestoreJobForUploadedBackupFile(FilePart) - Method in class com.atlassian.confluence.plugins.restapi.resources.BackupRestoreResource
 
createSpaces(String, int) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
createSpaces(String, int) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Creates a bunch of spaces.
createSpaces(String, int) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
createSpaceTriggersAndFunctions(JdbcTemplate) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.MySqlDenormalisedPermissionsDdlOperations
 
createSpaceTriggersAndFunctions(JdbcTemplate) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.OracleDenormalisedPermissionsDdlOperations
 
createSpaceTriggersAndFunctions(JdbcTemplate) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.PostgresDenormalisedPermissionsDdlOperations
 
createSpaceTriggersAndFunctions(JdbcTemplate) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.SqlServerDenormalisedPermissionsDdlOperations
 
createSplit(String) - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
 
createStagingIndex() - Method in interface com.atlassian.confluence.plugins.opensearch.indexmanager.OpenSearchIndexManager
Create a new staging index, i.e.
createStagingIndex() - Method in class com.atlassian.confluence.plugins.opensearch.indexmanager.OpenSearchIndexManagerImpl
 
createStagingIndex(Index) - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchStagingIndexFactory
 
createStagingIndex(Index) - Method in interface com.atlassian.confluence.search.v2.StagingIndexFactory
Create a staging index.
createStagingWriter(OpenSearchIndexManager.StagingIndex) - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchIndexWriterFactory
 
createStash(String) - Method in interface com.atlassian.confluence.impl.backuprestore.restore.stash.ImportedObjectsStashFactory
 
createStash(String) - Method in class com.atlassian.confluence.impl.backuprestore.restore.stash.ImportedObjectsStashFactoryImpl
 
createStash(String, int) - Method in interface com.atlassian.confluence.impl.backuprestore.restore.stash.ImportedObjectsStashFactory
 
createStash(String, int) - Method in class com.atlassian.confluence.impl.backuprestore.restore.stash.ImportedObjectsStashFactoryImpl
 
createStateRecordsIfTheyDoNotExist() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionStateManagerImpl
When the service is starting up for the first time, we need to create "state records".
createStatisticsCollector(long, JobScope, JobOperation, EventPublisher, BackupRestoreJobDao, ParallelTasksExecutor) - Method in class com.atlassian.confluence.impl.backuprestore.statistics.StatisticsCollectorFactory
 
createStorageFormatCleaner() - Static method in class com.atlassian.confluence.content.render.xhtml.PolicyConfiguredCleaner
 
createStorageMacroFragmentTransformer(Unmarshaller<ResourceIdentifier>, Marshaller<ResourceIdentifier>) - Method in class com.atlassian.confluence.content.render.xhtml.storage.macro.StorageMacroFragmentTransformerFactory
 
createStorageXmlEventReader(Reader) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultXmlEventReaderFactory
 
createStorageXmlEventReader(Reader) - Method in interface com.atlassian.confluence.content.render.xhtml.XmlEventReaderFactory
 
createStorageXmlEventReader(Reader, boolean) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultXmlEventReaderFactory
 
createStorageXmlEventReader(Reader, boolean) - Method in interface com.atlassian.confluence.content.render.xhtml.XmlEventReaderFactory
This method is experimental and may change at very short notice.
createStore() - Method in class com.atlassian.confluence.security.DefaultSpacePermissionDefaultsStoreFactory
 
createStore() - Method in interface com.atlassian.confluence.security.SpacePermissionDefaultsStoreFactory
Creates a store for use in a request.
createStoredScript() - Method in class com.atlassian.confluence.plugins.opensearch.indexmanager.OpenSearchIndexManagerFactory
Creates the stored scripts required for OpenSearch
createSuccessResultMap(Iterable<Label>) - Static method in class com.atlassian.confluence.ui.rest.content.LegacyRestHelper
Deprecated.
Creates a JSON serializable response when a request succeeds
createSupportZip() - Method in class com.atlassian.confluence.util.SupportUtility
 
createSynchronyTablesEraser(ExportableEntityInfo) - Method in class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.SpaceContentErasersFactory
 
createSyndFeed(ISearch, FeedProperties) - Method in class com.atlassian.confluence.rss.DefaultFeedBuilder
 
createSyndFeed(ISearch, FeedProperties) - Method in interface com.atlassian.confluence.rss.SyndFeedService
Constructs a feed off the specified search.
createTask(Space, ConfluenceUser) - Method in class com.atlassian.confluence.impl.space.SpaceRemovalLongRunningTaskFactory
 
createTempDirectory(Object) - Static method in class com.atlassian.confluence.util.TempDirectoryTestHelper
 
createTempDirectoryInConfluenceTemp(String) - Static method in class com.atlassian.confluence.util.GeneralUtil
 
createTemplate(String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
createTemplate(String, String, String, String) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Create a new template.
createTemplate(String, String, String, String) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
createTemplateContext(WebInterfaceContext, Map<String, Object>) - Method in interface com.atlassian.confluence.web.service.WebContextFactory
 
createTemplateContext(WebInterfaceContext, Map<String, Object>) - Method in class com.atlassian.confluence.web.service.WebContextFactoryImpl
 
createTemplateSupport(String) - Method in class com.atlassian.confluence.impl.importexport.AbstractRendererExporterImpl
 
createTestUsers(String, int) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
createTestUsers(String, int) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Create test users with usernames "testuser0", "testuser1", etc.
createTestUsers(String, int) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
createThumbnail(File, File, int, int) - Method in class com.atlassian.confluence.impl.pages.thumbnail.renderer.ThumbnailRenderer
Create a Thumbnail from the input file.
createThumbnail(InputStream, File, int, int) - Method in class com.atlassian.confluence.impl.pages.thumbnail.renderer.ThumbnailRenderer
Create a Thumbnail from the input stream.
createThumbnailUrlPathFromAttachmentUrl(String) - Static method in class com.atlassian.confluence.pages.thumbnail.ThumbnailInfo
 
createTime(Instant) - Method in class com.atlassian.confluence.api.model.backuprestore.JobDetails.JobDetailsBuilder
 
createTimestampsRegionCache(String, SessionFactoryImplementor) - Method in class com.atlassian.confluence.impl.cache.nutcluster.hibernate.ConfluenceNutclusterLocalCacheRegionFactory
 
createTimestampsRegionStorageAccess(String, SessionFactoryImplementor) - Method in class com.atlassian.confluence.impl.hibernate.cache.ConfluenceRegionCacheFactory
 
createTimingsPublisherAndAttach(ServletRequest) - Static method in class com.atlassian.confluence.impl.sitemesh.DecoratorTimings
 
createTitlePredicate(String) - Static method in class com.atlassian.confluence.api.impl.service.content.finder.FinderPredicates
 
createToken(ISearch, String) - Method in class com.atlassian.confluence.plugins.opensearch.SearchTokenTracker
Creates a new SearchWithToken for the provided search and PIT
createTokenFilter() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.DashDelimitedTokenFilterProvider
 
createTokenFilter() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.DotDelimitedTokenFilterProvider
 
createTokenFilter() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.ElisionTokenFilterProvider
 
createTokenFilter() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.LowercaseTokenFilterProvider
 
createTokenFilter() - Method in interface com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.OpenSearchCustomTokenFilterProvider
 
createTokenFilter() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.PunctuationTrimTokenFilterProvider
 
createTokenFilter() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.StemmerOverrideTokenFilterProvider
 
createTokenFilter() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.StemmerTokenFilterProvider
 
createTokenFilter() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.StopTokenFilterProvider
 
createTokenFilter() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.UnderscoreDelimitedTokenFilterProvider
 
createTokenizer() - Method in interface com.atlassian.confluence.plugins.opensearch.analysis.tokenizer.OpenSearchTokenizerProvider
 
createTokenizer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.tokenizer.TwoGramTokenizerProvider
 
createTombstoneExporter(ExportableEntityInfo) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ExporterFactory
 
createTriggersAndFunctions() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql.BaseMySqlDdlHelper
 
createTriggersAndFunctions() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.oracle.BaseOracleDdlHelper
 
createTriggersAndFunctions() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.oracle.OracleContentDdlHelper
 
createTriggersAndFunctions() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.oracle.OracleContentPermissionDdlHelper
 
createTriggersAndFunctions() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.oracle.OracleContentPermissionSetDdlHelper
 
createTriggersAndFunctions() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.oracle.OracleSpaceDdlHelper
 
createTriggersAndFunctions() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.oracle.OracleSpacePermissionDdlHelper
 
createTriggersAndFunctions() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres.BasePostgresDdlHelper
 
createTriggersAndFunctions() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.BaseSqlServerDdlHelper
 
createTriggersAndFunctions(boolean) - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.BaseH2DdlHelper
 
createUnindexContentTypeChangeTask(String) - Method in interface com.atlassian.confluence.internal.search.IndexTaskFactoryInternal
 
createUnindexContentTypeChangeTask(String) - Method in class com.atlassian.confluence.internal.search.tasks.DefaultIndexTaskFactory
 
createUnindexContentTypeContentTask(String) - Method in interface com.atlassian.confluence.internal.search.IndexTaskFactoryInternal
 
createUnindexContentTypeContentTask(String) - Method in class com.atlassian.confluence.internal.search.tasks.DefaultIndexTaskFactory
 
createUnIndexSpaceChangeIndexTask(Space) - Method in interface com.atlassian.confluence.internal.search.IndexTaskFactoryInternal
 
createUnIndexSpaceChangeIndexTask(Space) - Method in class com.atlassian.confluence.internal.search.tasks.DefaultIndexTaskFactory
 
createUnIndexSpaceChangeIndexTask(String) - Method in interface com.atlassian.confluence.internal.search.IndexTaskFactoryInternal
 
createUnIndexSpaceChangeIndexTask(String) - Method in class com.atlassian.confluence.internal.search.tasks.DefaultIndexTaskFactory
 
createUnIndexSpaceContentIndexTask(Space) - Method in interface com.atlassian.confluence.internal.search.IndexTaskFactoryInternal
 
createUnIndexSpaceContentIndexTask(Space) - Method in class com.atlassian.confluence.internal.search.tasks.DefaultIndexTaskFactory
 
createUnIndexSpaceContentIndexTask(String) - Method in interface com.atlassian.confluence.internal.search.IndexTaskFactoryInternal
 
createUnIndexSpaceContentIndexTask(String) - Method in class com.atlassian.confluence.internal.search.tasks.DefaultIndexTaskFactory
 
createUniqueConstraintWithMultipleNullsCommand(String, String, String) - Method in interface com.atlassian.confluence.upgrade.ddl.DdlExecutor
 
createUniqueConstraintWithMultipleNullsCommand(String, String, String) - Method in class com.atlassian.confluence.upgrade.ddl.HibernateDdlExecutor
 
CreateUniqueConstraintWithMultipleNullsCommand - Class in com.atlassian.confluence.upgrade.ddl
This command can be used for enforcing uniqueness of non-null values in nullable columns.
CreateUniqueConstraintWithMultipleNullsCommand(HibernateDatabaseCapabilities, String, String, String) - Constructor for class com.atlassian.confluence.upgrade.ddl.CreateUniqueConstraintWithMultipleNullsCommand
 
createUnlicensedPermission(String) - Static method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.journalmessage.GlobalPermissionJournalMessage
 
createUnlockSplit() - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
 
createUnstemmedAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.ArabicAnalyzerProvider
 
createUnstemmedAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.BrazilianAnalyzerProvider
 
createUnstemmedAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.ChineseAnalyzerProvider
 
createUnstemmedAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.CjkAnalyzerProvider
 
createUnstemmedAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.CustomJapaneseAnalyzerProvider
 
createUnstemmedAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.CzechAnalyzerProvider
 
createUnstemmedAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.DelegatingLanguageAnalyzerProvider
 
createUnstemmedAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.EnglishAnalyzerProvider
 
createUnstemmedAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.FrenchAnalyzerProvider
 
createUnstemmedAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.GermanAnalyzerProvider
 
createUnstemmedAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.GreekAnalyzerProvider
 
createUnstemmedAnalyzer() - Method in interface com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.LanguageAnalyzerProvider
Returns the unstemmed analyzer for the language currently set
createUnstemmedAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.OtherLanguageAnalyzerProvider
 
createUnstemmedAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.PersianAnalyzerProvider
 
createUnstemmedAnalyzer() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.RussianAnalyzerProvider
 
createUpdateDocumentTask(Searchable) - Method in class com.atlassian.confluence.internal.search.tasks.DefaultIndexTaskFactory
Returns an update document task.
createUpdateDocumentTask(Searchable) - Method in interface com.atlassian.confluence.search.IndexTaskFactory
 
createUpdateDocumentTask(Searchable, boolean) - Method in class com.atlassian.confluence.internal.search.tasks.DefaultIndexTaskFactory
 
createUpdateDocumentTask(Searchable, boolean) - Method in interface com.atlassian.confluence.search.IndexTaskFactory
 
createUpdateDocumentTask(Searchable, PrefetchAtlassianDocumentRetriever) - Method in interface com.atlassian.confluence.internal.search.IndexTaskFactoryInternal
 
createUpdateDocumentTask(Searchable, PrefetchAtlassianDocumentRetriever) - Method in class com.atlassian.confluence.internal.search.tasks.DefaultIndexTaskFactory
 
createUpdateDocumentTask(Searchable, PrefetchAtlassianDocumentRetriever, boolean) - Method in interface com.atlassian.confluence.internal.search.IndexTaskFactoryInternal
 
createUpdateDocumentTask(Searchable, PrefetchAtlassianDocumentRetriever, boolean) - Method in class com.atlassian.confluence.internal.search.tasks.DefaultIndexTaskFactory
 
createUpdateOperation(ExportableEntityInfo, HibernateField, Object, Object) - Method in class com.atlassian.confluence.impl.backuprestore.restore.persisters.deferredoperations.DeferredActionsFactory
 
createURL(String) - Static method in class com.atlassian.confluence.web.UrlBuilder
Creates a URL from the given string.
createUser(UserDetailsForCreation) - Method in class com.atlassian.confluence.plugins.restapi.resources.AdminUserResource
 
createUser(UserCreateRequestEntity) - Method in class com.atlassian.confluence.user.extras.rest.UsersResource
 
createUser(UserTemplateWithAttributes, Credential) - Method in interface com.atlassian.confluence.dmz.user.UserAccessorInternal
Creates a user from the given template, with the given password.
createUser(UserTemplateWithAttributes, Credential) - Method in class com.atlassian.confluence.impl.user.DefaultUserAccessor
 
createUser(UserTemplateWithAttributes, Credential) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
createUser(User, Credential) - Method in class com.atlassian.confluence.impl.user.DefaultUserAccessor
 
createUser(User, Credential) - Method in class com.atlassian.confluence.user.ConfluenceUserManager
 
createUser(User, Credential) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
createUser(User, Credential) - Method in interface com.atlassian.confluence.user.UserAccessor
 
createUser(User, Credential) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdUserManager
Deprecated.
 
createUser(String) - Method in class com.atlassian.confluence.user.ConfluenceUserManager
 
createUser(String) - Method in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdUserManager
Deprecated.
 
CreateUserAction - Class in com.atlassian.confluence.user.actions
 
CreateUserAction() - Constructor for class com.atlassian.confluence.user.actions.CreateUserAction
 
createUserGuardPermission(String, ConfluenceUser) - Method in class com.atlassian.confluence.impl.security.administrators.EditGlobalPermissionsAdministrator
Creates the relevant guard permission for the user
createUserGuardPermission(String, ConfluenceUser) - Method in class com.atlassian.confluence.impl.security.administrators.EditSpacePermissionsAdministrator
 
createUserGuardPermission(String, ConfluenceUser) - Method in interface com.atlassian.confluence.security.administrators.EditPermissionsAdministrator
Creates the relevant guard permission for the user
createUserHandler() - Method in class com.atlassian.confluence.impl.audit.handler.AuditHandlerFactory
 
createUserInGroup(String, Group) - Method in class it.com.atlassian.confluence.struts.AbstractInjectableActionTest
 
createUserMacro(String, String, boolean, String, String, String, String, String, String, String, String, boolean) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
 
createUserMacro(String, String, boolean, String, String, String, String, String, String, String, String, boolean) - Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
Create a User Macro
createUserMacro(String, String, boolean, String, String, String, String, String, String, String, String, boolean) - Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
 
createUserMappingSiteExporter(List<ExportableEntityInfo>) - Method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ExporterFactory
Creates a custom exporter for the USER_MAPPING table.
CreateUserNotificationsListener - Class in com.atlassian.confluence.mail.notification.listeners
Deprecated.
since 7.6.0, use confluence-notifications-api instead
CreateUserNotificationsListener(UserAccessor, PluginSettingsFactory, MailServerManager, SignupManager) - Constructor for class com.atlassian.confluence.mail.notification.listeners.CreateUserNotificationsListener
Deprecated.
 
createUserPendingConfirmation(User, String) - Method in interface com.atlassian.confluence.user.SignupManager
Creates a new user and marks them disabled pending their email confirmation?
createUserPermission(String, ConfluenceUser) - Static method in class com.atlassian.confluence.security.ContentPermission
 
createUserPermission(String, String) - Static method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.journalmessage.GlobalPermissionJournalMessage
 
createUserPermission(String, String) - Static method in class com.atlassian.confluence.security.ContentPermission
createUserQuery(List<? extends Query<T>>, String) - Method in class com.atlassian.confluence.user.DefaultSearchEntitiesManager
 
createUserQuery(List<? extends Query<T>>, String) - Method in interface com.atlassian.confluence.user.SearchEntitiesManager
Deprecated.
 
createUsers(String, String) - Method in class com.atlassian.confluence.user.extras.rest.UsersResource
Accepts comma-separated usernames and creates users for them, with each user's email address the username plus '@' and the domain name.
createUserSpacePermission(String, Space, ConfluenceUser) - Static method in class com.atlassian.confluence.security.SpacePermission
 
createValidationResultWithError(String) - Method in class com.atlassian.confluence.api.impl.service.permissions.validation.AbstractPermissionsValidator
 
createValuesForInsert(ImportedObjectV2) - Method in class com.atlassian.confluence.impl.backuprestore.restore.EntityInfoSqlHelper
 
createVersionFinder(ContentVersionServiceImpl, Expansion...) - Method in class com.atlassian.confluence.api.impl.service.content.finder.VersionFinderFactory
 
createVirtualColumnAndUniqueIndex() - Method in class com.atlassian.confluence.impl.core.persistence.hibernate.schema.LabelUniqueIndexHelper
Creates a virtual column and add a unique index on the LABEL table.
createWebhook(UriInfo, RestWebhook) - Method in class com.atlassian.confluence.plugins.restapi.resources.GlobalWebhooksResource
 
createWebhook(UriInfo, WebhookScope, RestWebhook) - Method in class com.atlassian.confluence.plugins.restapi.resources.webhooks.WebhooksResourceHelper
 
createWebInterfaceContext(ContentEntityObject) - Method in interface com.atlassian.confluence.web.service.WebContextFactory
 
createWebInterfaceContext(ContentEntityObject) - Method in class com.atlassian.confluence.web.service.WebContextFactoryImpl
 
createWebInterfaceContext(ContentEntityObject, Map<String, Object>) - Method in interface com.atlassian.confluence.web.service.WebContextFactory
 
createWebInterfaceContext(ContentEntityObject, Map<String, Object>) - Method in class com.atlassian.confluence.web.service.WebContextFactoryImpl
 
createWebInterfaceContext(Long) - Method in interface com.atlassian.confluence.web.service.WebContextFactory
 
createWebInterfaceContext(Long) - Method in class com.atlassian.confluence.web.service.WebContextFactoryImpl
 
createWebInterfaceContext(Long, Map<String, Object>) - Method in interface com.atlassian.confluence.web.service.WebContextFactory
 
createWebInterfaceContext(Long, Map<String, Object>) - Method in class com.atlassian.confluence.web.service.WebContextFactoryImpl
 
createWebInterfaceContextForSpace(Space) - Method in interface com.atlassian.confluence.web.service.WebContextFactory
 
createWebInterfaceContextForSpace(Space) - Method in class com.atlassian.confluence.web.service.WebContextFactoryImpl
 
createWebInterfaceContextForSpace(String) - Method in interface com.atlassian.confluence.web.service.WebContextFactory
 
createWebInterfaceContextForSpace(String) - Method in class com.atlassian.confluence.web.service.WebContextFactoryImpl
 
createWebInterfaceContextWithComment(WebInterfaceContext, Comment) - Static method in class com.atlassian.confluence.pages.actions.AddCommentAction
 
createWebItemTemplateContext(WebInterfaceContext, Map<String, Object>) - Method in interface com.atlassian.confluence.web.service.WebContextFactory
 
createWebItemTemplateContext(WebInterfaceContext, Map<String, Object>) - Method in class com.atlassian.confluence.web.service.WebContextFactoryImpl
 
createWebPanelTemplateContext(WebInterfaceContext, Map<String, Object>) - Method in interface com.atlassian.confluence.web.service.WebContextFactory
 
createWebPanelTemplateContext(WebInterfaceContext, Map<String, Object>) - Method in class com.atlassian.confluence.web.service.WebContextFactoryImpl
 
createWeight(IndexSearcher) - Method in class com.atlassian.confluence.impl.search.v2.lucene.score.LuceneFunctionScoreQuery
 
createWikiToXhtmlPageTemplateSiteMigrator(ExceptionTolerantMigrator) - Method in class com.atlassian.confluence.content.render.xhtml.migration.SiteMigratorFactory
Deprecated, for removal: This API element is subject to removal in a future version.
since 10.1 unused
createWikiToXhtmlSiteMigrator(ExceptionTolerantMigrator) - Method in class com.atlassian.confluence.content.render.xhtml.migration.SiteMigratorFactory
 
createWithCustomFragmentTransformers(List<? extends FragmentTransformer>) - Method in interface com.atlassian.confluence.content.render.xhtml.transformers.DefaultFragmentTransformerFactory
Create a DefaultFragmentTransformer with an extended set of FragmentTransformers.
createWithCustomFragmentTransformers(List<? extends FragmentTransformer>) - Method in class com.atlassian.confluence.content.render.xhtml.transformers.DefaultFragmentTransformerFactoryImpl
 
createWithModelConverter(Function<F, T>) - Method in interface com.atlassian.confluence.impl.pagination.PaginationQuery
Specifies the model converter Function that should be applied to results.
createWithModelConverter(Function<F, T>) - Method in class com.atlassian.confluence.impl.pagination.PaginationQueryImpl
 
createWithNewClient(String) - Static method in class com.atlassian.confluence.rest.client.authentication.AuthenticatedWebResourceProvider
Helper method to create new AuthenticatedWebResourceProviders using a default client and no extra base WebResource path.
createWithPredicate(Predicate<F>) - Method in interface com.atlassian.confluence.impl.pagination.PaginationQuery
Adds a Predicate used to filter the raw database type results.
createWithPredicate(Predicate<F>) - Method in class com.atlassian.confluence.impl.pagination.PaginationQueryImpl
 
createWriter(OpenSearchIndexManager) - Method in class com.atlassian.confluence.plugins.opensearch.OpenSearchIndexWriterFactory
 
createWriteSplit() - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
 
createXhtmlRoundTripPageTemplateSiteMigrator(ExceptionTolerantMigrator) - Method in class com.atlassian.confluence.content.render.xhtml.migration.SiteMigratorFactory
Deprecated, for removal: This API element is subject to removal in a future version.
since 10.1 unused
createXhtmlRoundTripSiteMigrator(ExceptionTolerantMigrator) - Method in class com.atlassian.confluence.content.render.xhtml.migration.SiteMigratorFactory
Deprecated, for removal: This API element is subject to removal in a future version.
since 10.1 unused
createXmlEventReader(Reader) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultXmlEventReaderFactory
 
createXmlEventReader(Reader) - Method in interface com.atlassian.confluence.content.render.xhtml.XmlEventReaderFactory
 
createXMLEventReader(Reader, List<Namespace>, boolean) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultXmlEventReaderFactory
 
createXMLEventReader(Reader, List<Namespace>, boolean) - Method in interface com.atlassian.confluence.content.render.xhtml.XmlEventReaderFactory
A factory method providing more detailed control over the XMLEventReader you require.
createXMLEventWriter(OutputStream) - Method in class com.atlassian.confluence.content.render.xhtml.DelegateXmlOutputFactory
 
createXMLEventWriter(OutputStream) - Method in interface com.atlassian.confluence.content.render.xhtml.XmlOutputFactory
 
createXMLEventWriter(OutputStream, String) - Method in class com.atlassian.confluence.content.render.xhtml.DelegateXmlOutputFactory
 
createXMLEventWriter(OutputStream, String) - Method in interface com.atlassian.confluence.content.render.xhtml.XmlOutputFactory
 
createXMLEventWriter(Writer) - Method in class com.atlassian.confluence.content.render.xhtml.ConfluenceXmlOutputFactory
 
createXMLEventWriter(Writer) - Method in class com.atlassian.confluence.content.render.xhtml.DelegateXmlOutputFactory
 
createXMLEventWriter(Writer) - Method in interface com.atlassian.confluence.content.render.xhtml.XmlOutputFactory
 
createXMLEventWriter(Result) - Method in class com.atlassian.confluence.content.render.xhtml.DelegateXmlOutputFactory
 
createXMLEventWriter(Result) - Method in interface com.atlassian.confluence.content.render.xhtml.XmlOutputFactory
 
createXmlFragmentBodyEventReader(XMLEventReader) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultXmlEventReaderFactory
 
createXmlFragmentBodyEventReader(XMLEventReader) - Method in interface com.atlassian.confluence.content.render.xhtml.XmlEventReaderFactory
 
createXmlFragmentEventReader(Reader) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultXmlEventReaderFactory
 
createXmlFragmentEventReader(Reader) - Method in interface com.atlassian.confluence.content.render.xhtml.XmlEventReaderFactory
Create a fragment event reader which excludes the start and end document events.
createXmlFragmentEventReader(XMLEventReader) - Method in class com.atlassian.confluence.content.render.xhtml.DefaultXmlEventReaderFactory
 
createXmlFragmentEventReader(XMLEventReader) - Method in interface com.atlassian.confluence.content.render.xhtml.XmlEventReaderFactory
 
createXMLStreamWriter(OutputStream) - Method in class com.atlassian.confluence.content.render.xhtml.DelegateXmlOutputFactory
 
createXMLStreamWriter(OutputStream) - Method in interface com.atlassian.confluence.content.render.xhtml.XmlOutputFactory
 
createXMLStreamWriter(OutputStream, String) - Method in class com.atlassian.confluence.content.render.xhtml.DelegateXmlOutputFactory
 
createXMLStreamWriter(OutputStream, String) - Method in interface com.atlassian.confluence.content.render.xhtml.XmlOutputFactory
 
createXMLStreamWriter(Writer) - Method in class com.atlassian.confluence.content.render.xhtml.DelegateXmlOutputFactory
 
createXMLStreamWriter(Writer) - Method in interface com.atlassian.confluence.content.render.xhtml.XmlOutputFactory
 
createXMLStreamWriter(Result) - Method in class com.atlassian.confluence.content.render.xhtml.DelegateXmlOutputFactory
 
createXMLStreamWriter(Result) - Method in interface com.atlassian.confluence.content.render.xhtml.XmlOutputFactory
 
createXsltSource(Reader) - Method in class com.atlassian.confluence.xml.XalanXslTransformer
 
CREATION - Enum constant in enum class com.atlassian.confluence.macro.params.SortType
Sort by creation time.
CREATION_DATE - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
CREATION_DATE_SORT - Static variable in class com.atlassian.confluence.util.AttachmentComparator
 
CREATION_FAILED_WRITE_PERMISSION - Enum constant in enum class com.atlassian.confluence.impl.health.checks.HomeHealthCheckFailure.Reason
 
creationDate(OffsetDateTime) - Method in class com.atlassian.confluence.api.model.content.Space.SpaceBuilder
 
creationDate(Date) - Method in class com.atlassian.confluence.license.rest.model.LicenseDetailsModel.Builder
 
creationTime - Variable in class com.atlassian.confluence.api.model.backuprestore.FileInfo
 
creationTime(String) - Method in class com.atlassian.confluence.api.model.backuprestore.FileInfo.Builder
 
creator(Person) - Method in class com.atlassian.confluence.api.model.content.Space.SpaceBuilder
 
CREATOR - Static variable in class com.atlassian.confluence.api.model.content.Space.Expansions
 
CREATOR - Static variable in class com.atlassian.confluence.search.v2.SearchFieldMappings
 
creatorQuery(UserKey) - Method in interface com.atlassian.confluence.search.v2.query.SearchQueryFactory
 
creatorQuery(UserKey) - Method in class com.atlassian.confluence.search.v2.query.SearchQueryFactoryImpl
 
creatorQuery(String) - Method in interface com.atlassian.confluence.search.v2.query.SearchQueryFactory
 
creatorQuery(String) - Method in class com.atlassian.confluence.search.v2.query.SearchQueryFactoryImpl
 
creatorQuery(List<AbstractUserQuery.Parameter>) - Method in interface com.atlassian.confluence.dmz.search.SearchQueryFactoryInternal
 
creatorQuery(List<AbstractUserQuery.Parameter>) - Method in class com.atlassian.confluence.search.v2.query.SearchQueryFactoryImpl
 
CreatorQuery - Class in com.atlassian.confluence.search.v2.query
Query for the original creator of content.
CreatorQuery(UserKey) - Constructor for class com.atlassian.confluence.search.v2.query.CreatorQuery
 
CreatorQuery(String) - Constructor for class com.atlassian.confluence.search.v2.query.CreatorQuery
 
CreatorQuery(List<AbstractUserQuery.Parameter>) - Constructor for class com.atlassian.confluence.search.v2.query.CreatorQuery
Create a query that matches content that has been created by any of the users described by the provided list of parameters.
Credentials - Class in com.atlassian.confluence.api.model.people
A model object to represent credentials (Password)
Credentials() - Constructor for class com.atlassian.confluence.api.model.people.Credentials
 
Credentials(String) - Constructor for class com.atlassian.confluence.api.model.people.Credentials
 
Credentials.CredentialsBuilder - Class in com.atlassian.confluence.api.model.people
 
CredentialsBuilder() - Constructor for class com.atlassian.confluence.api.model.people.Credentials.CredentialsBuilder
 
CriteriaParameters(String, String, String, ContentTypeEnum, DateRangeEnum, String, String) - Constructor for class com.atlassian.confluence.impl.search.actions.SearchSiteAction.CriteriaParameters
Deprecated.
 
CronExpressionHelpDocDataProvider - Class in com.atlassian.confluence.plugins.schedule.admin.data
 
CronExpressionHelpDocDataProvider(HelpPathResolver) - Constructor for class com.atlassian.confluence.plugins.schedule.admin.data.CronExpressionHelpDocDataProvider
 
CronExpressionValidator - Class in com.atlassian.confluence.plugins.schedule.admin.support
Validates a cron expression, and returns the future executions.
CronExpressionValidator(SchedulerServiceConfiguration) - Constructor for class com.atlassian.confluence.plugins.schedule.admin.support.CronExpressionValidator
 
CROSS - Enum constant in enum class com.atlassian.confluence.content.render.xhtml.model.inline.Emoticon
 
CROWD - Static variable in class com.atlassian.confluence.event.events.security.LoginEvent
The user was authenticated via a remote crowd server.
CROWD_GROUP_ATTRIBUTES_BY_NAME - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
CROWD_GROUPS_BY_NAME - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
CROWD_USER_ATTRIBUTES_BY_NAME - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
CROWD_USERS_BY_EMAIL - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
CROWD_USERS_BY_NAME - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
crowdDirectoryEntityHelper - Variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.GroupMembershipsEventCommand
 
CrowdDirectoryEntityHelper - Class in com.atlassian.confluence.impl.user.crowd
Utility class for managing users in Crowd directories.
CrowdDirectoryEntityHelper(CrowdDirectoryService, DirectoryManager, ApplicationService, ApplicationDAO) - Constructor for class com.atlassian.confluence.impl.user.crowd.CrowdDirectoryEntityHelper
Constructs a new CrowdDirectoryEntityHelper with the given Crowd services.
crowdDirectoryService - Variable in class com.atlassian.confluence.user.actions.SearchUsersAction
 
CrowdDisabledUserManager - Class in com.atlassian.confluence.user.crowd
Implementation of DisabledUserManager which uses the Embedded Crowd service.
CrowdDisabledUserManager(CrowdService) - Constructor for class com.atlassian.confluence.user.crowd.CrowdDisabledUserManager
 
CrowdInstanceFactoryContextConfig - Class in com.atlassian.confluence.impl.crowd.directory
Defines the Crowd InstanceFactory bean and all of the prototype-scope bean definitions that it delegates to.
CrowdInstanceFactoryContextConfig() - Constructor for class com.atlassian.confluence.impl.crowd.directory.CrowdInstanceFactoryContextConfig
 
CrowdIntegrationTestHelper - Class in com.atlassian.integrationtest.confluence.user.persistence.dao.hibernate
 
CrowdIntegrationTestHelper() - Constructor for class com.atlassian.integrationtest.confluence.user.persistence.dao.hibernate.CrowdIntegrationTestHelper
 
CrowdLifecycle - Class in com.atlassian.confluence.impl.user.crowd
 
CrowdLifecycle(EventPublisher) - Constructor for class com.atlassian.confluence.impl.user.crowd.CrowdLifecycle
 
crowdService - Variable in class com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdGroupManager
Deprecated.
 
CrowdUserCache - Class in com.atlassian.confluence.impl.user.crowd
Represents a cache of TimestampedUsers.
CrowdUserCache(Cache<CachedCrowdEntityCacheKey, Option<TimestampedUser>>) - Constructor for class com.atlassian.confluence.impl.user.crowd.CrowdUserCache
 
CrowdUserCache.BulkLoader - Interface in com.atlassian.confluence.impl.user.crowd
 
CrowdUserConversionHelper - Class in com.atlassian.confluence.user.crowd
 
CrowdUserConversionHelper(CrowdService) - Constructor for class com.atlassian.confluence.user.crowd.CrowdUserConversionHelper
 
crowdUserCount(int) - Method in class com.atlassian.confluence.impl.content.render.prefetch.event.UserPrefetchEvent.Builder
 
crowdUserCreatedCommand(UserGroupCommandSupport, PersonFactory, SpaceFilteringService) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandsConfiguration
 
CrowdUserCreatedCommand - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands
A Command which handles UserCreatedEvent
CrowdUserCreatedCommand(UserGroupCommandSupport, PersonFactory, SpaceFilteringService) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.CrowdUserCreatedCommand
 
crowdUserDeleteCommand(UserGroupCommandSupport, CrowdUserDirectoryHelper, CrowdDirectoryEntityHelper, UserAccessor, MembershipDao, SpaceFilteringService) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandsConfiguration
 
crowdUserDirectoryHelper - Variable in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands.GroupMembershipsEventCommand
 
CrowdUserDirectoryHelper - Interface in com.atlassian.confluence.user.crowd
Helper class for accessing information about Crowd user directories
CrowdUserDirectoryImplementation - Enum Class in com.atlassian.confluence.user.crowd
Enumeration of possible Crowd user directory implementation classes for analytics
Crumb(String, String) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.resources.BreadcrumbResource.Crumb
 
CryptographicKeyType - Class in com.atlassian.confluence.security.persistence.dao.hibernate
A user type used to map a cyptographic key to a set of database fields.
CryptographicKeyType() - Constructor for class com.atlassian.confluence.security.persistence.dao.hibernate.CryptographicKeyType
 
css(String, ResourceDescriptor) - Static method in class com.atlassian.confluence.themes.PluginThemeResource
Creates a theme resource for a stylesheet in a dynamic plugin.
CSS - Enum constant in enum class com.atlassian.confluence.content.datasource.ResourceModuleDescriptor.Filters
content-type equals text/css
CSS - Enum constant in enum class com.atlassian.confluence.core.PluginDataSourceFactory.FilterByType
Deprecated.
content-type equals text/css
CSS - Enum constant in enum class com.atlassian.confluence.pages.Attachment.Type
 
CSS - Enum constant in enum class com.atlassian.confluence.themes.ThemeResource.Type
 
CSS - Static variable in class com.atlassian.confluence.api.model.content.webresource.ResourceType
 
CSS - Static variable in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.
 
CSS_CLASS_PREFIX - Static variable in class com.atlassian.confluence.util.actions.ContentTypesDisplayMapper
 
CSS_RESOURCE_COUNTER - Static variable in interface com.atlassian.confluence.setup.bandana.ConfluenceBandanaKeys
 
cssClass - Variable in class com.atlassian.confluence.util.breadcrumbs.AbstractBreadcrumb
 
CssColourValidator - Class in com.atlassian.confluence.util.misc
The following are valid values for a CSS colour declaration:
CssColourValidator() - Constructor for class com.atlassian.confluence.util.misc.CssColourValidator
 
cssResourceCounterManager(PluginSettingsFactory) - Method in class com.atlassian.confluence.impl.spring.ConfluenceWebresourceManagerWiring
 
CssResourceCounterManager - Interface in com.atlassian.confluence.plugin.webresource
 
CssServlet - Class in com.atlassian.confluence.servlet
 
CssServlet() - Constructor for class com.atlassian.confluence.servlet.CssServlet
 
CssSubstitutionTransformer - Class in com.atlassian.confluence.plugin.webresource
A resource transform that substitutes variables in css files.
CssSubstitutionTransformer() - Constructor for class com.atlassian.confluence.plugin.webresource.CssSubstitutionTransformer
 
CssSubstitutionTransformer.VariableMap - Class in com.atlassian.confluence.plugin.webresource
 
CUMULATIVE_CONTRIBUTOR - Static variable in class com.atlassian.confluence.api.model.relations.CumulativeContributorRelationDescriptor
 
CumulativeContributorRelationDescriptor - Class in com.atlassian.confluence.api.model.relations
The descriptor of relations capturing both direct and indirect contributors of a content.
CumulativeContributorRelationDescriptor() - Constructor for class com.atlassian.confluence.api.model.relations.CumulativeContributorRelationDescriptor
 
CURRENT - Enum constant in enum class com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.SimpleContent.ContentStatus
 
CURRENT - Enum constant in enum class com.atlassian.confluence.spaces.SpaceStatus
 
CURRENT - Static variable in class com.atlassian.confluence.api.model.content.ContentStatus
The default state of content ready to be viewed and edited.
CURRENT - Static variable in class com.atlassian.confluence.api.model.content.SpaceStatus
 
CURRENT - Static variable in class com.atlassian.confluence.api.model.people.UserStatus
 
CURRENT - Static variable in class com.atlassian.confluence.core.ContentEntityObject
 
CURRENT - Static variable in class com.atlassian.confluence.search.v2.query.ContentStatusQuery
 
CURRENT_PAGE_INCLUDED_PROPERTY_KEY - Static variable in class com.atlassian.confluence.macro.count.MacroCreateCustomMetricsKeys
 
CURRENT_STATUS - Static variable in class com.atlassian.confluence.core.ContributionStatus
 
CURRENT_USER_SUBPATH - Static variable in interface com.atlassian.confluence.api.nav.Navigation.UserNav
 
currentBaseUrl() - Method in class com.atlassian.confluence.api.impl.service.audit.ConfluenceBaseUrlProvider
 
currentContent(int) - Method in class com.atlassian.confluence.status.service.systeminfo.UsageInfo.Builder
 
currentCycle - Variable in class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus.SoftCleanupJobStatusBuilder
 
currentCycle(RemovalSummary) - Method in class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus.SoftCleanupJobStatusBuilder
 
currentDataSize(Long) - Method in class com.atlassian.confluence.plugins.restapi.experimental.resources.SynchronyDataEvictionResource
 
currentEntityClass() - Method in record class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.TableFieldHavingForeignKey
Returns the value of the currentEntityClass record component.
currentExpireAfterAccessMillis() - Method in class com.atlassian.confluence.cache.ConfluenceManagedCache
 
currentExpireAfterAccessMillis() - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
 
currentExpireAfterAccessMillis() - Method in class com.atlassian.confluence.cache.DefaultConfluenceCache
 
currentExpireAfterAccessMillis() - Method in class com.atlassian.confluence.impl.cache.hibernate.ManagedNutclusterHibernateRegionCache
 
currentExpireAfterWriteMillis() - Method in class com.atlassian.confluence.cache.ConfluenceManagedCache
 
currentExpireAfterWriteMillis() - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
 
currentExpireAfterWriteMillis() - Method in class com.atlassian.confluence.cache.DefaultConfluenceCache
 
currentExpireAfterWriteMillis() - Method in class com.atlassian.confluence.impl.cache.hibernate.ManagedNutclusterHibernateRegionCache
 
currentIpAddress() - Method in class com.atlassian.confluence.api.impl.service.audit.ConfluenceAuditIpAddressProvider
 
CURRENTLY_INSTALLING_DATABASE - Enum constant in enum class com.atlassian.confluence.setup.SetupLocks.Lock
 
CURRENTLY_POPULATING_DATA - Enum constant in enum class com.atlassian.confluence.setup.SetupLocks.Lock
 
currentMaxEntries() - Method in class com.atlassian.confluence.cache.ConfluenceManagedCache
 
currentMaxEntries() - Method in class com.atlassian.confluence.cache.ConfluenceMonitoringCache
 
currentMaxEntries() - Method in class com.atlassian.confluence.cache.DefaultConfluenceCache
 
currentMaxEntries() - Method in class com.atlassian.confluence.impl.cache.hibernate.ManagedNutclusterHibernateRegionCache
 
currentMethod() - Method in class com.atlassian.confluence.api.impl.service.audit.ConfluenceAuditMethodProvider
 
currentModeDuration(TimeUnit) - Method in class com.atlassian.confluence.plugins.synchrony.service.CollaborativeEditingModeDuration
 
currentNodeId() - Method in class com.atlassian.confluence.api.impl.service.audit.ConfluenceAuditClusterNodeProvider
 
currentScope() - Static method in class com.atlassian.confluence.cluster.ReIndexingScopeThreadLocal
 
currentSession() - Method in class com.atlassian.confluence.impl.hibernate.ConfluenceSessionContext
 
currentSession() - Method in class com.atlassian.hibernate.ConfluenceBackupSessionContext
Deprecated.
 
currentSpaceKey(String) - Method in class com.atlassian.confluence.labels.LabelUrlBuilder
 
currentSynchronyDatasetSize(Long) - Method in interface com.atlassian.confluence.api.service.eviction.SynchronyDataService
If the parameter is not null, returns size of Synchrony history for that entity.
currentSynchronyDatasetSize(Long) - Method in class com.atlassian.confluence.pages.collab.impl.DefaultSynchronyDataService
 
currentSynchronyDatasetSize(Long) - Method in class com.atlassian.confluence.pages.collab.PermissionCheckingSynchronyDataService
If the parameter is not null, returns size of Synchrony history for that entity.
CurrentTimeFacade - Class in com.atlassian.confluence.jmx
Allows unit tests for system time dependant functions.
CurrentTimeFacade() - Constructor for class com.atlassian.confluence.jmx.CurrentTimeFacade
 
currentUser() - Method in class com.atlassian.confluence.api.impl.service.audit.ConfluenceAuditUserProvider
 
currentUser(User) - Method in class com.atlassian.confluence.labels.LabelUrlBuilder
 
currentUserCanEdit(AbstractPage) - Method in class com.atlassian.confluence.servlet.simpledisplay.AbstractPathConverter
 
currentUserHasLicensedAccess() - Method in class com.atlassian.confluence.plugins.labels.actions.AbstractUserProfileAction
 
currentUserHasLicensedAccess() - Method in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
 
currentUserIsFollowing() - Method in class com.atlassian.confluence.plugins.like.graphql.LikeEntity
 
currentUserLikes() - Method in class com.atlassian.confluence.plugins.like.graphql.LikesProvider.LikesResponse
 
currentVersion - Enum constant in enum class com.atlassian.confluence.core.VersionChildOwnerPolicy
When this policy is used, the children will always belong to the last version of the parent that created it (this is the default Confluence behaviour)
cursor() - Method in record class com.atlassian.confluence.plugins.restapi.rvsync.resources.model.IncrementalSyncCursorModel
Returns the value of the cursor record component.
Cursor - Interface in com.atlassian.confluence.api.model.pagination
An interface which could be used to generate cursor for the next/previous pagination request
CURSOR - Static variable in class com.atlassian.confluence.plugins.restapi.resources.util.RestConstants
 
CURSOR - Static variable in class com.atlassian.confluence.plugins.restapi.rvsync.resources.AbstractIncrementalSyncResource
 
CURSOR_QPARAM - Static variable in class com.atlassian.confluence.rest.v2.api.model.RestPageRequest
 
CursorFactory - Class in com.atlassian.confluence.api.service.pagination
Factory to create cursor entities
CursorType - Enum Class in com.atlassian.confluence.api.model.pagination
Type of the cursor
custom(String) - Static method in class com.atlassian.confluence.search.v2.Index
 
CUSTOM - Enum constant in enum class com.atlassian.confluence.internal.relations.RelatableEntityTypeEnum
 
CUSTOM - Enum constant in enum class com.atlassian.confluence.search.service.ContentTypeEnum
 
CUSTOM - Enum constant in enum class com.atlassian.confluence.search.v2.Index.Type
 
CUSTOM - Enum constant in enum class com.atlassian.confluence.search.v2.lucene.SearchIndex
Deprecated.
Use this index if accessing a custom index
CUSTOM - Static variable in class com.atlassian.confluence.search.contentnames.Category
A category for custom content.
CUSTOM - Static variable in class com.atlassian.confluence.setup.settings.beans.ColourSchemesSettings
 
CUSTOM - Static variable in class com.atlassian.confluence.spaces.SpaceLogo
 
CUSTOM_CONTENT_CREATED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentJournalEntryTypes
 
CUSTOM_CONTENT_DELETED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentJournalEntryTypes
 
CUSTOM_CONTENT_MOVED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentJournalEntryTypes
 
CUSTOM_CONTENT_PERMISSIONS_UPDATED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentJournalEntryTypes
 
CUSTOM_CONTENT_RESTORED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentJournalEntryTypes
 
CUSTOM_CONTENT_TRASHED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentJournalEntryTypes
 
CUSTOM_CONTENT_UPDATED_ENTRY - Enum constant in enum class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.ContentJournalEntryTypes
 
CUSTOM_CSS - Static variable in interface com.atlassian.confluence.setup.bandana.ConfluenceBandanaKeys
 
CUSTOM_JAPANESE - Enum constant in enum class com.atlassian.confluence.search.SearchLanguage
 
CUSTOM_JAPANESE - Static variable in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
since 6.9.0
customAction() - Method in class com.atlassian.confluence.httpmethod.AllowAllAnnotationAction
 
customAction() - Method in class com.atlassian.confluence.httpmethod.NoRequireAnnotationAction
 
customAction() - Method in class com.atlassian.confluence.httpmethod.RequireGetMethodAction
 
customAction() - Method in class com.atlassian.confluence.httpmethod.RequirePostMethodAction
 
customCharacterFilters() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.DelegatingLanguageAnalyzerProvider
 
customCharacterFilters() - Method in interface com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.LanguageAnalyzerProvider
Get a list of character filters required by this provider
customCharacterFilters() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.PersianAnalyzerProvider
 
CustomClobType - Class in com.atlassian.confluence.core.persistence.hibernate
 
CustomClobType() - Constructor for class com.atlassian.confluence.core.persistence.hibernate.CustomClobType
 
CustomContentAccessor - Class in com.atlassian.confluence.core
Test code to reach into CEO and pull out useful properties.
CustomContentAccessor() - Constructor for class com.atlassian.confluence.core.CustomContentAccessor
 
CustomContentApiSupportParams - Interface in com.atlassian.confluence.content.apisupport
Bean to provide the parameters for the CustomContentApiSupport class this allows us to continue using the constructor injection on the CustomContentTypeApiSupport SPI.
CustomContentApiSupportParamsImpl - Class in com.atlassian.confluence.content.apisupport
 
CustomContentApiSupportParamsImpl(ApiSupportProvider, CustomContentManager, ContentCreator, ContentEntityManager, ModelFactory<ContentEntityObject, Content>) - Constructor for class com.atlassian.confluence.content.apisupport.CustomContentApiSupportParamsImpl
 
CustomContentBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
 
CustomContentBreadcrumb(CustomContentEntityObject) - Constructor for class com.atlassian.confluence.util.breadcrumbs.CustomContentBreadcrumb
 
customContentCommand(ContentCommandSupport, ContentService) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandsConfiguration
 
CustomContentCommand - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands
Command to handle processing of custom content journal entries.
CustomContentCommand(ContentCommandSupport, ContentService) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.CustomContentCommand
 
CustomContentCursor - Class in com.atlassian.confluence.api.model.pagination
A cursor implementation for custom content types (e.g., "calendar", "question").
CustomContentDao - Interface in com.atlassian.confluence.content.persistence
 
CustomContentEntityBuilder - Class in com.atlassian.confluence.plugins.rest.jackson2.entities.builders
 
CustomContentEntityBuilder(GlobalSettingsManager, DateEntityFactory, UserEntityHelper, ContentTypeManager) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.builders.CustomContentEntityBuilder
 
CustomContentEntityObject - Class in com.atlassian.confluence.content
Generic ContentEntityObject that plugins can use to extend Confluence's content system.
CustomContentEntityObject() - Constructor for class com.atlassian.confluence.content.CustomContentEntityObject
Protected.
CustomContentEntityObjectForTestingFactory - Class in com.atlassian.confluence.content
Allows tests to create CustomContentEntityObjects for testing purposes.
CustomContentEntityObjectForTestingFactory() - Constructor for class com.atlassian.confluence.content.CustomContentEntityObjectForTestingFactory
 
customContentEventService(CustomContentProviderRegistry, ContentCommandSupport, SubscriptionJournalStateStore, SpaceFilteringService, ContentService) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.IncrementalSyncServiceConfiguration
 
CustomContentEventService - Interface in com.atlassian.confluence.internal.api.service.incrementalsync
Service interface that provides a facade for plugins to record custom content events for incremental sync.
CustomContentFetcher - Class in com.atlassian.confluence.api.impl.service.content.finder
Fetcher for custom content types provided by plugins.
CustomContentFetcher(ContentFinderImpl, PaginationService, ContentFactory, SpaceManager, CustomContentManager, CustomContentProviderRegistry) - Constructor for class com.atlassian.confluence.api.impl.service.content.finder.CustomContentFetcher
 
CustomContentJournalMessage - Class in com.atlassian.confluence.internal.api.impl.service.incrementalsync.customcontentmanagement.journalmessage
 
CustomContentJournalMessage(long, long, ContentType) - Constructor for class com.atlassian.confluence.internal.api.impl.service.incrementalsync.customcontentmanagement.journalmessage.CustomContentJournalMessage
 
CustomContentManager - Interface in com.atlassian.confluence.content
 
CustomContentManager.SortField - Enum Class in com.atlassian.confluence.content
 
CustomContentManager.SortOrder - Enum Class in com.atlassian.confluence.content
 
CustomContentProvider - Interface in com.atlassian.confluence.plugin
Allows plugins to provide comprehensive support for their custom content types.
CustomContentProviderModuleDescriptor - Class in com.atlassian.confluence.dmz.plugin
Module descriptor for custom content providers.
CustomContentProviderModuleDescriptor(ModuleFactory, CustomContentProviderRegistry) - Constructor for class com.atlassian.confluence.dmz.plugin.CustomContentProviderModuleDescriptor
 
CustomContentProviderRegistry - Interface in com.atlassian.confluence.plugin
Central registry for custom content providers.
CustomContentSearchExtractor - Class in com.atlassian.confluence.impl.search.v2.extractor
Extracts some base "all content needs this" fields from the CustomContentEntityObject.
CustomContentSearchExtractor() - Constructor for class com.atlassian.confluence.impl.search.v2.extractor.CustomContentSearchExtractor
 
CustomContentService - Interface in com.atlassian.confluence.api.service.content
 
CustomContentServiceImpl - Class in com.atlassian.confluence.api.impl.service.content
 
CustomContentServiceImpl(CustomContentManager, ContentEntityManagerInternal, ContentFactory, CustomContentProviderRegistry) - Constructor for class com.atlassian.confluence.api.impl.service.content.CustomContentServiceImpl
 
CustomContentSpaceRemovalListener - Class in com.atlassian.confluence.content
 
CustomContentSpaceRemovalListener(CustomContentManager, I18NBeanFactory) - Constructor for class com.atlassian.confluence.content.CustomContentSpaceRemovalListener
 
CustomContentType - Interface in com.atlassian.confluence.content.custom
Implementors should extend BaseCustomContentType support.
CustomContentTypeApiSupport - Class in com.atlassian.confluence.content.apisupport
 
CustomContentTypeApiSupport(CustomContentApiSupportParams) - Constructor for class com.atlassian.confluence.content.apisupport.CustomContentTypeApiSupport
 
CustomContentTypeQuery - Class in com.atlassian.confluence.search.v2.query
This V2 query is used for filtering custom contents based on their types.
CustomContentTypeQuery(String...) - Constructor for class com.atlassian.confluence.search.v2.query.CustomContentTypeQuery
Search for a particular type of content
CustomContentTypeQuery(Collection<String>) - Constructor for class com.atlassian.confluence.search.v2.query.CustomContentTypeQuery
Search for content that is one of the provided types
CustomContentTypeQueryFactory<T> - Class in com.atlassian.confluence.internal.search.v2
 
CustomContentTypeQueryFactory(Set<String>, Supplier<BooleanQueryBuilder<T>>, Supplier<BiFunction<String, String, T>>) - Constructor for class com.atlassian.confluence.internal.search.v2.CustomContentTypeQueryFactory
 
CustomContentTypeWrapper - Class in com.atlassian.confluence.content.custom
A wrapper class to promote ContentTypes to CustomContentTypes
CustomContentTypeWrapper(ContentType, ContentType, ApiSupportProvider) - Constructor for class com.atlassian.confluence.content.custom.CustomContentTypeWrapper
 
CustomDarkLogoResetEvent - Class in com.atlassian.confluence.event.events.admin
This event is fired when an admin resets a custom dark logo to the default.
CustomDarkLogoResetEvent(Object) - Constructor for class com.atlassian.confluence.event.events.admin.CustomDarkLogoResetEvent
 
CustomDarkLogoUploadEvent - Class in com.atlassian.confluence.event.events.admin
This event is fired when an admin uploads a custom dark logo to the instance.
CustomDarkLogoUploadEvent(Object) - Constructor for class com.atlassian.confluence.event.events.admin.CustomDarkLogoUploadEvent
 
CustomFlexibleQueryParser - Class in com.atlassian.confluence.internal.search.v2.lucene
 
CustomFlexibleQueryParser(Analyzer, Analyzer) - Constructor for class com.atlassian.confluence.internal.search.v2.lucene.CustomFlexibleQueryParser
 
CustomFlexibleQueryParser.CustomQueryConfigHandler - Class in com.atlassian.confluence.internal.search.v2.lucene
 
customGetPageUrl(AbstractPage) - Static method in class com.atlassian.confluence.util.VelocityUtil
Need a special case of generalutils getpageurl that appends ? or ampersand smartly this is used to prefix url parameters that are appended after this path like: showcomments=true#addcomment
CustomHtmlAction - Class in com.atlassian.confluence.admin.actions.lookandfeel
 
CustomHtmlAction() - Constructor for class com.atlassian.confluence.admin.actions.lookandfeel.CustomHtmlAction
 
CustomHtmlEditorPlaceholder - Interface in com.atlassian.confluence.macro
An interface implemented by a Macro that wishes to provide its own HTML placeholder to the Confluence Editor.
CustomHtmlEditorPlaceholder.PlaceholderGenerationException - Exception Class in com.atlassian.confluence.macro
An exception thrown if there is a problem in generating the custom placeholder.
CustomHtmlSettings - Class in com.atlassian.confluence.setup.settings
 
CustomHtmlSettings() - Constructor for class com.atlassian.confluence.setup.settings.CustomHtmlSettings
 
CustomHtmlSettings(CustomHtmlSettings) - Constructor for class com.atlassian.confluence.setup.settings.CustomHtmlSettings
 
CustomHtmlSettings(String, String, String) - Constructor for class com.atlassian.confluence.setup.settings.CustomHtmlSettings
 
CustomImageEditorMacroMarshaller - Class in com.atlassian.confluence.content.render.xhtml.editor.macro
Marshal a Macro that implements the EditorImagePlaceholder interface and therefore displays a custom image in the editor
CustomImageEditorMacroMarshaller(CommonMacroAttributeWriter, ContextPathHolder, PlaceholderUrlFactory, XMLOutputFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.macro.CustomImageEditorMacroMarshaller
 
customizeBeanFactory(DefaultListableBeanFactory) - Method in class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
Deprecated.
 
CustomJapaneseAnalyzerProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language
 
CustomJapaneseAnalyzerProvider(OpenSearchConfig) - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.CustomJapaneseAnalyzerProvider
 
CustomLayoutManager - Interface in com.atlassian.confluence.themes
Manager for layouts -- theme-like Velocity templates that can be edited from within the Confluence administrative UI.
CustomLightLogoResetEvent - Class in com.atlassian.confluence.event.events.admin
This event is fired when an admin resets a custom light logo to the default.
CustomLightLogoResetEvent(Object) - Constructor for class com.atlassian.confluence.event.events.admin.CustomLightLogoResetEvent
 
CustomLightLogoUndoColourSchemeEvent - Class in com.atlassian.confluence.event.events.admin
This event is fired when an admin clicks "undo" to reset the colour scheme that was set upon uploading a light theme logo.
CustomLightLogoUndoColourSchemeEvent(Object) - Constructor for class com.atlassian.confluence.event.events.admin.CustomLightLogoUndoColourSchemeEvent
 
CustomLightLogoUploadEvent - Class in com.atlassian.confluence.event.events.admin
This event is fired when an admin uploads a custom light logo to the instance.
CustomLightLogoUploadEvent(Object) - Constructor for class com.atlassian.confluence.event.events.admin.CustomLightLogoUploadEvent
 
customLogoAttachment() - Method in class com.atlassian.confluence.plugins.lookandfeel.AttachmentSiteLogoManager
 
CustomLuceneConnectionFactory - Interface in com.atlassian.confluence.internal.index.lucene
Factory class for creating a Lucene connection to the custom index
CustomLuceneConnectionFactoryImpl - Class in com.atlassian.confluence.internal.index.lucene
CustomLuceneConnectionFactoryImpl(ConfluenceDirectories, LuceneAnalyzerMapper, SearchLanguageProvider) - Constructor for class com.atlassian.confluence.internal.index.lucene.CustomLuceneConnectionFactoryImpl
 
CustomMacroModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
A plugin macro in Confluence with metadata and notation guide help.
CustomMacroModuleDescriptor(ModuleFactory, MacroMetadataParser) - Constructor for class com.atlassian.confluence.plugin.descriptor.CustomMacroModuleDescriptor
 
CustomPageContentAction - Class in com.atlassian.confluence.admin.actions.lookandfeel
 
CustomPageContentAction - Class in com.atlassian.confluence.spaces.actions
 
CustomPageContentAction() - Constructor for class com.atlassian.confluence.admin.actions.lookandfeel.CustomPageContentAction
 
CustomPageContentAction() - Constructor for class com.atlassian.confluence.spaces.actions.CustomPageContentAction
 
CustomPageSettings - Class in com.atlassian.confluence.core
 
CustomPageSettings(String, String, String) - Constructor for class com.atlassian.confluence.core.CustomPageSettings
 
CustomPageSettingsManager - Interface in com.atlassian.confluence.core
The CustomPageSettingsManager is used to retrieve and store custom page settings.
CustomPlaceholderEditorMarshaller - Class in com.atlassian.confluence.content.render.xhtml.editor.macro
Marshal a macro that provides its own HTML representation for the editor.
CustomPlaceholderEditorMarshaller(CommonMacroAttributeWriter, PlaceholderUrlFactory, XMLOutputFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.editor.macro.CustomPlaceholderEditorMarshaller
 
CustomResourceLoader - Class in com.atlassian.confluence.setup.velocity
CustomResourceLoader extends the ClasspathResourceLoader to provide custom resource loading functionality.
CustomResourceLoader() - Constructor for class com.atlassian.confluence.setup.velocity.CustomResourceLoader
 
customSearchIndexRegistry() - Method in class com.atlassian.confluence.spring.index.OpenSearchSubsystemConfig
 
CustomSearchIndexRegistry - Interface in com.atlassian.confluence.search.v2
This interface is available to plugins and allows 3rd-party vendors to add their own custom indexes
CustomSerializerModuleFactory - Class in com.atlassian.confluence.rest.serialization.jackson2
Provides custom jackson serializers for our model.
CustomStylesheetAction - Class in com.atlassian.confluence.core.actions
This action will retrieve the customer stylesheet for a space or if not applicable the global style.
CustomStylesheetAction() - Constructor for class com.atlassian.confluence.core.actions.CustomStylesheetAction
 
customTokenFilters() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.ArabicAnalyzerProvider
 
customTokenFilters() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.BrazilianAnalyzerProvider
 
customTokenFilters() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.CzechAnalyzerProvider
 
customTokenFilters() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.DanishAnalyzerProvider
 
customTokenFilters() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.DelegatingLanguageAnalyzerProvider
 
customTokenFilters() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.DutchAnalyzerProvider
 
customTokenFilters() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.EnglishAnalyzerProvider
 
customTokenFilters() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.FinnishAnalyzerProvider
 
customTokenFilters() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.FrenchAnalyzerProvider
 
customTokenFilters() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.GermanAnalyzerProvider
 
customTokenFilters() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.GreekAnalyzerProvider
 
customTokenFilters() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.HungarianAnalyzerProvider
 
customTokenFilters() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.ItalianAnalyzerProvider
 
customTokenFilters() - Method in interface com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.LanguageAnalyzerProvider
Get a list of token filters required by this provider
customTokenFilters() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.NorwegianAnalyzerProvider
 
customTokenFilters() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.PersianAnalyzerProvider
 
customTokenFilters() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.RomanianAnalyzerProvider
 
customTokenFilters() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.RussianAnalyzerProvider
 
customTokenFilters() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.SpanishAnalyzerProvider
 
customTokenFilters() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.SwedishAnalyzerProvider
 
customTokenizers() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.CustomJapaneseAnalyzerProvider
 
customTokenizers() - Method in class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.DelegatingLanguageAnalyzerProvider
 
customTokenizers() - Method in interface com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.LanguageAnalyzerProvider
Gets the tokenizer if required by this provider
CustomValueInstantiators - Class in com.atlassian.confluence.rest.serialization.jackson2
Provides ValueInstantiator overrides, such as the one used for ApiEnum.
CustomValueInstantiators() - Constructor for class com.atlassian.confluence.rest.serialization.jackson2.CustomValueInstantiators
 
cutAllContentEntityInfos(Collection<ExportableEntityInfo>) - Static method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ExporterCreatorHelper
 
cutAllUserMappingEntityInfos(Collection<ExportableEntityInfo>) - Static method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ExporterCreatorHelper
 
cutPageTemplateEntityInfo(Collection<ExportableEntityInfo>) - Static method in class com.atlassian.confluence.impl.backuprestore.backup.exporters.ExporterCreatorHelper
 
cyclesCompleted - Variable in class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus.SoftCleanupJobStatusBuilder
 
cyclesCompleted(int) - Method in class com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus.SoftCleanupJobStatusBuilder
 
CZECH - Enum constant in enum class com.atlassian.confluence.search.SearchLanguage
 
CZECH - Static variable in class com.atlassian.confluence.setup.settings.Settings
Deprecated.
since 6.9.0
CzechAnalyzerProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language
Czech language analyzer provider
CzechAnalyzerProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.CzechAnalyzerProvider
 

D

DAILY_BACKUP_DIRECTORY - Static variable in class com.atlassian.confluence.setup.settings.Settings
 
DailyReportJob - Class in com.atlassian.confluence.mail.jobs
 
DailyReportJob(DailyReportManager) - Constructor for class com.atlassian.confluence.mail.jobs.DailyReportJob
 
DailyReportManager - Interface in com.atlassian.confluence.mail.jobs
 
DaisyHtmlDiffer - Class in com.atlassian.confluence.diff
Daisy HTML diff implementation.
DANGLING - Enum constant in enum class com.atlassian.confluence.pages.CommentStatus.Value
 
DANISH - Enum constant in enum class com.atlassian.confluence.search.SearchLanguage
 
DanishAnalyzerProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language
Danish language analyzer provider
DanishAnalyzerProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.analyzer.language.DanishAnalyzerProvider
 
DARK_FEATURE_CONFLUENCE_READABLE_URL - Static variable in class com.atlassian.confluence.pages.actions.ViewPageAction
 
DARK_FEATURE_SITE_KEY_FOR_DISABLE_MONITORING - Static variable in class com.atlassian.confluence.impl.profiling.DefaultConfluenceMonitoringController
The Dark Feature Site key for disabling monitoring.
DARK_FEATURE_SITE_KEY_FOR_ENABLE_CPU_TIMING - Static variable in class com.atlassian.confluence.impl.profiling.DefaultConfluenceMonitoringController
The Dark Feature Site key for enabling CPU timing.
DARK_FEATURE_SITE_KEY_FOR_ENABLE_HIBERNATE_MONITORING - Static variable in class com.atlassian.confluence.impl.profiling.DefaultConfluenceMonitoringController
The Dark Feature Site key for enabling hibernate monitoring.
DARK_THEME_KEYS - Static variable in interface com.atlassian.confluence.themes.ColourScheme
 
darken(Color, double) - Static method in class com.atlassian.confluence.util.ColourUtils
Returns a color darker than the given color
darken(String, double) - Static method in class com.atlassian.confluence.util.ColourUtils
Returns a color darker than the given color
DARKFEATUE_CONFLUENCE_PAGE_READTIME - Static variable in class com.atlassian.confluence.pages.actions.ViewPageAction
 
DarkFeatureEnabledCondition - Class in com.atlassian.confluence.user
 
DarkFeatureEnabledCondition() - Constructor for class com.atlassian.confluence.user.DarkFeatureEnabledCondition
 
DarkFeatureEnabledSupplier - Class in com.atlassian.confluence.setup.settings
BooleanSupplier that returns true when the dark feature key is enabled.
DarkFeatureEnabledSupplier(DarkFeaturesManager, String) - Constructor for class com.atlassian.confluence.setup.settings.DarkFeatureEnabledSupplier
 
DarkFeatureEnabledUrlReadingCondition - Class in com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions
Loads a web resource based on a dark feature being enabled
DarkFeatureEnabledUrlReadingCondition(DarkFeaturesManager) - Constructor for class com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.DarkFeatureEnabledUrlReadingCondition
 
DarkFeatureFunction - Class in com.atlassian.confluence.plugins.soy
Soy function to check whether a specific dark feature is enabled.
DarkFeatureFunction() - Constructor for class com.atlassian.confluence.plugins.soy.DarkFeatureFunction
 
darkFeatureManager - Variable in class com.atlassian.confluence.servlet.simpledisplay.AbstractPathConverter
 
DarkFeatures - Class in com.atlassian.confluence.setup.settings
Represents the current state of the dark features for a particular user.
DarkFeatures(Set<String>, Set<String>) - Constructor for class com.atlassian.confluence.setup.settings.DarkFeatures
 
DarkFeatureSiteResource - Class in com.atlassian.confluence.darkfeatures.rest
A REST resource that will enable, disable and report the status of a site/system wide dark feature in Confluence
DarkFeatureSiteResource(DarkFeaturesManager) - Constructor for class com.atlassian.confluence.darkfeatures.rest.DarkFeatureSiteResource
 
DarkFeaturesManager - Interface in com.atlassian.confluence.setup.settings
Creates DarkFeatures instances from the PropertySet associated with the ThreadLocal user.
DarkFeatureUserResource - Class in com.atlassian.confluence.darkfeatures.rest
A REST resource that will enable, disable and report the status of a dark feature for the currently authenticated user
DarkFeatureUserResource(DarkFeaturesManager) - Constructor for class com.atlassian.confluence.darkfeatures.rest.DarkFeatureUserResource
 
DASHBOARD - Static variable in interface com.atlassian.confluence.user.actions.MyProfileConstants.Homepage
 
DASHBOARD_SPACES_SELECTED_TAB - Static variable in class com.atlassian.confluence.user.SessionKeys
 
DASHBOARD_SPACES_SELECTED_TEAM - Static variable in class com.atlassian.confluence.user.SessionKeys
 
DashboardAction - Class in com.atlassian.confluence.dashboard.actions
 
DashboardAction() - Constructor for class com.atlassian.confluence.dashboard.actions.DashboardAction
 
DashboardBreadcrumb - Class in com.atlassian.confluence.util.breadcrumbs
Deprecated.
since 5.0, we don't display the Dashboard breadcrumb. If you keep including the DashboardBreadcrumb, it will be filtered out. See BreadcrumbGenerator for more information.
DashboardMacroSupport - Class in com.atlassian.confluence.plugins.macros.dashboard
This support class provides common functionality used by the macros that are used on the dashboard.
DashboardMacroSupport(LabelManager, SpaceManager, LocaleManager, FormatSettingsManager, UserAccessor, PermissionManager, boolean) - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.DashboardMacroSupport
 
DashboardPopularTabViewEvent - Class in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.events
 
DashboardPopularTabViewEvent(Object) - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.events.DashboardPopularTabViewEvent
 
DashboardPopularTabViewEvent(Object, String, long) - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.events.DashboardPopularTabViewEvent
 
DashboardPreferencesKeys - Interface in com.atlassian.confluence.plugins.macros.dashboard
Collection of keys used to store dashboard preferences
DashboardRecentlyUpdatedQueryEvent - Class in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.events
 
DashboardRecentlyUpdatedQueryEvent(Object, long, int) - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.events.DashboardRecentlyUpdatedQueryEvent
 
DashboardRecentlyUpdatedViewEvent - Class in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.events
 
DashboardRecentlyUpdatedViewEvent(Object, String) - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.events.DashboardRecentlyUpdatedViewEvent
 
DashboardRecentlyUpdatedViewEvent(Object, String, long) - Constructor for class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.events.DashboardRecentlyUpdatedViewEvent
 
DashboardViewEvent - Class in com.atlassian.confluence.event.events.dashboard
 
DashboardViewEvent(DashboardAction) - Constructor for class com.atlassian.confluence.event.events.dashboard.DashboardViewEvent
 
DashDelimitedTokenFilterProvider - Class in com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter
Provides a pattern capture token filter to split tokens on -.
DashDelimitedTokenFilterProvider() - Constructor for class com.atlassian.confluence.plugins.opensearch.analysis.tokenfilter.DashDelimitedTokenFilterProvider
 
data(RestValidationResult) - Method in class com.atlassian.confluence.rest.v2.api.model.RestError.Builder
 
DATA - Enum constant in enum class com.atlassian.confluence.impl.neops.NeoPropertySetItem.PropertyType
Binary data values (not currently supported)
DATA - Static variable in class com.atlassian.confluence.api.model.content.webresource.ResourceType
 
DATA_ENCODED_XML_ATTRIBUTE - Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
Stores encoded storage XML to allow it to be recovered / decoded later
DATA_EXISTS - Static variable in class com.atlassian.confluence.setup.actions.AbstractDatabaseCreationAction
 
DATA_FILE_EXT - Static variable in class com.atlassian.confluence.impl.backuprestore.backup.container.PluginDataWriter
 
DataAccessUtils - Class in com.atlassian.confluence.impl.hibernate
Provides hibernate and database helper operations.
DATABASE - Enum constant in enum class com.atlassian.confluence.internal.health.JohnsonEventType
 
DATABASE - Enum constant in enum class com.atlassian.confluence.pages.AttachmentDataStorageType
 
DATABASE_CREATION_UNFINISHED - Static variable in class com.atlassian.confluence.setup.actions.AbstractDatabaseCreationAction
 
DatabaseBasedAdaptiveLabelCacheDaoImpl - Class in com.atlassian.confluence.impl.labels.adaptivelabelcache.dao
An implementation which uses a separate table for storing persisted data
DatabaseBasedAdaptiveLabelCacheDaoImpl(SessionFactory, SpaceDao) - Constructor for class com.atlassian.confluence.impl.labels.adaptivelabelcache.dao.DatabaseBasedAdaptiveLabelCacheDaoImpl
 
DatabaseCollationHealthCheck - Class in com.atlassian.confluence.impl.health.checks
A HealthCheck that checks whether the database collation is supported.
DatabaseCollationHealthCheck(Map<String, HealthCheckRule>, DatabaseConfigHelper) - Constructor for class com.atlassian.confluence.impl.health.checks.DatabaseCollationHealthCheck
 
DatabaseCollationVerifier - Interface in com.atlassian.confluence.setup
Verify the database collation.
DatabaseConfigHelper - Interface in com.atlassian.confluence.util.db
Reads the Database configuration.
DatabaseConnectionException - Exception Class in com.atlassian.confluence.setup
Indicates the database connection setup was failed due to non-sql exception, such that jdbc driver could not be found.
DatabaseConnectionException(BootstrapException, String, String...) - Constructor for exception class com.atlassian.confluence.setup.DatabaseConnectionException
 
DatabaseConnectionFailuresIpdJob - Class in com.atlassian.confluence.internal.diagnostics.ipd.db
IPD Job that measures amount of database connection failures.
DatabaseConnectionFailuresIpdJob(IpdJobRegistry, IpdRegistry, DatabaseConnectionStateService) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.db.DatabaseConnectionFailuresIpdJob
 
DatabaseConnectionPoolIpdJob - Class in com.atlassian.confluence.internal.diagnostics.ipd.db
IPD Job measuring active and idle connections in database.
DatabaseConnectionPoolIpdJob(IpdJobRegistry, IpdRegistry, DatabaseConnectionStateService, DatabasePoolDiagnosticProvider) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.db.DatabaseConnectionPoolIpdJob
 
DatabaseConnectionProvider - Interface in com.atlassian.confluence.persistence
Deprecated.
since 8.0.0
DatabaseConnectionStateIpdJob - Class in com.atlassian.confluence.internal.diagnostics.ipd.db
IPD Job that measures current database state.
DatabaseConnectionStateIpdJob(IpdJobRegistry, IpdRegistry, DatabaseConnectionStateService) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.db.DatabaseConnectionStateIpdJob
 
DatabaseConnectionStateService - Interface in com.atlassian.confluence.internal.diagnostics.ipd.db
Service providing information about current database connection state.
DatabaseConnectionStateService.DatabaseConnectionState - Enum Class in com.atlassian.confluence.internal.diagnostics.ipd.db
 
databaseContainsExistingData(Connection) - Method in class com.atlassian.confluence.impl.setup.BootstrapStatusProviderImpl
 
databaseContainsExistingData(Connection) - Method in interface com.atlassian.confluence.setup.BootstrapStatusProvider
 
DatabaseEnum - Enum Class in com.atlassian.confluence.setup
Enum representing the database type
DatabaseErrorMessageConverter - Class in com.atlassian.confluence.setup.settings
Converts a database specific message to more human readable message.
DatabaseErrorMessageConverter() - Constructor for class com.atlassian.confluence.setup.settings.DatabaseErrorMessageConverter
 
DatabaseExporterHelper - Class in com.atlassian.confluence.impl.backuprestore.backup.exporters
The helper is used by database exporters.
DatabaseExporterHelper(BackupContainerWriter, HibernateMetadataHelper, ParallelTasksExecutor, PlatformTransactionManager, SessionFactory, StatisticsCollector) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.exporters.DatabaseExporterHelper
 
databaseHelper - Variable in class com.atlassian.confluence.impl.health.checks.rules.AbstractDatabaseSetupRule
 
DatabaseInfo - Class in com.atlassian.confluence.status.service.systeminfo
A simple bean encapsulating information about Confluence's database configuration and behaviour.
DatabaseInfo() - Constructor for class com.atlassian.confluence.status.service.systeminfo.DatabaseInfo
 
DatabaseLatencyIpdJob - Class in com.atlassian.confluence.internal.diagnostics.ipd.db
IPD Job that measures current database latency, when triggered by IpdJobRunner.
DatabaseLatencyIpdJob(IpdJobRegistry, IpdRegistry, DatabaseConnectionStateService) - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.db.DatabaseLatencyIpdJob
 
DatabaseLatencyMeter - Interface in com.atlassian.confluence.internal.diagnostics.ipd.db
Measures database latency.
DatabaseLikesRemovalListener - Class in com.atlassian.confluence.event.events.like.listeners
Updates likes in the persistent store in response to events on the system
DatabaseLikesRemovalListener(LikeManager, ContentEntityManager, AttachmentManager) - Constructor for class com.atlassian.confluence.event.events.like.listeners.DatabaseLikesRemovalListener
 
DatabaseList - Class in com.atlassian.confluence.setup.actions
This class is responsible for loading a list of possible databases
DatabaseList() - Constructor for class com.atlassian.confluence.setup.actions.DatabaseList
 
DatabasePersister - Class in com.atlassian.confluence.impl.backuprestore.restore.persisters
Stores prepared imported objects in the database.
DatabasePersister(RestoreDao, EntityInfoSqlHelper, IdMapper, OnObjectsProcessingHandler) - Constructor for class com.atlassian.confluence.impl.backuprestore.restore.persisters.DatabasePersister
 
DatabasePluginScanner - Class in com.atlassian.confluence.plugin
Scans the database for plugin data.
DatabasePluginScanner(PluginDataDao, File, TransactionalHostContextAccessor) - Constructor for class com.atlassian.confluence.plugin.DatabasePluginScanner
 
DatabasePluginScanner(PluginDataDao, File, TransactionalHostContextAccessor, Supplier<Boolean>) - Constructor for class com.atlassian.confluence.plugin.DatabasePluginScanner
 
DatabasePoolDiagnosticProvider - Class in com.atlassian.confluence.internal.diagnostics.ipd.db
 
DatabasePoolDiagnosticProvider() - Constructor for class com.atlassian.confluence.internal.diagnostics.ipd.db.DatabasePoolDiagnosticProvider
 
DatabasePoolDiagnosticProvider.ConnectionPoolProps - Class in com.atlassian.confluence.internal.diagnostics.ipd.db
 
DatabaseSetupHealthCheck - Class in com.atlassian.confluence.impl.health.checks
A HealthCheck that checks whether the database setup is correct.
DatabaseSetupHealthCheck(HealthCheckRule...) - Constructor for class com.atlassian.confluence.impl.health.checks.DatabaseSetupHealthCheck
 
DatabaseSidManager - Class in com.atlassian.confluence.core
Manages a SID backed by Bandana.
DatabaseSidManager() - Constructor for class com.atlassian.confluence.core.DatabaseSidManager
 
DatabaseTestResult - Class in com.atlassian.confluence.setup.settings
Stores the test result of connection at database setup.
DatabaseTestResult(boolean, String) - Constructor for class com.atlassian.confluence.setup.settings.DatabaseTestResult
 
DatabaseTestResult(boolean, String, BootstrapException) - Constructor for class com.atlassian.confluence.setup.settings.DatabaseTestResult
 
DatabaseTestResult(boolean, String, String) - Constructor for class com.atlassian.confluence.setup.settings.DatabaseTestResult
 
DatabaseTestResult(boolean, String, SQLException) - Constructor for class com.atlassian.confluence.setup.settings.DatabaseTestResult
 
databaseType(String) - Method in class com.atlassian.confluence.setup.ConfluenceDatabaseDetailsBuilder
 
DatabaseUpgradeTask - Interface in com.atlassian.confluence.upgrade
A marker interface to be implemented by upgrade tasks that perform operations on the database.
DatabaseUtils - Class in com.atlassian.confluence.util.db
This class contains database related utilities.
DatabaseVerificationResult - Class in com.atlassian.confluence.setup
Encapsulates a Database Verification result.
DatabaseVerificationResult(String, String, String...) - Constructor for class com.atlassian.confluence.setup.DatabaseVerificationResult
 
DatabaseVerifier - Interface in com.atlassian.confluence.setup
Verify the database connection at setup stage.
DatabaseVerifyException - Exception Class in com.atlassian.confluence.setup
Indicates the database connection verification was failed due to non-sql exception, such that collation is not appropriate.
DatabaseVerifyException(String, String, String...) - Constructor for exception class com.atlassian.confluence.setup.DatabaseVerifyException
 
dataCenter(boolean) - Method in class com.atlassian.confluence.license.rest.model.LicenseDetailsModel.Builder
 
DataCenterLicenseExpiryValidator - Class in com.atlassian.confluence.license.validator
Validates that if the license is for data center, the expiry date has been supplied.
DataCenterLicenseExpiryValidator() - Constructor for class com.atlassian.confluence.license.validator.DataCenterLicenseExpiryValidator
 
DataCenterNumberOfUsersValidator - Class in com.atlassian.confluence.license.validator
Validates that if the license is for data center, the number of users have been specified, if it is not an evaluation license.
DataCenterNumberOfUsersValidator() - Constructor for class com.atlassian.confluence.license.validator.DataCenterNumberOfUsersValidator
 
DataCenterTestClass - Annotation Interface in com.atlassian.confluence.util.test.annotations
Indicate that a test class should be run with a data center instance, with either single or multiple nodes
dataCleanUpAfterTurningOffCollabEditing(String) - Method in interface com.atlassian.confluence.api.service.eviction.SynchronyDataService
This method cleans up Synchrony data after turning Collaboration Editing off.
dataCleanUpAfterTurningOffCollabEditing(String) - Method in class com.atlassian.confluence.pages.collab.impl.DefaultSynchronyDataService
 
dataCleanUpAfterTurningOffCollabEditing(String) - Method in class com.atlassian.confluence.pages.collab.PermissionCheckingSynchronyDataService
 
DataCompressor - Interface in com.atlassian.confluence.util.io
Compress and decompress InputStreamSource and byte[].
DataConversionException - Exception Class in com.atlassian.confluence.impl.backuprestore.backup.exception
Exception class for all exceptions related to data conversions in backup/restore process.
DataConversionException(String) - Constructor for exception class com.atlassian.confluence.impl.backuprestore.backup.exception.DataConversionException
 
DataConversionException(String, Throwable) - Constructor for exception class com.atlassian.confluence.impl.backuprestore.backup.exception.DataConversionException
 
DataConversionException(Throwable) - Constructor for exception class com.atlassian.confluence.impl.backuprestore.backup.exception.DataConversionException
 
dataDao - Variable in class com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
 
dataExistsForAttachment(AttachmentRef) - Method in interface com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataFileSystem
Indicates whether the filesystem contains data for the given attachment
dataExistsForAttachment(AttachmentRef) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemAdapter
 
dataExistsForAttachment(AttachmentRef) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV003
Deprecated.
 
dataExistsForAttachment(AttachmentRef) - Method in class com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV004
Check if attachment data exists
dataExistsForAttachment(AttachmentRef) - Method in class com.atlassian.confluence.impl.pages.attachments.objectstorage.ObjectStorageAttachmentDataFileSystem
Check if attachment data exists
DataSource - Interface in com.atlassian.confluence.content.datasource
Confluence-specific abstraction of DataSource.
DATASOURCE - Static variable in class com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyEnvironmentBuilder
 
DATASOURCE_PREFIX - Static variable in class com.atlassian.confluence.setup.actions.AbstractSetupDatabaseAction
 
DataSourceConfiguration - Interface in com.atlassian.confluence.impl.health.checks
If Confluence has been configured to use a DataSource, this component provides access to attributes of the datasource configured in conf/server.xml.
dataSourceFactory - Variable in class com.atlassian.confluence.mail.notification.listeners.AbstractContentNotificationsListener
Deprecated.
 
dataSourceFactory - Variable in class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
Deprecated.
 
DataSourceFactory - Interface in com.atlassian.confluence.content.datasource
 
DataSourcePasswordDecrypter - Interface in com.atlassian.confluence.internal.cipher
Decrypts an encrypted hibernate.connection.password
DataSourcePasswordDecryptionException - Exception Class in com.atlassian.confluence.internal.cipher
Thrown when decryption of the property hibernate.connection.password fails for any reason.
DataSourcePasswordDecryptionException(Throwable) - Constructor for exception class com.atlassian.confluence.internal.cipher.DataSourcePasswordDecryptionException
 
DataSourceSetupRule - Class in com.atlassian.confluence.impl.health.checks.rules
A HealthCheckRule which checks to see if Hibernate is configured to use a JNDI DataSource, and to log a Johnson warning if so.
DataSourceSetupRule(ErrorMessageProvider, DataSourceConfiguration) - Constructor for class com.atlassian.confluence.impl.health.checks.rules.DataSourceSetupRule
 
DATE - Enum constant in enum class com.atlassian.confluence.functest.rest.admin.crowd.SearchRestrictionEntityTranslator.SupportedType
 
DATE - Enum constant in enum class com.atlassian.confluence.impl.neops.NeoPropertySetItem.PropertyType
Date and timestamp values
DATE - Enum constant in enum class com.atlassian.confluence.macro.browser.beans.MacroParameterType
A blog publication date (optionally qualified by space key).
DATE - Enum constant in enum class com.atlassian.confluence.plugins.contentproperty.index.schema.SchemaFieldType
Indexed, not stored, not tokenized.
DATE_ENTITY - Static variable in class com.atlassian.confluence.plugins.rest.jackson2.entities.documentation.DateEntityExampleDocument
 
DATE_FORMAT - Static variable in class com.atlassian.confluence.impl.backuprestore.restore.EntityInfoSqlHelper
 
DATE_FORMAT - Static variable in class com.atlassian.confluence.rest.serialization.jackson2.Dates
Deprecated.
since 5.7. This date format will follow that provided by ISODateTimeFormat.date()
DATE_FORMATS - Static variable in class com.atlassian.confluence.content.render.xhtml.XhtmlConstants
Date formats used for parsing and formatting dates in transformations
DATE_FUTURE_CSS_CLASS - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.time.StorageTimeConstants
 
DATE_PAST_CSS_CLASS - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.time.StorageTimeConstants
 
DATE_TIME_FORMATTER - Static variable in class com.atlassian.confluence.content.render.xhtml.model.time.Time
The pattern for datetime attribute of TIME element.
DATE_UPCOMING_CSS_CLASS - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.time.StorageTimeConstants
 
DateContentMatcher - Class in com.atlassian.confluence.api.testsupport.matchers.model.content
 
DateContentMatcher(OffsetDateTime, DateContentMatcher.Direction, String) - Constructor for class com.atlassian.confluence.api.testsupport.matchers.model.content.DateContentMatcher
 
DateContentMatcher(DateTime, DateContentMatcher.Direction, String) - Constructor for class com.atlassian.confluence.api.testsupport.matchers.model.content.DateContentMatcher
Deprecated.
since 8.6
DateContentMatcher.Direction - Enum Class in com.atlassian.confluence.api.testsupport.matchers.model.content
 
DateEntity - Class in com.atlassian.confluence.plugins.rest.jackson2.entities
Represents a date value with various formats
DateEntity() - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.DateEntity
 
DateEntityExampleDocument - Class in com.atlassian.confluence.plugins.rest.jackson2.entities.documentation
 
DateEntityExampleDocument() - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.entities.documentation.DateEntityExampleDocument
 
DateEntityFactory - Interface in com.atlassian.confluence.plugins.rest.jackson2.manager
 
DateEntityFactoryImpl - Class in com.atlassian.confluence.plugins.rest.jackson2.manager
 
DateEntityFactoryImpl(I18NBeanFactory, FormatSettingsManager, UserAccessor, LocaleManager) - Constructor for class com.atlassian.confluence.plugins.rest.jackson2.manager.DateEntityFactoryImpl
 
DateFieldMapping - Class in com.atlassian.confluence.plugins.index.api.mapping
Field mapping for date values.
DateFieldMapping(DateFieldMapping.Builder) - Constructor for class com.atlassian.confluence.plugins.index.api.mapping.DateFieldMapping
 
DateFieldMapping.Builder - Class in com.atlassian.confluence.plugins.index.api.mapping
 
DateFormatService - Interface in com.atlassian.confluence.api.service.datetime
A service to help format dates
DateFormatServiceImpl - Class in com.atlassian.confluence.api.impl.service.datetime
 
DateFormatServiceImpl(UserPreferencesAccessor, FormatSettingsManager, LocaleManager, I18NBeanFactory, Clock) - Constructor for class com.atlassian.confluence.api.impl.service.datetime.DateFormatServiceImpl
 
DateFormatter - Class in com.atlassian.confluence.core
Formats dates and times into a given timezone in a variety of formats.
DateFormatter(TimeZone, FormatSettingsManager, LocaleManager) - Constructor for class com.atlassian.confluence.core.DateFormatter
 
DateFormatter(TimeZone, FormatSettingsManager, LocaleManager) - Constructor for class com.atlassian.confluence.core.DateFormatter
Convenience constructor that takes a TimeZone and converts it into a Confluence TimeZone.
DateFormatterFactory - Interface in com.atlassian.confluence.core.datetime
Constructs DateFormatter instances for use throughout Confluence core.
DateFormatterFactoryImpl - Class in com.atlassian.confluence.core.datetime
 
DateFormatterFactoryImpl(FormatSettingsManager, LocaleManager, TimeZoneManager) - Constructor for class com.atlassian.confluence.core.datetime.DateFormatterFactoryImpl
 
DateFormattersContextProvider - Class in com.atlassian.confluence.pages
Provides date formatting beans.
DateFormattersContextProvider() - Constructor for class com.atlassian.confluence.pages.DateFormattersContextProvider
 
DateFormatValidator - Class in com.atlassian.confluence.util.misc
 
DateFormatValidator() - Constructor for class com.atlassian.confluence.util.misc.DateFormatValidator
 
DateLozengeDecorator - Class in com.atlassian.confluence.content.render.xhtml.storage.time
Add css class to the <time> element, depend on the relative distance between current date and the date stored in the element
DateLozengeDecorator(UserPreferencesAccessor) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.time.DateLozengeDecorator
 
dateQueued - Variable in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Deprecated.
 
dateRange() - Method in enum class com.atlassian.confluence.search.service.DateRangeEnum
 
dateRange(Instant, Instant) - Method in class com.atlassian.confluence.backuprestore.BackupRestoreJobsSearchFilter.Builder
 
DateRange(Date, Date, boolean, boolean) - Constructor for class com.atlassian.confluence.search.v2.query.DateRangeQuery.DateRange
Deprecated.
Construct a DateRange object.
DateRangeEnum - Enum Class in com.atlassian.confluence.search.service
Enum representing the 'friendly' date ranges presented on the criteria filter on the search results screen.
DateRangeQuery - Class in com.atlassian.confluence.search.v2.query
Query for search results that have been modified within the specified range of dates.
DateRangeQuery(DateRangeQuery.DateRange, DateRangeQuery.DateRangeQueryType) - Constructor for class com.atlassian.confluence.search.v2.query.DateRangeQuery
Query for search results that have been modified within the specified range of dates.
DateRangeQuery(Date, Date, boolean, boolean, DateRangeQuery.DateRangeQueryType) - Constructor for class com.atlassian.confluence.search.v2.query.DateRangeQuery
Query for search results that have been modified within the specified range of dates.
DateRangeQuery(Date, Date, boolean, boolean, String) - Constructor for class com.atlassian.confluence.search.v2.query.DateRangeQuery
 
DateRangeQuery.Builder - Class in com.atlassian.confluence.search.v2.query
Helps create a DateRangeQuery object
DateRangeQuery.DateRange - Class in com.atlassian.confluence.search.v2.query
Deprecated.
since 5.10, use Range instead
DateRangeQuery.DateRangeQueryType - Enum Class in com.atlassian.confluence.search.v2.query
 
Dates - Class in com.atlassian.confluence.rest.serialization.jackson2
Utility class for formatting and parsing date and date/time objects in ISO8601 format.
DATETIME_ATTRIBUTE - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.time.StorageTimeConstants
 
DATETIME_ATTRIBUTE_NAME - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.time.StorageTimeConstants
 
DateTimeContentPropertyAliasFieldHandler - Class in com.atlassian.confluence.plugins.contentproperty.search.fields
A Field handler for a datetime content property field alias.
DateTimeContentPropertyAliasFieldHandler(String, ContentPropertySchemaField, SearchPlatformConfig) - Constructor for class com.atlassian.confluence.plugins.contentproperty.search.fields.DateTimeContentPropertyAliasFieldHandler
 
DateTimeDeserializer - Class in com.atlassian.confluence.rest.serialization.jackson2
Deserializers DateTime instances from the String representation using the TIME_FORMAT in Dates
DateTimeDeserializer() - Constructor for class com.atlassian.confluence.rest.serialization.jackson2.DateTimeDeserializer
 
DateTimeSerializer - Class in com.atlassian.confluence.rest.serialization.jackson2
Serializes DateTime to string using the TIME_FORMAT in Dates
DateTimeSerializer() - Constructor for class com.atlassian.confluence.rest.serialization.jackson2.DateTimeSerializer
 
dateToString(Date) - Static method in class com.atlassian.confluence.search.v2.lucene.LuceneUtils
Converts a Date into a String using the Lucene index format, with a millisecond resolution.
dateToString(Date, LuceneUtils.Resolution) - Static method in class com.atlassian.confluence.search.v2.lucene.LuceneUtils
Converts a Date to a string suitable for indexing.
DAY - Enum constant in enum class com.atlassian.confluence.search.v2.lucene.LuceneUtils.Resolution
Limit a date's resolution to day granularity.
DAYS - Enum constant in enum class com.atlassian.confluence.api.model.retention.AgeUnit
 
DbConnectionHealthCheck - Class in com.atlassian.confluence.impl.health.checks
Checks whether Confluence can connect to the database.
DbConnectionHealthCheck(SingleConnectionProvider, HibernateConfig, DbHealthCheckHelper) - Constructor for class com.atlassian.confluence.impl.health.checks.DbConnectionHealthCheck
 
DbConnectionPoolRule - Class in com.atlassian.confluence.impl.health.checks.rules
Determines whether the Db Connection Pool configuration is correct.
DbConnectionPoolRule(DatabaseConfigHelper, ErrorMessageProvider) - Constructor for class com.atlassian.confluence.impl.health.checks.rules.DbConnectionPoolRule
 
dbDetails - Variable in class com.atlassian.confluence.setup.actions.AbstractSetupDatabaseAction
 
DbDumpException - Exception Class in com.atlassian.confluence.upgrade.recovery
This exception is thrown when DB Exporter fails to export the database.
DbDumpException(String) - Constructor for exception class com.atlassian.confluence.upgrade.recovery.DbDumpException
 
DbDumpException(String, Throwable) - Constructor for exception class com.atlassian.confluence.upgrade.recovery.DbDumpException
 
DbEscapeHelper - Class in com.atlassian.confluence.pages.persistence.dao
Handles identifier quoting in raw SQL queries for different DBMS.
DbEscapeHelper(HibernateConfig) - Constructor for class com.atlassian.confluence.pages.persistence.dao.DbEscapeHelper
 
DbHealthCheckHelper - Interface in com.atlassian.confluence.impl.health.checks
Common methods needed by several DB related Health Checks
DbRawData - Class in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.dao
It is a pair of two IDs, ID of a parent (referencedId) and ID of a child (dependantId).
DbRawData(Object, Object) - Constructor for class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.dao.DbRawData
 
DbRawDataForContentTable - Class in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.dao
The same as DbRawData, but also has content type (required for JDBC operations).
DbRawDataForContentTable(long, Long, String, Long) - Constructor for class com.atlassian.confluence.impl.space.deletion.backgrounddeletion.dao.DbRawDataForContentTable
 
DbRawObjectData - Class in com.atlassian.confluence.impl.backuprestore.backup.models
Just contains the raw db object data (names and values)
DbRawObjectData(Map<String, Object>) - Constructor for class com.atlassian.confluence.impl.backuprestore.backup.models.DbRawObjectData
 
DbStatCollector - Class in com.atlassian.confluence.test.rpc
Helper for collecting database statistics.
DbStatCollector() - Constructor for class com.atlassian.confluence.test.rpc.DbStatCollector
 
DbTrueFalseTypeFixUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
This upgrade task is necessary for any customer who upgraded to Confluence 8.3.0 and then performed a site restore.
DbTrueFalseTypeFixUpgradeTask(DdlExecutor, SessionFactory) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.DbTrueFalseTypeFixUpgradeTask
 
DcLicenseFileAuditingFeature - Class in com.atlassian.confluence.api.impl.service.audit.adapter
By our requirements, file auditing should be enabled only for DC license
DcLicenseFileAuditingFeature(LicenseService) - Constructor for class com.atlassian.confluence.api.impl.service.audit.adapter.DcLicenseFileAuditingFeature
 
DcOnlyDelegatedViewFeature - Class in com.atlassian.confluence.api.impl.service.audit
 
DcOnlyDelegatedViewFeature(EnterpriseFeatureFlag) - Constructor for class com.atlassian.confluence.api.impl.service.audit.DcOnlyDelegatedViewFeature
 
DdlCommand - Interface in com.atlassian.confluence.upgrade.ddl
A command to edit SQL data definitions.
DdlExecutor - Interface in com.atlassian.confluence.upgrade.ddl
Executes any set of DdlCommands thrown its way.
deactivate(long) - Method in class com.atlassian.confluence.functest.rest.admin.DirectoryResource
 
deactivateContentTriggers() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.DenormalisedPermissionsDdlExecutor
 
DEACTIVATED - Enum constant in enum class com.atlassian.confluence.search.service.UserSearchQueryParameters.UserCategory
 
DEACTIVATED - Static variable in class com.atlassian.confluence.api.model.people.UserStatus
 
deactivateSpaceTriggers() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.DenormalisedPermissionsDdlExecutor
 
deactivateSubscription(JournalIdentifier) - Method in class com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.ServerSubscriptionJournalStateStore
 
deactivateSubscription(JournalIdentifier) - Method in interface com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal.SubscriptionJournalStateStore
Mark a subscription as deactivate so later on IncrementalSyncCleaner will clean it
deactivateTriggers() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.DenormalisedContentChangeLogListener
 
deactivateTriggers() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedChangeLogListenerBase
Space of content updater must must remove all change log records.
deactivateTriggers() - Method in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.DenormalisedSpaceChangeLogListener
 
deactivateUser(User) - Method in class com.atlassian.confluence.impl.user.DefaultUserAccessor
 
deactivateUser(User) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
deactivateUser(User) - Method in interface com.atlassian.confluence.user.UserAccessor
Deactivate the specified user, which prevents them logging in.
deactivateUser(String) - Method in class com.atlassian.confluence.impl.user.persistence.dao.CachingConfluenceUserDao
 
deactivateUser(String) - Method in class com.atlassian.confluence.rpc.soap.services.UsersSoapService
Deactivates the specified user.
deactivateUser(String) - Method in interface com.atlassian.confluence.user.persistence.dao.ConfluenceUserDao
Deactivates user.
deactivateUser(String) - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.HibernateConfluenceUserDao
 
deactivateUser(String, String) - Method in interface com.atlassian.confluence.rpc.soap.ConfluenceSoapService
Deactivates the given user
deactivateUser(String, String) - Method in class com.atlassian.confluence.rpc.soap.WikiSoapService
 
deactivateUser(String, String) - Method in class com.atlassian.confluence.rpc.soap.XhtmlSoapService
 
deactivateUser(String, String) - Method in interface com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandler
 
deactivateUser(String, String) - Method in class com.atlassian.confluence.rpc.xmlrpc.ConfluenceXmlRpcHandlerImpl
 
DeactivateUserAction - Class in com.atlassian.confluence.user.actions
Administrative action to disable a user
DeactivateUserAction() - Constructor for class com.atlassian.confluence.user.actions.DeactivateUserAction
 
deactivateUserLocally(User) - Method in class com.atlassian.confluence.impl.user.DefaultUserAccessor
 
deactivateUserLocally(User) - Method in class com.atlassian.confluence.user.ReadOnlyUserAccessor
 
deactivateUserLocally(User) - Method in interface com.atlassian.confluence.user.UserAccessor
Deactivate the specified user, which prevents them logging in.
debug(String, Object...) - Method in class com.atlassian.confluence.impl.retention.fast.FastTrashRemovalManager
 
debug(String, Object...) - Method in class com.atlassian.confluence.impl.retention.fast.FastVersionRemovalService
 
DEBUG - Enum constant in enum class com.atlassian.confluence.logging.sink.LogEvent.Level
 
DEBUG - Enum constant in enum class com.atlassian.confluence.test.util.Log4J2Logger.LogLevel
 
DEBUG - Enum constant in enum class com.atlassian.confluence.util.test.rules.Log4J2Logger.LogLevel
Deprecated.
 
DEBUG_AFTER - Enum constant in enum class com.atlassian.confluence.impl.webapp.SecureAccessServletFilters
 
DEBUG_CAPTCHA - Static variable in interface com.atlassian.confluence.security.CaptchaManager
In debug mode this is the token that the Captcha service will always accept
DebugFilter - Class in com.atlassian.confluence.web.filter
Emits diagnostic info about the response.
DebugFilter(String) - Constructor for class com.atlassian.confluence.web.filter.DebugFilter
 
DebuggingString - Class in com.atlassian.confluence.internal.security
Creates a logging-friendly string for a space permission check, including the permission itself, the space (or global), and the user (or anonymous).
DebugLoggingPropertySet - Class in com.atlassian.confluence.user
Adds debug logging when accessing the wrapped PropertySet.
DebugLoggingPropertySet(PropertySet) - Constructor for class com.atlassian.confluence.user.DebugLoggingPropertySet
 
DebugResourceLoader - Class in com.atlassian.confluence.setup.velocity
 
DebugResourceLoader() - Constructor for class com.atlassian.confluence.setup.velocity.DebugResourceLoader
 
decay(double) - Method in class com.atlassian.confluence.search.v2.score.DecayParameters.Builder
 
DecayParameters - Class in com.atlassian.confluence.search.v2.score
Parameters for decay function.
DecayParameters.Builder - Class in com.atlassian.confluence.search.v2.score
 
DeclarativeExtractor2Provider - Class in com.atlassian.confluence.internal.search.extractor2
Returns empty list of Extractor2.
DeclarativeExtractor2Provider(PluginAccessor) - Constructor for class com.atlassian.confluence.internal.search.extractor2.DeclarativeExtractor2Provider
 
decode(ClusterJoinConfig.Decoder) - Method in class com.atlassian.confluence.cluster.AWSClusterJoinConfig
 
decode(ClusterJoinConfig.Decoder) - Method in interface com.atlassian.confluence.cluster.ClusterJoinConfig
Executes one of the given ClusterJoinConfig.Decoder callback methods, dependending on our type.
decode(ClusterJoinConfig.Decoder) - Method in class com.atlassian.confluence.cluster.KubernetesClusterJoinConfig
 
decode(ClusterJoinConfig.Decoder) - Method in class com.atlassian.confluence.cluster.MulticastClusterJoinConfig
 
decode(ClusterJoinConfig.Decoder) - Method in class com.atlassian.confluence.cluster.TCPIPClusterJoinConfig
 
decodeClusterSize(int) - Method in class com.atlassian.confluence.cluster.nutcluster.NutclusterClusterSafetyManager
 
decodeContentPermissionSets(String) - Static method in class com.atlassian.confluence.impl.search.v2.lucene.ContentPermissionSearchUtils
Decodes a string contains multiple "invalid input: '&''-separated ContentPermissionSets, which have themselves been encoded by
invalid reference
#getEncodedContentPermissionSet(ContentPermissionSet)
.
decodeLicenseDetails(String) - Method in class com.atlassian.sal.confluence.license.ConfluenceLicenseHandler
 
decodeNormValue(byte) - Method in class com.atlassian.confluence.internal.search.v2.lucene.BM25LSimilarity
The default implementation returns 1 / f2 where f is SmallFloat.byte315ToFloat(byte).
DecoratablePage - Interface in com.atlassian.confluence.impl.sitemesh
 
decorate(Time) - Method in class com.atlassian.confluence.content.render.xhtml.storage.time.DateLozengeDecorator
 
decorate(Time) - Method in interface com.atlassian.confluence.content.render.xhtml.storage.time.TimeModelDecorator
 
decorate(ISearch) - Method in interface com.atlassian.confluence.search.v2.SearchDecorator
 
DecoratedSearchManager - Class in com.atlassian.confluence.internal.search
 
DecoratedSearchManager(SearchManager, SearchDecoratorProvider) - Constructor for class com.atlassian.confluence.internal.search.DecoratedSearchManager
 
DecoratedSearchManager.DecoratedSearch - Class in com.atlassian.confluence.internal.search
 
DECORATOR_CHANGED_SUMMARY - Static variable in class com.atlassian.confluence.impl.audit.listener.LookAndFeelAuditListener
 
DECORATOR_UTIL - Enum constant in enum class com.atlassian.confluence.setup.velocity.ConfluenceStaticContextItemProvider.ContextItems
 
DecoratorAction - Class in com.atlassian.confluence.impl.sitemesh
 
DecoratorAction(WebInterfaceContext) - Constructor for class com.atlassian.confluence.impl.sitemesh.DecoratorAction
 
DecoratorActionFactory - Class in com.atlassian.confluence.impl.sitemesh
 
DecoratorActionFactory() - Constructor for class com.atlassian.confluence.impl.sitemesh.DecoratorActionFactory
 
decoratorChangedEvent(DecoratorChangedEvent) - Method in class com.atlassian.confluence.impl.audit.listener.LookAndFeelAuditListener
 
DecoratorChangedEvent - Class in com.atlassian.confluence.themes.events
 
DecoratorChangedEvent(Object, String, PersistentDecorator, PersistentDecorator) - Constructor for class com.atlassian.confluence.themes.events.DecoratorChangedEvent
 
DecoratorLangMacroReplacementUpgradeTask - Class in com.atlassian.confluence.upgrade.upgradetask
Check custom decorators for lang macro usage and replace with inline equivalent.
DecoratorLangMacroReplacementUpgradeTask(SessionFactory, PersistentDecoratorDao) - Constructor for class com.atlassian.confluence.upgrade.upgradetask.DecoratorLangMacroReplacementUpgradeTask
 
DecoratorModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
Implements the <decorator> plugin module.
DecoratorModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.confluence.plugin.descriptor.DecoratorModuleDescriptor
 
decoratorName - Variable in class com.atlassian.confluence.admin.actions.lookandfeel.AbstractDecoratorAction
 
DecoratorName - Class in com.atlassian.confluence.setup.velocity
Encapsulates the logic around creating and parsing decorator path names.
DecoratorName(String) - Constructor for class com.atlassian.confluence.setup.velocity.DecoratorName
 
DecoratorName(String, String) - Constructor for class com.atlassian.confluence.setup.velocity.DecoratorName
 
DECORATORS_BY_SPACE_KEY - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
DECORATORS_EXIST_BY_SPACE_KEY - Enum constant in enum class com.atlassian.confluence.cache.CoreCache
 
DecoratorSearchBuilder<SEARCH> - Class in com.atlassian.confluence.search.v2
A builder for a search object that decorates another search object.
DecoratorSearchBuilder(ISearch.Builder<?>, Function<ISearch, SEARCH>) - Constructor for class com.atlassian.confluence.search.v2.DecoratorSearchBuilder
 
DecoratorTimings - Class in com.atlassian.confluence.impl.sitemesh
Provides a mechanism to record and report on invocations of Sitemesh decorators.
DecoratorTimings() - Constructor for class com.atlassian.confluence.impl.sitemesh.DecoratorTimings
 
DecoratorTimings.DecoratorTimer - Interface in com.atlassian.confluence.impl.sitemesh
 
DecoratorTimings.DecoratorTimingEvent - Class in com.atlassian.confluence.impl.sitemesh
 
DecoratorUtil - Class in com.atlassian.confluence.impl.util
This class provides helper methods for deferred rendering of page sections in main decorator
DecoratorUtil() - Constructor for class com.atlassian.confluence.impl.util.DecoratorUtil
 
DecoratorUtil.ContentNavigationContext - Class in com.atlassian.confluence.impl.util
 
DecoratorUtil.SideBarContext - Class in com.atlassian.confluence.impl.util
 
decrementRegisteredUserCount() - Method in class com.atlassian.confluence.impl.license.DefaultUserChecker
Decrements the cached number of registered users.
decrementRegisteredUserCount() - Method in class com.atlassian.confluence.license.store.FlushUserCheckerCacheOnLicenseUpdate
 
decrementRegisteredUserCount() - Method in interface com.atlassian.confluence.util.UserChecker
 
decrypt(String) - Method in interface com.atlassian.confluence.internal.cipher.DataSourcePasswordDecrypter
Decrypts an encrypted hibernate.connection.password.
decrypt(String) - Method in class com.atlassian.confluence.internal.cipher.SecretStoreDataSourcePasswordDecrypter
 
decryptPassword(String, String) - Method in class com.atlassian.confluence.impl.hibernate.ConfluenceHibernateConfig
 
Deduper - Class in com.atlassian.confluence.internal.upgrade.constraint.dedup
Remove duplicated rows from a table before a unique constraint can be added.
Deduper(SessionFactory, HibernateConfig) - Constructor for class com.atlassian.confluence.internal.upgrade.constraint.dedup.Deduper
 
DedupeStrategy - Interface in com.atlassian.confluence.internal.upgrade.constraint.dedup
Decide how to remove duplicates so a unique constraint can be added Note: Tables with composite keys are not supported.
DeduplicateParametersEnricher - Class in com.atlassian.confluence.swagger.enricher
An Enricher for deduplication of parameters of the methods that are introduced by OpenAPI scanner.
DeduplicateParametersEnricher() - Constructor for class com.atlassian.confluence.swagger.enricher.DeduplicateParametersEnricher
 
deepAttachmentDelete(AttachmentDeleteOptions) - Method in class com.atlassian.confluence.impl.pages.attachments.ReadThroughCachingAttachmentManager
 
deepAttachmentDelete(AttachmentDeleteOptions) - Method in interface com.atlassian.confluence.pages.AttachmentManager
Support delete multiple attachments in batch
deepAttachmentDelete(AttachmentDeleteOptions) - Method in class com.atlassian.confluence.pages.DefaultAttachmentManager
 
deepClone(ContentProperties) - Static method in class com.atlassian.confluence.content.ContentProperties
Creates a deep clone of a properties object, throwing away any dangerous Hibernate associations - you shouldn't call this directly, content properties should be managed by the ContentEntityObject.
deepCopy(PageCopyOptions, Page, Page) - Method in interface com.atlassian.confluence.pages.persistence.dao.bulk.copy.BulkPageCopy
 
deepCopy(PageCopyOptions, Page, Page) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.copy.DefaultBulkPageCopy
Main execution logic of deep copy pages
deepCopy(Object) - Method in class com.atlassian.confluence.core.BodyTypeUserType
 
deepCopy(Object) - Method in class com.atlassian.confluence.core.persistence.hibernate.ContentTypeEnumUserType
 
deepCopy(Object) - Method in class com.atlassian.confluence.core.persistence.hibernate.InstantType
 
deepCopy(Object) - Method in class com.atlassian.confluence.impl.hibernate.SpoolingBlobInputStreamType
 
deepCopy(Object) - Method in class com.atlassian.confluence.impl.journal.JournalIdentifierUserType
 
deepCopy(Object) - Method in class com.atlassian.confluence.internal.relations.dao.hibernate.RelatableEntityTypeEnumUserType
 
deepCopy(Object) - Method in class com.atlassian.confluence.labels.persistence.dao.hibernate.NamespaceUserType
 
deepCopy(Object) - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.SpaceStatusUserType
 
deepCopy(Object) - Method in class com.atlassian.confluence.spaces.persistence.dao.hibernate.SpaceTypeUserType
 
deepCopy(Object) - Method in class com.atlassian.confluence.user.persistence.dao.hibernate.UserKeyUserType
 
deepCopy(Object) - Method in class com.atlassian.hibernate.BucketClobStringType
 
deepCopy(Map<Long, MailServer>) - Method in class com.atlassian.confluence.mail.MailServerSerializationService
 
deepCopyPage(PageCopyOptions, Page, Page) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
deepCopyPage(PageCopyOptions, Page, Page) - Method in interface com.atlassian.confluence.pages.PageManager
Copy child page of originalPage to destinationPage
deepDelete(AttachmentDeleteOptions) - Method in interface com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.BulkAttachmentDelete
 
deepDelete(AttachmentDeleteOptions) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.DefaultBulkAttachmentDelete
 
deepDelete(PageDeleteOptions, Page) - Method in interface com.atlassian.confluence.pages.persistence.dao.bulk.delete.BulkPageDelete
 
deepDelete(PageDeleteOptions, Page) - Method in class com.atlassian.confluence.pages.persistence.dao.bulk.delete.DefaultBulkPageDelete
 
deepDeletePage(PageDeleteOptions, Page) - Method in class com.atlassian.confluence.impl.content.DefaultPageManager
 
deepDeletePage(PageDeleteOptions, Page) - Method in interface com.atlassian.confluence.pages.PageManager
Deletes a page hierarchy
DEFAULT - Enum constant in enum class com.atlassian.confluence.impl.xsrf.StrutsXSRFSecurityLevel
 
DEFAULT - Enum constant in enum class com.atlassian.confluence.macro.count.MacroCreateCustomMetricsDefinitions
 
DEFAULT - Enum constant in enum class com.atlassian.confluence.util.test.ScanningSuite.Ordering
Does not sort any of the test classes, instead they are run in order of discovery.
DEFAULT - Static variable in interface com.atlassian.confluence.api.nav.Navigation.ColorSchemeNav
 
DEFAULT - Static variable in class com.atlassian.confluence.core.DefaultDeleteContext
 
DEFAULT - Static variable in class com.atlassian.confluence.core.DefaultSaveContext
 
DEFAULT - Static variable in class com.atlassian.confluence.impl.search.v2.lucene.ContentBodyMaxSizeSystemProperty
 
DEFAULT - Static variable in class com.atlassian.confluence.plugins.synchrony.api.OperationContext
Default context.
DEFAULT - Static variable in class com.atlassian.confluence.search.contentnames.ResultTemplate
A default category configuration.
DEFAULT - Static variable in enum class com.atlassian.confluence.search.SearchPlatform
 
DEFAULT - Static variable in class com.atlassian.confluence.search.v2.sort.CreatedSort
Sorts by created date (defaults to descending order)
DEFAULT - Static variable in class com.atlassian.confluence.search.v2.sort.FavouriteSort
Sorts by last modified (defaults to descending order)
DEFAULT - Static variable in class com.atlassian.confluence.search.v2.sort.FilenameSort
Sorts by filename (defaults to ascending order)
DEFAULT - Static variable in class com.atlassian.confluence.search.v2.sort.FilesizeSort
Sorts by file size (defaults to descending order)
DEFAULT - Static variable in class com.atlassian.confluence.search.v2.sort.FullnameSort
Sorts by fullname (defaults to ascending order)
DEFAULT - Static variable in class com.atlassian.confluence.search.v2.sort.ModifiedSort
Sorts by last modified (defaults to descending order)
DEFAULT - Static variable in class com.atlassian.confluence.search.v2.sort.TitleSort
Sorts by title (defaults to ascending order)
DEFAULT - Static variable in class com.atlassian.confluence.spaces.SpaceLogo
 
DEFAULT - Static variable in class com.atlassian.confluence.util.StringHyphenBean
 
DEFAULT_ADMIN_USER_ADDED - Enum constant in enum class com.atlassian.confluence.spaces.SpaceUpdateTrigger
 
DEFAULT_ANALYZER - Static variable in class com.atlassian.confluence.plugins.opensearch.analysis.IndexAnalysisFactory
 
DEFAULT_ASTC_DATA_URL_PREFIX - Static variable in class com.atlassian.confluence.api.impl.sal.util.OutboundWhiteListBypassUtil
 
DEFAULT_ASTC_DATA_URL_PREFIX - Static variable in class com.atlassian.sal.confluence.net.util.OutboundWhiteListBypassUtil
 
DEFAULT_ATTACHMENT_CLASS_NAME - Static variable in class com.atlassian.confluence.util.actions.ContentTypesDisplayMapper
 
DEFAULT_BATCH_SIZE_PROPERTY - Static variable in class com.atlassian.confluence.pages.persistence.dao.bulk.DefaultBulkOptions
 
DEFAULT_BOOST - Static variable in interface com.atlassian.confluence.search.v2.SearchQuery
 
DEFAULT_BOOST_FACTOR - Static variable in class com.atlassian.confluence.search.v2.BooleanQueryBuilder
 
DEFAULT_BY_OPERATION_EXPANSIONS - Static variable in interface com.atlassian.confluence.api.service.permissions.ContentRestrictionService
 
DEFAULT_CACHE_MODE - Static variable in class com.atlassian.confluence.core.persistence.hibernate.SessionCacheModeThreadLocal
 
DEFAULT_CHARACTER_ENCODING - Static variable in class com.atlassian.confluence.util.VelocityUtil
 
DEFAULT_CLASS_NAME - Static variable in class com.atlassian.confluence.util.actions.ContentTypesDisplayMapper
 
DEFAULT_CLOUD_USER_KEY_REGEX - Static variable in class com.atlassian.confluence.impl.backuprestore.userkeyupdate.UserKeyUpdaterConstants
 
DEFAULT_COLS - Static variable in class com.atlassian.confluence.pages.templates.XhtmlTemplateUtils
 
DEFAULT_CONFIGURATION - Static variable in interface com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection
The Bonnie default configuration.
DEFAULT_CONNECTION_TIMEOUT - Static variable in class com.atlassian.confluence.util.http.ConfluenceHttpParameters
 
DEFAULT_CONTENT_ID_OFFSET - Static variable in class com.atlassian.confluence.impl.retention.manager.AbstractTrashRemovalManager
 
DEFAULT_CONTENT_TYPE_BOOST - Static variable in class com.atlassian.confluence.impl.search.v2.score.AbstractScoreFunctionFactory
 
DEFAULT_COUNT_ON_EACH_PAGE - Static variable in class bucket.core.actions.PagerPaginationSupport
Deprecated.
 
DEFAULT_COUNT_ON_EACH_PAGE - Static variable in class bucket.core.actions.PaginationSupport
Deprecated.
 
DEFAULT_DATE_PATTERN - Static variable in class com.atlassian.confluence.core.DefaultFormatSettingsManager
 
DEFAULT_DATE_TIME_PATTERN - Static variable in class com.atlassian.confluence.core.DefaultFormatSettingsManager
 
DEFAULT_DECIMAL_NUMBER_PATTERN - Static variable in class com.atlassian.confluence.core.DefaultFormatSettingsManager
 
DEFAULT_DEFAULT_ENCODING - Static variable in class com.atlassian.confluence.setup.settings.Settings
 
DEFAULT_DESCRIPTION_REPRESENTATION - Static variable in class com.atlassian.confluence.api.impl.service.content.factory.SpaceFactory
 
DEFAULT_ENCODER - Static variable in class com.atlassian.confluence.search.v2.DefaultHighlightParams
 
DEFAULT_EVAL_DB - Static variable in class com.atlassian.confluence.setup.actions.SetupEmbeddedDatabaseAction
 
DEFAULT_EXCLUDE_SET - Static variable in class com.atlassian.confluence.content.render.xhtml.view.excerpt.DefaultExcerpter
 
DEFAULT_EXECUTOR_SVC_NAME - Static variable in interface com.atlassian.confluence.cluster.ClusterExecutionService
Default name of the executor service to use for executing tasks.
DEFAULT_EXPANSIONS - Static variable in interface com.atlassian.confluence.api.service.content.ContentService
Default expansions for methods such as ContentService.create(Content).
DEFAULT_FEED_TITLE - Static variable in class com.atlassian.confluence.rss.FeedProperties
 
DEFAULT_FOR_OPERATION_AND_CONTENT_EXPANSIONS - Static variable in interface com.atlassian.confluence.api.service.permissions.ContentRestrictionService
 
DEFAULT_FOR_OPERATION_EXPANSIONS - Static variable in interface com.atlassian.confluence.api.service.permissions.ContentRestrictionService
 
DEFAULT_GROUP_NAMES - Static variable in interface com.atlassian.confluence.user.UserAccessor
Deprecated.
DEFAULT_HOMEPAGE_TITLE - Static variable in class com.atlassian.confluence.spaces.listeners.InitialSpaceContentListener
Deprecated.
Space homepage titles are internationalised since Confluence 4.3. See the default.space.homepage.title key
DEFAULT_HSTS_MAX_AGE_SECONDS - Static variable in class com.atlassian.confluence.impl.webapp.ConfluenceHttpHeaderSecurityFilter
 
DEFAULT_INITIAL_CONTENT_PROCESSING_LIMIT - Static variable in class com.atlassian.confluence.security.denormalisedpermissions.impl.content.DenormalisedContentPermissionsUpdater
 
DEFAULT_INITIAL_SPACE_PROCESSING_LIMIT - Static variable in class com.atlassian.confluence.security.denormalisedpermissions.impl.space.DenormalisedSpacePermissionsUpdater
 
DEFAULT_KEY - Static variable in class com.atlassian.confluence.api.impl.service.settings.UserSettingsServiceImpl
 
DEFAULT_KEY - Static variable in class com.atlassian.confluence.user.actions.ViewMySettingsAction
 
DEFAULT_LABEL_COUNT - Static variable in interface com.atlassian.confluence.labels.LabelManager
 
DEFAULT_LICENSE_REGISTRY_KEY - Static variable in interface com.atlassian.confluence.setup.ConfluenceBootstrapConstants
 
DEFAULT_LIMIT - Static variable in class com.atlassian.confluence.search.v2.SearchConstants
 
DEFAULT_LOCALE - Static variable in interface com.atlassian.confluence.languages.LocaleManager
 
DEFAULT_LOCK_WAIT_TIME_MS - Static variable in class com.atlassian.confluence.schedule.AbstractManagedScheduledJob
 
DEFAULT_LOGO_PATH - Static variable in class com.atlassian.confluence.spaces.SpaceLogo
 
DEFAULT_LONG_NUMBER_PATTERN - Static variable in class com.atlassian.confluence.core.DefaultFormatSettingsManager
 
DEFAULT_LOWERCASE - Static variable in class com.atlassian.confluence.plugins.opensearch.analysis.normalizer.ConfluenceDefaultNormalizerFactory
 
DEFAULT_MAX_BLOCKS_FOR_EXCERPT - Static variable in class com.atlassian.confluence.content.render.xhtml.view.excerpt.DefaultExcerpter
 
DEFAULT_MAX_RECENTLY_UPDATED_PAGE_COUNT - Static variable in class com.atlassian.confluence.user.UserInterfaceState
 
DEFAULT_MAX_RESULTS - Static variable in class com.atlassian.confluence.macro.ContentFilteringMacro
Default value for a maxResults parameter.
DEFAULT_MAX_RESULTS - Static variable in class com.atlassian.confluence.rss.actions.NetworkFeedAction
 
DEFAULT_MAX_RESULTS - Static variable in class com.atlassian.confluence.user.extras.builders.GroupEntityBuilder
 
DEFAULT_MAX_RESULTS - Static variable in class com.atlassian.confluence.user.extras.builders.UsersEntityBuilder
 
DEFAULT_MAX_RESULTS_PER_CATEGORY - Static variable in interface com.atlassian.confluence.search.contentnames.ContentNameSearchService
This can be passed into maxPerCategory to indicate that you wish to get the default number of results back from Confluence.
DEFAULT_MEDIA_TYPE - Static variable in class com.atlassian.confluence.pages.Attachment
 
DEFAULT_MULTICAST_PORT - Static variable in class com.atlassian.confluence.cluster.MulticastClusterJoinConfig
 
DEFAULT_MULTICAST_PORT - Static variable in class com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyEnvironmentBuilder
 
DEFAULT_MULTICAST_TTL - Static variable in class com.atlassian.confluence.cluster.MulticastClusterJoinConfig
 
DEFAULT_NEXT_ID_OFFSET - Static variable in class com.atlassian.confluence.impl.retention.status.TrashCleanupJobStatus
 
DEFAULT_ORDER - Static variable in class com.atlassian.confluence.plugin.descriptor.TranslationTransformModuleDescriptor
 
DEFAULT_PAGE_SIZE - Static variable in class bucket.core.actions.PaginationSupport
Deprecated.
 
DEFAULT_PARAMETER_ELEMENT - Static variable in class com.atlassian.confluence.content.render.xhtml.storage.macro.StorageMacroConstants
 
DEFAULT_POSITION - Static variable in class com.atlassian.confluence.api.model.content.Position
 
DEFAULT_PROFILE_PATH - Static variable in class com.atlassian.confluence.user.actions.ProfilePictureInfo
DEFAULT_PROPERTIES - Static variable in class com.atlassian.confluence.renderer.DefaultShortcutLinksManager
 
DEFAULT_REINDEX_PARTITION_SIZE_MAX - Static variable in class com.atlassian.confluence.internal.index.AbstractReindexer
 
DEFAULT_RESOURCE_BUNDLE - Static variable in interface com.atlassian.confluence.util.i18n.I18NBean
 
DEFAULT_ROWS - Static variable in class com.atlassian.confluence.pages.templates.XhtmlTemplateUtils
 
DEFAULT_SEARCH_ANALYZER - Static variable in class com.atlassian.confluence.plugins.opensearch.analysis.IndexAnalysisFactory
 
DEFAULT_SEARCH_RESULT_SIZE - Static variable in class com.atlassian.confluence.functest.rest.admin.UserResource
 
DEFAULT_SETTINGS - Static variable in class com.atlassian.confluence.core.CustomPageSettings
 
DEFAULT_SITE_TITLE - Static variable in class com.atlassian.confluence.setup.settings.Settings
 
DEFAULT_SOCKET_TIMEOUT - Static variable in class com.atlassian.confluence.util.http.ConfluenceHttpParameters
 
DEFAULT_SPACE_KEY - Static variable in class com.atlassian.confluence.macro.ContentFilteringMacro
Default value for a spaceKey parameter.
DEFAULT_SPACE_LOGO - Static variable in class com.atlassian.confluence.admin.actions.ConfigureDefaultSpaceLogoAction
 
DEFAULT_SPACE_LOGO - Static variable in class com.atlassian.confluence.spaces.SpaceLogo
 
DEFAULT_START_ORIGINAL_ID - Static variable in class com.atlassian.confluence.impl.retention.AbstractVersionRemovalService
 
DEFAULT_TAB - Static variable in class com.atlassian.confluence.plugins.macros.dashboard.GlobalEntitiesContextProvider
 
DEFAULT_TIME_PATTERN - Static variable in class com.atlassian.confluence.core.DefaultFormatSettingsManager
 
DEFAULT_TIMEOUT_POLICY - Static variable in class com.atlassian.confluence.schedule.AbstractManagedScheduledJob
 
DEFAULT_TOTAL_MAX_RESULTS - Static variable in interface com.atlassian.confluence.search.contentnames.ContentNameSearchService
 
DEFAULT_TRASH_REMOVAL_HARD_CLUSTER_LOCK_NAME - Static variable in class com.atlassian.confluence.impl.retention.manager.DefaultTrashRemovalManager
 
DEFAULT_TRASH_REMOVAL_SOFT_CLUSTER_LOCK_NAME - Static variable in class com.atlassian.confluence.impl.retention.manager.DefaultTrashRemovalManager
 
DEFAULT_USERS_GROUP_ENV_VAR_KEY - Static variable in class com.atlassian.confluence.setup.settings.Settings
 
DEFAULT_VARIABLE_TYPE - Static variable in interface com.atlassian.confluence.pages.templates.TemplateConstants
 
DEFAULT_VERSION_REMOVAL_HARD_CLUSTER_LOCK_NAME - Static variable in class com.atlassian.confluence.impl.retention.DefaultVersionRemovalService
 
DEFAULT_VERSION_REMOVAL_SOFT_CLUSTER_LOCK_NAME - Static variable in class com.atlassian.confluence.impl.retention.DefaultVersionRemovalService
 
DefaultAccessModeManager - Class in com.atlassian.confluence.internal.accessmode
 
DefaultAccessModeManager(ApplicationConfiguration, ClusterConfigurationHelperInternal) - Constructor for class com.atlassian.confluence.internal.accessmode.DefaultAccessModeManager
 
DefaultActivityMonitor - Class in com.atlassian.confluence.util.profiling
 
DefaultActivityMonitor() - Constructor for class com.atlassian.confluence.util.profiling.DefaultActivityMonitor
 
DefaultAdminTaskConfig - Class in com.atlassian.confluence.admin.tasks
 
DefaultAdminTaskConfig(String) - Constructor for class com.atlassian.confluence.admin.tasks.DefaultAdminTaskConfig
 
DefaultAdminTaskConfig(String, AdminConfigurationCriteria) - Constructor for class com.atlassian.confluence.admin.tasks.DefaultAdminTaskConfig
 
DefaultAdminTaskConfig(String, AdminConfigurationCriteria, String) - Constructor for class com.atlassian.confluence.admin.tasks.DefaultAdminTaskConfig
 
DefaultAdminTaskConfig(String, AdminConfigurationCriteria, List<String>) - Constructor for class com.atlassian.confluence.admin.tasks.DefaultAdminTaskConfig
 
DefaultAdminTasklistManager - Class in com.atlassian.confluence.admin
 
DefaultAdminTasklistManager(PluginSettingsFactory, List<AdminTaskConfig>, boolean, SettingsManager, DynamicWebInterfaceManager) - Constructor for class com.atlassian.confluence.admin.DefaultAdminTasklistManager
 
DefaultAmpsOverridesManager - Class in com.atlassian.confluence.upgrade.impl
This class is used as amps configuration endpoint point where settings could be overridden first time database is provisioned
DefaultAmpsOverridesManager(BandanaManagerInternal, SettingsManager) - Constructor for class com.atlassian.confluence.upgrade.impl.DefaultAmpsOverridesManager
 
DefaultAncestorsDao - Class in com.atlassian.confluence.pages.ancestors
JDBC methods for operations with CONFANCESTORS table
DefaultAncestorsDao(SessionFactory, EventPublisher) - Constructor for class com.atlassian.confluence.pages.ancestors.DefaultAncestorsDao
 
DefaultAnnotatedPermitChecker - Class in com.atlassian.confluence.impl.security.access
Helper class which helps to check if checked class contains required annotation or not
DefaultAnnotatedPermitChecker(Collection<Class<? extends Annotation>>) - Constructor for class com.atlassian.confluence.impl.security.access.DefaultAnnotatedPermitChecker
 
DefaultAnonymousUserPermissionsService - Class in com.atlassian.confluence.security.service
 
DefaultAnonymousUserPermissionsService(PermissionManager, SpacePermissionManager) - Constructor for class com.atlassian.confluence.security.service.DefaultAnonymousUserPermissionsService
 
DefaultApiContentUiSupport - Class in com.atlassian.confluence.content.ui
 
DefaultApiContentUiSupport(WebResourceUrlProvider) - Constructor for class com.atlassian.confluence.content.ui.DefaultApiContentUiSupport
 
DefaultApiRestEntityFactory - Class in com.atlassian.confluence.api.impl
 
DefaultApiRestEntityFactory(ContentFactory, SpaceFactory, RestEntityEnrichmentManager) - Constructor for class com.atlassian.confluence.api.impl.DefaultApiRestEntityFactory
 
DefaultApplicationCache - Class in com.atlassian.confluence.impl.user.crowd
Implementation of ApplicationCache that delegates to CacheFactory for caching.
DefaultApplicationCache(TransactionAwareCacheFactory, EventPublisher) - Constructor for class com.atlassian.confluence.impl.user.crowd.DefaultApplicationCache
 
DefaultApplicationStatusService - Class in com.atlassian.confluence.server
 
DefaultApplicationStatusService() - Constructor for class com.atlassian.confluence.server.DefaultApplicationStatusService
 
DefaultAttachedImageResourceMarshaller - Class in com.atlassian.confluence.content.render.xhtml.view.embed
Class to Marshall an image attachment.
DefaultAttachedImageResourceMarshaller(AttachmentResourceIdentifierResolver, PermissionManager, ThumbnailManager, HrefEvaluator, StaxStreamMarshaller<Attachment>, EmbeddedImageTagWriter, UnidentifiedAttachmentMarshaller, AttachmentResourceIdentifierOnlyUriResolver, ImageDetailsManager, DarkFeaturesManager, AttachedImageRenderHelper) - Constructor for class com.atlassian.confluence.content.render.xhtml.view.embed.DefaultAttachedImageResourceMarshaller
 
DefaultAttachmentExtractedTextManager - Class in com.atlassian.confluence.internal.index.attachment
Note that as extracted text is stored in the filesystem in compression format, changing DataCompressor will require the migration of extracted text into new compression format.
DefaultAttachmentExtractedTextManager(AttachmentManagerInternal, DataCompressor) - Constructor for class com.atlassian.confluence.internal.index.attachment.DefaultAttachmentExtractedTextManager
 
DefaultAttachmentIdentifier - Class in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers
Simple wrapper of an attachment
DefaultAttachmentIdentifier(Attachment) - Constructor for class com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers.DefaultAttachmentIdentifier
 
DefaultAttachmentManager - Class in com.atlassian.confluence.pages
Default implementation of AttachmentManager.
DefaultAttachmentManager() - Constructor for class com.atlassian.confluence.pages.DefaultAttachmentManager
Deprecated.
since 5.2, use invalid input: '{@link #DefaultAttachmentManager(AttachmentDaoInternal, ContentEntityObjectDaoInternal<>, EventPublisher, UserPreferencesAccessor, NotificationManager, RelationManager, RetentionFeatureChecker, ContentReconciliationManager, ContentPermissionManager)'}
DefaultAttachmentManager(AttachmentDaoInternal, ContentEntityObjectDaoInternal, EventPublisher, UserPreferencesAccessor, NotificationManager, RelationManager, RetentionFeatureChecker, ContentReconciliationManager, ContentPermissionManager, PermissionManager) - Constructor for class com.atlassian.confluence.pages.DefaultAttachmentManager
 
DefaultAttachmentSafeContentHeaderGuesser - Class in com.atlassian.confluence.servlet.download
 
DefaultAttachmentSafeContentHeaderGuesser() - Constructor for class com.atlassian.confluence.servlet.download.DefaultAttachmentSafeContentHeaderGuesser
 
DefaultAttachmentStatusManager - Class in com.atlassian.confluence.internal.index.attachment
 
DefaultAttachmentStatusManager(AttachmentDao) - Constructor for class com.atlassian.confluence.internal.index.attachment.DefaultAttachmentStatusManager
 
DefaultAttachmentTextExtraction - Class in com.atlassian.confluence.internal.index.attachment
 
DefaultAuditHelper - Class in com.atlassian.confluence.impl.audit.impl